@charset "UTF-8";
/* ---------------------------------------
	Blog記事
-----------------------------------------*/
.blog-content__wrapper {
  display: grid;
  margin-inline: auto;
  width: 100%;
}
@media screen and (width > 1280px) {
  .blog-content__wrapper {
    max-width: 70rem;
    grid-template-columns: 46.25rem 1fr;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-content__wrapper {
    max-width: 87.5vw;
    grid-template-columns: 57.8125vw 1fr;
    -moz-column-gap: 6.25vw;
         column-gap: 6.25vw;
    margin-top: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .blog-content__wrapper {
    max-width: 79.1666666667vw;
    grid-template-columns: 1fr;
    row-gap: 10.4166666667vw;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-content__wrapper {
    max-width: 100%;
    row-gap: 20.5128205128vw;
    margin-top: 10.2564102564vw;
  }
}
.blog-content__footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "prev btn next";
  justify-content: space-between;
}
@media screen and (width > 1280px) {
  .blog-content__footer {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    margin-top: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-content__footer {
    -moz-column-gap: 4.6875vw;
         column-gap: 4.6875vw;
    margin-top: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-content__footer {
    -moz-column-gap: 5.2083333333vw;
         column-gap: 5.2083333333vw;
    margin-top: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-content__footer {
    width: 100%;
    max-width: 79.4871794872vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4.1025641026vw;
    margin: 16.4102564103vw auto 0;
  }
}
.blog-content__footer-index {
  display: flex;
  align-items: center;
  flex: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-content__footer-index {
    font-size: 0.75rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-content__footer-index {
    font-size: 0.9375vw;
    -moz-column-gap: 1.875vw;
         column-gap: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .blog-content__footer-index {
    font-size: 1.5625vw;
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-content__footer-index {
    font-size: 2.8205128205vw;
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
  }
}
.blog-content__footer-index span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: unset;
}
.blog-content__footer-index--prev {
  grid-area: prev;
}
.blog-content__footer-index--prev::before {
  content: "";
  background-image: url("../../images/parts/chevron-left.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-content__footer-index--prev::before {
    width: 0.625rem;
    height: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-content__footer-index--prev::before {
    width: 0.78125vw;
    height: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-content__footer-index--prev::before {
    width: 1.3020833333vw;
    height: 2.6041666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-content__footer-index--prev::before {
    width: 2.5641025641vw;
    height: 5.1282051282vw;
  }
}
.blog-content__footer-index--next {
  grid-area: next;
  margin-left: auto;
}
.blog-content__footer-index--next::after {
  content: "";
  background-image: url("../../images/parts/chevron-right.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-content__footer-index--next::after {
    width: 0.625rem;
    height: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-content__footer-index--next::after {
    width: 0.78125vw;
    height: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-content__footer-index--next::after {
    width: 1.3020833333vw;
    height: 2.6041666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-content__footer-index--next::after {
    width: 2.5641025641vw;
    height: 5.1282051282vw;
  }
}
.blog-content__footer-btn {
  grid-area: btn;
  width: 100%;
  flex-shrink: 0;
  letter-spacing: 0.2em;
}
@media screen and (width > 1280px) {
  .blog-content__footer-btn {
    border: var(--cl-text) solid 0.125rem;
    width: 9.375rem;
    height: 2.625rem;
    font-size: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-content__footer-btn {
    border: var(--cl-text) solid 0.15625vw;
    width: 11.71875vw;
    height: 3.28125vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-content__footer-btn {
    border: var(--cl-text) solid 0.2604166667vw;
    width: 19.53125vw;
    height: 5.46875vw;
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-content__footer-btn {
    border: var(--cl-text) solid 0.5128205128vw;
    width: 30.7692307692vw;
    height: 9.2307692308vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}

@media screen and (width > 1280px) {
  .blog-article__head {
    margin-top: 2.25rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__head {
    margin-top: 2.8125vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__head {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__head {
    width: 100%;
    max-width: 79.4871794872vw;
    margin: 10.2564102564vw auto 0;
  }
}
.blog-article__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-article__category {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (width > 1280px) {
  .blog-article__category {
    gap: 0.25rem 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__category {
    gap: 0.3125vw 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__category {
    gap: 0.5208333333vw 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__category {
    gap: 0.5128205128vw 1.0256410256vw;
  }
}
.blog-article__category > li {
  background-color: var(--cl-text);
  color: var(--cl-white);
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-article__category > li {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__category > li {
    padding: 0.3125vw 0.9375vw;
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__category > li {
    padding: 0.5208333333vw 1.0416666667vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__category > li {
    padding: 0.5128205128vw 1.0256410256vw;
    font-size: 3.0769230769vw;
  }
}
.blog-article__category > li a {
  color: var(--cl-white);
}
.blog-article__date {
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-article__date {
    font-size: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__date {
    font-size: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__date {
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__date {
    font-size: 2.8205128205vw;
  }
}
.blog-article__date time {
  display: inline-block;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-article__date time {
    margin-left: 0.5rem;
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__date time {
    margin-left: 0.625vw;
    font-size: 1.015625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__date time {
    margin-left: 1.0416666667vw;
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__date time {
    margin-left: 1.0256410256vw;
    font-size: 3.0769230769vw;
  }
}
.blog-article__title {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (width > 1280px) {
  .blog-article__title {
    font-size: 1.875rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__title {
    font-size: 2.34375vw;
    margin-top: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__title {
    font-size: 3.90625vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__title {
    font-size: 6.1538461538vw;
    margin-top: 2.0512820513vw;
  }
}
.blog-article__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-article__tags {
    font-size: 0.8125rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__tags {
    font-size: 1.015625vw;
    margin-top: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__tags {
    font-size: 1.6927083333vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__tags {
    font-size: 3.0769230769vw;
    margin-top: 2.0512820513vw;
  }
}
.blog-article__tags::before {
  content: "";
  background-image: url("../../images/parts/icon-tag.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
@media screen and (width > 1280px) {
  .blog-article__tags::before {
    width: 1.125rem;
    height: 0.875rem;
    margin-right: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__tags::before {
    width: 1.40625vw;
    height: 1.09375vw;
    margin-right: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__tags::before {
    width: 2.34375vw;
    height: 1.8229166667vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__tags::before {
    width: 3.5897435897vw;
    height: 3.0769230769vw;
    margin-right: 1.0256410256vw;
  }
}
.blog-article__thumbnail {
  aspect-ratio: 16/9;
}
@media screen and (width > 1280px) {
  .blog-article__thumbnail {
    margin-block: 1rem 4rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-article__thumbnail {
    margin-block: 1.25vw 5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-article__thumbnail {
    margin-block: 2.0833333333vw 8.3333333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-article__thumbnail {
    margin-block: 2.0512820513vw 8.2051282051vw;
  }
}
.blog-article__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-area-sp {
  display: none;
}
@media screen and (width <= 991px) {
  .search-area-sp {
    display: flex;
    justify-content: space-between;
    margin-top: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp {
    width: 100%;
    max-width: 79.4871794872vw;
    margin: 20.5128205128vw auto 0;
  }
}
.search-area-sp__filter-list {
  display: flex;
  align-items: center;
}
@media screen and (width <= 991px) {
  .search-area-sp__filter-list {
    position: relative;
    -moz-column-gap: 6.25vw;
         column-gap: 6.25vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp__filter-list {
    -moz-column-gap: 3.5897435897vw;
         column-gap: 3.5897435897vw;
  }
}
.search-area-sp__filter-link {
  display: flex;
  align-items: center;
}
@media screen and (width <= 991px) {
  .search-area-sp__filter-link {
    gap: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp__filter-link {
    flex-direction: column;
    gap: 1.5384615385vw;
  }
}
.search-area-sp__filter-link span {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width <= 991px) {
  .search-area-sp__filter-link span {
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp__filter-link span {
    font-size: 2.3076923077vw;
  }
}
@media screen and (width <= 991px) {
  .search-area-sp__search .search-form {
    width: 33.8541666667vw;
    height: 4.6875vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp__search .search-form {
    width: 46.1538461538vw;
    height: 9.2307692308vw;
  }
}
.search-area-sp__search .search-form ::-moz-placeholder {
  letter-spacing: 0.04em;
}
.search-area-sp__search .search-form ::placeholder {
  letter-spacing: 0.04em;
}
@media screen and (width <= 991px) {
  .search-area-sp__search .search-form ::-moz-placeholder {
    font-size: 1.8229166667vw;
  }
  .search-area-sp__search .search-form ::placeholder {
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp__search .search-form ::-moz-placeholder {
    font-size: 2.8205128205vw;
  }
  .search-area-sp__search .search-form ::placeholder {
    font-size: 2.8205128205vw;
  }
}
.search-area-sp .filter-balloon {
  visibility: hidden;
  opacity: 0;
  border: #c3c3c3 solid 0.0625rem;
  background-color: var(--cl-white);
  position: absolute;
  left: 0;
  z-index: 1;
  transition: var(--transition);
}
@media screen and (width <= 991px) {
  .search-area-sp .filter-balloon {
    border-radius: 1.0416666667vw;
    width: 79.1666666667vw;
    top: 6.25vw;
    padding: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .filter-balloon {
    border-radius: 2.0512820513vw;
    width: 79.4871794872vw;
    top: 14.1025641026vw;
    padding: 6.1538461538vw;
  }
}
@media (any-hover: hover) {
  .search-area-sp .filter-balloon:hover {
    visibility: visible;
    opacity: 1;
  }
}
.search-area-sp .filter-balloon.is_open {
  visibility: visible;
  opacity: 1;
}
.search-area-sp .filter-balloon--category::before {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #c3c3c3;
  position: absolute;
  z-index: 1;
}
@media screen and (width <= 991px) {
  .search-area-sp .filter-balloon--category::before {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    top: -2.0833333333vw;
    left: 5.46875vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .filter-balloon--category::before {
    width: 6.6666666667vw;
    height: 4.1025641026vw;
    top: -4.1025641026vw;
    left: 2.0512820513vw;
  }
}
.search-area-sp .filter-balloon--category::after {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: var(--cl-white);
  position: absolute;
  z-index: 2;
}
@media screen and (width <= 991px) {
  .search-area-sp .filter-balloon--category::after {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    top: -1.953125vw;
    left: 5.46875vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .filter-balloon--category::after {
    width: 6.6666666667vw;
    height: 4.1025641026vw;
    top: -3.5897435897vw;
    left: 2.0512820513vw;
  }
}
.search-area-sp .filter-balloon--tag::before {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #c3c3c3;
  position: absolute;
  z-index: 1;
}
@media screen and (width <= 991px) {
  .search-area-sp .filter-balloon--tag::before {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    top: -2.0833333333vw;
    left: 26.7578125vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .filter-balloon--tag::before {
    width: 6.6666666667vw;
    height: 4.1025641026vw;
    top: -4.1025641026vw;
    left: 19.4871794872vw;
  }
}
.search-area-sp .filter-balloon--tag::after {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: var(--cl-white);
  position: absolute;
  z-index: 2;
}
@media screen and (width <= 991px) {
  .search-area-sp .filter-balloon--tag::after {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    top: -1.953125vw;
    left: 26.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .filter-balloon--tag::after {
    width: 6.6666666667vw;
    height: 4.1025641026vw;
    top: -3.5897435897vw;
    left: 19.4871794872vw;
  }
}
.search-area-sp .balloon-category {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (width > 1280px) {
  .search-area-sp .balloon-category {
    gap: 1rem 2rem;
  }
}
@media screen and (width <= 1280px) {
  .search-area-sp .balloon-category {
    gap: 1.25vw 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .search-area-sp .balloon-category {
    gap: 4.1666666667vw 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .balloon-category {
    gap: 6.1538461538vw;
  }
}
.search-area-sp .balloon-category__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (width > 1280px) {
  .search-area-sp .balloon-category__item {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .search-area-sp .balloon-category__item {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .search-area-sp .balloon-category__item {
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .balloon-category__item {
    -moz-column-gap: 6.1538461538vw;
         column-gap: 6.1538461538vw;
  }
}
.search-area-sp .balloon-category__link {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .search-area-sp .balloon-category__link {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .search-area-sp .balloon-category__link {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .search-area-sp .balloon-category__link {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
    font-size: 15px;
    font-size: 1.953125vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .balloon-category__link {
    -moz-column-gap: 1.0256410256vw;
         column-gap: 1.0256410256vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.search-area-sp .balloon-category__link::before {
  content: "";
  background-image: url("../../images/parts/chevron-right-bold.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .search-area-sp .balloon-category__link::before {
    width: 0.4375rem;
    height: 0.75rem;
    transform: translateY(0.0625rem);
  }
}
@media screen and (width <= 1280px) {
  .search-area-sp .balloon-category__link::before {
    width: 0.546875vw;
    height: 0.9375vw;
    transform: translateY(0.078125vw);
  }
}
@media screen and (width <= 991px) {
  .search-area-sp .balloon-category__link::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
    transform: translateY(0.1302083333vw);
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .balloon-category__link::before {
    width: 1.7948717949vw;
    height: 3.0769230769vw;
    transform: translateY(0.2564102564vw);
  }
}
.search-area-sp .balloon-category__null {
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .search-area-sp .balloon-category__null {
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .search-area-sp .balloon-category__null {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .search-area-sp .balloon-category__null {
    font-size: 15px;
    font-size: 1.953125vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .balloon-category__null {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.search-area-sp .balloon-category-child {
  line-height: 2;
}
.search-area-sp .balloon-category-child__link {
  display: flex;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .search-area-sp .balloon-category-child__link {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .search-area-sp .balloon-category-child__link {
    -moz-column-gap: 0.3125vw;
         column-gap: 0.3125vw;
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  .search-area-sp .balloon-category-child__link {
    -moz-column-gap: 0.5208333333vw;
         column-gap: 0.5208333333vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .search-area-sp .balloon-category-child__link {
    -moz-column-gap: 0.5128205128vw;
         column-gap: 0.5128205128vw;
    font-size: 3.0769230769vw;
  }
}
.search-area-sp .balloon-category-child__link::before {
  content: "-";
}
@media (any-hover: hover) {
  .search-area-sp .blog-section__filter-link--category:hover ~ .filter-balloon {
    visibility: visible;
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .search-area-sp .blog-section__filter-link--tag:hover ~ .filter-balloon {
    visibility: visible;
    opacity: 1;
  }
}

.blog-related {
  overflow: hidden;
}
@media screen and (width > 1280px) {
  .blog-related__wrapper {
    padding-block: 7.5rem 10rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-related__wrapper {
    padding-block: 32vw 12.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-related__wrapper {
    padding-block: 15.625vw 20.8333333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-related__wrapper {
    padding-block: 18.4615384615vw 20.5128205128vw;
  }
}
.blog-related__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-related__title {
    font-size: 1.4375rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-related__title {
    font-size: 1.796875vw;
  }
}
@media screen and (width <= 991px) {
  .blog-related__title {
    font-size: 2.9947916667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-related__title {
    font-size: 5.1282051282vw;
  }
}
.blog-related__title span {
  flex-shrink: 0;
}
.blog-related__title::after {
  content: "";
  display: block;
  background-color: #c3c3c3;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
}
@media screen and (width > 1280px) {
  .blog-related__title::after {
    margin-left: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-related__title::after {
    margin-left: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-related__title::after {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-related__title::after {
    margin-left: 4.1025641026vw;
  }
}
@media screen and (width > 1280px) {
  .blog-related__body {
    margin-top: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-related__body {
    margin-top: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-related__body {
    margin-top: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .blog-related__body {
    margin-top: 4.1025641026vw;
  }
}
@media screen and (width > 1280px) {
  .blog-related__body .blog-achivement-card {
    padding-right: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-related__body .blog-achivement-card {
    padding-right: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-related__body .blog-achivement-card {
    padding-right: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-related__body .blog-achivement-card {
    padding-right: 2.0512820513vw;
  }
}
.blog-related .js-blog-related-slider .slick-list {
  overflow: visible;
}

@media screen and (width <= 991px) {
  .blog-aside {
    display: none;
  }
}
@media screen and (width > 1280px) {
  .blog-aside__search {
    margin-bottom: 3rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__search {
    margin-bottom: 3.75vw;
  }
}
.blog-aside__category-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-aside__category-title {
    font-size: 0.9375rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__category-title {
    font-size: 1.171875vw;
    -moz-column-gap: 0.9375vw;
         column-gap: 0.9375vw;
  }
}
.blog-aside__category-title::before {
  content: "";
  display: block;
  background-image: url("../../images/parts/icon-category.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .blog-aside__category-title::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__category-title::before {
    width: 1.71875vw;
    height: 1.71875vw;
  }
}
.blog-aside__category-list {
  display: flex;
  flex-direction: column;
}
@media screen and (width > 1280px) {
  .blog-aside__category-list {
    row-gap: 1rem;
    padding-left: 1.5rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__category-list {
    row-gap: 1.25vw;
    padding-left: 1.875vw;
    margin-top: 1.25vw;
  }
}
.blog-aside__category-list li {
  padding: 0;
}
.blog-aside__category-list li::before {
  display: none;
}
.blog-aside__category-link {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-aside__category-link {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__category-link {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
.blog-aside__category-link::before {
  content: "";
  background-image: url("../../images/parts/chevron-right-bold.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-aside__category-link::before {
    width: 0.4375rem;
    height: 0.75rem;
    transform: translateY(0.0625rem);
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__category-link::before {
    width: 0.546875vw;
    height: 0.9375vw;
    transform: translateY(0.078125vw);
  }
}
.blog-aside__child-category {
  display: flex;
  flex-direction: column;
  line-height: 2;
}
@media screen and (width > 1280px) {
  .blog-aside__child-category {
    padding-left: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__child-category {
    padding-left: 1.875vw;
  }
}
.blog-aside__child-category-item::before {
  content: "-";
}
@media screen and (width > 1280px) {
  .blog-aside__child-category-item::before {
    font-size: 0.8125rem;
    margin-right: 0.25rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__child-category-item::before {
    font-size: 1.015625vw;
    margin-right: 0.3125vw;
  }
}
.blog-aside__child-category-link {
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-aside__child-category-link {
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__child-category-link {
    font-size: 1.015625vw;
  }
}
@media screen and (width > 1280px) {
  .blog-aside__tag {
    margin-top: 4rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__tag {
    margin-top: 5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-aside__tag {
    margin-top: 0;
  }
}
@media screen and (width <= 767px) {
  .blog-aside__tag {
    margin-top: 0;
  }
}
.blog-aside__tag-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  border: none;
  padding: 0;
}
@media screen and (width > 1280px) {
  .blog-aside__tag-title {
    font-size: 0.9375rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__tag-title {
    font-size: 1.171875vw;
    -moz-column-gap: 0.9375vw;
         column-gap: 0.9375vw;
  }
}
.blog-aside__tag-title::before {
  content: "";
  display: block;
  background-image: url("../../images/parts/icon-tag.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .blog-aside__tag-title::before {
    width: 1.5rem;
    height: 1.125rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__tag-title::before {
    width: 1.875vw;
    height: 1.40625vw;
  }
}
.blog-aside__tag-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (width > 1280px) {
  .blog-aside__tag-list {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__tag-list {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    margin-top: 1.25vw;
  }
}
.blog-aside__tag-list li {
  padding: 0;
}
.blog-aside__tag-list li::before {
  display: none;
}
.blog-aside__tag-item:not(:last-child)::after {
  content: ",";
}
.blog-aside__tag-link {
  letter-spacing: 0.04em;
  text-decoration: underline !important;
}
@media screen and (width > 1280px) {
  .blog-aside__tag-link {
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__tag-link {
    font-size: 1.015625vw;
  }
}
@media screen and (width > 1280px) {
  .blog-aside__popular {
    margin-top: 4rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__popular {
    margin-top: 5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-aside__popular {
    display: none;
  }
}
.blog-aside__popular-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  border: none;
  padding: 0;
}
@media screen and (width > 1280px) {
  .blog-aside__popular-title {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__popular-title {
    -moz-column-gap: 0.9375vw;
         column-gap: 0.9375vw;
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
.blog-aside__popular-title::before {
  content: "";
  display: block;
  background-image: url("../../images/page/top/blog-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .blog-aside__popular-title::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__popular-title::before {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (width > 1280px) {
  .blog-aside__popular-articles {
    margin-top: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__popular-articles {
    margin-top: 1.25vw;
  }
}
@media screen and (width > 1280px) {
  .blog-aside__popular-articles .blog-popular-card__thumbnail {
    width: 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-aside__popular-articles .blog-popular-card__thumbnail {
    width: 9.375vw;
  }
}

/*
	フロントページ用設定
-----------------------------------------*/
.post_content {
  /*
  見出し
   -----------------------------------------*/
  /*
  	段落
  -----------------------------------------*/
  /*
    マーカー
  -----------------------------------------*/
  /*
  	リンク
  -----------------------------------------*/
  /*
  	テーブル
  -----------------------------------------*/
  /*
  	引用
  -----------------------------------------*/
  /*
  引用（プルクオート）
   -----------------------------------------*/
  /*
  リスト
  -----------------------------------------*/
  /*
  子リスト
  -----------------------------------------*/
  /*
  孫リスト
  -----------------------------------------*/
  /*
  番号付きリスト
  -----------------------------------------*/
  /*
  ボタンセット
   -----------------------------------------*/
  /*
  ボタン（デフォルト）
   -----------------------------------------*/
  /*
  キャプション
   -----------------------------------------*/
  /*
  マーカー（旧サイトからの移植用）
   -----------------------------------------*/
  /*
  iFrame（YouTube埋め込み）
   -----------------------------------------*/
  /*
  打ち消し線
   -----------------------------------------*/
  /*
  上付き文字・下付き文字
  -----------------------------------------*/
}
@media screen and (width <= 767px) {
  .post_content {
    width: 100%;
    max-width: 79.4871794872vw;
    margin-inline: auto;
  }
}
.post_content > * {
  clear: both;
}
@media screen and (width > 1280px) {
  .post_content > *:not(h2, h3, h4) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content > *:not(h2, h3, h4) {
    margin-bottom: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .post_content > *:not(h2, h3, h4) {
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .post_content > *:not(h2, h3, h4) {
    margin-bottom: 6.1538461538vw;
  }
}
.post_content > div > :first-child, .post_content > :first-child {
  margin-top: 0 !important;
}
.post_content dd > :last-child,
.post_content div > :last-child, .post_content > :last-child {
  margin-bottom: 0 !important;
}
.post_content .aligncenter {
  text-align: center;
}
.post_content .alignright {
  float: right;
}
.post_content .alignleft {
  float: left;
}
.post_content :is(h2, h3, h4) {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .post_content h2 {
    font-size: 1.5rem;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content h2 {
    font-size: 24px;
    font-size: 1.875vw;
    margin-top: 6.25vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .post_content h2 {
    font-size: 24px;
    font-size: 3.125vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content h2 {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-top: 20.5128205128vw;
    margin-bottom: 10.2564102564vw;
  }
}
.post_content h3 {
  border-bottom: #c3c3c3 solid 0.0625rem;
}
@media screen and (width > 1280px) {
  .post_content h3 {
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content h3 {
    font-size: 18px;
    font-size: 1.40625vw;
    padding-bottom: 0.625vw;
    margin-top: 6.25vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .post_content h3 {
    font-size: 18px;
    font-size: 2.34375vw;
    padding-bottom: 1.0416666667vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content h3 {
    font-size: 16px;
    font-size: 4.1025641026vw;
    padding-bottom: 1.0256410256vw;
    margin-top: 16.4102564103vw;
    margin-bottom: 8.2051282051vw;
  }
}
@media screen and (width > 1280px) {
  .post_content h4 {
    font-size: 1rem;
    border-left: #c3c3c3 solid 0.25rem;
    padding-left: 0.75rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content h4 {
    font-size: 16px;
    font-size: 1.25vw;
    border-left: #c3c3c3 solid 0.3125vw;
    padding-left: 0.9375vw;
    margin-top: 5vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .post_content h4 {
    font-size: 16px;
    font-size: 2.0833333333vw;
    border-left: #c3c3c3 solid 0.5208333333vw;
    padding-left: 1.5625vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content h4 {
    font-size: 14px;
    font-size: 3.5897435897vw;
    border-left: #c3c3c3 solid 1.0256410256vw;
    padding-left: 0.5128205128vw;
    margin-top: 10.2564102564vw;
    margin-bottom: 6.1538461538vw;
  }
}
.post_content p:not([class]) {
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .post_content p:not([class]) {
    font-size: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content p:not([class]) {
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .post_content p:not([class]) {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content p:not([class]) {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.post_content p:not([class]) b,
.post_content p:not([class]) strong {
  font-weight: bold;
}
.post_content mark {
  background: linear-gradient(transparent 70%, #eae60d 30%) !important;
}
.post_content mark[class*=has-] {
  color: var(--cl-text) !important;
}
.post_content a:not(.wp-block-button__link):not(.cta-block__link):not(.img-and-text-block__btn) {
  text-decoration: underline;
}
.post_content figure[class^=wp-block-table] > table {
  width: 100%;
  border-top: #c3c3c3 solid 0.0625rem;
  border-left: #c3c3c3 solid 0.0625rem;
}
.post_content figure[class^=wp-block-table] > table td,
.post_content figure[class^=wp-block-table] > table th {
  background-clip: padding-box;
  letter-spacing: 0.04em;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: #c3c3c3 solid 0.0625rem;
  border-right: #c3c3c3 solid 0.0625rem;
  border-top: none !important;
  border-left: none !important;
}
@media screen and (width > 1280px) {
  .post_content figure[class^=wp-block-table] > table td,
  .post_content figure[class^=wp-block-table] > table th {
    padding: 1rem;
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content figure[class^=wp-block-table] > table td,
  .post_content figure[class^=wp-block-table] > table th {
    padding: 1.25vw;
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .post_content figure[class^=wp-block-table] > table td,
  .post_content figure[class^=wp-block-table] > table th {
    padding: 2.0833333333vw;
    font-size: 1.953125vw;
  }
}
@media screen and (width <= 767px) {
  .post_content figure[class^=wp-block-table] > table td,
  .post_content figure[class^=wp-block-table] > table th {
    padding: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}
.post_content figure[class^=wp-block-table] > table td > a,
.post_content figure[class^=wp-block-table] > table th > a {
  text-decoration: underline !important;
}
.post_content figure[class^=wp-block-table] > table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
@media screen and (width > 1280px) {
  .post_content figure[class^=wp-block-table] > table th {
    min-width: 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content figure[class^=wp-block-table] > table th {
    min-width: 9.375vw;
  }
}
@media screen and (width <= 991px) {
  .post_content figure[class^=wp-block-table] > table th {
    min-width: 15.625vw;
  }
}
@media screen and (width <= 767px) {
  .post_content figure[class^=wp-block-table] > table th {
    min-width: 25.641025641vw;
  }
}
.post_content figure[class^=wp-block-table] > table:has(thead) thead {
  border-bottom: none !important;
  background-color: #f5f5f5;
}
.post_content figure[class^=wp-block-table] > table:has(thead) tbody th {
  background-color: var(--cl-white);
  text-align: left;
  position: relative;
}
.post_content figure[class^=wp-block-table] > table:has(thead) tbody th::before {
  content: "";
  width: 0.0625rem;
  height: 100%;
  border-right: 0.0625rem solid #c3c3c3;
  position: absolute;
  top: 0;
  right: 0.0625rem;
}
.post_content figure[class^=wp-block-table] > table:has(thead + tbody th) th {
  text-align: center;
}
.post_content figure[class^=wp-block-table] > table:has(thead + tbody th) th:first-of-type {
  position: relative;
}
.post_content figure[class^=wp-block-table] > table:has(thead + tbody th) th:first-of-type::before {
  content: "";
  width: 0.0625rem;
  height: 100%;
  border-right: 0.0625rem solid #c3c3c3;
  position: absolute;
  top: 0;
  right: 0.0625rem;
}
.post_content figure[class^=wp-block-table] > table:has(tfoot) tfoot {
  border-top: none !important;
}
.post_content blockquote {
  border-left: #c3c3c3 solid 0.0625rem;
  position: relative;
  background-color: var(--cl-white);
  z-index: 1;
}
@media screen and (width > 1280px) {
  .post_content blockquote {
    padding-left: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content blockquote {
    padding-left: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .post_content blockquote {
    padding-left: 2.6041666667vw;
  }
}
@media screen and (width <= 767px) {
  .post_content blockquote {
    padding-left: 3.0769230769vw;
  }
}
@media screen and (width > 1280px) {
  .post_content blockquote > p {
    font-size: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content blockquote > p {
    font-size: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .post_content blockquote > p {
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content blockquote > p {
    font-size: 3.5897435897vw;
  }
}
.post_content blockquote cite {
  color: #646464;
  font-style: normal !important;
}
@media screen and (width > 1280px) {
  .post_content blockquote cite {
    font-size: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content blockquote cite {
    font-size: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .post_content blockquote cite {
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .post_content blockquote cite {
    font-size: 2.5641025641vw;
  }
}
.post_content blockquote cite > a {
  text-decoration: underline !important;
  color: #646464;
}
@media (any-hover: hover) {
  .post_content blockquote cite > a:hover {
    color: #646464;
  }
}
.post_content blockquote::after {
  content: "";
  display: block;
  border-left: #c3c3c3 solid 0.0625rem;
  position: absolute;
  inset: 0;
  background-color: transparent;
  z-index: -1;
}
@media screen and (width > 1280px) {
  .post_content blockquote::after {
    left: 0.25rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content blockquote::after {
    left: 0.3125vw;
  }
}
@media screen and (width <= 991px) {
  .post_content blockquote::after {
    left: 0.5208333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content blockquote::after {
    left: 1.0256410256vw;
  }
}
.post_content .wp-block-pullquote {
  padding: 0;
}
.post_content .wp-block {
  clear: both;
}
.post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) {
  list-style: none;
}
.post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
    font-size: 16px;
    font-size: 1.25vw;
    padding-left: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
    font-size: 14px;
    font-size: 1.8229166667vw;
    padding-left: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
    font-size: 13px;
    font-size: 3.3333333333vw;
    padding-left: 4.1025641026vw;
  }
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li:not(:last-child) {
    margin-bottom: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li:not(:last-child) {
    margin-bottom: 3.0769230769vw;
  }
}
.post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li strong {
  font-weight: bold;
}
.post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
  content: "○";
  position: absolute;
  left: 0;
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
    font-size: 0.75rem;
    top: 0.1875rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
    font-size: 12px;
    font-size: 0.9375vw;
    top: 0.234375vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
    font-size: 12px;
    font-size: 1.5625vw;
    top: 0.2604166667vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
    font-size: 12px;
    font-size: 3.0769230769vw;
    top: 0.5128205128vw;
  }
}
.post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)).is-style-checked > li::before {
  content: "";
  display: block;
  border-left: var(--cl-text) solid 0.125rem;
  border-bottom: var(--cl-text) solid 0.125rem;
  transform: rotate(-45deg);
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)).is-style-checked > li::before {
    width: 0.75rem;
    height: 0.5rem;
    top: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)).is-style-checked > li::before {
    width: 0.9375vw;
    height: 0.625vw;
    top: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)).is-style-checked > li::before {
    width: 1.5625vw;
    height: 1.0416666667vw;
    top: 0.78125vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list):not([style*=list-style-type]):not(:where(ul ul, ol ul, ol ol, ul ul)).is-style-checked > li::before {
    width: 2.0512820513vw;
    height: 1.5384615385vw;
    top: 1.5384615385vw;
  }
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul), .post_content ul:not(.toc_list) > li > ol,
  .post_content ol > li > ul:not(.toc_list ul ul),
  .post_content ol > li > ol {
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul), .post_content ul:not(.toc_list) > li > ol,
  .post_content ol > li > ul:not(.toc_list ul ul),
  .post_content ol > li > ol {
    margin-top: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul), .post_content ul:not(.toc_list) > li > ol,
  .post_content ol > li > ul:not(.toc_list ul ul),
  .post_content ol > li > ol {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul), .post_content ul:not(.toc_list) > li > ol,
  .post_content ol > li > ul:not(.toc_list ul ul),
  .post_content ol > li > ol {
    margin-top: 2.0512820513vw;
  }
}
.post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li, .post_content ul:not(.toc_list) > li > ol > li,
.post_content ol > li > ul:not(.toc_list ul ul) > li,
.post_content ol > li > ol > li {
  margin-bottom: 0;
  position: relative;
  font-weight: normal;
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li, .post_content ul:not(.toc_list) > li > ol > li,
  .post_content ol > li > ul:not(.toc_list ul ul) > li,
  .post_content ol > li > ol > li {
    font-size: 0.875rem;
    padding-left: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li, .post_content ul:not(.toc_list) > li > ol > li,
  .post_content ol > li > ul:not(.toc_list ul ul) > li,
  .post_content ol > li > ol > li {
    font-size: 14px;
    font-size: 1.09375vw;
    padding-left: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li, .post_content ul:not(.toc_list) > li > ol > li,
  .post_content ol > li > ul:not(.toc_list ul ul) > li,
  .post_content ol > li > ol > li {
    font-size: 13px;
    font-size: 1.6927083333vw;
    padding-left: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li, .post_content ul:not(.toc_list) > li > ol > li,
  .post_content ol > li > ul:not(.toc_list ul ul) > li,
  .post_content ol > li > ol > li {
    font-size: 11px;
    font-size: 2.8205128205vw;
    padding-left: 4.1025641026vw;
  }
}
.post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li::before, .post_content ul:not(.toc_list) > li > ol > li::before,
.post_content ol > li > ul:not(.toc_list ul ul) > li::before,
.post_content ol > li > ol > li::before {
  content: "";
  display: block;
  background-color: #c3c3c3;
  height: 0.0625rem;
  position: absolute;
  left: 0;
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li::before, .post_content ul:not(.toc_list) > li > ol > li::before,
  .post_content ol > li > ul:not(.toc_list ul ul) > li::before,
  .post_content ol > li > ol > li::before {
    width: 1.5rem;
    top: 0.5625rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li::before, .post_content ul:not(.toc_list) > li > ol > li::before,
  .post_content ol > li > ul:not(.toc_list ul ul) > li::before,
  .post_content ol > li > ol > li::before {
    width: 1.875vw;
    top: 0.703125vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li::before, .post_content ul:not(.toc_list) > li > ol > li::before,
  .post_content ol > li > ul:not(.toc_list ul ul) > li::before,
  .post_content ol > li > ol > li::before {
    font-size: 1.5625vw;
    top: 1.171875vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li::before, .post_content ul:not(.toc_list) > li > ol > li::before,
  .post_content ol > li > ul:not(.toc_list ul ul) > li::before,
  .post_content ol > li > ol > li::before {
    font-size: 3.0769230769vw;
    top: 2.3076923077vw;
  }
}
.post_content ul:not(.toc_list) > li > ul:not(.toc_list ul ul) > li:not(:last-child), .post_content ul:not(.toc_list) > li > ol > li:not(:last-child),
.post_content ol > li > ul:not(.toc_list ul ul) > li:not(:last-child),
.post_content ol > li > ol > li:not(:last-child) {
  margin: 0;
}
.post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list), .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list), .post_content ul:not(.toc_list) > li > ol > li > ol,
.post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list),
.post_content ol > li > ul:not(.toc_list) > li > ol,
.post_content ol > li > ol > li > ul:not(.toc_list),
.post_content ol > li > ol > li > ol {
  color: #646464;
}
.post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ol > li > ol > li,
.post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li,
.post_content ol > li > ul:not(.toc_list) > li > ol > li,
.post_content ol > li > ol > li > ul:not(.toc_list) > li,
.post_content ol > li > ol > li > ol > li {
  position: relative;
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ol > li > ol > li,
  .post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li,
  .post_content ol > li > ul:not(.toc_list) > li > ol > li,
  .post_content ol > li > ol > li > ul:not(.toc_list) > li,
  .post_content ol > li > ol > li > ol > li {
    padding-left: 1rem;
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ol > li > ol > li,
  .post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li,
  .post_content ol > li > ul:not(.toc_list) > li > ol > li,
  .post_content ol > li > ol > li > ul:not(.toc_list) > li,
  .post_content ol > li > ol > li > ol > li {
    padding-left: 1.25vw;
    font-size: 13px;
    font-size: 1.015625vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ol > li > ol > li,
  .post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li,
  .post_content ol > li > ul:not(.toc_list) > li > ol > li,
  .post_content ol > li > ol > li > ul:not(.toc_list) > li,
  .post_content ol > li > ol > li > ol > li {
    padding-left: 1.5625vw;
    font-size: 12px;
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li, .post_content ul:not(.toc_list) > li > ol > li > ol > li,
  .post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li,
  .post_content ol > li > ul:not(.toc_list) > li > ol > li,
  .post_content ol > li > ol > li > ul:not(.toc_list) > li,
  .post_content ol > li > ol > li > ol > li {
    padding-left: 2.0512820513vw;
    font-size: 11px;
    font-size: 2.8205128205vw;
  }
}
.post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li::before, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ol > li > ol > li::before,
.post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before,
.post_content ol > li > ul:not(.toc_list) > li > ol > li::before,
.post_content ol > li > ol > li > ul:not(.toc_list) > li::before,
.post_content ol > li > ol > li > ol > li::before {
  content: "" !important;
  display: block;
  background-color: #c3c3c3;
  height: 0.0625rem;
  position: absolute;
  left: 0;
}
@media screen and (width > 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li::before, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ol > li > ol > li::before,
  .post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before,
  .post_content ol > li > ul:not(.toc_list) > li > ol > li::before,
  .post_content ol > li > ol > li > ul:not(.toc_list) > li::before,
  .post_content ol > li > ol > li > ol > li::before {
    width: 0.75rem;
    top: 0.5625rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li::before, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ol > li > ol > li::before,
  .post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before,
  .post_content ol > li > ul:not(.toc_list) > li > ol > li::before,
  .post_content ol > li > ol > li > ul:not(.toc_list) > li::before,
  .post_content ol > li > ol > li > ol > li::before {
    width: 0.9375vw;
    top: 0.703125vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li::before, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ol > li > ol > li::before,
  .post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before,
  .post_content ol > li > ul:not(.toc_list) > li > ol > li::before,
  .post_content ol > li > ol > li > ul:not(.toc_list) > li::before,
  .post_content ol > li > ol > li > ol > li::before {
    font-size: 1.5625vw;
    top: 1.171875vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ul:not(.toc_list) > li > ol > li::before, .post_content ul:not(.toc_list) > li > ol > li > ul:not(.toc_list) > li::before, .post_content ul:not(.toc_list) > li > ol > li > ol > li::before,
  .post_content ol > li > ul:not(.toc_list) > li > ul:not(.toc_list) > li::before,
  .post_content ol > li > ul:not(.toc_list) > li > ol > li::before,
  .post_content ol > li > ol > li > ul:not(.toc_list) > li::before,
  .post_content ol > li > ol > li > ol > li::before {
    font-size: 3.0769230769vw;
    top: 2.3076923077vw;
  }
}
.post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) {
  list-style: none;
  counter-reset: num;
}
.post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (width > 1280px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
    font-size: 1.25vw;
    padding-left: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
    font-size: 1.8229166667vw;
    padding-left: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li {
    font-size: 3.3333333333vw;
    padding-left: 4.1025641026vw;
  }
}
@media screen and (width > 1280px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li:not(:last-child) {
    margin-bottom: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li:not(:last-child) {
    margin-bottom: 3.0769230769vw;
  }
}
.post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (width > 1280px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
    margin-right: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
    margin-right: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .post_content ol:not(:where(ul ul, ol ul, ol ol, ul ul)) > li::before {
    margin-right: 2.0512820513vw;
  }
}
.post_content .button-set-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (width > 1280px) {
  .post_content .button-set-block {
    gap: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content .button-set-block {
    gap: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .post_content .button-set-block {
    gap: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content .button-set-block {
    flex-direction: column;
    align-items: center;
    gap: 6.1538461538vw;
  }
}
.post_content .button-set-block__btn > a {
  background-color: var(--cl-white);
  color: var(--cl-text);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 9999px;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media screen and (width > 1280px) {
  .post_content .button-set-block__btn > a {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    width: 13.75rem;
    min-height: 2.875rem;
    font-size: 0.875rem;
    border: 0.125rem solid var(--cl-text);
    padding: 0.5rem 1rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content .button-set-block__btn > a {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    width: 17.1875vw;
    min-height: 3.59375vw;
    font-size: 1.09375vw;
    border: 0.15625vw solid var(--cl-text);
    padding: 0.625vw 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .post_content .button-set-block__btn > a {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
    width: 28.6458333333vw;
    min-height: 5.9895833333vw;
    font-size: 1.8229166667vw;
    border: 0.2604166667vw solid var(--cl-text);
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content .button-set-block__btn > a {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    width: 56.4102564103vw;
    min-height: 11.7948717949vw;
    font-size: 3.5897435897vw;
    border: 0.5128205128vw solid var(--cl-text);
    padding: 2.0512820513vw 4.1025641026vw;
  }
}
.post_content .button-set-block__btn > a::after {
  flex-shrink: 0;
  content: "";
  display: block;
  background-image: url("../../images/parts/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .post_content .button-set-block__btn > a::after {
    width: 0.375rem;
    height: 0.625rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content .button-set-block__btn > a::after {
    width: 0.46875vw;
    height: 0.78125vw;
  }
}
@media screen and (width <= 991px) {
  .post_content .button-set-block__btn > a::after {
    width: 0.78125vw;
    height: 1.3020833333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content .button-set-block__btn > a::after {
    width: 1.5384615385vw;
    height: 2.5641025641vw;
  }
}
.post_content .button-set-block__btn--black > a {
  background-color: var(--cl-text);
  color: var(--cl-white);
}
.post_content .button-set-block__btn--black > a::after {
  background-image: url("../../images/parts/chevron-right-w.svg");
}
.post_content .wp-block-buttons .wp-block-button__link {
  background-color: var(--cl-text);
  color: var(--cl-white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 9999px;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media screen and (width > 1280px) {
  .post_content .wp-block-buttons .wp-block-button__link {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    width: 13.75rem;
    min-height: 2.875rem;
    font-size: 0.875rem;
    border: 0.125rem solid var(--cl-text);
    padding: 0.5rem 1rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content .wp-block-buttons .wp-block-button__link {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    width: 17.1875vw;
    min-height: 3.59375vw;
    font-size: 1.09375vw;
    border: 0.15625vw solid var(--cl-text);
    padding: 0.625vw 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .post_content .wp-block-buttons .wp-block-button__link {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
    width: 28.6458333333vw;
    min-height: 5.9895833333vw;
    font-size: 1.8229166667vw;
    border: 0.2604166667vw solid var(--cl-text);
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content .wp-block-buttons .wp-block-button__link {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    width: 56.4102564103vw;
    min-height: 11.7948717949vw;
    font-size: 3.5897435897vw;
    border: 0.5128205128vw solid var(--cl-text);
    padding: 2.0512820513vw 4.1025641026vw;
  }
}
.post_content .wp-block-buttons .wp-block-button__link::after {
  flex-shrink: 0;
  content: "";
  display: block;
  background-image: url("../../images/parts/chevron-right-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .post_content .wp-block-buttons .wp-block-button__link::after {
    width: 0.375rem;
    height: 0.625rem;
  }
}
@media screen and (width <= 1280px) {
  .post_content .wp-block-buttons .wp-block-button__link::after {
    width: 0.46875vw;
    height: 0.78125vw;
  }
}
@media screen and (width <= 991px) {
  .post_content .wp-block-buttons .wp-block-button__link::after {
    width: 0.78125vw;
    height: 1.3020833333vw;
  }
}
@media screen and (width <= 767px) {
  .post_content .wp-block-buttons .wp-block-button__link::after {
    width: 1.5384615385vw;
    height: 2.5641025641vw;
  }
}
.post_content .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link {
  background-color: var(--cl-white);
  color: var(--cl-text);
}
.post_content .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link::after {
  background-image: url("../../images/parts/chevron-right.svg");
}
.post_content figcaption {
  text-align: center;
  color: #646464;
  margin-bottom: 0;
}
@media screen and (width > 1280px) {
  .post_content figcaption {
    font-size: 0.875rem;
    margin-top: 0.5rem !important;
  }
}
@media screen and (width <= 1280px) {
  .post_content figcaption {
    font-size: 1.09375vw;
    margin-top: 0.5rem !important;
  }
}
@media screen and (width <= 991px) {
  .post_content figcaption {
    font-size: 1.5625vw;
    margin-top: 0.5rem !important;
  }
}
@media screen and (width <= 767px) {
  .post_content figcaption {
    font-size: 2.5641025641vw;
    margin-top: 0.25rem !important;
  }
}
.post_content .epb-underline-yellow {
  color: var(--cl-text) !important;
  background: linear-gradient(transparent 70%, #eae60d 30%) !important;
}
.post_content .wp-block-embed iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
}
.post_content s {
  text-decoration: line-through;
}
.post_content sub {
  vertical-align: sub;
  font-size: smaller;
}
.post_content sup {
  vertical-align: super;
  font-size: smaller;
}

/*
	もくじ（table of contents pro使用）
  -----------------------------------------*/
#toc_container {
  width: 100% !important;
  background-color: #f5f5f5;
  box-sizing: border-box;
  position: relative;
  font-size: inherit !important;
}
@media screen and (width > 1280px) {
  #toc_container {
    padding: 2.5rem !important;
    margin-top: 3rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container {
    padding: 3.125vw !important;
    margin-top: 3.75vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container {
    padding: 5.2083333333vw !important;
    margin-top: 6.25vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container {
    padding: 10.2564102564vw !important;
    margin-top: 12.3076923077vw;
  }
}
#toc_container .toc_title {
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (width > 1280px) {
  #toc_container .toc_title {
    font-size: 1rem;
    top: -0.75rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_title {
    font-size: 1.25vw;
    top: -0.9375vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_title {
    font-size: 2.0833333333vw;
    top: -1.5625vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_title {
    font-size: 3.5897435897vw;
    top: -2.5641025641vw;
  }
}
#toc_container .toc_list {
  line-height: 1.5;
  list-style: none;
  padding-left: 0;
  margin-top: 0 !important;
}
#toc_container .toc_list li > a:is([href^="#"]) {
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (width > 1280px) {
  #toc_container .toc_list li > a:is([href^="#"]) {
    font-size: 1rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list li > a:is([href^="#"]) {
    font-size: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list li > a:is([href^="#"]) {
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list li > a:is([href^="#"]) {
    font-size: 3.3333333333vw;
  }
}
@media screen and (width > 1280px) {
  #toc_container .toc_list li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list li:not(:last-child) {
    margin-bottom: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list li:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list li:not(:last-child) {
    margin-bottom: 4.1025641026vw;
  }
}
#toc_container .toc_list ul {
  margin-top: 0.375rem;
}
@media screen and (width > 1280px) {
  #toc_container .toc_list ul {
    margin-left: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list ul {
    margin-left: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list ul {
    margin-left: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list ul {
    margin-left: 2.0512820513vw;
  }
}
@media screen and (width > 1280px) {
  #toc_container .toc_list ul:has(+ li) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list ul:has(+ li) {
    margin-bottom: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list ul:has(+ li) {
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list ul:has(+ li) {
    margin-bottom: 4.1025641026vw;
  }
}
#toc_container .toc_list ul li > a:is([href^="#"]) {
  font-weight: 500;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  #toc_container .toc_list ul li > a:is([href^="#"]) {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list ul li > a:is([href^="#"]) {
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list ul li > a:is([href^="#"]) {
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list ul li > a:is([href^="#"]) {
    font-size: 3.0769230769vw;
  }
}
#toc_container .toc_list ul li > a:is([href^="#"])::before {
  content: "-";
}
@media screen and (width > 1280px) {
  #toc_container .toc_list ul li:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list ul li:not(:last-child) {
    margin-bottom: 0.46875vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list ul li:not(:last-child) {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list ul li:not(:last-child) {
    margin-bottom: 1.5384615385vw;
  }
}
@media screen and (width > 1280px) {
  #toc_container .toc_list ul ul {
    margin-left: 1rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list ul ul {
    margin-left: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list ul ul {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list ul ul {
    margin-left: 4.1025641026vw;
  }
}
#toc_container .toc_list ul ul > li > a:is([href^="#"]) {
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  #toc_container .toc_list ul ul > li > a:is([href^="#"]) {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list ul ul > li > a:is([href^="#"]) {
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list ul ul > li > a:is([href^="#"]) {
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list ul ul > li > a:is([href^="#"]) {
    font-size: 3.0769230769vw;
  }
}
#toc_container .toc_list ul ul > li > a:is([href^="#"])::before {
  content: "-";
}
@media screen and (width > 1280px) {
  #toc_container .toc_list ul ul > li:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
@media screen and (width <= 1280px) {
  #toc_container .toc_list ul ul > li:not(:last-child) {
    margin-bottom: 0.46875vw;
  }
}
@media screen and (width <= 991px) {
  #toc_container .toc_list ul ul > li:not(:last-child) {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (width <= 767px) {
  #toc_container .toc_list ul ul > li:not(:last-child) {
    margin-bottom: 1.5384615385vw;
  }
}
#toc_container .toc_list .toc_number {
  display: none;
}
/*# sourceMappingURL=../maps/pages/blog-single.css.map */
