/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
.p-section-title {
  font-family: var(--font-family02);
  color: var(--color06);
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
.p-section-title::before {
  content: "";
  position: absolute;
  border: 0.2rem solid;
  border-top: none;
  border-left: none;
  bottom: -0.9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  z-index: 10;
  background: #FFF;
}

.p-section-title span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  background: #FFF;
  z-index: 0;
  letter-spacing: 0.1em;
  border: 0.2rem solid;
  font-size: 2.3rem;
  padding: 1.2rem 2.2rem 1.1rem;
  border-radius: 1.1rem;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.p-page-head {
  position: relative;
  background: url(/img/ambassador/bg-head.jpg) repeat center;
  background-size: 75rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.p-page-head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.p-page-head__inner {
  position: relative;
  background: #FFF;
  z-index: 10;
  border-radius: 1.6rem;
  padding: 2.8rem 1.8rem 2rem;
}

/*
-----------------------------------------------------------
 p-logo
----------------------------------------------------------- */
.p-logo {
  text-align: center;
  margin-bottom: 2.2rem;
}

.p-logo__copy {
  font-family: var(--font-family02);
  color: #938275;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.p-logo__img img {
  width: 21rem;
  display: inline-block;
  vertical-align: top;
}

/*
-----------------------------------------------------------
 p-page-title
----------------------------------------------------------- */
.p-page-title {
  font-family: var(--font-family02);
  background: #fc5400;
  background: -moz-linear-gradient(left, #fc5400 0%, #ff861c 100%);
  background: -webkit-linear-gradient(left, #fc5400 0%, #ff861c 100%);
  background: linear-gradient(to right, #fc5400 0%, #ff861c 100%);
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  padding: 1.6rem;
  margin-bottom: 1.8rem;
  max-width: 520px;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
 p-about
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 p-members
-----------------------------------------------------------
----------------------------------------------------------- */
.p-members {
  background: #fc5400;
  background: -moz-linear-gradient(left, #fc5400 0%, #ff861c 100%);
  background: -webkit-linear-gradient(left, #fc5400 0%, #ff861c 100%);
  background: linear-gradient(to right, #fc5400 0%, #ff861c 100%);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-section-title.p-members__title {
  color: var(--color02);
}
.p-section-title.p-members__title::before {
  border: none;
}

.p-section-title.p-members__title span {
  border: none;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
}

.p-members__body {
  margin: 0 auto;
  max-width: 810px;
  width: calc(100% - 3rem);
}

.p-members-item {
  background: #FFF;
  border-radius: 1rem;
  display: flex;
  padding: 2rem;
  gap: 1.4rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.p-members-item + .p-members-item {
  margin-top: 2rem;
}

.p-members-item__img {
  width: 35%;
}

.p-members-item__infomartion {
  flex: 1;
}

.p-members-item__infomartion-top {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 0.6rem;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 0.1rem solid #dedede;
  padding-bottom: 0.8rem;
  padding-right: 0.5rem;
}

.p-members-item__infomartion-name {
  flex: 1;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.p-members-item__infomartion-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}

.p-members-item__infomartion-link li img {
  width: 2.3rem;
}

.p-members-item__infomartion-text01 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}

.p-members-item__infomartion-text02 {
  font-size: 1.3rem;
}

/*
-----------------------------------------------------------
 .p-members-item02
----------------------------------------------------------- */
.p-members__list02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}

.p-members-item02 {
  width: calc((100% - 1rem) / 2);
  background: #FFF;
  border-radius: 0.6rem;
}

.p-members-item02__button {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #FFF;
  border-radius: 0.6rem;
  padding: 1.1rem;
  height: 100%;
}

.p-members-item02__img {
  margin-bottom: 0.7rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  height: 0;
  padding-bottom: 100%;
}

.p-members-item02__img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-members-item02__infomartion-top {
  display: flex;
  gap: 0.7rem;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
}

.p-members-item02__infomartion-name {
  flex: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1.2rem;
}

.p-members-item02__infomartion-link img {
  width: 1.8rem;
}

/*
-----------------------------------------------------------
 p-members-list
----------------------------------------------------------- */
.p-members-list__item {
  background: #FFF;
  border-radius: 1rem;
  padding: 2.2rem;
}

.p-members-list__item + .p-members-list__item {
  margin-top: 2rem;
}

.p-members-list__item-infomartion {
  margin-top: 1rem;
}

.p-members-list__item-infomartion-top {
  border-bottom: 0.1rem solid var(--color-border);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0.9rem;
  gap: 1.2rem;
  margin-bottom: 0.9rem;
}

.p-members-list__item-infomartion-name {
  flex: 1;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.p-members-list__item-infomartion-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}

.p-members-list__item-infomartion-link li a {
  display: block;
  width: 3.3rem;
  padding: 0.5rem;
}

.p-members-list__item-infomartion-text01 {
  margin-bottom: 0.8rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-recruit
-----------------------------------------------------------
----------------------------------------------------------- */
.p-recruit {
  background: #FFF;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-recruit__list {
  padding: 2.5rem 3rem 2rem;
  background: #f5f2ed;
  border-radius: 0.7rem;
}

.p-recruit__list li {
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  text-align: left;
  padding-left: 2.3rem;
  line-height: 1.45;
}

.p-recruit__list li + li {
  margin-top: 1.7rem;
}

.p-recruit__list-item-icon {
  background: var(--color01);
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.2rem;
}
.p-recruit__list-item-icon::before {
  content: "";
  position: absolute;
  border: 0.2rem solid;
  border-top: none;
  border-right: none;
  color: #FFF;
  transform: rotate(-45deg);
  width: 1rem;
  height: 0.55rem;
  top: 0.5rem;
  left: 0.4rem;
}

.p-recruit__top {
  color: var(--color06);
  text-align: left;
  margin: 2rem 0 1.6rem;
  line-height: 2;
}

.p-recruit__top a {
  text-decoration: underline;
}
.p-recruit__top a:hover {
  text-decoration: none;
}

.p-recruit__button-top {
  text-align: center;
  margin: 0 0 0.9rem;
  line-height: 1.45;
}

.p-recruit__button-top span {
  color: var(--color01);
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.7rem;
}
.p-recruit__button-top span::after, .p-recruit__button-top span::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 0;
  border-top: 0.1rem solid;
  top: 4px;
  bottom: 0;
  margin: auto 0;
}
.p-recruit__button-top span::before {
  transform: rotate(55deg);
  left: -22px;
}
.p-recruit__button-top span::after {
  transform: rotate(-55deg);
  right: -22px;
}

.p-recruit__button a {
  font-family: var(--font-family02);
  background: #077542;
  background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: linear-gradient(to right, #077542 0%, #018c1d 100%);
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  color: #FFF;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  padding: 1.8rem 3.8rem 1.8rem 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  max-width: 500px;
}
.p-recruit__button a::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 0.1rem solid;
  border-radius: 0.7rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-recruit__button a::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 100%;
  top: 0;
  right: 1.5rem;
  background: url(/img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-global-sns
-----------------------------------------------------------
----------------------------------------------------------- */
.p-global-sns {
  margin: 0 auto;
  max-width: 810px;
  width: calc(100% - 3rem);
  padding-top: 6rem;
}