@charset "UTF-8";
.wp_post h2,
.wp-block-post-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.wp_post h2:not(:first-child),
.wp-block-post-content h2:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .wp_post h2,
.wp-block-post-content h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .wp_post h2:not(:first-child),
.wp-block-post-content h2:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.wp_post h3,
.wp-block-post-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.wp_post h3:not(:first-child),
.wp-block-post-content h3:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .wp_post h3,
.wp-block-post-content h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .wp_post h3:not(:first-child),
.wp-block-post-content h3:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.wp_post h4,
.wp-block-post-content h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.wp_post h4:not(:first-child),
.wp-block-post-content h4:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .wp_post h4,
.wp-block-post-content h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .wp_post h4:not(:first-child),
.wp-block-post-content h4:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.wp_post h5,
.wp-block-post-content h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.wp_post h5:not(:first-child),
.wp-block-post-content h5:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .wp_post h5,
.wp-block-post-content h5 {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .wp_post h5:not(:first-child),
.wp-block-post-content h5:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.wp_post h2 + h3:not(:first-child),
.wp_post h2 + h4:not(:first-child),
.wp_post h2 + h5:not(:first-child),
.wp_post h3 + h4:not(:first-child),
.wp_post h3 + h5:not(:first-child),
.wp_post h4 + h5:not(:first-child),
.wp-block-post-content h2 + h3:not(:first-child),
.wp-block-post-content h2 + h4:not(:first-child),
.wp-block-post-content h2 + h5:not(:first-child),
.wp-block-post-content h3 + h4:not(:first-child),
.wp-block-post-content h3 + h5:not(:first-child),
.wp-block-post-content h4 + h5:not(:first-child) {
  margin-top: 1rem;
}
.wp_post p,
.wp-block-post-content p {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
.wp_post p:not(:first-child),
.wp-block-post-content p:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  .wp_post p,
.wp-block-post-content p {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.wp_post img,
.wp-block-post-content img {
  border-radius: 3px;
}

.wp-block img,
.wp-block svg {
  max-width: 100%;
}

.layout_01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--paddingSection) 5rem;
}
.layout_01:not(:first-child) {
  margin-top: 5rem;
}
.layout_01 > * {
  width: 100%;
  display: flex;
  gap: 1.5rem 3.75rem;
}
.layout_01 > *:nth-child(odd) .img_area {
  order: 1;
}
.layout_01 > *:nth-child(even) .img_area {
  order: -1;
}
.layout_01 > *.col_half {
  width: calc((100% - 5rem) / 2);
  flex-direction: column;
}
.layout_01 > *.col_half .img_area {
  width: 100%;
  order: -1;
}
.layout_01 .img_area {
  width: 51.7857%;
}
.layout_01 .img_area img {
  border-radius: 2px;
}
.layout_01 .text_area {
  flex: 1;
}
.layout_01 .title {
  font-size: 1.4375rem;
  color: var(--color_main);
  margin-bottom: 1.5rem;
}
.layout_01 .title::before {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_layout_01.svg") no-repeat;
  display: block;
  margin-bottom: 0.875rem;
}
.layout_01 .title_list {
  font-size: 1.25rem;
  font-weight: 500;
  background-color: var(--color_main);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.125em 1em;
}
.layout_01 .list_a {
  font-size: 1.0625rem;
}
.layout_01 .list_a > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  padding: 0.125em var(--paddingLR) 0.125em calc(var(--paddingLR) + 1em);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  position: relative;
}
.layout_01 .list_a > *::before {
  content: "・";
  position: absolute;
  left: var(--paddingLR);
  color: var(--color_main);
}
.layout_01 .text {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .layout_01:not(:first-child) {
    margin-top: 2.5rem;
  }
  .layout_01 > * {
    flex-direction: column;
  }
  .layout_01 > *:nth-child(odd) .img_area, .layout_01 > *:nth-child(even) .img_area {
    order: 1;
  }
  .layout_01 > *.col_half {
    width: 100%;
  }
  .layout_01 .img_area {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout_01 .title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .layout_01 .title::before {
    content: "";
    width: 1em;
    margin-bottom: 0.5rem;
  }
  .layout_01 .title_list {
    font-size: 1rem;
    min-height: 48px;
  }
  .layout_01 .list_a {
    font-size: 0.875rem;
  }
  .layout_01 .list_a > * {
    min-height: 48px;
    padding: 0.125em 1em;
  }
  .layout_01 .list_a > *::before {
    left: 0;
  }
  .layout_01 .text {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}