/* サービス概要ページ 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: 90%;
  max-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: 90%;
  margin: 60px auto;
  max-width:1000px;
  gap: 70px;
}

.column-articles-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: 700px;
  margin-right:auto;
}

.column-search-bar {
  display: flex;
  width: 546.1539px;
  height: 40px;
  margin-bottom: 30px;
  border: 2px solid #000;
  border-radius: 5px !important;
  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: 100%;
}

.column-article-divider {
  width: 100%;
  height: 1px;
  background-color: #d6d7d7;
  margin-bottom: 20px;
}

.column-article-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  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;
}


/* 検索 */
.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-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;
}


@media (max-width: 991.98px) {
    .column-notice-content{
        flex-direction: column;
        align-items: center;
    }
   .column-articles-area, .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);
  }
  .column-search-bar {
    width: 100%;
    height: 5.33vw;
    min-height: 25px;
  }
  .column-search-input{
    width: 80%;
  }
  .column-search-button{
   width: 20%;
   min-width: 5em;
   font-size: var(--f18); 
  }
  .column-notice-text{
    margin-bottom: 0;
  }
  .column-article-image{
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .column-article-date, .column-article-snippet{
    font-size: 14px;
  }
  .column-article-info{
    width: 100%;
    height: auto;
    padding: 0.5em 0;
  }
}
