@charset "UTF-8";
/* =====================
働く環境づくり
/working_environment/
===================== */
.p-works {
  color: #231815;
}

.p-works header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-works .lp-main {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .p-works .lp-main {
    font-size: 1.6rem;
  }
}

.p-works-header {
  padding-top: 20px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .p-works-header {
    padding-top: 60px;
    margin-bottom: 140px;
  }
}

.p-works-header:before {
  display: block;
  width: 100%;
  background: url(./imgs/bg_header.svg) center top repeat-x;
  background-size: auto 100%;
  padding-bottom: 28.61538%;
  margin-bottom: 30px;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-works-header:before {
    padding-bottom: 22.25564%;
    margin-bottom: 140px;
  }
}

.p-works-header__title {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-works-header__title {
    font-size: 4.8rem;
  }
}

.p-works-body {
  padding-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .p-works-body {
    max-width: 1000px;
    padding: 0 0 60px;
    margin: 0 auto;
  }
}

.p-works-lead {
  margin: 20px 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-works-lead {
    padding: 0 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .p-works-lead {
    max-width: 1000px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
}

.p-works-lead__title {
  color: #50ab50;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-works-lead__title {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}

.p-works-lead__title span {
  position: relative;
  display: inline-block;
  padding: 0 .5em;
}

.p-works-lead__title span:after, .p-works-lead__title span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 2em;
  height: 1px;
  background: #50ab50;
  margin: auto;
  content: "";
}

.p-works-lead__title span:before {
  right: 100%;
}

.p-works-lead__title span:after {
  left: 100%;
}

.p-works-lead__text {
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .p-works-lead__text {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}

@media screen and (max-width: 768px) {
  .p-works-thumbnail {
    padding: 0 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .p-works-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
}

.p-works-thumbnail__item {
  margin: 0 0 10px 0;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-works-thumbnail__item {
    width: 49%;
    margin: 0 0 0 2%;
  }
  .p-works-thumbnail__item:first-child {
    margin-left: 0;
  }
}

.p-works-contents {
  border: 15px solid #50ab50;
  border-top: 0;
}

@media screen and (min-width: 769px) {
  .p-works-contents {
    border-width: 20px;
  }
}

.p-works-contents ~ .p-works-contents {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .p-works-contents ~ .p-works-contents {
    margin-top: 80px;
  }
}

.p-works-contents__title {
  padding: 1em 0 .8em;
  background: #50ab50;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-works-contents__title {
    font-size: 2.4rem;
  }
}

.p-works-contents__body {
  padding: 25px 10px;
}

.p-works-contents__body > *:first-child {
  margin-top: 0 !important;
}

.p-works-contents__body > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .p-works-contents__body {
    padding: 40px;
  }
}

.p-works-hdg--primary {
  color: #50ab50;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1.5em 0;
}

@media screen and (min-width: 769px) {
  .p-works-hdg--primary {
    margin-bottom: 40px;
  }
}

.p-works-hdg--secondary {
  border-bottom: 1px solid #50ab50;
  padding-bottom: 5px;
  margin: 1.5em 0 1em;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-works-hdg--secondary, .p-works-hdg--primary {
    font-size: 2.4rem;
  }
}

.p-works-text {
  margin: 1em 0;
}

.p-works-text-link {
  color: #50ab50;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .p-works-text-link {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .p-works-text-link:hover {
    opacity: .75;
    text-decoration: none;
  }
}

.p-works-text-link--pdf:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/imgs/common/ico_pdf02.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
}

.p-works-list {
  margin: 1em 0;
}

.p-works-list > li {
  position: relative;
  padding-left: 1em;
}

.p-works-list > li:before {
  position: absolute;
  left: 0;
  content: "・";
}

@media screen and (min-width: 769px) {
  .p-works-image-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-works-image-layout__segment > *:first-child {
  margin-top: 0 !important;
}

.p-works-image-layout__segment > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .p-works-image-layout__segment {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

.p-works-image-layout__picture {
  display: block;
  margin: 2em 0 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-works-image-layout__picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .p-works-image-layout__picture img {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .p-works-image-layout__picture.is-column-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-works-image-layout__picture.is-column-pc img ~ img {
    margin-top: 20px;
  }
}
