@charset "UTF-8";
body {
  background: #f5f5f5;
}

/* ===== パンくずリスト ===== */
.breadcrumb {
  padding: 12px 0;
  margin: 100px auto 60px;
  background: none;
}
.breadcrumb.--news-single {
  margin: 20px auto 60px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 80px auto 15px;
  }
  .breadcrumb.--news-single {
    margin: 20px auto 30px;
  }
  .breadcrumb .breadcrumb__list {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    padding: 0;
  }
}
.breadcrumb__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  gap: 0;
  font-size: 12px;
  color: #676767;
  line-height: 1.4;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #676767;
  /* 区切り文字 ">" */
  /* 現在のページ（三点リーダー適用部分） */
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin: 0 8px;
  font-size: 12px;
  flex-shrink: 0;
}
.breadcrumb__item a {
  text-decoration: none;
  transition: color 0.2s;
  color: #676767;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item--current {
    flex-shrink: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; /* ellipsisはblock/inline-blockで有効 */
  }
}

/* ===== WordPress用コード表示 ===== */
.code-section {
  margin-top: 40px;
  background: #1e1e2e;
  border-radius: 8px;
  padding: 24px;
  max-width: 900px;
}

.code-section h2 {
  color: #cdd6f4;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: monospace;
}

pre {
  color: #cdd6f4;
  font-size: 13px;
  line-height: 1.7;
  font-family: "Consolas", "Monaco", monospace;
  white-space: pre-wrap;
  word-break: break-all;
}

.tag {
  color: #89b4fa;
}

.attr {
  color: #a6e3a1;
}

.string {
  color: #f9e2af;
}

.php {
  color: #cba6f7;
}

.comment {
  color: #6c7086;
}

/* ───────────────────────────────────
blog
─────────────────────────────────── */
.blog {
  background: #f5f5f5;
}

.c-blog-head {
  background: #102f44;
  text-align: center;
  margin-top: 80px;
  padding: 60px 20px;
}
.c-blog-head h1 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
.c-blog-head.--news {
  background: #fff;
}
.c-blog-head.--news h1 {
  color: #102f44;
}
@media screen and (max-width: 768px) {
  .c-blog-head {
    margin-top: 60px;
  }
  .c-blog-head h1 {
    font-size: 21px;
  }
}

.blog-list-wrap {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 15px 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blog-list-wrap {
    padding: 50px 30px 30px;
    flex-wrap: wrap;
  }
}

.blog-sideber {
  margin: 0;
  padding: 0;
  width: 260px;
  border: none;
  background: none;
}
.blog-sideber .upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-sideber .upper p {
  font-size: 15px;
  font-weight: bold;
}
.blog-sideber .upper .result {
  font-weight: normal;
}
.blog-sideber select {
  display: block;
  padding: 16px 40px 16px 20px;
  line-height: 1;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/icon_select.png") no-repeat top 14px right 20px, #fff;
  background-size: 10px 20px;
}
@media screen and (max-width: 768px) {
  .blog-sideber {
    width: 100%;
    margin-bottom: 70px;
  }
  .blog-sideber .upper {
    margin-bottom: 10px;
  }
}

.blog-list {
  width: calc(100% - 360px);
}
.blog-list .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-list .article-list a {
  display: block;
  width: 45%;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 40px;
  color: inherit;
  background: #fff;
}
.blog-list .article-list a img {
  border-radius: 10px 10px 0 0;
  contain-intrinsic-size: revert;
}
.blog-list .article-list a p {
  font-size: 14px;
  padding: 25px;
  margin: 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .blog-list {
    width: 100%;
  }
  .blog-list .article-list a {
    width: 100%;
    margin-bottom: 50px;
  }
  .blog-list .article-list a p {
    font-size: 15px;
    padding: 20px 25px;
  }
}
.blog-list.--news {
  width: 100%;
}
.blog-list.--news .article-list {
  justify-content: flex-start;
}
.blog-list.--news .article-list a {
  margin-right: 6.5%;
  width: 28%;
}
.blog-list.--news .article-list a:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .blog-list.--news .article-list a {
    margin-right: 0;
    width: 100%;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0 auto 100px;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

/* 前へ・次へ矢印 */
.pagination .prev,
.pagination .next {
  background: transparent;
  color: #1b3a52;
  font-size: 20px;
  font-weight: 700;
}

.pagination .prev:hover,
.pagination .next:hover {
  color: #000;
}

/* ページ番号 */
.pagination .page {
  background: #e0e0e0;
  color: #1a1a1a;
}

.pagination .page:hover {
  background: #d0d0d0;
}

/* 現在のページ */
.pagination .current {
  background: #102f44;
  color: #ffffff;
  cursor: default;
}

/* 省略記号 */
.pagination .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 700;
  background: #e0e0e0;
  color: #1a1a1a;
  cursor: default;
  letter-spacing: 1px;
}

/* 矢印アイコン（SVG） */
.pagination .prev svg,
.pagination .next svg {
  width: 10px;
  height: 18px;
}

.entry-box {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.entry-upper {
  margin-bottom: 50px;
}
.entry-upper h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0;
  line-height: 1.8;
}
.entry-upper p {
  margin-bottom: 20px;
  text-align: right;
}
.entry-upper img {
  width: 100%;
}
.entry-upper .sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .entry-upper {
    margin-bottom: 36px;
  }
  .entry-upper h1 {
    font-size: 17px;
    margin: 20px 0 10px;
  }
  .entry-upper .sp-none {
    display: none;
  }
  .entry-upper p {
    text-align: right;
  }
  .entry-upper .sp-block {
    display: inline;
  }
  .entry-upper p {
    font-size: 12px;
  }
}

.entry-contents {
  counter-reset: h2_counter;
}
@media screen and (max-width: 768px) {
  .entry-contents {
    padding-right: 0;
  }
}
.entry-contents p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .entry-contents p {
    font-size: 13px;
  }
}
.entry-contents h2 {
  counter-increment: h2_counter;
  counter-reset: h3_counter;
  display: flex;
  align-items: flex-start;
  font-size: 22px;
}
.entry-contents h2::before {
  content: counter(h2_counter) ". ";
  margin-right: 0.5em;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .entry-contents h2 {
    font-size: 18px;
  }
}
.entry-contents h3 {
  counter-increment: h3_counter;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  position: relative;
  border-left: none;
}
.entry-contents h3::before {
  content: counter(h2_counter) "-" counter(h3_counter) ". ";
  margin-right: 0.5em;
  font-weight: bold;
  flex-shrink: 0;
}
.entry-contents h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 7px;
  height: 20px;
  background: #3f7090;
}
.entry-contents ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 1em;
}
.entry-contents ul li {
  margin-bottom: 0.5em;
}
.entry-contents ol {
  margin: 1em 0;
  list-style: decimal;
  padding-left: 1em;
}
.entry-contents ol li {
  margin-bottom: 0.5em;
}
.entry-contents .youtube-outer {
  width: 324px;
  margin: 1em 0;
}
.entry-contents .youtube-outer .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.entry-contents .youtube-outer .youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .entry-contents .youtube-outer {
    width: 100%;
  }
}
.entry-contents .article-cta {
  background: #e6f2eb;
  border-radius: 5px;
  border: 2px solid #377b54;
  padding: 30px 15px;
  color: #377b54;
  margin: 2em 0;
}
.entry-contents .article-cta .text01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
.entry-contents .article-cta .text02 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5em;
}
.entry-contents .article-cta a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 0.5em;
  background: #377b54;
  width: 350px;
  max-width: 100%;
  border-radius: 50px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.entry-contents .article-cta a:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon-arrow-white.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .entry-contents .article-cta {
    border-radius: 0px;
    border: none;
    padding: 40px 15px;
    margin: 50px 0 50px -35px;
    width: calc(100% + 70px);
  }
  .entry-contents .article-cta .text01 {
    font-size: 16px;
  }
  .entry-contents .article-cta .text02 {
    font-size: 13px;
    font-weight: normal;
  }
  .entry-contents .article-cta a {
    font-size: 16px;
    width: 300px;
    padding: 0.8em 0.5em;
  }
  .entry-contents .article-cta a:before {
    width: 20px;
    height: 20px;
  }
}
.entry-contents .other-article {
  margin: 1em 0;
}
.entry-contents .other-article a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px 46px 12px 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.16);
  color: #222222;
}
.entry-contents .other-article a:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon-arrow.png") no-repeat;
  background-size: 100% 100%;
}
.entry-contents .other-article a .image {
  width: 130px;
}
.entry-contents .other-article a .image img {
  margin: 0;
}
.entry-contents .other-article a .text {
  width: calc(100% - 130px);
  padding-left: 30px;
  box-sizing: border-box;
}
.entry-contents .other-article a .text p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.entry-contents .other-article a .text .read {
  font-size: 15px;
  color: #3f7090;
}
@media screen and (max-width: 768px) {
  .entry-contents .other-article a {
    display: block;
    padding: 20px 20px 40px;
  }
  .entry-contents .other-article a:before {
    display: none;
  }
  .entry-contents .other-article a .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .entry-contents .other-article a .image img {
    margin: 0;
  }
  .entry-contents .other-article a .text {
    width: 100%;
    padding-left: 0px;
  }
  .entry-contents .other-article a .text p {
    font-size: 15px;
  }
  .entry-contents .other-article a .text .read {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #3f7090;
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 5px 0;
    font-size: 12px;
    width: 140px;
    padding: 5px 20px;
  }
  .entry-contents .other-article a .text .read:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/icon-arrow-white.png") no-repeat;
    background-size: 100% 100%;
  }
  .entry-contents .other-article a .arrow {
    display: none;
  }
}

.author-box {
  width: 720px;
  max-width: 100%;
  margin: 70px auto 100px;
  padding: 0 20px;
}
.author-box-title {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.author-box-content {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.author-box-content .author-image {
  flex-shrink: 0;
}
.author-box-content .author-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  object-fit: contain;
  display: block;
}
.author-box-content .author-info .author-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.author-box-content .author-info .author-description {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .author-box {
    margin: 45px auto 100px;
  }
  .author-box-title {
    font-size: 14px;
  }
  .author-box-content {
    padding: 20px 20px 30px;
    gap: 17px;
    align-items: flex-start;
  }
  .author-box-content .author-info .author-name {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .author-box-content .author-info .author-description {
    font-size: 12px;
  }
}

.back-button-container {
  width: 720px;
  max-width: 100%;
  margin: 70px auto 140px;
  padding: 0 20px;
}
.back-button-container .back-button {
  width: 263px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #102f44;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 40px 15px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  transition: opacity 0.3s ease;
  gap: 20px;
}
.back-button-container .back-button-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.back-button-container .back-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .back-button-container .back-button {
    width: 100%;
    padding: 15px 10px 15px 40px;
    font-size: 15px;
    gap: 40px;
    justify-content: flex-start;
  }
  .back-button-container .back-button-icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }
  .back-button-container .back-button-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

#toc_container {
  background: #fff;
  font-size: 15px;
  border: none;
  border-radius: 10px;
}
#toc_container li::marker {
  display: none;
}
#toc_container a {
  font-size: 15px;
}
#toc_container .toc_title {
  padding-left: 20px;
}
#toc_container ul.toc_list {
  list-style-type: none !important;
  counter-reset: toc_counter; /* カウンターをリセット */
}
#toc_container ul.toc_list li {
  margin-bottom: 10px;
}
#toc_container ul.toc_list > li {
  counter-increment: toc_counter; /* 数値をカウントアップ */
  display: flex;
  align-items: flex-start;
}
#toc_container ul.toc_list > li::before {
  content: counter(toc_counter) ". "; /* 数字とドットを表示 */
  margin-right: 5px; /* 数字とタイトルの間の余白 */
}

/* ───────────────────────────────────
news
─────────────────────────────────── */

/*# sourceMappingURL=blog.css.map */
