@charset "UTF-8";
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  height: auto;
}

.none_txt {
  text-align: center;
  padding: 100px 0;
}


.breadcrumb {
  margin-bottom: 0 !important;
}

/* コンテンツ幅など */
.page-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.visual {
  width: 100%;
  /* background: url(https://www.sbc-seikeigeka.com/qacolumn/develop/wp-content/uploads/sites/2/2026/04/mv_pc_bg.png) center/cover; */
  text-align: center;
  background: #b6e4fe;
}

.grobal_ttl {
  text-align: center;
  margin-bottom: 20px;
  color: #122f6f;
}

.newsposts {
  padding: 90px 0 40px;
  background: #ebf3ff;
}
@media (max-width: 979px) {
  .newsposts {
    padding: 50px 0 40px;
  }
}
.newsposts .slider_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.newsposts .slider_item .slick-list {
  order: -1;
  width: 100%;
  margin-bottom: 30px;
}
.newsposts .slider_item .slick-prev,
.newsposts .slider_item .slick-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  border-radius: 100vh;
  border: 1px solid #4278D1;
  background-color: #fff;
  width: 40px;
  height: 40px;
}
@media (max-width: 979px) {
  .newsposts .slider_item .slick-prev,
  .newsposts .slider_item .slick-next {
    display: block !important;
  }
}
.newsposts .slider_item .slick-prev {
  margin-right: 20px;
}
.newsposts .slider_item .slick-next {
  order: 1;
  margin-left: 20px;
}
.newsposts .slider_item .slick-dots {
  position: relative;
  bottom: 0;
  width: auto;
  max-width: calc(100% - 70px);
  transform: translateY(-25%);
}
.newsposts .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  background-color: #4278d1;
  border-radius: 50%;
}
.newsposts .slick-list {
  margin: 0 -7px;
}
.newsposts .slick-slide {
  margin: 0 7px;
}
.newsposts .slick-next::before {
  position: absolute;
  border-top: 1px solid #4278d1;
  border-right: 1px solid #4278d1;
  width: 8px;
  height: 8px;
  content: "";
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-75%, 0%);
}
.newsposts .slick-prev::before {
  position: absolute;
  border-top: 1px solid #4278d1;
  border-right: 1px solid #4278d1;
  width: 8px;
  height: 8px;
  content: "";
  top: 50%;
  left: 50%;
  transform: rotate(-135deg) translate(60%, 0%);
}
.newsposts .slide-arrow {
  width: 30px;
  height: 30px;
  border-radius: 100vh;
  border: 1px solid #0066cc;
  background-color: #fff;
}
.newsposts .post-item {
  border: 1px solid #96a4bd;
  padding: 15px 20px 33px;
  min-height: 442px;
  background: #fff;
  border-radius: 10px;
}
.newsposts .post-title {
  line-height: 1.375;
  font-size: 16px;
}
.newsposts figure {
  position: relative;
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.newsposts figure:hover img {
  transform: scale(1.1);
}
.newsposts figure img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover; /* 比率を保ちつつ、枠からはみ出た部分をカット */
}
.newsposts .post_type-tag {
  position: absolute;
  display: inline-flex;
  padding: 4px 12px;
  line-height: 1.2;
  background-color: rgba(67, 67, 67, 0.7);
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  top: 6px;
  left: 6px;
}
.newsposts .post_type-tag_wrap {
  display: flex;
  flex-wrap: wrap;
}
.newsposts .post-meta {
  display: block;
  align-items: center;
  align-items: flex-start;
  gap: 16px;
  margin: 18px 0 18px;
}
.newsposts .post-meta .post-data {
  color: #a0a0a0;
}
.newsposts .post-meta .tarm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.newsposts .post-meta .tarm > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  background-color: #4c7dab;
  font-size: 12px;
  color: #fff;
}
.newsposts .post-desc {
  font-size: 14px;
  margin-top: 9px;
}

/* feed（PICUP記事）　========== */
.Feed .feed-title {
  display: inline-block;
  font-weight: bold;
  padding: 0 30px;
  border-left: 6px solid #0066cc;
  border-right: 6px solid #0066cc;
  line-height: 1;
}
.Feed .feed-title_wrap {
  padding: 20px 0;
  text-align: center;
}
.Feed .post-data {
  color: #a0a0a0;
  font-size: 12px;
}
.Feed .post-excerpt {
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-grow: 1;
}
.Feed .post-excerpt a {
  text-decoration: none;
}
.Feed {
  /* タブのスタイル */
}
.Feed .posttype-tabs {
  margin-bottom: 20px;
}
.Feed .posttype-tabs .tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  flex-wrap: wrap;
  padding-left: 15px;
  justify-content: center;
}
@media (max-width: 979px) {
  .Feed .posttype-tabs .tab-nav {
    padding-left: min(2vw, 15px);
  }
}
.Feed .posttype-tabs .tab-nav a {
  display: block;
  padding: 16px 35px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 979px) {
  .Feed .posttype-tabs .tab-nav a {
    padding: 16px 2vw;
    font-size: 3.5vw;
  }
}
.Feed .posttype-tabs .tab-nav li {
  margin-right: 8px;
  margin-bottom: -1px;
}
.Feed .posttype-tabs .tab-nav li.active > a {
  background-color: #eeeeee !important;
  color: #003189 !important;
}
.Feed .posttype-tabs .tab-nav li:nth-of-type(1) > a {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  color: #003189;
}
.Feed .posttype-tabs .tab-nav li:nth-of-type(2) > a {
  background-color: #2A9CC0;
  color: #fff;
}
.Feed .posttype-tabs .tab-nav li:nth-of-type(3) > a {
  background-color: #8EC12A;
  color: #fff;
}
.Feed .posttype-tabs .tab-nav li:nth-of-type(4) > a {
  background-color: #D27D20;
  color: #fff;
}
.Feed .posttype-tabs .tab-content {
  border-top: none;
  padding: 20px 0px 40px;
  background: #EEEEEE;
}
.Feed .posttype-tabs .tab-pane {
  display: none;
}
.Feed .posttype-tabs .tab-pane.active {
  display: block;
}
.Feed .post-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px 10px;
  padding: 20px;
}
.Feed .post-card_inner {
  position: relative;
}
.Feed .post-card_inner .post-category {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: rgba(67, 67, 67, 0.7);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: inline-flex;
  padding: 4px 8px;
  line-height: 1.2;
}
.Feed .post-card {
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 16px;
}
.Feed .post-thumbnail {
  height: 200px;
  overflow: hidden;
}
.Feed .post-thumbnail:hover img {
  transform: scale(1.1);
}
.Feed .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.Feed .post-content {
  padding: 15px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.Feed .post-title {
  margin: 0 0 10px;
  font-size: 1.2em;
  line-height: 1.3;
  max-height: 2.6em; /* 2行分の高さ */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Feed .post-title a {
  color: #333;
  text-decoration: none;
}
.Feed .post-title a:hover {
  color: #0066cc;
}
.Feed .archive-link-wrapper {
  text-align: center;
  margin-top: 20px;
}
.Feed .archive-link-wrapper > .btn-more {
  background-color: #003189;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  padding: 8px 100px;
  text-decoration: none;
}

@media (max-width: 979px) {
  .issue {
    margin-top: 80px;
  }
}
.issue .issue_ttl {
  font-weight: bold;
  color: #003189;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 49, 137, 0.4);
}
@media (max-width: 979px) {
  .issue .issue_ttl {
    font-size: min(6vw, 30px);
  }
}
.issue .issue_ttl_cap {
  background-color: #fff;
  border-radius: 3px;
  font-weight: normal;
  padding: 1px 10px;
  color: #003189;
  font-size: 16px;
  margin-right: 20px;
  border: 1px solid #003189;
}
@media (max-width: 979px) {
  .issue .issue_ttl_cap {
    font-size: min(4.5vw, 20px);
    margin-right: min(3vw, 20px);
  }
}
.issue .issue_block {
  display: flex;
  margin-top: 40px;
  gap: 22px;
}
@media (max-width: 979px) {
  .issue .issue_block {
    flex-direction: column;
  }
}
.issue .issue_centents {
  width: 33.3333333333%;
}
@media (max-width: 979px) {
  .issue .issue_centents {
    width: 100%;
  }
}
.issue .issue_centents .issue_centents_ttl {
  background-color: #eef4ff;
  text-align: center;
  font-size: 16px;
  color: #003189;
  font-weight: 500;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  line-height: 1.5;
}
.issue .issue_centents > ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.issue .issue_centents > ul li {
  min-height: 200px;
  width: 170px;
}
@media (max-width: 979px) {
  .issue .issue_centents > ul li {
    min-height: auto;
    width: 100%;
  }
}
.issue .issue_centents > ul li a {
  text-decoration: none;
}
.issue .issue_centents > ul li a figure {
  /* width: 164px;
  height: 113px; */
  width: 100%;
  height: auto;
  overflow: hidden;
}
.issue .issue_centents > ul li a figure:hover img {
  transform: scale(1.1);
}
.issue .issue_centents > ul li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 979px) {
  .issue .issue_centents > ul li a figure img {
    height: auto;
    min-height: 32.5vw;
  }
}

.issue .issue_centents > ul li a p {
  font-size: 14px;
  font-weight: normal;
}
.issue .category_morelink {
  text-align: center;
  margin-top: 17px;
}
.issue .category_morelink > a {
  background-color: #373737;
  padding: 4px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50pc;
  color: #fff;
}
.issue .issue_shortStature {
  margin-top: 107px;
}
.issue .issue_shortStature .issue_ttl {
  color: #2b9cc1;
  border-color: #2b9cc1;
}
.issue .issue_shortStature .issue_ttl_cap {
  background-color: #fff;
  border: 1px solid #2b9cc1;
  color: #2b9cc1;
}
.issue .issue_shortStature .issue_centents_ttl {
  min-height: 30px;
  font-weight: bold;
}
.issue .separate {
  margin-top: 100px;
  display: flex;
  gap: 72px;
}
@media (max-width: 979px) {
  .issue .separate {
    flex-direction: column;
  }
}
.issue .separate .col-item {
  width: 50%;
}
@media (max-width: 979px) {
  .issue .separate .col-item {
    width: 100%;
    flex-direction: column;
  }
}
.issue .separate .col-item .issue_centents {
  width: 100%;
}
.issue .separate .col-item .issue_centents > ul {
  margin-top: 40px;
}
.issue .separate .col-item .issue_centents > ul li {
  /* width: 33.3333333333%; */
  width: 50%;
}
@media (max-width: 979px) {
  .issue .separate .col-item .issue_centents > ul li a figure {
    width: auto;
    height: auto;
  }
}
.issue .separate .col-item .issue_general .issue_ttl {
  color: #8ec12b;
  border-color: #8ec12b;
}
.issue .separate .col-item .issue_general .issue_ttl_cap {
  background-color: #fff;
  border: 1px solid #8ec12b;
  color: #8ec12b;
}
.issue .separate .col-item .issue_other .issue_ttl {
  color: #d36c20;
  border-color: #d36c20;
}
.issue .separate .col-item .issue_other .issue_ttl_cap {
  background-color: #fff;
  border: 1px solid #d36c20;
  color: #d36c20;
}/*# sourceMappingURL=front-page.css.map */
