@charset "UTF-8";

.nolink {
  pointer-events: none;
}
.main-head {
  width: 100%;
  height: 450px;
  /* 画像の高さを指定 */
  background: url("/ew/peweg/assets/img/recruit/fv.jpg") repeat-x 0 0;
  background-size: auto 100%;
  -webkit-animation: bg-slider 60s linear infinite;
          animation: bg-slider 60s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
  margin: 0 0;
  padding: 0;
}
.main-head .fv-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: auto;
  height: 450px;
  position: relative;
  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;
}

@media only screen and (min-width: 640px) {
  .main-head {
    height: 600px;
    /* 画像の高さを指定 */
    -webkit-animation: sm-bg-slider 60s linear infinite;
            animation: sm-bg-slider 60s linear infinite;
    /* 23sの部分背景画像の約数だとスムーズ */
  }
}
@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1734px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1734px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}
@-webkit-keyframes sm-bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2477px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}
@keyframes sm-bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2477px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}
.fv .catch {
  font-weight: bold;
}
.fv .catch h1 {
  color: #fff;
  margin-bottom: 0;
}
.fv .catch p {
  color: #FFA933;
  font-style: italic;
}

.message {
  background: url(/ew/peweg/assets/img/recruit/message-bg.jpg) no-repeat center/cover;
}
.message .button {
  margin-top: 40px;
}
.message .inner {
  background-color: #fff;
  padding: 40px 20px;
  position: relative;
}
.message .inner p {
  line-height: 2.2;
  max-width: 850px;
  margin: 0 auto;
}
.message .inner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  background-image: url(/ew/peweg/assets/img/recruit/sankaku-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 31px;
  height: 70px;
}
.message .inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  background-image: url(/ew/peweg/assets/img/recruit/sankaku-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 31px;
  height: 70px;
}
.message img {
  width: 90%;
  display: block;
  margin-top: 20px;
}
.message .blue-button {
  border: none;
}
.message br {
  display: none;
}

.person-work {
  background: url(/ew/peweg/assets/img/recruit/person-work-bg.jpg) no-repeat center/cover;
}
.person-work .sec-title {
  color: #fff;
}
.person-work .sec-title p {
  color: #FFA933;
}
.person-work .row .img {
  padding: 0;
}
.person-work p {
  text-align: center;
  color: #fff;
}
.person-work .person-work-fig {
  position: relative;
  width: 280px;
  height: 220px;
  overflow: hidden;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  margin-bottom: 15px;
}
.person-work .person-work-fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(27deg);
          transform: translate(-50%, -50%) skew(27deg);
  height: 100%;
  width: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit;
  font-family: "object-fit: cover;";
}

.balloon2 {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #196FD5;
  font-weight: bold;
  font-size: 16px;
  border: solid 3px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  width: 90%;
}
.balloon2 p {
  margin-bottom: 0;
  color: #196FD5;
  font-size: 1.8rem;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

.row a {
  color: #000;
  font-weight: bold;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: block;
}
.row .text {
  padding: 20px 30px;
  height: 80px;
}

.guidelines {
  background: #F5F5F5;
}

@media screen and (max-width: 639px) {
  .message br {
    display: none;
  }
/*   .message .inner {
    margin: 15px;
  } */

  .side-menu .fl-al-js {
    font-size: 1.5rem;
  }

  .side-menu-wp a {
    width: 100%;
  }

  .person-work .hukidasi {
    font-size: 1.6rem;
  }
  .person-work .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70%;
    margin: 0 auto;
  }
  .person-work .row .img {
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .work-style .row {
    width: 100%;
    margin: 0 auto;
  }

  .guidelines .row {
    padding: 0 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .side-menu {
    position: fixed;
    right: 0;
    z-index: 5;
    bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .main-head .inner {
    width: 100%;
    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;
    position: absolute;
    bottom: -80px;
    left: 0;
  }
  .main-head .fv-inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    height: 450px;
    position: relative;
    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;
  }

  .side-menu-wp a {
    width: 340px;
  }
  .side-menu-wp img {
    width: 80px;
    height: 70px;
  }

  .message {
    background: url(/ew/peweg/assets/img/recruit/message-bg.jpg) no-repeat center/cover;
  }
  .message .button {
    margin-top: 40px;
  }
  .message .inner {
    background-color: #fff;
    width: 90%;
    padding: 70px;
    position: relative;
  }
  .message .inner p {
    line-height: 2.2;
  }
  .message img {
    width: 90%;
    display: block;
  }

  .person-work .row {
    width: 90%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .work-style .row {
    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;
  }
  .work-style .row .box {
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .side-menu {
    position: fixed;
    right: 0;
    z-index: 5;
    bottom: 70px;
  }

  .message br {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .msg-btn > div {
    margin: 0 10px;
  }
}

/**/
@media screen and (min-width: 960px) {
  .entry-btn a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}