@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : people.css
Description : 私たちのヒトづくり
===================================================================== */
/* ========================================================
    submv
======================================================== */
@media screen and (min-width: 768px) {
  .submv.index .submv_column::after {
    background-image: url(../images/people/submv_bg01_pc.jpg);
  }
}
.submv.index .submv_ttl > span {
  display: block;
  color: #e31d1a;
  font-family: "Aleo", serif;
  font-size: 2.6rem;
  font-weight: 700;
  transform: scale(0.9, 1);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .submv.index .submv_ttl > span {
    font-size: 2.2rem;
  }
}

/* ========================================================
    people
======================================================== */
.people {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .people {
    padding: 12rem 0;
  }
}
.people .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1840px;
}
.people_side {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .people_side {
    width: 18.9873417722%;
  }
}
.people_snavi {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.8rem 2rem 2.4rem 2rem;
}
@media screen and (min-width: 768px) {
  .people_snavi {
    padding: 0.4rem 0;
  }
}
.people_snavi::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-image: url(../images/common/common_bg02.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -2;
}
.people_snavi > li {
  width: calc(50% - 1rem);
  margin: 0 0 0 2rem;
  border-bottom: 1px solid #e0e9f3;
}
@media screen and (min-width: 768px) {
  .people_snavi > li {
    width: 100%;
    margin: 0 !important;
  }
}
.people_snavi > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .people_snavi > li:last-child {
    border-bottom: none;
  }
}
.people_snavi > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .people_snavi > li > a {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .people_snavi > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .people_snavi > li > a:hover > span::before {
    transform: scale(1.8);
  }
}
.people_snavi > li > a > span {
  position: relative;
  display: block;
  padding-left: 1.1em;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .people_snavi > li > a > span {
    font-size: 2rem;
  }
}
.people_snavi > li > a > span::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.3s ease;
}
.people_column {
  position: relative;
  width: 100%;
  margin: 0 0 0;
}
@media screen and (min-width: 768px) {
  .people_column {
    width: 80%;
    margin: 0 auto;
  }
}
.people_wrap {
  position: relative;
  width: 100%;
}
.people_wrap > :first-child {
  margin-top: 0 !important;
}
.people_lead {
  position: relative;
  width: 100%;
  color: #00184D;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .people_lead {
    font-size: 2.5rem;
  }
}
.people_list {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .people_list {
    margin-top: 7.5rem;
  }
}
.people_list > li {
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .people_list > li {
    margin-top: 7.5rem;
  }
}
.people_list > li:first-child {
  margin-top: 0;
}
.people_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.people_item_ttl {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .people_item_ttl {
    padding-bottom: 1.5rem;
  }
}
.people_item_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 105.9701492537%;
  height: 3px;
  background-color: #e31d1a;
}
@media screen and (min-width: 768px) {
  .people_item_ttl::before {
    width: 100%;
  }
}
.people_item_ttl > em {
  display: block;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.people_item_ttl + .people_item_detail {
  width: 100% !important;
}
.people_item_img {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .people_item_img {
    width: 33.3333333333%;
    margin-top: 3rem;
  }
}
.people_item_img > picture {
  display: block;
  width: 100%;
  border-radius: 0 42rem 42rem 0;
  overflow: hidden;
}
.people_item_detail {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .people_item_detail {
    width: 62.5%;
    margin-top: 3rem;
  }
}
.people_item_detail > :first-child {
  margin-top: 0 !important;
}
.people_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .people_item_text {
    margin-top: 3rem;
  }
}
.people_item_note {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .people_item_note {
    margin-top: 3rem;
  }
}
.people_item_note > dt {
  position: relative;
  width: 100%;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .people_item_note > dt {
    padding-bottom: 0.6rem;
  }
}
.people_item_note > dt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 105.9701492537%;
  height: 1px;
  background-color: #565656;
}
@media screen and (min-width: 768px) {
  .people_item_note > dt::before {
    width: 100%;
  }
}
.people_item_note > dt > span {
  display: block;
  font-weight: 700;
}
.people_item_note > dd {
  position: relative;
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .people_item_note > dd {
    margin-top: 1.2rem;
  }
}
.people_item_note > dd > span {
  display: block;
  font-size: 2.4rem;
  color: #565656;
}
@media screen and (min-width: 768px) {
  .people_item_note > dd > span {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=people.css.map */