@charset "UTF-8";
#woman_content {
  background-image: url(images/submain_woman.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  #woman_content {
    height: 230px;
  }
}
@media (max-width: 480px) {
  #woman_content {
    background-image: url(images/submain_woman_sm.jpg);
  }
}

@media (max-width: 480px) {
  .header_sub_line {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.header_sub_line h1 {
  padding-top: 30px;
}
@media (max-width: 480px) {
  .header_sub_line h1 {
    font-size: 1.3em;
    padding: 4.5rem 0 0 2rem;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 480px) {
  .p-breadcrumbs-wrapper {
    top: 0;
  }
}

.title_works {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .title_works {
    font-size: 1.2rem;
    color: #3c6ff2;
  }
}
@media (max-width: 480px) {
  .title_works {
    margin-top: 2.5rem;
  }
}
.title_works span {
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .title_works span {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .title_works span {
    padding: 0 25px;
  }
}
.title_works .subtitle {
  display: block;
  font-size: 0.9rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  .title_works .subtitle {
    font-size: 1.8rem;
    color: #000;
    margin-top: -5px;
  }
}
@media (max-width: 480px) {
  .title_works .subtitle {
    font-size: 1.6rem;
    margin-top: -8px;
  }
}
.title_works::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #dedede;
  position: absolute;
  top: 42%;
  left: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .title_works::after {
    top: 48%;
  }
}

@media (max-width: 480px) {
  .area_heading {
    border-left: solid 4px #3c6ff2;
    margin-left: -8%;
    padding-top: 5%;
    padding-left: 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*

ページ内ナビ

*/
@media (max-width: 480px) {
  .list_navigation {
    padding: 1.2rem 0 1.2rem 0;
  }
}
.list_navigation li {
  width: 50%;
}
@media (max-width: 480px) {
  .list_navigation li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .list_navigation li a {
    background-position: center bottom;
    padding: 0 0 10px;
  }
  .list_navigation li a span {
    font-size: 0.75rem;
  }
}

/*

各コンテント内

*/
.blcTtl {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 50px;
}
.blcTtl span {
  display: block;
  font-size: 1rem;
  font-weight: 200;
}
.blcTtl br {
  display: none;
}
@media (max-width: 480px) {
  .blcTtl {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .blcTtl span {
    font-size: 0.9rem;
  }
  .blcTtl br {
    display: inline;
  }
}

.blcWrap {
  max-width: 960px;
  margin: 0 auto 60px;
}

/*
女性活躍
*/
.setubi,
.syokuin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.setubi li,
.syokuin li {
  width: 48%;
}
@media (max-width: 480px) {
  .setubi,
  .syokuin {
    display: block;
  }
  .setubi li,
  .syokuin li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.setubi {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.syokuin {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.syokuin li {
  margin-bottom: 60px;
}
.syokuin li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #131313;
}
.syokuin li a .bottom {
  position: relative;
  border: 1px solid #dedede;
  border-top: none;
  padding: 30px 0px 50px;
}
.syokuin li a .bottom dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  margin: 0 auto;
  padding-left: 5px;
}
.syokuin li a .bottom dl dt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
}
.syokuin li a .bottom dl dd {
  /* padding-left: 60px; */
  line-height: 1.25;
  letter-spacing: 1px;
}
.syokuin li a .bottom p {
  width: 320px;
  line-height: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  margin: auto;
  background-color: #3c6ff2;
  background-image: url(../commons/images/right-arrow.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 96% center;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/*
ワークライフバランス
*/
.blcOuter {
  padding-top: 50px;
}
@media (max-width: 480px) {
  .blcOuter {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  #worklife.title_works .subtitle {
    padding: 0;
  }
}

.blcIntro {
  text-align: center;
  padding-bottom: 30px;
  margin-top: -30px;
}
.blcIntro br {
  display: none;
}
.blcIntro span {
  display: block;
}
@media (max-width: 480px) {
  .blcIntro {
    margin-top: -20px;
  }
  .blcIntro br {
    display: inline;
  }
  .blcIntro span {
    display: none;
  }
}

.blcTtlS {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .blcTtlS {
    font-size: 1.15rem;
    margin-bottom: 30px;
  }
}

.ikujiImg {
  padding-bottom: 20px;
}

.notes {
  font-size: 0.8rem;
}/*# sourceMappingURL=sub-woman.css.map */