/**
 * ACF Block: プロフィール
 */

.acf-block-profile-green {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 4.75rem;
  margin-bottom: 2.25rem;
  padding: 2.8rem 2rem 3.75rem 2rem;
  border-radius: 1.25rem;
  background: #EBEFE7;

  @media screen and (max-width: 540px) {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2.125rem 1.8125rem 2.5rem 1.8125rem;
  }
}

.acf-block-profile-green__image {
  flex-shrink: 0;
  width: 13rem;
  height: 13rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 3.125rem;
  overflow: hidden;

  @media screen and (max-width: 540px) {
    margin-left: auto;
    margin-right: auto;
    width: 9.75rem;
    height: 9.75rem;
    aspect-ratio: 1/1;
    border-radius: 1.90431rem;
  }

  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.acf-block-profile-green .acf-block-profile-green__image img {
  width: 100% !important;
  height: 100%;
  display: block;
}

.acf-block-profile-green__content {
  flex: 1;

  @media screen and (max-width: 540px) {}
}

.acf-block-profile-green__position {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  /* 2.22rem */

  @media screen and (max-width: 540px) {
    margin-top: 0;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
  }
}

.acf-block-profile-green__name {
  margin-bottom: 1rem;
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  /* 2.775rem */

  @media screen and (max-width: 540px) {
    margin-bottom: 1.1rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

.acf-block-profile-green__text {
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 1.8rem */

  @media screen and (max-width: 540px) {
    font-size: 0.875rem;
  }
}

.acf-block-profile-green__text a {
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration-thickness: .5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}