@charset "utf-8";

/*================================================
  recruit
================================================*/

/*------------------------------------------------
  intro
------------------------------------------------*/

.intro {
  position: relative;
}
.intro::before {
  content: "";
  display: block;
  background-image: url(../../image/common/common_logo_mark.svg);
  background-size: contain;
  background-position: top 30% right;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.15;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.intro-pic {
  position: relative;
  width: 84%;
  margin: var(--layout-gap) auto;
}
.intro-pic::after {
  content: "";
  display: block;
  width: 64%;
  height: 100px;
  background-image: url(../../image/staff/intro_text_img.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -20%;
  top: -50px;
}
.intro-pic > img {
  border: 6px solid #fff;
  filter: drop-shadow(0 5px 5px rgba(0,0,0,0.15));
  transform:rotate(-4deg) ;
}

.intro-text {
  margin: 3em 0;
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 700;
  width: 96%;
  margin-left: auto;
  max-width: 350px;
  line-height: 2.75;
}


@media print, screen and (min-width: 769px) {
  .intro-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .intro-pic {
    width: 48%;
  }
  .intro-text {
    width: 47%;
    max-width: inherit;
  }
  .intro-pic::after {
    width: 200px;
    height: 100px;
    left: -60px;
    top: -50px;
  }
}

@media print, screen and (min-width: 1200px) {
  .intro-inner {
    justify-content: space-between;
  }
  .intro-pic {
    margin: calc(var(--layout-gap)*2) 0;
  }
  .intro-text {
    line-height: 3;
  }
}


@media print, screen and (min-width: 1600px) {
  .intro-pic {
    width: 600px;
  }
  .intro-text {
    width: 40%;
  }
  .intro-pic::after {
    width: 241px;
    height: 156px;
    left: -70px;
    top: -100px;
  }
}




/*------------------------------------------------
page-link-staff-list
------------------------------------------------*/
.staff-page-link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0.5em;
}
.staff-page-link-item {
  position: relative;
  background-color: var(--tertiary-color);
  border-radius: 20px;
}
.staff-page-link-item::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  border: 2px dashed rgba(var(--color-black-rgb), 0.1);
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.staff-page-link-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color-white);
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 15px;
}

.staff-page-link-item > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: var(--tertiary-color);
  border-radius: 20px; */
  padding:1.75em 0.75em;
  height: 100%;
  position: relative;
}
.staff-page-link-item .staff-name {
  display: block;
  line-height: 1;
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
}
.staff-page-link-item .position-title {
  display: block;
  line-height: 1;
  margin-top: 0.5em;
  /* font-size: 1.1rem; */
  font-size: clamp(1rem, 0.88rem + 0.6vw, 1.6rem);
}

@media print, screen and (min-width: 769px) {
  .staff-page-link-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5em;
  }
  .staff-page-link-item::after {
    top: 50%;
    transform: translateY(-50%);
  }
}


@media print, screen and (min-width: 1200px) {
  .staff-page-link-list {
    gap: 2.5em;
  }
  .staff-page-link-item > a {
    padding: 2.25em 0.75em;
  }
}

/*------------------------------------------------
staff
------------------------------------------------*/
.staff-list {
  display: grid;
  gap: 6em;
}

.staff-pic {
  max-width: 560px;
  margin:0 auto;
}
.staff-profile {
  margin-top: 2em;
  background-color: var(--color-white);
}

.staff-profile-title .name {
  font-size: clamp(2rem, 1.92rem + 0.4vw, 2.4rem);
  display: block;
  line-height: 1.5;
}
.staff-profile-title .name > .kana {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  font-weight: 400;
  display: block;
  opacity: 0.5;
}
.staff-profile-title .position {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  font-weight: 500;
}
.staff-profile-title .notes {
  font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
  font-weight: 500;
  display: block;
}
.staff-profile > p {
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
}

.staff-license h4 {
  color: var(--primary-color);
}
.license-list {
  display: flex;
  flex-wrap: wrap;
}
.license-item {
  color: var(--color-white);
  background-color: var(--primary-color);
  padding: 0.35em 0.5em;
  line-height: 1.25;
  border-radius: 5px;
  margin: 2.5px;
}

.detail-list dt {
  color: var(--primary-color);
}
.detail-list dd {
  font-weight: 400;
}

/*区切り*/
.staff-license,
.staff-detail {
  margin: calc(var(--layout-gap)/1.5) 0;
}

.staff-profile-title::after ,
.staff-license::after ,
.staff-detail::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: calc(var(--layout-gap)/2);
  border-left: 20px solid var(--primary-color);
  background-color: rgba(var(--primary-color-rgb), 0.3);
}


@media print, screen and (min-width: 480px) {
  .staff-list {
    gap: 8em;
  }

  .staff-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .staff-pic {
    width: 80%;
    max-width: 560px;
  }

  .staff-profile {
    padding:3rem;
    box-shadow: 0 3px 20px rgba(var(--color-black-rgb), 0.11);
    width: 80%;
    max-width: 660px;
    margin-top: -2.5em;
  }

  .staff-profile-title .name {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .staff-profile-title .name > .kana {
    padding-left: 1em;
  }

  .detail-list {
    display: flex;
    flex-wrap: wrap;
  }
  .detail-list dt {
    width: 3.5em;
    margin-bottom: 0.75em;
  }
  .detail-list dd {
    width: calc(100% - 3.5em);
    margin-bottom: 0.75em;
  }

  /*配置調整*/
  .staff-item:nth-child(even) .staff-pic {
    margin-left: 0;
  }
  .staff-item:nth-child(even) .staff-profile {
    margin-left: auto;
  }
  .staff-item:nth-child(odd) .staff-pic {
    margin-right: 0;
  }
  .staff-item:nth-child(odd) .staff-profile {
    margin-right: auto;
  }

}

@media print, screen and (min-width: 769px) {
  .staff .section-container {
    padding-top: 0;
  }

  .staff-list {
    gap: 5em;
  }
  .staff-item {
    padding: 4em 0;
  }
  .staff-pic {
    width: 50%;
    margin-top: -4.5em;
  }

  .staff-profile {
    width: 60%;
    padding: 4rem;
    margin-top: 0;
  }
  .staff-license {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .staff-license h4 {
    width: 6em;
    margin-bottom: 0.75em;
  }
  .license-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-list dd {
    width: calc(100% - 6em);
    margin-bottom: 0.75em;
  }

  .detail-list dt {
    width: 6em;
  }
  .detail-list dd {
    width: calc(100% - 6em);
  }


  /*配置調整*/
  .staff-item:nth-child(odd) {
    flex-direction: row-reverse;
    position: relative;
  }
  .staff-item:nth-child(odd) .staff-pic {
    margin-right:  inherit;
    position: absolute;
    z-index: -1;
  }
  .staff-item:nth-child(even) .staff-pic {
    margin-left: inherit;
  }
  .staff-item:nth-child(even) .staff-profile {
    margin-left: -10%;
  }
}


@media print, screen and (min-width: 960px) {
  .staff-profile {
    padding: 4.15em 3.5em;
  }
}
