@charset "UTF-8";
.bl_breadcrumb--article ul {
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
}
.bl_breadcrumb--article li {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
}
.bl_breadcrumb--article li:last-child {
  min-width: 0;
  flex-shrink: 1;
}
.bl_breadcrumb--article li:last-child span[itemprop=name] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .bl_breadcrumb--article ul {
    row-gap: 2vw;
  }
  .bl_breadcrumb--article li {
    max-width: 100%;
  }
  .bl_breadcrumb--article li:last-child {
    flex-basis: 100%;
    padding-left: 0;
  }
  .bl_breadcrumb--article li:last-child span[itemprop=name] {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.bl_subPageTtl {
  margin-bottom: 0;
}

.un_column_head {
  margin-bottom: 74px;
}
@media only screen and (max-width: 768px) {
  .un_column_head {
    margin-bottom: 13.33vw;
  }
}

.un_column .bl_tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 63px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.un_column .bl_tags li {
  width: auto;
  flex: 0 0 auto;
}
.un_column .bl_tags li a {
  opacity: 1;
  width: auto;
  min-width: 0;
  height: 37px;
  padding: 0 20px;
  border-radius: 37px;
  font-size: 14px;
  color: #000;
  background-color: #EFEFEF;
  white-space: nowrap;
}
.un_column .bl_tags li a:hover, .un_column .bl_tags li a.active {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .un_column .bl_tags {
    justify-content: flex-start;
    gap: 2.13vw;
    margin-bottom: 13.86vw;
  }
  .un_column .bl_tags li {
    width: auto;
    flex: 0 0 auto;
  }
  .un_column .bl_tags li a {
    height: 7.2vw;
    padding: 0 4vw;
    border-radius: 7.2vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}
.un_column .bl_article_date {
  color: #969696;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.un_column .bl_article_ttl {
  margin-bottom: 40px;
}

.un_columnList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0px, 3.125vw, 40px);
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .un_columnList {
    display: block;
    margin-bottom: 16vw;
  }
}

.un_columnCard {
  display: block;
  width: 47.9%;
  transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) !important;
}
@media only screen and (max-width: 768px) {
  .un_columnCard {
    width: auto;
    padding-top: 8vw;
    padding-bottom: 9.33vw;
  }
  .un_columnCard:first-child {
    padding-top: 0;
  }
}
.un_columnCard:hover {
  opacity: 0.8;
}
.un_columnCard_img {
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #f0f0f0;
}
.un_columnCard_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.un_columnCard_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.un_columnCard_date {
  color: #969696;
  font-weight: normal;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.un_columnCard_cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #54C4AD;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.un_columnCard_ttl {
  font-size: 18px;
  line-height: 1.66;
  font-weight: bold;
}

.un_column_tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  width: auto;
  height: auto;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #54C4AD;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.un_column_thumb {
  margin-bottom: 40px;
}
.un_column_thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .un_column_thumb {
    margin-bottom: 8vw;
  }
}

.bl_article_detail p {
  margin-bottom: 1.5em;
  line-height: 1.9;
  font-size: 16px;
}
.bl_article_detail p:last-child {
  margin-bottom: 0;
}
.bl_article_detail h1,
.bl_article_detail h2 {
  margin-top: 56px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.bl_article_detail h1:first-child,
.bl_article_detail h2:first-child {
  margin-top: 0;
}
.bl_article_detail h3 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.bl_article_detail h3:first-child {
  margin-top: 0;
}
.bl_article_detail h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.bl_article_detail ul,
.bl_article_detail ol {
  margin: 0 0 1.5em 1.5em;
  line-height: 1.9;
  font-size: 16px;
}
.bl_article_detail li + li {
  margin-top: 0.5em;
}
.bl_article_detail a {
  color: #54C4AD;
  text-decoration: underline;
  word-break: break-all;
}
.bl_article_detail p:has(> a:only-child) {
  margin-bottom: 0;
  line-height: 1.6;
}
.bl_article_detail a:hover {
  opacity: 0.8;
}
.bl_article_detail blockquote {
  margin: 1.5em 0;
  padding: 16px 20px;
  border-left: 4px solid #54C4AD;
  background-color: #f7f7f7;
  line-height: 1.9;
  font-size: 16px;
}
.bl_article_detail img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.bl_article_detail figure {
  margin: 1.5em 0;
}
.bl_article_detail figure.alignleft {
  float: left;
  margin: 0.5em 1.5em 1em 0;
}
.bl_article_detail figure.alignright {
  float: right;
  margin: 0.5em 0 1em 1.5em;
}
.bl_article_detail figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bl_article_detail figcaption {
  margin-top: 8px;
  line-height: 1.7;
  font-size: 13px;
  color: #666;
}
.bl_article_detail p > img {
  display: block;
  margin: 1.5em 0;
}
.bl_article_detail p > img.alignleft {
  float: left;
  margin: 0.5em 1.5em 1em 0;
}
.bl_article_detail p > img.alignright {
  float: right;
  margin: 0.5em 0 1em 1.5em;
}
.bl_article_detail p > img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.bl_article_detail h1,
.bl_article_detail h2,
.bl_article_detail h3,
.bl_article_detail h4 {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .bl_article_detail p,
  .bl_article_detail ul,
  .bl_article_detail ol,
  .bl_article_detail blockquote {
    font-size: 3.73vw;
  }
  .bl_article_detail h1,
  .bl_article_detail h2 {
    margin-top: 12vw;
    margin-bottom: 4.5vw;
    font-size: 5.86vw;
  }
  .bl_article_detail h3 {
    margin-top: 10.66vw;
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
  .bl_article_detail h4 {
    margin-top: 8vw;
    margin-bottom: 3.2vw;
    font-size: 4.26vw;
  }
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 66px;
  margin-bottom: 66px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .pager {
    margin-top: 16vw;
    margin-bottom: 16vw;
    font-size: 4.266vw;
  }
}
.pager_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) !important;
}
.pager_item:hover {
  background-color: #54C4AD;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .pager_item {
    width: 9.06vw;
    height: 9.06vw;
    border-radius: 9.06vw;
  }
}
.pager_item.current {
  background-color: #54C4AD;
  color: #fff;
}
.pager_item.left {
  width: 8px;
  height: 8px;
  margin-right: 15px;
  border-radius: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .pager_item.left {
    width: 2.133vw;
    height: 2.133vw;
    margin-right: 4vw;
  }
}
.pager_item.left:hover {
  background-color: transparent;
  color: #000;
}
.pager_item.right {
  width: 8px;
  height: 8px;
  margin-left: 15px;
  border-radius: 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .pager_item.right {
    width: 2.133vw;
    height: 2.133vw;
    margin-left: 4vw;
  }
}
.pager_item.right:hover {
  background-color: transparent;
  color: #000;
}

.bl_toTop--list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .bl_toTop--list {
    margin-bottom: 10.66vw;
  }
}