@charset "UTF-8";
/* ========= recruit_page ========= */
.recruit_page {
  /* メインビジュアル */
  /* swiper */
  /* 吉沢防水について */
  /* タグの背景 */
  /* タイトルの下線 */
  /* 採用情報について */
  /* メッセージ */
  /* 募集要項 */
  /* 事務所内風景 */
  /* 問い合わせフォーム */
  /* フォーム確認ページ */
  /* フォーム完了ページ */
}
.recruit_page *, .recruit_page *::after, .recruit_page *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
@media screen and (min-width: 960px) {
  .recruit_page .wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit_page .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.recruit_page .pc-none {
  display: block;
}
@media screen and (min-width: 960px) {
  .recruit_page .pc-none {
    display: none;
  }
}
.recruit_page .sp-none {
  display: none;
}
@media screen and (min-width: 960px) {
  .recruit_page .sp-none {
    display: block;
  }
}
.recruit_page .mv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 200px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .recruit_page .mv {
    margin-bottom: 180px;
  }
}
.recruit_page .mv .mv_title_wrapper {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-right: auto;
  margin-left: auto;
}
.recruit_page .mv .mv_title {
  width: 67.5%;
  margin: 0 auto;
  /* 1200px以上のレイアウト */
}
@media screen and (min-width: 1200px) {
  .recruit_page .mv .mv_title {
    width: 500px;
    margin: 0 auto 0 0;
  }
}
.recruit_page .mv .mv_title .mv_title_main {
  padding-top: 190px;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 15px #44AADA, -1px 1px 15px #44AADA, 1px -1px 15px #44AADA, -1px -1px 15px #44AADA;
  -webkit-animation-name: fade01;
          animation-name: fade01;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  /* 576px以上のレイアウト */
  /* 1200px以上のレイアウト */
}
@media screen and (min-width: 768px) {
  .recruit_page .mv .mv_title .mv_title_main {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit_page .mv .mv_title .mv_title_main {
    font-size: 40px;
  }
}
.recruit_page .mv .mv_title p {
  -webkit-animation-name: fade01;
          animation-name: fade01;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  font-size: 1.2rem;
  margin-top: 25px;
  text-shadow: 1px 1px 15px #FFFFFF, -1px 1px 15px #FFFFFF, 1px -1px 15px #FFFFFF, -1px -1px 15px #FFFFFF;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (min-width: 768px) {
  .recruit_page .mv .mv_title p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .recruit_page .mv .mv_title p {
    font-size: 1.9rem;
  }
}
@-webkit-keyframes fade01 {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade01 {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.recruit_page .swiper-container {
  position: relative;
  z-index: -1 !important;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.recruit_page .swiper-container img {
  display: block;
  width: auto;
  height: auto;
  max-height: 980px;
}
.recruit_page .swiper-container .slide-img div {
  display: block;
  width: auto;
  height: auto;
  max-height: 980px;
  background-repeat: no-repeat;
  background-position: center 76%;
  background-size: cover;
  padding-bottom: 80px;
  position: relative;
}
.recruit_page .swiper-container .slide-img.slide01 div {
  background-image: url(../img/recruit/img_main.jpg);
}
.recruit_page .swiper-container .slide-img.slide02 div {
  background-image: url(../img/recruit/img_main02.jpg);
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.recruit_page .swiper-slide-active .slide-img,
.recruit_page .swiper-slide-duplicate-active .slide-img,
.recruit_page .swiper-slide-prev .slide-img {
  -webkit-animation-name: zoomUp;
          animation-name: zoomUp;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.recruit_page .swiper-slide-duplicate-active[data-swiper-slide-index="1"] .slide-img {
  -webkit-animation-name: zoomUp;
          animation-name: zoomUp;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.recruit_page .mvabout {
  margin: 60px 20px 0;
}
.recruit_page .mvabout .mvabout_title {
  margin-bottom: 30px;
  font-size: 21px;
}
.recruit_page .mvabout .mvabout_content {
  line-height: 30px;
}
.recruit_page .tag {
  width: 150px;
  height: 37px;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 35px;
}
.recruit_page .tag p {
  font-size: 18px;
}
.recruit_page .title_deco {
  padding: 80px 0 30px;
  margin-bottom: 45px;
  position: relative;
}
.recruit_page .title_deco::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  /* 960px以上のレイアウト */
}
.recruit_page .recruit {
  padding-top: 45px;
  /* 960px以上のレイアウト */
}
@media screen and (min-width: 960px) {
  .recruit_page .recruit {
    padding-top: 120px;
  }
}
.recruit_page .recruit p {
  line-height: 28px;
}
.recruit_page .top-message {
  margin-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .recruit_page .top-message {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 960px) {
  .recruit_page .top-message .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruit_page .top-message .msg-pic {
  width: 65.4054054054%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .recruit_page .top-message .msg-pic {
    width: auto;
    -ms-flex-preferred-size: 33.6263736264%;
        flex-basis: 33.6263736264%;
    margin-right: 4.3956043956%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .recruit_page .top-message .msg-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.recruit_page .top-message .msg-text .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .recruit_page .top-message .msg-text .title {
    text-align: left;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.recruit_page .top-message .msg-text p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 960px) {
  .recruit_page .top-message .msg-text p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.recruit_page .application {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .recruit_page .application {
    margin-bottom: 110px;
  }
}
.recruit_page .application .blue_line_title {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .recruit_page .application .blue_line_title {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .recruit_page .application .inner {
    max-width: 996px;
    margin-right: auto;
    margin-left: auto;
  }
}
.recruit_page .application .inner dl {
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 20px 17px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .recruit_page .application .inner dl {
    padding: 17px 28px 16px;
  }
}
.recruit_page .application .inner dl:last-child {
  margin-bottom: 0;
}
.recruit_page .application .inner dl dt {
  -ms-flex-preferred-size: 74px;
      flex-basis: 74px;
  margin-right: 6.0606060606%;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .recruit_page .application .inner dl dt {
    font-size: 1.8rem;
    -ms-flex-preferred-size: 82px;
        flex-basis: 82px;
    margin-right: 7.3293172691%;
  }
}
.recruit_page .application .inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 1.4rem;
}
.recruit_page .application .row {
  padding-bottom: 20px;
}
.recruit_page .application .row dt {
  padding: 0;
  font-size: 15px;
}
.recruit_page .application .row dd {
  padding: 0;
  font-size: 15px;
}
.recruit_page .application .center {
  text-align: center;
  padding: 80px 0 200px;
  /* 960px以上のレイアウト */
}
@media screen and (min-width: 960px) {
  .recruit_page .application .center {
    padding-bottom: 100px;
  }
}
.recruit_page .office {
  margin-bottom: 100px;
}
.recruit_page .office .blue_line_title {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .recruit_page .office .office_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 996px;
    margin-right: auto;
    margin-left: auto;
  }
}
.recruit_page .office .office_list {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .recruit_page .office .office_list {
    width: 48.4939759036%;
    margin-right: 3.0120481928%;
  }
  .recruit_page .office .office_list:nth-child(2n) {
    margin-right: 0;
  }
}
.recruit_page .office .office_list:last-child {
  margin-bottom: 0;
}
.recruit_page .contact {
  max-width: 996px;
  margin-right: auto;
  margin-left: auto;
}
.recruit_page .contact .wrapper {
  border: 1px solid #707070;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact .wrapper > *:nth-child(4) .lb--required::after {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.recruit_page .contact dl:nth-child(n+2) {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .recruit_page .contact dl > *:nth-child(1) {
    width: 38.8%;
  }
}
@media screen and (min-width: 960px) {
  .recruit_page .contact dl > *:nth-child(2) {
    width: 61.2%;
    border-top: none;
    border-left: 1px solid #707070;
  }
}
.recruit_page .contact .lb--required {
  position: relative;
}
.recruit_page .contact .lb--required::after {
  content: "必須";
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  color: #e72222;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .recruit_page .contact .lb--required::after {
    font-size: 1.8rem;
    font-size: 18px;
    right: 60px;
  }
}
.recruit_page .contact dt {
  background-color: #F8F8F8;
  line-height: 60px;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact dt {
    line-height: 80px;
    font-size: 1.8rem;
    font-size: 18px;
    padding: 0 30px;
  }
}
.recruit_page .contact dd {
  border-top: 1px solid #707070;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact dd {
    border-top: none;
    padding: 20px 0;
  }
}
.recruit_page .contact dd input {
  width: 89.2%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-size: 16px;
  display: block;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact dd input {
    width: 92%;
    font-size: 1.8rem;
    font-size: 18px;
  }
}
.recruit_page .contact dd textarea {
  height: 100px;
  padding: 5px 10px;
  width: 89.2%;
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact dd textarea {
    width: 92%;
    font-size: 1.8rem;
    font-size: 18px;
  }
}
.recruit_page .contact .form__address__code {
  padding: 20px 15px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact .form__address__code {
    border-top: none;
  }
}
.recruit_page .contact .form__address__code::after {
  content: "〒";
  font-weight: 700;
  font-size: 1.8rem;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .recruit_page .contact .form__address__code::after {
    left: 26px;
  }
}
.recruit_page .contact .form__address__code .input {
  width: 65vw;
  margin: 0 0 0 25px;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact .form__address__code .input {
    width: 100%;
    max-width: 260px;
    margin-left: 45px;
  }
}
.recruit_page .contact .form__address__place {
  border: none;
  padding: 0 0 20px;
}
.recruit_page .contact .agree_privacy {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact .agree_privacy {
    margin-top: 60px;
  }
}
.recruit_page .contact .agree_privacy__check .checkbox {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.recruit_page .contact .agree_privacy__check .checkbox + span::after {
  content: "";
  width: 100%;
  max-width: 23px;
  height: 23px;
  background-image: url(../img/common/ico_check_01.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.recruit_page .contact .agree_privacy__check .checkbox:checked + span::after {
  background-image: url(../img/common/ico_check_01--checked.svg);
}
.recruit_page .contact .agree_privacy__check span {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.recruit_page .contact .agree_privacy__check span.error {
  font-weight: normal;
}
.recruit_page .contact .agree_privacy__link {
  margin-top: 30px;
}
.recruit_page .contact .agree_privacy__link a {
  font-size: 1.6rem;
  font-size: 16px;
  color: #3d3d3d;
  text-decoration: underline;
}
.recruit_page .contact .form__btn {
  background-color: #EEEEEE;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 370px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  line-height: 80px;
  font-size: 2rem;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 30px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit_page .contact-title {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .recruit_page .contact-title {
    font-size: 2.2rem;
    line-height: 1.1818181818;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .recruit_page .mw_wp_form_confirm dl > *:nth-child(2) {
    padding: 19px 13px;
  }
}
.recruit_page .mw_wp_form_confirm dd {
  padding: 15px 25px;
}
.recruit_page .mw_wp_form_confirm .form__address__code {
  padding: 20px 40px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .recruit_page .mw_wp_form_confirm .form__address__code {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 960px) {
  .recruit_page .mw_wp_form_confirm .form__address__code::after {
    left: -3px;
  }
}
.recruit_page .mw_wp_form_confirm .form__address__place {
  border: none;
  padding: 0 19px 20px;
}
.recruit_page .mw_wp_form_complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .recruit_page .mw_wp_form_complete {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.recruit_page .mw_wp_form_complete .complete-text {
  margin-bottom: 1em;
}
.recruit_page .mw_wp_form_complete .no-reply {
  margin-bottom: 0.625em;
}
.recruit_page .mw_wp_form_complete .no-mail li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
  list-style-position: inside;
}

.mw_wp_form .horizontal-item.mwform-checkbox-field {
  margin-right: 40px;
}

.mw_wp_form .horizontal-item {
  margin-right: 25px;
  margin-top: 2px;
  width: auto;
  display: block;
}

.position-absolute {
  position: absolute !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}