@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap";
.p-policy__head {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .p-policy__head {
    width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .p-policy__head {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .p-policy__head {
    width: 100%;
  }
}
.p-policy__copy {
  position: relative;
  padding-bottom: 48px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  background-image: url(../../images/staff/bg_line_01_pc.svg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .p-policy__copy {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-policy__copy {
    padding-bottom: 32px;
    font-size: 2.4rem;
    background-image: url(../../images/staff/bg_line_01_sp.svg);
  }
}
.p-policy__body {
  position: relative;
  margin-top: 32px;
}
.p-policy__body::before, .p-policy__body::after {
  content: "";
  position: absolute;
  width: 204px;
  height: 228px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 834px) {
  .p-policy__body::before, .p-policy__body::after {
    display: none;
  }
}
.p-policy__body::before {
  top: -98px;
  left: 8px;
  background-image: url(../../images/staff/bg_leftCircle_01.svg);
}
.p-policy__body::after {
  bottom: -110px;
  right: 12px;
  background-image: url(../../images/staff/bg_rightCircle_01.svg);
}
@media screen and (max-width: 1280px) {
  .p-policy__body::after {
    right: -110px;
  }
}
.p-policy__main {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 72px;
  background-color: #fa991f;
  border-radius: 32px;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  .p-policy__main {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .p-policy__main {
    width: 100%;
    padding: 24px;
  }
}
.p-policy__text {
  padding: 56px;
  border-radius: 32px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .p-policy__text {
    padding: 24px;
  }
}
.p-policy__deco {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .p-policy__deco {
    width: 12px;
    height: 12px;
  }
}
.p-policy__deco--topLeft {
  top: 28px;
  left: 28px;
}
@media screen and (max-width: 834px) {
  .p-policy__deco--topLeft {
    top: 20px;
    left: 20px;
  }
}
.p-policy__deco--topRight {
  top: 28px;
  right: 28px;
}
@media screen and (max-width: 834px) {
  .p-policy__deco--topRight {
    top: 20px;
    right: 20px;
  }
}
.p-policy__deco--bottomLeft {
  bottom: 28px;
  left: 28px;
}
@media screen and (max-width: 834px) {
  .p-policy__deco--bottomLeft {
    bottom: 20px;
    left: 20px;
  }
}
.p-policy__deco--bottomRight {
  bottom: 28px;
  right: 28px;
}
@media screen and (max-width: 834px) {
  .p-policy__deco--bottomRight {
    bottom: 20px;
    right: 20px;
  }
}

.p-intro {
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 834px) {
  .p-intro {
    margin-bottom: 100px;
  }
}
.p-intro::before {
  content: "";
  position: absolute;
  bottom: -68px;
  left: 0;
  width: 100%;
  height: 134px;
  background-color: #faecd5;
}
@media screen and (max-width: 834px) {
  .p-intro::before {
    bottom: -34px;
    height: 76px;
  }
}
.p-intro__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1280px) {
  .p-intro__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-intro__img {
  max-width: 414px;
}
@media screen and (max-width: 1280px) {
  .p-intro__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__img {
    width: 100%;
  }
}
.p-intro__thumb {
  position: relative;
}
.p-intro__thumb img {
  position: relative;
}
.p-intro__shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, #fa991f 0, #fa991f 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
  border-radius: 32px;
}
.p-intro__personal {
  position: relative;
  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;
  gap: 14px;
  margin-top: -16px;
}
@media screen and (max-width: 834px) {
  .p-intro__personal {
    margin-top: -11px;
  }
}
.p-intro__pos {
  display: inline-block;
  padding: 4px 40px;
  color: #fff;
  background-color: #f9a016;
  border-radius: 32px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-intro__pos {
    font-size: 1.6rem;
  }
}
.p-intro__name {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .p-intro__name {
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-intro__text {
  position: relative;
  width: 620px;
  margin-top: 32px;
  padding-bottom: 56px;
}
@media screen and (max-width: 1280px) {
  .p-intro__text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__text {
    width: 100%;
    margin-top: 0;
  }
}
.p-intro__text::before {
  content: "";
  position: absolute;
  bottom: -48px;
  right: 0;
  width: 152px;
  height: 152px;
  background-image: url(../../images/staff/bg_text_01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .p-intro__text::before {
    display: none;
  }
}
.p-intro__copy {
  position: relative;
  font-size: 2.4rem;
  color: #f9a016;
}
@media screen and (max-width: 834px) {
  .p-intro__copy {
    font-size: 2rem;
  }
}
.p-intro__para {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .p-intro__para {
    margin-top: 32px;
  }
}
.p-intro__para p {
  margin-top: 2em;
}
.p-intro__bottom {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .p-intro__bottom {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__bottom {
    width: 87%;
    margin: 0 auto;
  }
}

.p-info {
  position: relative;
  width: 530px;
  background-color: #fff;
  border: 4px solid #f9a016;
  border-radius: 48px;
  font-size: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-info {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .p-info {
    width: 100%;
  }
}
.p-info--large {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-info--large {
    width: 530px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .p-info--large {
    width: 100%;
  }
}
.p-info__head {
  width: 100%;
  color: #fff;
  background-color: #f9a016;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-info__head {
    padding: 6px 0;
    font-size: 2.4rem;
  }
}
.p-info__body {
  padding: 56px 0 80px;
}
@media screen and (max-width: 834px) {
  .p-info__body {
    padding: 25px 20px;
  }
}
.p-info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 390px;
  margin: 0 auto 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .p-info__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
.p-info__dt {
  min-width: 110px;
}
@media screen and (max-width: 834px) {
  .p-info__dd {
    font-size: 1.4rem;
  }
}
.p-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .p-info__list {
    width: 100%;
    gap: 10px;
  }
}
.p-info__item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-info__item::before {
  content: "・";
}

.p-staff {
  padding-bottom: 200px;
  background-image: url(../../images/staff/bg_staff_01_pc.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 834px) {
  .p-staff {
    padding-bottom: 88px;
    background-image: url(../../images/staff/bg_staff_01_sp.svg);
  }
}
.p-staff__intro {
  text-align: center;
}
.p-staff__intro img {
  width: 960px;
  margin-top: 24px;
}
@media screen and (max-width: 834px) {
  .p-staff__intro img {
    width: 100%;
  }
}
.p-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
.p-staff__item {
  position: relative;
  width: 360px;
  margin-top: 32px;
  border-radius: 32px;
}
@media screen and (max-width: 834px) {
  .p-staff__item {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__item {
    width: 100%;
    margin-right: 0;
  }
}
.p-staff__item:nth-of-type(3n) {
  margin-right: 0;
}
.p-staff__shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, #719f24 0, #719f24 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
  border-radius: 32px;
}
.p-staff__thumb {
  position: relative;
}
.p-staff__text {
  position: relative;
  padding: 24px 40px 48px;
  background-color: #fff;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
@media screen and (max-width: 834px) {
  .p-staff__text {
    padding: 20px 32px 40px;
  }
}
.p-staff__info {
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
  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-staff__pos {
  display: inline-block;
  padding: 4px 24px;
  color: #fff;
  background-color: #8aa81f;
  border-radius: 32px;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .p-staff__pos {
    font-size: 1.6rem;
  }
}
.p-staff__name {
  margin-top: 12px;
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .p-staff__name {
    font-size: 2rem;
  }
}
.p-staff__detail {
  margin-top: 16px;
}
.p-staff__detail p {
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 834px) {
  .p-staff__detail p {
    line-height: 1.8;
  }
}

/* ---------------------------------------------------------
 *  switch
 *----------------------------------------------------------*/
#switch {
  position: fixed;
  bottom: 10%;
  left: 0;
  z-index: 999;
}
#switch ul li {
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px;
}
#switch a {
  cursor: pointer;
  display: block;
  font-size: 0.8rem;
  color: #333;
}

/* 追加css */
.p-intro__thumb img {
  border-radius: 20px;
}
/*20241111編集*/
table.recruit{
    width: 900px;
    margin: 0 auto 30px;
}
table.recruit th,table.recruit td{
        border: 1px solid #ccc;
    padding: 20px;
}
table.recruit th{
background-color: #faecd5;
    text-align: center;
}
table.recruit td a{
        text-decoration: underline;
    color: blue;
}
@media screen and (max-width: 834px) {
    table.recruit{
    width: 90%;
    }
    table.recruit th,table.recruit td{
    padding: 10px;
}
}
