/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.c_block__talk .wp-block-group__inner-container {
  display: flex;
  gap: 20px 14px;
  align-items: flex-start;
}
.c_block__talk_img {
  flex-shrink: 0;
}
.c_block__talk_img img {
  width: 45px !important;
}
.c_block__talk_desc {
  line-height: 1.5714285714;
  padding-top: 11px;
  text-align: justify;
}
.c_block__talk + .c_block__talk {
  margin-top: 28px;
}
.c_block_profile {
  background-color: #e9f7f9;
  padding: 14px 13px 18px 15px;
}
.c_block_profile__ttl {
  border-bottom: solid 1px #d1d1d1;
  padding-bottom: 6px;
  padding-left: 7px;
}
.c_block_profile__ttl .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
.c_block_profile__ttl_txt01 {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.c_block_profile__ttl_txt02 {
  position: relative;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  top: 5px;
  display: inline-block;
}
.c_block_profile__list {
  display: flex;
  flex-direction: column;
  gap: 21px 0;
  margin-top: 11px;
  margin-bottom: 0;
}
.c_block_profile__item {
  display: flex;
  gap: 10px 10px;
}
.c_block_profile__item_img {
  flex-shrink: 0;
  width: 70px;
  margin-left: -8px;
  flex-wrap: 0;
}
.c_block_profile__item_img .wp-block-group__inner-container {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.c_block_profile__item_name {
  font-size: 0.75rem;
  margin-top: 7px;
  line-height: 1.2;
}
.c_block_profile__item_age {
  font-size: 0.625rem;
  margin-top: 3px;
  line-height: 1.2;
}
.c_block_profile__item_content {
  width: calc(100% - 70px);
  font-size: 0.75rem;
}
.c_block_profile__item_txt02, .c_block_profile__item_txt04 {
  line-height: 1.6666666667;
  margin-top: 2px;
  font-weight: 400;
}
.c_block_profile__item_txt01, .c_block_profile__item_txt03 {
  line-height: 1.2;
}
.c_block_profile__item_txt03 {
  margin-top: 8px;
}
.c_block__box {
  padding: 20px;
  color: #4d4d4d;
  background-color: #e9f7f9;
}
.c_block__box_ttl {
  padding-bottom: 10px;
  border-bottom: solid 1px #afb8b0;
  line-height: 1.6875;
  font-weight: 400;
}
.c_block__box_desc {
  margin-top: 20px;
  line-height: 1.6875;
}
.c_block__post {
  margin-top: clamp(-0.4375rem, 700vw + -164.5rem, 0rem);
  margin-bottom: 26px;
}
.c_block__post_link {
  display: block;
  border: solid 1px #afb8b0;
  border-radius: 10px;
  padding: 8px 14px 14px;
}
.c_block__post_content {
  display: flex;
  align-items: flex-start;
  gap: 20px 12px;
}
.c_block__post_img {
  flex-shrink: 0;
  position: relative;
  width: 104px;
}
.c_block__post_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 104/70;
  border-radius: 8px;
}
.c_block__post_ttl {
  font-weight: 500;
  position: relative;
  left: 3px;
  font-size: 0.75rem;
}
.c_block__post_desc {
  width: calc(100% - 104px);
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.wp-block-heading.is-style-h2 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
  border-bottom: solid 1px #d1d1d1;
  margin-bottom: 18px;
  padding-bottom: 15px;
}
.wp-block-heading.is-style-h3 {
  font-weight: 500;
  background-color: #ecf5f6;
  font-size: 1rem;
  padding: 4px 11px 7px;
  margin-bottom: 18px;
}

p.is-style-txt14 {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}

.c_mark_yellow {
  background-image: linear-gradient(to top, #FFFF94 0% 50%, transparent 50% 100%);
}

@media screen and (min-width: 768px) {
  .c_block__talk .wp-block-group__inner-container {
    gap: 30px 30px;
  }
  .c_block__talk_img img {
    width: 55px !important;
  }
  .c_block__talk_desc {
    line-height: 1.6875;
    padding-top: 13px;
  }
  .c_block__talk + .c_block__talk {
    margin-top: 14px;
  }
  .c_block_profile {
    padding: 9px 17px 15px;
  }
  .c_block_profile__ttl {
    padding-left: 0;
    padding-bottom: 2px;
  }
  .c_block_profile__ttl_txt02 {
    top: 6px;
  }
  .c_block_profile__list {
    flex-direction: row;
    margin-top: 18px;
    gap: 30px 38px;
  }
  .c_block_profile__item {
    gap: 10px 15px;
  }
  .c_block_profile__item_img {
    margin-left: -6px;
  }
  .c_block_profile__item_name {
    margin-top: 7px;
  }
  .c_block_profile__item_age {
    margin-top: 3px;
  }
  .c_block__box {
    padding: 26px 38px;
  }
  .c_block__box_ttl {
    padding-bottom: 12px;
  }
  .c_block__box_desc {
    margin-top: 21px;
  }
  .c_block__post {
    margin-bottom: 60px;
    margin-top: clamp(-0.4375rem, -2.1875vw + 2.1875rem, 0rem);
  }
  .c_block__post_link {
    padding: 12px 21px 26px;
  }
  .c_block__post_content {
    gap: 20px 23px;
    margin-top: 3px;
  }
  .c_block__post_img {
    width: clamp(6.25rem, 8.1730769231vw + 2.3269230769rem, 10.5rem);
    top: 4px;
  }
  .c_block__post_img img {
    border-radius: 21px;
    aspect-ratio: 168/114;
  }
  .c_block__post_ttl {
    font-size: 1rem;
  }
  .c_block__post_desc {
    font-size: 1rem;
    line-height: 1.6875;
  }
  .c_block__post_desc {
    width: calc(100% - clamp(6.25rem, 8.1730769231vw + 2.3269230769rem, 10.5rem));
  }
  .wp-block-heading.is-style-h2 {
    margin-bottom: 18px;
    padding-bottom: 18px;
    line-height: 1.5909090909;
    font-size: 1.375rem;
  }
  .wp-block-heading.is-style-h3 {
    margin-bottom: 19px;
    line-height: 1.6875;
    padding: 5px 17px 8px;
  }
}
/*# sourceMappingURL=maps/block.css.map */
