@charset "UTF-8";
.lifestance {
  min-width: 1280px;
}
@media screen and (max-width: 767px) {
  .lifestance {
    min-width: inherit;
  }
}
.lifestance .inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lifestance .inner {
    width: inherit;
    padding: 0 25px;
  }
}
.lifestance .inner p {
  font-size: 14px;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .lifestance .inner p {
    font-size: 13px;
  }
}
.lifestance section {
  background: #fff;
}
.lifestance .Btn2 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .lifestance .Btn2 {
    width: 100%;
  }
}
.lifestance .Btn2 .Btn2__link {
  padding: 15px 20px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .lifestance .Btn2 .Btn2__link {
    margin-top: 30px;
  }
}
.lifestance .blank {
  position: relative;
  padding-right: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .lifestance .blank {
    padding-right: 0;
  }
}
.lifestance .blank::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 15px;
  height: 14px;
  background-image: url(/company/common/images/icon_recruit_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.lifestance .visual .ttl {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  .lifestance .visual .ttl {
    margin: 60px 0;
    padding: 0 10px;
  }
}
.lifestance .movie .inner {
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lifestance .movie .inner {
    max-width: inherit;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lifestance .movie .inner .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
  }
}
.lifestance .movie .inner .movie-wrap iframe {
  height: 660px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lifestance .movie .inner .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.lifestance .movie video {
  width: 100%;
}
.lifestance .statement .lead {
  text-align: center;
  font-size: 16px;
  margin-top: 120px;
  font-weight: 500;
  color: #333;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .lifestance .statement .lead {
    font-size: 3.6vw;
    margin-top: 60px;
  }
}
.lifestance .statement .lead .logo-img {
  display: block;
  width: 180px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .lifestance .statement .lead .logo-img {
    width: 40%;
  }
}
.lifestance .message {
  margin-top: 200px;
  background: #f3f3f3;
  padding-bottom: 180px;
  position: relative;
  /*&::after {
    content: "";
    width: 100%;
    height: 600px;
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    @include sp {
      height: 50vh;
    }
  }*/
  /*.ttl {
    background: url("../images/bg_message.jpg") no-repeat center  fixed;
    background-size: cover;
    position: relative;
    &::after {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }
    h2 {
      font-size: 36px;
      padding: 260px 0 300px;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 2;
      @include sp {
        font-size: 6vw;
        padding: 100px 0;
      }
    }
  }*/
}
@media screen and (max-width: 767px) {
  .lifestance .message {
    margin-top: 100px;
    padding-bottom: 60px;
    padding-top: 240px;
  }
}
.lifestance .message::before {
  content: "";
  background: url("../images/bg_message.jpg") no-repeat center fixed;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 560px;
  display: block;
}
@media screen and (max-width: 767px) {
  .lifestance .message::before {
    height: 240px;
    background: url("../images/bg_message_sp.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.lifestance .message .inner {
  background: #fff;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  padding: 100px 100px;
}
@media screen and (max-width: 767px) {
  .lifestance .message .inner {
    margin: -25px 25px 0;
    padding: 35px 25px;
  }
}
.lifestance .message .credit {
  width: 960px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .lifestance .message .credit {
    width: inherit;
    margin: 60px 25px 0;
  }
}
.lifestance .message .credit dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
  color: #777;
}
@media screen and (max-width: 767px) {
  .lifestance .message .credit dl {
    margin: 25px 0;
    font-size: 3vw;
    padding: 25px 0;
  }
}
.lifestance .message .credit dl dt {
  width: 48%;
  text-align: right;
  margin-right: 4%;
  margin-bottom: 10px;
}
.lifestance .message .credit dl dt:last-of-type {
  margin-bottom: 0;
}
.lifestance .message .credit dl dd {
  width: 48%;
  margin-bottom: 10px;
}
.lifestance .message .credit dl dd:last-of-type {
  margin-bottom: 0;
}
.lifestance .message p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lifestance .message p {
    font-size: 13px;
    text-align: left;
  }
}
.lifestance .message p .name {
  display: block;
  margin: 50px 0px 0;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lifestance .message p .name {
    font-size: 12px;
    line-height: 2.2;
  }
}
.lifestance .cont {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .lifestance .cont {
    padding: 60px 0;
  }
}
.lifestance .cont.about-kogei {
  background: #eee;
}
.lifestance .cont h2 {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lifestance .cont h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.lifestance .cont h2 + p {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lifestance .cont h2 + p {
    text-align: left;
    margin-bottom: 30px;
  }
}
.lifestance .bnr-list {
  width: 960px;
  margin: 0 auto 0;
  /*padding: 120px 0;*/
}
@media screen and (max-width: 767px) {
  .lifestance .bnr-list {
    width: inherit;
    padding: 30px 0x;
  }
}
.lifestance .bnr-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lifestance .bnr-list ul {
    display: block;
  }
}
.lifestance .bnr-list ul li {
  width: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lifestance .bnr-list ul li {
    width: inherit;
  }
  .lifestance .bnr-list ul li + li {
    margin-top: 20px;
  }
}
.lifestance .bnr-list ul li a {
  display: block;
  position: relative;
}
.lifestance .bnr-list ul li a:hover {
  opacity: 0.8;
}
.lifestance .bnr-list ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lifestance .bnr-list ul li a h2 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
  color: #fff;
  z-index: 2;
  font-size: 20px;
  margin: 0;
}
.lifestance .bnr-list.yomimono ul li {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .lifestance .bnr-list.yomimono ul li {
    width: 100%;
  }
}
.lifestance .bnr-list.yomimono ul li a:hover {
  text-decoration: none;
}
.lifestance .bnr-list.yomimono ul li a::after {
  content: none;
}
.lifestance .bnr-list.yomimono ul li p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .lifestance .bnr-list.yomimono ul li + li {
    margin-top: 30px;
  }
}
.lifestance .bnr-list-type2 {
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .lifestance .bnr-list-type2 {
    padding: 60px 25px;
  }
}
.lifestance .bnr-list-type2 a:hover {
  opacity: 0.8;
}
.lifestance .mailmagazine {
  margin-bottom: 80px;
}
.lifestance .mailmagazine .inner {
  width: 960px;
  padding-top: 80px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine .inner {
    width: inherit;
    padding-top: 40px;
  }
}
.lifestance .mailmagazine h2 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.lifestance .mailmagazine p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine p {
    text-align: left;
  }
}
.lifestance .mailmagazine p a {
  text-decoration: underline;
}
.lifestance .mailmagazine p a:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, border-color, background-color, color;
}
.lifestance .mailmagazine .Btn1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine .Btn1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine .Btn1 .Btn1__link {
    padding: 15px 0;
  }
}
.lifestance .mailmagazine .block-mail-news--register-items {
  margin-top: 40px;
  /*background: #ececec;
  padding: 40px;*/
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine .block-mail-news--register-items .form-group {
    display: block;
  }
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group .form-label {
  display: block;
  padding: 0;
  width: 214px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine .block-mail-news--register-items .form-group .form-label {
    display: inline-block;
    width: inherit;
    margin-right: 10px;
  }
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group .form-label .control-label {
  font-size: 16px;
  font-weight: 400;
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group .constraint {
  display: block;
  padding: 0;
  width: 77px;
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine .block-mail-news--register-items .form-group .constraint {
    display: inline-block;
    width: inherit;
  }
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group .constraint .required {
  display: inline-block;
  width: 54px;
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group .constraint .required::after {
  display: inline-block;
  width: 100%;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  color: #000;
  background-color: #e6e6e6;
  content: "必須";
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group .form-control {
  display: block;
  padding: 0;
  width: calc(100% - 290px);
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine .block-mail-news--register-items .form-group .form-control {
    width: 100%;
    margin-top: 10px;
  }
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group .form-control input[type=text] {
  margin: 0;
  width: 100%;
  font-size: 14px;
  height: 2.8rem;
  line-height: 2.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  color: #000;
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 1em;
}
.lifestance .mailmagazine .block-mail-news--register-items .form-group.block-mail-news--cmail {
  padding-top: 20px;
  border: none;
  padding-bottom: 0;
}
.lifestance .mailmagazine .action-buttons {
  margin-top: 40px;
}
.lifestance .mailmagazine .action-buttons .action {
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lifestance .mailmagazine .action-buttons .action {
    width: 100%;
    max-width: 260px;
  }
}
.lifestance .mailmagazine .action-buttons .action input[type=submit] {
  width: 100%;
  color: #fff;
  padding: 20px 0;
  border: 1px solid #000;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, border-color, background-color, color;
  display: block;
  background-color: #000;
  text-align: center;
}
.lifestance .mailmagazine .action-buttons .action input[type=submit]:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}
