/* サービス概要ページ MVセクション */
.service-mv {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-mv-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;

  	border-top: none;
	border-bottom: none;
}



/* トピックパス */
.topic-path {
  width: 100%;
  height: 40px;
  background-color: #f3f3f3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #3e3a39;
  box-sizing: border-box;
}

.topic-path .topic-link {
  color: #3e3a39;
  text-decoration: none;
}

.topic-pathinner{
  max-width: 1000px;
	margin:0 auto ;
	padding-top:10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}




.column-news-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.column-notice-text {
  width: 1000px;
  margin: 60px auto;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}

.column-notice-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  margin: 60px auto;
}

.column-articles-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
  margin-right:auto;
}

.column-search-bar {
  display: flex;
  width: 546.1539px;
  height: 40px;
  margin-bottom: 30px;
  border: 2px solid #000;
  border-radius: 3px;
  overflow: hidden;
}

.column-search-input {
  width: 413.8462px;
  height: 100%;
  background: linear-gradient(to bottom, #afafb0 0%, #ffffff 100%);
  border: none;
  padding-left: 10px;
}

.column-search-button {
  width: 132.3077px;
  height: 100%;
  background: linear-gradient(0deg, #003c65 0%, #0087c8 15%, #0064a5 85%, #78b4f5 100%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.column-search-button .search-icon {
  margin-right: 8px;
}

.column-article-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.column-article-divider {
  width: 700px;
  height: 1px;
  background-color: #d6d7d7;
  margin-bottom: 20px;
}

.column-article-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 200px;
  margin-bottom:20px;
}

.column-article-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 460px;
  height: 150px;
  gap: 18px;
}

.column-article-title {
  font-weight: 700;
  font-size: 20px;
  color: #034b80;
  text-decoration: none;
}

.column-article-date,
.column-article-snippet {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.column-article-readmore {
  font-weight: 500;
  font-size: 16px;
  color: #1d2082;
  text-decoration: none;
}

.column-article-image {
  width: 200px;
  height: 200px;
  margin-left: 20px;
}

.column-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-backnumber-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.column-backnumber-title {
  width: 100%;
  height: 40px;
  background-color: #99bdc8;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.column-backnumber-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.column-backnumber-links a {
  font-weight: 700;
  font-size: 16px;
  color: #0a65a5;
  text-decoration: none;
}


.article{
  max-width: 1000px;
  margin:60px auto;
}


.content-wrapper {
  width: 90%;
  max-width:1000px;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}

.article-section {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.meta-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.post-date {
  font-family: 'NotoSansJP Medium-83pv-RKSJ-H';
  font-size: 12px;
  line-height: 25.52px;
  color: #000000;
}

.post-category {
  background: #999999;
  width: 89px;
  height: 19px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'NotoSansJP Medium-83pv-RKSJ-H';
  font-size: 12px;
  color: #FFFFFF;
}

.post-category a.category-link {
  text-decoration: none;
  color: #FFFFFF;
}

.post-title {
  font-family: 'NotoSansJP Bold-83pv-RKSJ-H';
  font-weight: bold;
  font-size: 33px;
  color: #000000;
  margin: 20px 0;
  border-bottom: solid 2px #337ab7;
}

.post-content {
  font-family: 'NotoSansJP Medium-83pv-RKSJ-H';
  font-size: 16px;
  color: #000000;
  line-height: 1.9;
  width: 100%;
}

.post-content a {
  color: #337ab7;
}

.sidebar-section {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  position: sticky;
  top: 100px;
}

/* 最近の投稿 */
.recent-posts-title {
  background: #99BDC8;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

.recent-posts-title p {
  font-family: 'NotoSansJP Bold-83pv-RKSJ-H';
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.recent-post-item {
  width: 100%;
  height: 65px;
  border-bottom: solid 0.5px #000;
  padding: 17.5px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: none;
  gap: 1em;
}
.recent-post-item.first {
  border-top: solid 0.5px #000;
}

.recent-post-thumb {
  background: #000000;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.recent-post-info {
  width: 80%;
  height: 65px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

.recent-post-info-title {
  font-family: 'NotoSansJP Medium-83pv-RKSJ-H';
  font-size: 13px;
  color: #000000;
}

.recent-post-info-title a.recent-link {
  text-decoration: none;
  color: #000000;
}

.recent-post-info-date {
  font-family: 'NotoSansJP Medium-83pv-RKSJ-H';
  font-size: 13px;
  color: #000000;
}

/* サイドバーカテゴリー */
.sidebar-categories{
  width: 100%;
}

.sidebar-categories-title {
  background: #99BDC8;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

.sidebar-categories-title p {
  font-family: 'NotoSansJP Bold-83pv-RKSJ-H';
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.sidebar-category-item {
  font-family: 'NotoSansJP Medium-83pv-RKSJ-H';
  font-size: 14px;
  color: #000000;
  padding: 15px 0 15px 7px;
  border-bottom: solid 0.5px #000000;
  border-top: none;
}
.sidebar-category-item.first {
  border-top: solid 0.5px #000000;
}

.sidebar-category-item a.sidebar-cat-link {
  text-decoration: none;
  color: #000000;
}



/* コンタクト前の文言 */
.contacttitlecaption{
  width:100%;
  height:auto;
  background-color: #efefef;
  	display: flex;
	justify-content: center;
	align-items: center;
  margin:60px 0 30px 0; 
  padding:10px 0;
}


/* カテゴリー・タグ */
.meta-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.meta-category,
.meta-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.meta-label {
  background-color: #555;
  color: #fff;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  margin-right: 10px;
  height: 30px;
  display: flex;
  align-items: center;
}

/* 共通ボタン風リンク */
.meta-button {
  background-color: #eee;
  border-radius: 20px;
  padding: 5px 12px;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  transition: background 0.2s;
}
.meta-button:hover {
  background-color: #ccc;
  color: #111;
}

/* タグアイコン（Font Awesome） */
.meta-button i.fa-tag {
  font-size: 12px;
  color: #333;
}

a{
  text-decoration: none;
}

.recent-post-thumb img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
  object-position: center;
  display: block;
}

 .article-section p{
  font-weight: 500;
 }

@media (max-width: 991.98px) {
    .content-wrapper{
        flex-direction: column;
        align-items: center;
    }
    .article-section, .sidebar-section {
        width: 90%;
        margin: 0 auto;
        flex-basis: unset;
    }

    .recent-posts,
    .recent-posts-title,
    .recent-post-item{
      width: 100%;
    }
}

@media(width <= 750px){
  .article-section p{
    font-size: var(--f28);
  }

  .post-title{
    font-size: var(--f36);
  }
  .wp-block-embed__wrapper{
    font-size: var(--f28);
  }
  .contacttitlecaption{
    padding: 1em 0.5em;
  }
  .service-mv-title{
     font-size: var(--f36);
  }
}
/*------上書き分-----*/

body {
  font-family: 'Noto Sans', sans-serif;
}
@media(width <= 750px){
.sp_footer_banner h3{
    font-size: var(--f36);
    font-weight: 700;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding: 1em 0;
  }
  .sp_footer_banner p{
    font-size: var(--f28);
    font-weight: 400;
    width: 90%;
    margin: 1em auto 0;
    text-align: left;
    line-height: 1.7;
    font-feature-settings: "palt";
  }
  .sp_footer_banner a{
    display: block;
    width: 85%;
    margin: 1em auto;
    background: #fff;
    color: #006934;
    padding: 0.9em 1.2em;
    border-radius: 10px;
    text-decoration: none;
    text-align: left;
    position: relative;
  }
  .sp_footer_banner a span{
    font-size: 1.8rem;
    font-weight: 700;
  }
}