@charset "UTF-8";
/* =========================================================
   style.scss (下層ページ・記事詳細・一覧共通スタイル)
   ========================================================= */
/* Scss Document */
embed,
iframe,
object {
  max-width: 100%;
}

.contents {
  padding: 0;
  background-color: #FFFFFF;
}
@media (max-width: 834px) {
  .contents {
    overflow-x: hidden;
  }
}

.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 834px) {
  .wrapper {
    max-width: 100%;
    padding: 0 16px;
  }
}

.wrapper-inner {
  padding: 60px 0;
}
@media (max-width: 834px) {
  .wrapper-inner {
    padding: 40px 0;
  }
}

#article-detail {
  padding-bottom: 120px;
  background-color: #FFFFFF;
}
@media (max-width: 834px) {
  #article-detail {
    padding-bottom: 80px;
  }
}
#article-detail .btn-area {
  margin-top: 60px;
}

/* =========================================================
   記事・お知らせ詳細フォーマット（single.php）
   ========================================================= */
.entry-single {
  color: #333333;
}
.entry-single .entry-info {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .entry-single .entry-info {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.entry-single .entry-info .entry-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #333333;
}
@media (max-width: 834px) {
  .entry-single .entry-info .entry-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.entry-single .entry-info .entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry-single .entry-info .cat-data {
  border: 1px solid #6CA0D6;
  background-color: #FFFFFF;
  color: #6CA0D6;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 16px;
  white-space: nowrap;
}
.entry-single .entry-info .entry-date {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
.entry-single .kiji-img {
  margin: 0 auto 40px;
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
}
@media (max-width: 834px) {
  .entry-single .kiji-img {
    margin: 0 auto 24px;
  }
}
.entry-single .entry-content p, .entry-single .entry-content .wp-block-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .entry-single .entry-content p, .entry-single .entry-content .wp-block-paragraph {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.entry-single .entry-content p:last-child, .entry-single .entry-content .wp-block-paragraph:last-child {
  margin-bottom: 0;
}
.entry-single .entry-content a {
  color: #5C98D3;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.entry-single .entry-content a:hover {
  text-decoration: none;
}
.entry-single .entry-content a.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
}
.entry-single .entry-content a.arrow-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #5C98D3;
  border-right: 2px solid #5C98D3;
  transform: rotate(45deg);
}
.entry-single .entry-content h1, .entry-single .entry-content .h1, .entry-single .entry-content .wp-block-heading h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 64px 0 24px;
  color: #333333;
}
@media (max-width: 834px) {
  .entry-single .entry-content h1, .entry-single .entry-content .h1, .entry-single .entry-content .wp-block-heading h1 {
    font-size: 20px;
    margin: 48px 0 20px;
  }
}
.entry-single .entry-content h2, .entry-single .entry-content .h2, .entry-single .entry-content .wp-block-heading h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 56px 0 24px;
  color: #333333;
  border: none;
  padding-left: 0;
}
@media (max-width: 834px) {
  .entry-single .entry-content h2, .entry-single .entry-content .h2, .entry-single .entry-content .wp-block-heading h2 {
    font-size: 18px;
    margin: 40px 0 20px;
  }
}
.entry-single .entry-content h3, .entry-single .entry-content .h3, .entry-single .entry-content .wp-block-heading h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 48px 0 20px;
  color: #333333;
}
@media (max-width: 834px) {
  .entry-single .entry-content h3, .entry-single .entry-content .h3, .entry-single .entry-content .wp-block-heading h3 {
    font-size: 16px;
    margin: 32px 0 16px;
  }
}
.entry-single .entry-content h4, .entry-single .entry-content .h4, .entry-single .entry-content .wp-block-heading h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0 16px;
  color: #333333;
}
.entry-single .entry-content ul, .entry-single .entry-content .wp-block-list:not(ol) {
  margin-bottom: 24px;
  padding-left: 0;
  list-style: none;
}
.entry-single .entry-content ul li, .entry-single .entry-content .wp-block-list:not(ol) li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
  padding-left: 1.2em;
  position: relative;
}
.entry-single .entry-content ul li::before, .entry-single .entry-content .wp-block-list:not(ol) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #999;
}
@media (max-width: 834px) {
  .entry-single .entry-content ul li, .entry-single .entry-content .wp-block-list:not(ol) li {
    font-size: 15px;
  }
}
.entry-single .entry-content ol, .entry-single .entry-content .wp-block-list.is-layout-flow, .entry-single .entry-content ol.wp-block-list {
  margin-bottom: 24px;
  padding-left: 1.5em;
}
.entry-single .entry-content ol li, .entry-single .entry-content .wp-block-list.is-layout-flow li, .entry-single .entry-content ol.wp-block-list li {
  list-style-type: decimal !important;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
  padding-left: 0.2em;
}
.entry-single .entry-content ol li::before, .entry-single .entry-content .wp-block-list.is-layout-flow li::before, .entry-single .entry-content ol.wp-block-list li::before {
  display: none;
}
@media (max-width: 834px) {
  .entry-single .entry-content ol li, .entry-single .entry-content .wp-block-list.is-layout-flow li, .entry-single .entry-content ol.wp-block-list li {
    font-size: 15px;
  }
}
.entry-single .entry-content blockquote, .entry-single .entry-content .wp-block-quote {
  background-color: #F0F4F8;
  padding: 24px 0;
  margin: 40px 0;
  border: none;
}
.entry-single .entry-content blockquote p, .entry-single .entry-content .wp-block-quote p {
  margin-bottom: 0;
  font-size: 15px;
  padding: 0 32px;
}
@media (max-width: 834px) {
  .entry-single .entry-content blockquote p, .entry-single .entry-content .wp-block-quote p {
    padding: 0 20px;
  }
}
.entry-single .entry-content .wp-block-table, .entry-single .entry-content table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.entry-single .entry-content .wp-block-table th, .entry-single .entry-content .wp-block-table td, .entry-single .entry-content table th, .entry-single .entry-content table td {
  padding: 16px 24px;
  font-size: 15px;
  color: #333;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 834px) {
  .entry-single .entry-content .wp-block-table th, .entry-single .entry-content .wp-block-table td, .entry-single .entry-content table th, .entry-single .entry-content table td {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.entry-single .entry-content .wp-block-table th, .entry-single .entry-content table th {
  width: 30%;
  font-weight: bold;
  background-color: #F8F9FA;
}
@media (max-width: 834px) {
  .entry-single .entry-content .wp-block-table th, .entry-single .entry-content table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
@media (max-width: 834px) {
  .entry-single .entry-content .wp-block-table td, .entry-single .entry-content table td {
    display: block;
  }
}
.entry-single .entry-content figure.wp-block-table {
  margin: 0 0 40px;
}
.entry-single .entry-content figure.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.entry-single .entry-content figure.wp-block-table table th, .entry-single .entry-content figure.wp-block-table table td {
  padding: 20px 24px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: initial;
  border-right: initial;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 834px) {
  .entry-single .entry-content figure.wp-block-table table th, .entry-single .entry-content figure.wp-block-table table td {
    display: block;
    padding: 12px 16px;
    border: none;
  }
}
.entry-single .entry-content figure.wp-block-table table tr th,
.entry-single .entry-content figure.wp-block-table table tr td:first-child {
  width: 30%;
  font-weight: bold;
  color: #333333;
  background-color: #E9F0F7;
}
@media (max-width: 834px) {
  .entry-single .entry-content figure.wp-block-table table tr th,
  .entry-single .entry-content figure.wp-block-table table tr td:first-child {
    width: 100%;
    border-top: 1px solid #E5E5E5;
  }
}
.entry-single .entry-content figure.wp-block-table table tr td:not(:first-child) {
  color: #444;
}
@media (max-width: 834px) {
  .entry-single .entry-content figure.wp-block-table table tr td:not(:first-child) {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
  }
}
.entry-single .entry-content figure.wp-block-table:last-of-type {
  margin-bottom: 0;
}
.entry-single .entry-content .wp-block-buttons {
  justify-content: center;
  margin-top: 60px;
}
.entry-single .entry-content .wp-block-buttons .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #5C98D3 !important;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 32px !important;
  border-radius: 4px !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  min-width: 240px;
  box-shadow: 0 2px 8px rgba(92, 152, 211, 0.2);
  position: relative;
  text-decoration: none;
}
.entry-single .entry-content .wp-block-buttons .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 12px;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235C98D3' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 0.3s ease-out;
}
.entry-single .entry-content .wp-block-buttons .wp-block-button__link:hover {
  opacity: 1;
  background-color: rgb(51.3971014493, 121.484057971, 190.4028985507) !important;
  box-shadow: 0 4px 16px rgba(92, 152, 211, 0.4);
}
.entry-single .entry-content .wp-block-buttons .wp-block-button__link:hover::after {
  right: 6px;
}
@media (max-width: 834px) {
  .entry-single .entry-content .wp-block-buttons .wp-block-button__link {
    font-size: 14px;
    min-width: 200px;
    padding: 12px 40px !important;
  }
  .entry-single .entry-content .wp-block-buttons .wp-block-button__link::after {
    right: 8px;
    width: 30px;
    height: 30px;
    background-size: 14px;
  }
  .entry-single .entry-content .wp-block-buttons .wp-block-button__link:hover::after {
    right: 4px;
  }
}

/* =========================================================
   パンくずリスト (#breadcrumb)
   ========================================================= */
#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 20px;
}
@media (max-width: 834px) {
  #breadcrumb {
    padding: 16px 16px;
  }
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
#breadcrumb ul li {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  #breadcrumb ul li {
    font-size: 11px;
  }
}
#breadcrumb ul li a {
  color: #666;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #5C98D3;
}
#breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #999;
  font-size: 11px;
}
#breadcrumb ul li:last-child {
  color: #333;
}

/* =========================================================
   お知らせ一覧・カテゴリタブ（page-news.php）
   ========================================================= */
#news-archive {
  background-color: #FFFFFF;
  padding-bottom: 80px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
}
@media (max-width: 834px) {
  .category-tabs {
    gap: 8px;
    margin-bottom: 32px;
  }
}
.category-tabs li a {
  display: inline-block;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: bold;
  color: #6CA0D6;
  background-color: #FFFFFF;
  border: 1px solid #6CA0D6;
  border-radius: 2px;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 834px) {
  .category-tabs li a {
    padding: 6px 16px;
    font-size: 13px;
  }
}
.category-tabs li a:hover, .category-tabs li a.active {
  background-color: #6CA0D6;
  color: #FFFFFF;
}

.entry-list-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.entry-list-item {
  display: block;
  text-decoration: none;
  padding: 24px 0;
  border-bottom: 1px dashed #E5E5E5;
  transition: background-color 0.3s ease;
}
.entry-list-item:last-child {
  border-bottom: none;
}
.entry-list-item:hover {
  background-color: #F8F9FA;
}
@media (max-width: 834px) {
  .entry-list-item {
    padding: 16px 0;
  }
}
.entry-list-item .entry-link {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  color: #333333;
  padding: 0 16px;
}
@media (max-width: 834px) {
  .entry-list-item .entry-link {
    flex-direction: column;
    gap: 8px;
    padding: 0 8px;
  }
}
.entry-list-item .meta {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 180px;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .entry-list-item .meta {
    min-width: auto;
    margin-top: 0;
  }
}
.entry-list-item .entry-date {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
}
.entry-list-item .cat-data {
  border: 1px solid #6CA0D6;
  background-color: #FFFFFF;
  color: #6CA0D6;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 16px;
  white-space: nowrap;
  border-radius: 2px;
}
.entry-list-item .text-area {
  flex: 1;
}
.entry-list-item .text-area h2 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  color: #333333;
  margin: 0;
  transition: color 0.3s;
}
.entry-list-item:hover .text-area h2 {
  color: #5C98D3;
}

/* =========================================================
   ページネーション
   ========================================================= */
.pagination {
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 834px) {
  .pagination {
    margin: 0 auto 40px;
  }
}
.pagination ul.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 0 12px;
  border-radius: 2px;
}
.pagination .page-numbers.current {
  color: #FFFFFF;
  background-color: #6CA0D6;
  border-color: #6CA0D6;
}
.pagination .page-numbers a {
  border: 1px solid #E5E5E5;
}
.pagination .page-numbers a:hover {
  color: #FFF;
  border-color: #6CA0D6;
  background-color: #6CA0D6;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 14px;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */