.c-caseSlider__pagination {
  position: static;
}
.c-caseSlider__pagination .swiper-pagination-bullet {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: 60px;
  height: 4px;
  border-radius: 0;
}

.c-inline-block{
  display: inline-block;
}

.c-flex{
  display: flex;
}

.c-wrap{
  flex-wrap: wrap;
}

/* ブログ一覧表示（１個） */
.c-postList{
  width: 48%;
  margin-bottom: 1.0rem;
  /*box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);*/
  border: 1px solid #F2F2F2;
}
@media (min-width: 40em){
  .c-postList{
    width: 48%;
    margin-bottom: 2.25rem;
    /*box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);*/
  }
}
.related-posts .c-postList{
  margin-right: 0.5rem;
  width: 40%;
  flex-shrink: 0;
}
@media (min-width: 40em){
  .related-posts .c-postList{
    margin-right:0;
    width: 32%;
  }

  .related-posts .c-postList:nth-of-type(3n-1){
    margin-right:auto;
    margin-left: 2%;
  }
}

/* アイキャッチ画像 */
.c-eyeCatch__image{
  width: 100%;
}
.c-eyeCatch__image img,
.related-posts.c-eyeCatch__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
/*@media (min-width: 40em){
  .c-eyeCatch__image img{
    height: 11.875rem;
  }
  .related-posts.c-eyeCatch__image img{
    height: 8rem;
  }
}*/

/* ヘッダーのバナースライダー */
.c-caseSlider__item{
  width: 100%;
  height: auto;
}
.c-caseSlider__item img{
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media (min-width: 40em){
  .c-caseSlider__item img{
    width: 100%;
    height: 31.25rem;
    object-fit: cover;
  }
}

/* 見出し */
.c-caption{
  font-size: 1.65rem;
  margin-bottom: 2rem;
  font-weight: 500;
  font-weight: bold;
}
.c-caption__sub{
  font-size: 0.95rem;
  font-weight: bold;
  color: #236AA7;
  margin-top: 12px;
}
@media (min-width: 40em){
  .c-caption{
    font-size: 2rem;
  }
  .c-caption__sub{
    font-size: 1.1rem;
  }
}
.c-caption-category{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* ブログタイトル 一覧用 */
.c-eyeCatch__title{
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.3;

  /* 三点リーダー対応 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
}
@media (min-width: 40em){
  .c-eyeCatch__title{
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c
.related-posts .c-eyeCatch__title{
  font-size: 1rem;
}
@media (max-width:39.99999em){
  .related-posts .c-eyeCatch__title{
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}

/* PCのとき非表示 */
@media (min-width: 40em){
  .c-pc-none{
    display: none;
  }
}
/* スマホのとき非表示 */
@media (max-width:39.99999em){
  .c-sp-none{
    display: none;
  }
}

.c-none{
  display: none;
}

.c-time{
  font-size: 0.8rem;
  font-family: Verdana;
  color: #226baf;
}

.c-blog__title{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 40em){
  .c-blog__title{
    font-size: 1.6rem;
  }
}
.c-category{
  padding: 5px 8px;
  margin-right: 8px;
  color: #000;
  background-color: #e4e4e4;
  font-size: 12px;
  margin-bottom: 8px;
}
.c-category--tag{
  padding: 10px 13px;
  margin-right: 5px;
  color: #226baf;
  border: 1px solid #226baf;
  border-radius: 5px;
  font-size: 0.8rem;
}

.c-sub-title{
  font-weight: 500;
  font-size: 1.2rem;
  background-color: #e4e4e4;
  padding-left: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

/* 検索フォーム */
.c-searchform{
  width: 100%;
  height: 3rem;
}
.c-searchform_form{
  margin: 0%;
  padding: 0;
  width: 65%;
}
.c-searchform_form .inp{
  font-size: 0.9rem;
  height: 100%;
  width: 100%;
  background-color: #e4e4e4;
  color: #bbbbbb;
  border: none;
  border-radius: 0;
  padding-left: 1rem;
}
.c-searchform_btn{
  margin: 0;
  padding: 0;
  width: 35%;
}
.c-searchform_btn .btn{
  font-size: 0.9rem;
  height: 100%;
  width: 100%;
  background-color: #1a1840;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.c-p-fix{
  position: fixed;
}
.c-z-index-100{
  z-index: 100;
}
/* 背景色 */
.c-bc-ffffff{
  background-color: #ffffff;
}
.c-bc-44be34{
  background-color: #44be34;
}
/* text-align */
.c-tr{
  text-align: left;
}

/* マージン */
.c-mt-2{
  margin-top: 2rem;
}
.c-mt-3{
  margin-top: 3rem;
}
.c-mt-3_8{
  margin-top:3.8rem
}
.c-mt-4{
  margin-top: 4rem;
}
.c-mt-5{
  margin-top: 5rem;
}

.c-mb-8px{
  margin-bottom: 8px;
}
.c-mb-1{
  margin-bottom: 1rem;
}
.c-mb-2{
  margin-bottom: 2rem;
}
.c-mb-3{
  margin-bottom: 3rem;
}
.c-mb-5-5{
  margin-bottom: 5.5rem;
}
.c-mb-8{
  margin-bottom: 8rem;
}

.c-mr-8px{
  margin-right: 8px;
}
.c-mr-1{
  margin-right: 1rem;
}
.c-ml-a{
  margin-left: auto;
}

.c-mx--auto {
  margin-left: auto;
  margin-right: auto;
}
/* パディング */
.c-pb-2{
  padding-bottom: 2rem;
}
.c-pt-2{
  padding-top: 2rem;
}
.c-py-1{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 40em) {
  .o-footer-contact__tel {
    font-size: 3.5rem;
  }
}
.o-footer-contact__tel::before {
  content: '\f879';
  font-family: "Font Awesome 5 Free";
  font-size: 1.75rem;
  vertical-align: 4px;
}

.c-center{
  text-align: center;
}

/* テキストサイズ */
.c-fontsize-14px{
  font-size: 14px;
}

.c-bold{
  font-weight: bold;
}

.c-main-color--text{
  background-color: #1a1840;
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 2.1;
}

@media (min-width: 40em) {
  .c-main-color--text{
    font-size: 0.9rem;
  }
}

a.c-main-color--text:hover{
  background-color: #EEF0F1;
  color: #1a1840;
  transition: .3s;
}

.c-btn--arrow{
  position: relative;
}

.c-btn--arrow:after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-style: solid;
  border-color: #1a1840;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(-45deg);
  cursor: pointer;
}
@media (min-width: 40em) {
  .c-btn--arrow:after {
      width:1.25rem;
      height: 1.25rem;
      right: 1.5rem
  }
}
.c-btn--arrow:hover:after{
  border-color: #ffffff;
  transition: .3s;
}