@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*	仕事を知る
* --------------------------------------------------------------------------------------------------*/
.p-member {
  background: #fff;
  padding-top: 7.2rem;
  padding-bottom: 12rem;
  position: relative;
}
.p-member__heading {
  margin-bottom: 8rem;
}
.p-member__heading .title {
  text-align: center;
  color: #c5161d;
  line-height: 1;
}
.p-member__heading .title span {
  display: block;
}
.p-member__heading .title .u-en {
  font-size: 6.7rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1rem;
}
.p-member__heading .title .u-jp {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-member__content {
  width: 84%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem 3.6rem;
  justify-content: center;
}
.p-member__card {
  position: relative;
  cursor: pointer;
  width: calc((100% - 7.2rem) / 3);
}
.p-member__card:hover .picture img.cover {
  opacity: 0;
}
.p-member__card .picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-member__card .picture::after {
  display: block;
  padding-top: 110.457%;
  content: '';
}
.p-member__card .picture img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-member__card .picture img.cover {
  z-index: 1;
  transition: opacity .2s ease-in;
}
.p-member__card .picture img.photo {
  z-index: 0;
}
.p-member__card .profile {
  color: #5c5b5a;
  margin-top: 2.4rem;
}
.p-member__card .profile .position {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .16em;
  margin-bottom: .3rem;
}
.p-member__card .profile .name {
}
.p-member__card .profile .name span {
  display: block;
}
.p-member__card .profile .name .u-jp {
  font-size: 2.6rem;
  letter-spacing: .12em;
  font-weight: 500;
  margin-bottom: .8rem;
}
.p-member__card .profile .name .u-en {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .16em;
}
@media screen and (max-width: 767.98px) {
  .p-member__heading {
    margin-bottom: 6rem;
  }
  .p-member__heading .title .u-en {
    font-size: 6rem;
    margin-bottom: 1.4rem;
  }
  .p-member__heading .title .u-jp {
    font-size: 2.4rem;
  }
  .p-member__content {
    flex-direction: column;
    gap: 8rem 0;
    width: auto;
    margin-left: 6.1rem;
    margin-right: 6.1rem;
  }
  .p-member__card {
    width: 100%;
  }
  .p-member__card .profile {
    margin-top: 3rem;
  }
  .p-member__card .profile .position {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
  .p-member__card .profile .name .u-jp {
    font-size: 5rem;
    letter-spacing: .1em;
    margin-bottom: 1.2rem;
  }
  .p-member__card .profile .name .u-en {
    font-size: 1.9rem;
  }
}
/* モーダル */
.p-member__modal {
  position: fixed;
  z-index: 101;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  max-height: 790px;
  margin: 0 auto;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  transition: all .3s;
}
.p-member__modal-body {
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}
.p-member__modal-close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 2;
  color: #c5161d;
  background: none;
  cursor: pointer;
  background: #fff;
  padding: 1.4rem 2rem;
}
.p-member__modal-close::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #c5161d;
  margin-top: .4rem;
}
.p-member__modal-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 6.4rem 0 6.4rem 6.4rem;
}
.p-member__modal-heading .profile {
  color: #5c5b5a;
  margin-bottom: 4.8rem;
}
.p-member__modal-heading .profile .position {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .16em;
  margin-bottom: .6rem;
}
.p-member__modal-heading .profile .name span {
  display: block;
}
.p-member__modal-heading .profile .name .u-jp {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: .12em;
  margin-bottom: .8rem;
}
.p-member__modal-heading .profile .name .u-en {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .16em;
}
.p-member__modal-text {
  flex: 1;
  overflow-y: auto;
  scrollbar-color: #5a161d #e0e0e0;
  min-height: 0;
  color: #595757;
  padding-right: 5.6rem;
}
.p-member__modal-text::-webkit-scrollbar-thumb {
  background: #5a161d;
}

.p-member__modal-text::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.p-member__modal-text h2.title {
  font-size: 4rem;
  letter-spacing: .2em;
  line-height: 1.65;
  color: #c5161d;
  margin-bottom: 5.6rem;
}
.p-member__modal-text h3 {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-weight: 500;
}
.p-member__modal-text p {
  margin-bottom: 4rem;
  text-align: justify;
}
.p-member__modal-figure {
  width: 48%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.p-member__modal-figure figure {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
}
.p-member__modal-figure figure img {
  position: absolute;
  bottom: 0;
  right: 0;
  filter: blur(10px);
  transition: filter .5s ease;
}
.p-member__modal-figure figure img.is-loaded {
  filter: blur(0);
}
.p-member__modal-figure figcaption {
  position: absolute;
  left: 0;
  bottom: 4rem;
  font-size: 1rem;
  line-height: 1.85;
  width: 15rem;
  color: #595757;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .p-member__modal {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, -50%);
}
body::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
}
body.modal-open::after {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767.98px) {
  .p-member__modal {
    width: 89%;
    height: 89%;
    padding: 0;
    transform: translate(-50%, -47%);
  }
  .p-member__modal-body {
    width: 100%;
    height: 100%;
    max-height: initial;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-color: #5a161d #e0e0e0;
  }
  .p-member__modal-body::-webkit-scrollbar-thumb {
    background: #5a161d;
  }
  
  .p-member__modal-body::-webkit-scrollbar-track {
    background: #e0e0e0;
  }
  .p-member__modal-figure {
    width: 100%;
    height: auto;
    position: relative;
    right: initial;
    top: initial;
  }
  .p-member__modal-figure figure img {
    position: relative;
    bottom: initial;
    right: initial;
  }
  .p-member__modal-figure figcaption {
    left: 3.2rem;
    font-size: 1.2rem;
  }
  .p-member__modal-content {
    width: 100%;
    padding: 0 4rem 6rem 4rem;
  }
  .p-member__modal-heading {
    margin-top: 4rem;
  }
  .p-member__modal-heading .profile {
    margin-bottom: 4.8rem;
  }
  .p-member__modal-heading .profile .position {
    font-size: 2.3rem;
    margin-bottom: .3rem;
  }
  .p-member__modal-heading .profile .name .u-jp {
    font-size: 5rem;
    letter-spacing: .1em;
    margin-bottom: 1.2rem;
  }
  .p-member__modal-heading .profile .name .u-en {
    font-size: 1.9rem;
  }
  .p-member__modal-text {
    flex: initial;
    padding-right: 0;
  }
  .p-member__modal-text h2.title {
    font-size: 4.8rem;
  }
  .p-member__modal-text h3 {
    font-size: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	採用CTA（top.cssから複製）
* --------------------------------------------------------------------------------------------------*/
.p-top-recruit {
  background: url(../img/top/bg_recruit.jpg) no-repeat top center/cover;
  padding-top: 12rem;
  padding-bottom: 9rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit {
    background-image: url(../img/top/bg_recruit_sp.jpg);
    padding: 11.7rem 6.1rem 8rem;
  }
}
.p-top-recruit .p-btn-wrapper {
  max-width: 25.6rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit .p-btn-wrapper {
    margin: 11rem auto 0;
  }
}
.p-top-recruit .p-btn-wrapper .c-btn {
  border-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit .p-btn-wrapper .c-btn {
    font-size: 1.6rem;
    padding-block: 1.5rem;
    padding-left: 2rem;
  }
  .p-top-recruit .p-btn-wrapper .c-btn::after {
    width: 1rem;
    height: 1rem;
    right: 1.5rem;
  }
}

.p-top-recruit__content {
  max-width: 100rem;
  margin: 4rem auto 0;
  padding-inline: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__content {
    padding: 0;
    margin-top: 0;
  }
}
.p-top-recruit__content .c-section__ttl {
  font-size: 4.6rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-top-recruit__content .c-ttl {
  font-size: 4.3rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.67em;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__content .c-ttl {
    line-height: 2.4;
    font-size: 4.38rem;
    margin-top: 5.4rem;
  }
}
.p-top-recruit__content .p-paragraph-wrapper {
  margin-top: 3.8rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__content .p-paragraph-wrapper {
    margin-top: 1.8rem;
    margin-right: calc(50% - 50vw);
  }
}
.p-top-recruit__content .p-paragraph-wrapper p {
  line-height: 2.65;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__content .p-paragraph-wrapper p {
    font-size: 2.3rem;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    line-height: 2.4;
  }
}

