@charset "UTF-8";
/* ==================================================
   Blog Style
   Base: 62.5% (1rem = 10px) / Breakpoint: $bp-pc - 1px
   ================================================== */
/* --------------------------------------------------
   Container
   -------------------------------------------------- */
.blog-article-wrapper {
  padding: 3.4rem 1.6rem 7.2rem;
  max-width: 800px;
}

.blog .blog-article-wrapper p a {
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 2px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.blog .blog-article-wrapper p a:not(.blog-cv-button):hover {
  opacity: 0.6;
}

@media (min-width: 1024px) {
  .blog-article-wrapper {
    padding: 6.4rem 0 9rem;
    margin: 0 auto;
  }
}
/* --------------------------------------------------
   Header Area (H1, Meta, Tags)
   -------------------------------------------------- */
.blog-header h1 {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #318988;
  text-align: justify;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.blog-content .item-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem 1.55rem;
  margin-top: 0;
}

.blog-content .item-tags span {
  font-size: 1.3rem;
  height: 2.4rem;
  padding: 0 0.6rem 0 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #318988;
  border: 0.1rem solid #318988;
}

/* 新着情報: 色付きタグ */
.blog-content .item-tags span.important {
  background-color: #E2834B;
  color: #ffffff;
  border: none;
}

.blog-content .item-tags span.construction {
  background-color: #675F4C;
  color: #ffffff;
  border: none;
}

.blog-content .item-tags span.prefecture {
  background-color: #318988;
  color: #ffffff;
  border: none;
}

.blog-btn-primary-wrapper {
  text-align: center;
  margin: 2.4rem 0;
}
@media (min-width: 1024px) {
  .blog-btn-primary-wrapper {
    margin: 5.6rem 0;
  }
}

.blog-date {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #8F8D8D;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .blog-header h1 {
    font-size: 3.4rem;
    line-height: 1.5;
    margin-bottom: 3.5rem;
  }
  .blog-content .item-tags {
    gap: 1.2rem 2rem;
  }
  .blog-content .item-tags span {
    font-size: 1.6rem;
    padding: 0.3rem 0.75rem 0.4rem 0.95rem;
    height: auto;
  }
  .blog-date {
    display: block;
    width: 100%;
    margin: 1.2rem 0 1.8rem;
  }
}
/* --------------------------------------------------
   Post Content Styles
   -------------------------------------------------- */
.blog-post-content > figure:not(.wp-block-table) {
  margin: 0 0 1.5em;
}

.blog-post-content > figure figcaption,
.wp-block-columns figcaption {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 1.5em;
  margin-top: 0.3em;
  text-align: justify;
}

/* 本文テキスト */
.blog-post-content > p,
.wp-block-columns p {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin: 1.2em 0;
  text-align: justify;
}

@media (min-width: 1024px) {
  .blog-post-content > figure:not(.wp-block-table) {
    margin: 0 0 2.3em;
  }
  .blog-post-content > figure figcaption,
  .wp-block-columns figcaption {
    font-size: 1.6rem;
    margin-top: 0.5em;
  }
  .blog-post-content > p,
  .wp-block-columns p {
    font-size: 1.7rem;
    margin: 2.2em 0;
  }
}
.blog-post-content > p a,
.wp-block-columns p a {
  color: #318988;
  text-decoration: underline;
}

.blog-post-content .wp-block-heading + p {
  margin-top: 0;
}

.blog-post-content h2.wp-block-heading + p {
  margin-top: -0.9rem;
}

.blog-post-content strong {
  font-weight: 700;
  color: #318988;
  font-size: inherit;
  letter-spacing: 0.08em;
}

/* H2 見出し */
.blog-post-content > h2 {
  display: flex;
  align-items: center;
  min-height: 7.4rem;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6;
  color: #318988;
  margin: 7.2rem 0 3.8rem;
  padding: 1.6rem 2.8rem;
  background-image: url("../../assets/img/blog/icon_h2_top.svg"), url("../../assets/img/blog/icon_h2_bottom.svg"), url("../../assets/img/blog/icon_h2_center.svg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center 0.4rem, center calc(100% - 0.4rem), center center;
  background-size: calc(100% - 1rem) auto, calc(100% - 1rem) auto, calc(100% - 1.2rem) auto;
  background-color: #E2F5F3;
  border-radius: 1rem;
}

@media (min-width: 1024px) {
  .blog-post-content > h2 {
    font-size: 3.2rem;
    line-height: 1.5;
    min-height: 8.8rem;
    margin: 9.6rem 0 4.8rem;
    padding: 2rem 2.8rem;
    background-image: url(../../assets/img/blog/icon_h2_top_pc.svg), url(../../assets/img/blog/icon_h2_bottom_pc.svg), url(../../assets/img/blog/icon_h2_center_pc.svg);
    background-position: center 0.8rem, center calc(100% - 0.8rem), center center;
    background-size: calc(100% - 1.6rem) auto, calc(100% - 1.6rem) auto, calc(100% - 1.8rem) auto;
    box-sizing: border-box;
  }
}
/* H3 見出し */
.blog-post-content > h3 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #318988;
  margin: 4.5rem 0 2rem;
  padding-left: 3.7rem;
  border-bottom: none;
  background: url("../../assets/img/blog/icon_h3.svg") no-repeat left 0.7rem/2.5rem 1.4rem;
}

@media (min-width: 1024px) {
  .blog-post-content > h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 6rem 0 2.7rem;
    padding-left: 4.1rem;
    background-position: left 1.2rem;
  }
}
.h3-yellow-box {
  margin: 4.5rem 0 1.5rem;
  padding: 1.8rem 1.6rem;
  border-radius: 1rem;
  background-color: #FFF9CE;
  color: #318988;
}

.h3-yellow-box p.sub-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: currentColor;
}

.h3-yellow-box h3.main-text {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding-left: 0;
  margin: 1.5rem 0 0 0;
  background: none;
}

@media (min-width: 1024px) {
  .h3-yellow-box {
    margin: 6.5rem 0 1.5rem;
    padding: 1.6rem 2.4rem;
  }
  .h3-yellow-box .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
  .h3-yellow-box p.sub-text {
    font-size: 1.8rem;
    white-space: nowrap;
    margin: 0;
  }
  .h3-yellow-box h3.main-text {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 0;
  }
}
/* H4 見出し */
.blog-post-content h4 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.5;
  margin: 4.8rem 0 2rem;
  color: #318988;
}

.blog-post-content h4.line {
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #318988;
}

.blog-post-content h4.line .main-text {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .blog-post-content h4 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 6.2rem 0 2.2rem;
  }
  .blog-post-content h4.line {
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .blog-post-content h4.line .main-text {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .blog-post-content h4.line::after {
    content: "";
    flex-grow: 1;
    height: 0.1rem;
    background-color: #318988;
    margin-left: 1.5rem;
    /* transform: translateY(0.65em); */
  }
}
/* 横並びボックス調整 */
@media screen and (max-width: 1023px) {
  .blog-post-content .wp-block-columns.is-layout-flex {
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post-content .wp-block-columns.is-layout-flex {
    gap: 2em;
    align-items: flex-start;
  }
}
.wp-block-columns p {
  margin: 0;
}

/* ページャー (デザインカンプの矢印) */
.blog-pager {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.blog-pager a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #318988;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #318988;
  transition: all 0.3s;
}

.blog-pager a:hover {
  background-color: #318988;
  color: #fff;
}

/* --------------------------------------------------
   出典リンク・参考リンク用スタイル
   -------------------------------------------------- */
.blog-ref-link-box {
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 2.4rem 0;
  padding: 1.1rem 0;
  border-top: 0.1rem solid #318988;
  border-bottom: 0.1rem solid #318988;
  text-align: left;
}

.blog-ref-link-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #318988;
  text-decoration: none;
  transition: opacity 0.3s;
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 2px;
}

@media (min-width: 1024px) {
  .blog-ref-link-box {
    padding: 0.85rem 0;
  }
  .blog-ref-link-box a {
    font-size: 1.5rem;
  }
}
.blog-ref-link-box a:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 2px;
}

/* 右側のアイコン（外部・内部リンクアイコン） */
.blog-ref-link-box a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.1rem;
  margin-left: 1rem;
  background: url("../../assets/img/blog/icon_ref.svg") no-repeat center/contain;
  flex-shrink: 0;
}

/* --------------------------------------------------
   テーブル共通スタイル (デフォルト・黄色共通)
   -------------------------------------------------- */
table {
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
}

.wp-block-table {
  /*囲むfigureタグ */
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2.4rem 0;
  border: 0.1rem solid #675F4C;
  border-right: none;
  border-radius: 0.4rem;
  overflow: hidden;
  font-size: 1.6rem;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.2em 0.6em;
  border: none;
  border-right: 0.1rem solid #675F4C;
  border-bottom: 0.1rem solid #675F4C;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 400;
}

.wp-block-table table {
  border: none;
}

.wp-block-table tr:last-child td,
.wp-block-table tr:last-child th {
  border-bottom: none;
}

.wp-block-table tbody tr:first-child td {
  font-size: 1.6rem;
  background: linear-gradient(to right, #C9DCDC, #DDF5EF, #C9DCDC);
  text-align: center;
}

@media (min-width: 1024px) {
  .wp-block-table {
    margin: 2.4rem 0 7.2rem;
  }
  .wp-block-table th,
  .wp-block-table td,
  .wp-block-table tbody tr:first-child td {
    font-size: 1.7rem;
  }
}
/* --------------------------------------------------
   黄色スタイル
   -------------------------------------------------- */
.is-style-blog-table-gold tbody tr td:first-child {
  background-color: #fff9ce;
}

/* --------------------------------------------------
   リスト (ul, ol) 共通設定
   -------------------------------------------------- */
.blog-post-content > ul,
.blog-post-content > ol,
.wp-block-column > ul,
.wp-block-column > ol {
  margin: 3rem 0;
  line-height: 1.8;
  color: #675F4C;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
}

.blog-post-content > ul strong,
.blog-post-content > ol strong,
.wp-block-column > ul strong,
.wp-block-column > ol strong {
  color: currentColor;
}

.blog-post-content > ul li,
.wp-block-column > ul li {
  list-style: none;
}

.blog-post-content > ol,
.wp-block-column > ol {
  padding-left: 1.3em;
}

.blog-post-content > ul li,
.blog-post-content > ol li,
.wp-block-column > ul li,
.wp-block-column > ol li {
  margin-bottom: 1.5em;
  line-height: 2.1;
  position: relative;
}

.blog-post-content > ol li,
.wp-block-column > ol li {
  list-style: decimal;
}

.blog-post-content > ul li,
.wp-block-column > ul li {
  padding-left: 1.4rem;
}

.blog-post-content > ul li::before,
.wp-block-column > ul li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #675F4C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.3rem;
}

@media (min-width: 1024px) {
  .blog-post-content > ul li,
  .blog-post-content > ol li,
  .wp-block-column > ul li,
  .wp-block-column > ol li {
    margin-bottom: 0.3em;
  }
  .blog-post-content > ul li,
  .wp-block-column > ul li {
    padding-left: 2.4rem;
  }
  .blog-post-content > ul li::before,
  .wp-block-column > ul li::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #675F4C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1.5rem;
  }
}
/* 背景つきの場合 */
ul.is-style-blog-list-bg,
ol.is-style-blog-list-bg {
  color: #318988;
  background: #eff4f4;
  border-radius: 1rem;
}

ul.is-style-blog-list-bg {
  padding: 1.2rem 1.6rem 0.2rem;
}

ol.is-style-blog-list-bg {
  padding: 1.2rem 1.6rem 0.2rem 3.4rem;
}

.blog-post-content > ul.is-style-blog-list-bg li::before,
.wp-block-column > ul.is-style-blog-list-bg li::before {
  background-color: #318988;
}

.blog-post-content > ul.is-style-blog-list-bg li,
.blog-post-content > ol.is-style-blog-list-bg li,
.wp-block-column > ul.is-style-blog-list-bg li,
.wp-block-column > ol.is-style-blog-list-bg li {
  margin-bottom: 0.8em;
}

@media (min-width: 1024px) {
  .blog-post-content ul.is-style-blog-list-bg,
  .blog-post-content ol.is-style-blog-list-bg {
    margin: 5.4rem 0;
  }
  ul.is-style-blog-list-bg {
    padding: 1.3rem 2.4rem;
  }
  ol.is-style-blog-list-bg {
    padding: 1.3rem 1.6rem 1.3rem 4.8rem;
  }
  .blog-post-content > ul.is-style-blog-list-bg li,
  .blog-post-content > ol.is-style-blog-list-bg li {
    margin-bottom: 1.2em;
  }
  .blog-post-content > ul.is-style-blog-list-bg li strong,
  .blog-post-content > ol.is-style-blog-list-bg li strong {
    font-size: 1.8rem;
  }
  .blog-post-content > ul.is-style-blog-list-bg li:last-of-type,
  .blog-post-content > ol.is-style-blog-list-bg li:last-of-type {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------
   リスト (ul, ol) パターン2: 枠付き（背景あり）
   -------------------------------------------------- */
.blog-post-content .is-style-blog-list-box {
  background-color: #eff7f8;
  padding: 2em;
  border-radius: 10px;
  list-style-position: inside;
}

.blog-post-content .is-style-blog-list-box li {
  color: #675F4C;
}

.blog-post-content .is-style-blog-list-box li strong {
  color: #40757a;
  font-weight: 700;
}

.blog-post-content .is-style-blog-list-box li::marker {
  color: #40757a;
  font-weight: 700;
}

/* --------------------------------------------------
   関連記事カードリンク（シングル）
   -------------------------------------------------- */
.related-card-link-wrapper {
  margin: 5.6rem 0;
}

.related-card-link {
  border: 0.1rem solid #318988;
  background: #ffffff;
  overflow: hidden;
}

.card-link-header {
  background-color: #318988;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.9rem 1rem 0.9rem 1.6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-link-header .header-text {
  font-size: 1.6rem;
}

.card-link-header::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.7rem;
  background: url("../../assets/img/blog/icon_arrow_card_link.svg") no-repeat center center/contain;
}

.card-link-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.9rem 1.2rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.card-link-body:hover {
  opacity: 0.8;
}

.card-link-content {
  flex: 1;
  padding-right: 1.6rem;
}

.card-link-title {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.7;
  margin: 0;
  color: #675F4C;
}

.card-link-image {
  width: 11.5rem;
  flex-shrink: 0;
  margin: 0;
  aspect-ratio: 1/0.72;
}

.card-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (min-width: 1024px) {
  .card-link-header {
    padding: 0.75rem 2rem 0.75rem 2.4rem;
  }
  .card-link-header .header-text {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .card-link-body {
    align-items: flex-start;
    padding: 2.2rem 2.4rem;
  }
  .card-link-title {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.1;
    margin-top: -0.6rem;
    transition: color 0.3s ease;
  }
  a.related-card-link:hover .card-link-title {
    color: #318988;
  }
  .card-link-content {
    padding-right: 2.4rem;
    transition: color 0.3s ease;
  }
  .card-link-image {
    width: 16rem;
    aspect-ratio: 1/0.5;
  }
  a.related-card-link figure {
    overflow: hidden;
  }
  a.related-card-link figure img {
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.37, 1.01);
  }
  a.related-card-link:hover figure img {
    transform: scale(1.1);
  }
}
/* --------------------------------------------------
   バナー画像 (Pictureタグ用)
   -------------------------------------------------- */
.blog-banner-wrapper {
  margin: 6rem 0;
  text-align: center;
}

.blog-banner-wrapper a {
  display: block;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.37, 1.01);
}

.blog-banner-wrapper a:hover {
  opacity: 0.8;
}

.blog-banner-wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 560px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .blog-banner-wrapper {
    margin: 9.4rem 0;
  }
}
/* --------------------------------------------------
   CVボタン (キャッチコピー付き)
   -------------------------------------------------- */
.blog-cv-wrapper {
  margin: 5.6rem 0 6.4rem;
  text-align: center;
}

/* キャッチコピー */
.blog-cv-copy {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  color: #675F4C;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 0 0.8rem 1.2rem 1.1rem;
}

.blog-cv-copy::before,
.blog-cv-copy::after {
  content: "";
  display: inline;
  width: 0.2rem;
  height: 2rem;
  background-color: #675F4C;
  border-radius: 99px;
  position: absolute;
  top: 10%;
}

@media (min-width: 1024px) {
  .blog-cv-copy {
    font-size: 2rem;
    line-height: 1.8;
    padding: 0 1.3rem 1.7rem 1.7rem;
  }
  .blog-cv-copy::before,
  .blog-cv-copy::after {
    height: 2.2rem;
  }
  .blog .blog-article-wrapper p a.blog-cv-button {
    text-decoration: none;
  }
}
.blog-cv-copy::before {
  transform: rotate(-30deg);
  transform-origin: left bottom;
  left: 0;
}

.blog-cv-copy::after {
  transform: rotate(30deg);
  transform-origin: right bottom;
  right: 0;
}

/* --------------------------------------------------
   ボタン本体（共通設定 & オレンジ）
   -------------------------------------------------- */
.blog-cv-button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, #EF9C3D 0%, #E16B1C 27%);
  text-decoration: none;
  padding: 1.1rem 1.2rem;
  border-radius: 999px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

a.blog-cv-button {
  color: #ffffff;
}

.blog-cv-button .btn-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(247, 231, 79, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease-out;
  z-index: 1;
  pointer-events: none;
}

.blog-cv-button.is-green .btn-overlay {
  background: rgba(79, 247, 149, 0.2);
}

.blog-cv-button:hover .btn-overlay {
  opacity: 1;
}

.blog-cv-button .cv-tag,
.blog-cv-button .cv-text {
  position: relative;
  z-index: 2;
}

.blog-cv-button .cv-tag {
  background: #ffffff;
  color: #e16b1c;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5rem;
  border-radius: 1.6rem;
  margin-right: 1rem;
  white-space: nowrap;
  line-height: 1;
}

.blog-cv-button.is-green .cv-tag {
  color: #318988;
}

.blog-cv-button .cv-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.7;
  flex-grow: 1;
}

.blog-cv-button::after {
  content: "";
  display: inline-block;
  width: 2.3rem;
  /* SPサイズ（元に戻す） */
  height: 2.3rem;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0.6rem;
  background-image: url("../../assets/img/common/icon_arrow_orange.svg");
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 0.8rem 1.3rem;
  margin-top: 0;
  position: relative;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.blog-cv-button.is-green::after {
  background-image: url("../../assets/img/common/icon_arrow_primary.svg");
}

/* --------------------------------------------------
   カラーバリエーション: グリーン (is-green)
   -------------------------------------------------- */
.blog-cv-button.is-green {
  background: linear-gradient(180deg, #8CD0BF 0%, #058A7F 100%);
}

@media (hover: hover) and (pointer: fine) {
  .blog-cv-button:hover .btn-overlay {
    opacity: 1;
  }
  .blog-cv-button:hover::before {
    animation: knowledge-link-arrow 0.45s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
  .blog-cv-button:hover::after {
    animation: none;
  }
}
@media (min-width: 1024px) {
  .blog-cv-wrapper {
    margin: 12rem 0 12rem;
  }
  /* PCのみ固定サイズとレイアウト変更 */
  .blog-cv-button {
    display: inline-flex;
    width: 560px;
    max-width: none;
    height: 104px;
    border-radius: 3rem;
    padding: 0 2.4rem;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .blog-cv-button .cv-text {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  .blog-cv-button .cv-tag {
    font-size: 2rem;
    padding: 0.5rem 1.6rem;
    margin-right: 0;
  }
  .blog-cv-button::after,
  .blog-cv-button.is-green::after {
    width: 3.4rem;
    height: 3.4rem;
    background: #ffffff;
    border-radius: 50%;
    margin-left: 1.2rem;
    flex-shrink: 0;
    background-image: none;
  }
  .blog-cv-button::before {
    content: "";
    position: absolute;
    top: 50% !important;
    right: 3.6rem !important;
    left: auto;
    bottom: auto;
    inset: auto;
    width: 0.8rem;
    height: 1.5rem;
    background: url("../../assets/img/common/pc_icon_arrow_orange.svg") no-repeat center/contain;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
    opacity: 1;
  }
  .blog-cv-button.is-green::before {
    background: url("../../assets/img/common/pc_icon_arrow_primary.svg") no-repeat center/contain;
  }
}
/* --------------------------------------------------
   目次 (Custom Shortcode Wrapper) デザイン
   -------------------------------------------------- */
.el-toc-wrapper {
  border: 0.15rem solid #318988;
  border-radius: 1rem;
  margin: 4.8rem 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .el-toc-wrapper {
    margin: 7.2rem 0;
  }
}
.el-toc-title {
  background-color: #E2F5F3;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #318988;
  border-bottom: 0.2rem solid #318988;
  padding: 1rem 1.6rem 0.9rem;
  display: flex;
  align-items: center;
}

.el-toc-title::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.9rem;
  background: url(../../assets/img/blog/icon_hamburger.svg) no-repeat center center/contain;
  margin-right: 2.4rem;
}

#ez-toc-container nav ul,
#ez-toc-container ul {
  padding: 0.8rem 1.6rem;
}

#ez-toc-container li {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  list-style: none;
}

@media (min-width: 1024px) {
  #ez-toc-container nav ul,
  #ez-toc-container ul {
    padding: 1.4rem 2.4rem;
  }
  #ez-toc-container li {
    font-size: 1.8rem;
  }
}
#ez-toc-container a {
  text-decoration: none;
  color: #318988;
  font-weight: 700;
  transition: opacity 0.3s;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  box-shadow: none;
}

#ez-toc-container a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* --------------------------------------------------
   おすすめの記事スライダー
   -------------------------------------------------- */
.slider-container {
  position: relative;
  margin: 3.2rem 0 5.6rem;
  overflow: hidden;
  padding-inline: 0;
  margin-right: -1.6rem;
}

@media (min-width: 1024px) {
  .swiper {
    position: relative;
  }
  .swiper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    cursor: default;
    background: linear-gradient(270deg, #FFF 0%, #FFF 5%, rgba(255, 255, 255, 0) 50%);
  }
}
.slider-container .swiper-slide {
  width: 228px;
  height: auto;
  flex-shrink: 0;
  margin-right: 2.4rem;
  transition: transform 0.3s ease;
}

.slider-container .swiper-slide figure img {
  width: 228px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .slider-container .swiper-slide figure img {
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0, 0, 0.37, 1.01);
  }
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .slider-container .swiper-slide .slider-link:hover figure img {
    transform: scale(1.1);
    transition: transform 0.3s ease-out;
  }
  .slider-container .swiper-slide .slider-link:hover h3.slider-title {
    color: #318988;
    transition: color 0.3s ease-out;
  }
}
.slider-container figure.slider-image {
  width: 228px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 1em;
}

.slider-container h3.slider-title {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #675F4C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 1024px) {
  .slider-container h3.slider-title {
    font-size: 2rem;
  }
}
/* コントローラー */
.slider-container .slider-controller {
  position: relative;
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.6rem;
}

.slider-container .swiper-button-prev,
.slider-container .swiper-button-next {
  position: relative !important;
  top: 1rem;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
}

.slider-container .swiper-button-prev::after,
.slider-container .swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .slider-container .slider-controller {
    height: 5.7rem;
    margin-top: 5.6rem;
  }
  .slider-container .swiper-button-prev,
  .slider-container .swiper-button-next {
    width: 5.7rem;
    height: 5.7rem;
  }
}
.slider-container .swiper-button-prev {
  left: 0;
  background-image: url("../../assets/img/common/icon_arrow_gallery.svg");
  background-size: contain;
  transform: scale(1);
  transition: transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .slider-container .swiper-button-prev:hover {
    transform: scale(1.06);
  }
}
.slider-container .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
  background-image: url("../../assets/img/common/icon_arrow_gallery.svg");
  background-size: contain;
  transition: transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .slider-container .swiper-button-next:hover {
    transform: rotate(180deg) scale(1.06);
  }
}
.slider-container .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 1.5rem;
}

@media screen and (min-width: 1024px) {
  .slider-container .swiper-pagination {
    margin: 0 24px;
  }
}
.slider-container .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 0.8rem !important;
  transition: all 0.3s ease;
}

.slider-container .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #318988;
}

@media (hover: hover) and (pointer: fine) {
  .slider-container .swiper-pagination-bullet:hover {
    background-color: #318988;
  }
}
@media screen and (min-width: 1024px) {
  .slider-container .swiper-pagination-bullet {
    width: 0.86rem;
    height: 0.86rem;
    margin: 0 1.14rem;
  }
  .slider-container .swiper-pagination-bullet-active {
    width: 1.72rem;
    height: 1.72rem;
  }
  .blog-cv-button.is-green::before {
    background-image: url("../../assets/img/common/pc_icon_arrow_primary.svg");
  }
}
/* ------------------------------------------- 
   監修者 
   ------------------------------------------- */
/* Base (SP) */
.blog-supervisor-box {
  margin-top: 4.8rem;
  padding: 7rem 1.6rem 1.5rem;
  background-color: #eff4f4;
  border-radius: 1rem;
  position: relative;
  display: block;
}

/* バッジ */
.blog-supervisor-badge {
  position: absolute;
  top: 2.4rem;
  left: 0;
  background: #ffffff;
  color: #318988;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.6rem 1.6rem 0.6rem 1.6rem;
  border-radius: 0 2rem 2rem 0;
}

/* 名前 */
.blog-supervisor-name {
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #318988;
  margin-bottom: 2rem;
  margin-top: 0;
}

/* 画像 */
.blog-supervisor-img {
  width: 100%;
  margin: 0;
  margin-bottom: 2rem;
}

.blog-supervisor-img img {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

/* 説明テキスト */
.blog-supervisor-desc {
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  color: #318988;
}

@media screen and (min-width: 1024px) {
  .blog-supervisor-box {
    width: min(115rem, 96vw);
    margin-left: calc((min(115rem, 96vw) - 80rem) / -2);
    margin-top: 9.6rem;
    padding: 3rem 4rem 3.5rem 4rem;
    display: grid;
    grid-template-columns: 1fr 33rem;
    grid-template-rows: auto auto;
    gap: 0 4rem;
    grid-template-areas: "name img" "desc img";
    box-sizing: border-box;
    align-items: flex-start;
  }
  .blog-supervisor-badge {
    top: 4rem;
    font-size: 1.6rem;
    padding: 0.85rem 2rem 0.85rem 4rem;
  }
  .blog-supervisor-name {
    grid-area: name;
    font-size: 1.8rem;
    margin-top: 7rem;
    margin-bottom: 1.6rem;
  }
  .blog-supervisor-img {
    grid-area: img;
    margin-bottom: 0;
  }
  .blog-supervisor-img img {
    width: 100%;
    height: 20.7rem;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .blog-supervisor-desc {
    grid-area: desc;
    line-height: 1.7;
  }
}
.blog-content .area-map-area {
  margin-top: 0;
  padding: 0 1.6rem 7.2rem;
}
@media screen and (min-width: 1024px) {
  .blog-content .area-map-area {
    padding: 0 0 120px;
  }
}/*# sourceMappingURL=blog.css.map */