@charset "UTF-8";



.connectMainvImg--column-detail {
  width: 365px;
  right: 43.41px;
}
@media screen and (max-width: 767px) {
  .connectMainvImg--column-detail {
    width: 200px;
    right: 10px;
  }
}


.sec-column-detail {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #ffffff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-column-detail {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}



.c-pageMainv--column-detail{
  background: none;
  height: unset;
  margin: 176px auto calc(50 / 1920 * 100vw);
  }

  @media screen and (max-width: 767px) {
    .c-pageMainv--column-detail {
      margin-top: 150px;
    }
  }
  
  
  .c-pageMainvInner--column-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;  
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 27px;
    padding-bottom: 50px;
    height: unset;
    min-height: initial;
  }
  
  @media screen and (max-width: 1024px) {
    .c-pageMainvInner--column-detail {
      padding-top: 10px;
    }
  }
  
  .postDetailTtlArea {
    width: 100%;
  }
  
  @media screen and (max-width: 1024px) {
    .postDetailTtlArea {
      padding: 0;
    }
  }
  
  .postDetailTtl {
    margin-top: 20px;
    font-size: 48px;
    font-weight: bold;
    line-height: calc(66 / 46);
  }
  
  @media screen and (max-width: 1024px) {
    .postDetailTtl {
      font-size: 36px;
    }
  }

  @media screen and (max-width: 767px) {
    .postDetailTtl {
      font-size: 24px;
      margin-top: 20px;
    }
  }
  
  
  .news-btn--back{
    
  }
  .news-btn--back-inner{
    display: inline-block;
    text-align: center;
    line-height: 1.5;
  }
  
  .news-btn--back::before{
    /* bottom: 23px; */
  }
  
  @media screen and (max-width: 767px) {
    .news-btn--back::before{
      /* bottom: 17px; */
    }
  }
  
  
  .news-btn--back::after{
    /* bottom: -5px; */
  
  }
  
  @media screen and (max-width: 767px) {
    .news-btn--back::after{
      /* bottom: 0px; */
    }
  }
  
  
  .postInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  @media screen and (max-width: 1024px) {
    .postInfo {
      gap: 10px;
    }
  }
  
  .postInfo .time {
    display: inline-block;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.07em;
    flex-shrink: 0;
    font-family: "Outfit", sans-serif;
  }
  
  .postInfo .category_box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  @media screen and (max-width: 1024px) {
    .postInfo .category_box {
      gap: 10px;
    }
  }
  
  .postInfo .category {
    position: relative;
    color: #00244B;
    border: 1px solid #00244B;
    border-radius: 16px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /* margin-left: 16px; */
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    padding: 4px 20px;
  }
  
  @media screen and (max-width: 767px) {
    .postInfo .category {
      line-height: 25px;
      padding: 0px 10px;
      font-size: 12px;
    }
  }
  
  
  .postInfo .tag_box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  @media screen and (max-width: 767px) {
    .postInfo .tag_box {
      gap: 10px;
    }
  }
  
  .postInfo .tag {
    position: relative;
    color: #006FAB;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media screen and (max-width: 767px) {
    .postInfo .tag {
      font-size: 13px;
    }
  }
  



/* コラム人気記事　*/


.sec-pickupColumn {
  background-color: #F3FAFD;
 padding: 100px 0 80px;
    margin-top: 115px;
}

@media screen and (max-width: 1024px) {
  .sec-pickupColumn {
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    border-radius: 0;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-pickupColumn {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.columnInner{
}

@media screen and (max-width: 1024px){
  .columnInner{
  }
}

.columnTtlArea{
width: 30%;
margin: 0 auto;
}

@media screen and (max-width: 1024px){
  .columnTtlArea{
    width: 100%;
    margin-bottom: 1em;
  }
}


.columnTtl .enTtl{
color: #006FAB;
}


.sec-pickupColumn .column-moreBtn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {

  .sec-pickupColumn .column-moreBtn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}


/* コラムSwiperエリア */

.columnContentBox{
  width: 100%;
  margin-top: 35px;
}

@media screen and (max-width: 1024px){
  .columnContentBox{
    width: 100%;
    margin-top: 0;
  }
}

.columnContentBoxInner{
  max-width: initial;
  padding: 0;
  width: calc(100% - 18.75vw);
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}

@media screen and (min-width: 1921px) {
  .columnContentBoxInner{
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 1024px) {
  .columnContentBoxInner{
    width: calc(100% - 5.85vw);
  }
}

@media screen and (max-width: 767px) {
  .columnContentBoxInner{
    width: calc(100% - 5.85vw);
  }
}

.columnSwiper {
  overflow: unset;
  width: calc(100% - 18.75vw);
  margin-right: auto;
  margin-left: 0;
  position: relative;
}

@media screen and (min-width: 1921px){
  .columnSwiper {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 1024px) {
  .columnSwiper {
    width: calc(100% - 5.85vw);
  }
}


@media screen and (max-width: 767px) {
  .columnSwiper {
    width: calc(100% - 20px);
  }
  
}

.columnSwiper .swiper-wrapper {
  align-items: flex-start;
}

.columnSwiper .swiper-slide {
  width: auto;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .columnSwiper .swiper-slide {
    width: auto;
  }
}


/* コラムナビゲーションボタン */
.columnNext,
.columnPrev {
  color: #00244B;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .columnNext,
  .columnPrev {
    width: 30px;
    height: 30px;
  }
}
.columnNext::after,
.columnPrev::after {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .columnNext::after,
  .columnPrev::after {
    font-size: 14px;
  }
}

.columnNext {
  right: 10px;
}

.columnPrev {
  left: 10px;
}


/* コラムスクロールバー */
.columnNavi{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .columnNavi{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}

.columnSwiper .swiper-scrollbar {
  position: relative;
  margin-top: 15px;
  height: 4px;
  background: rgba(0, 36, 75, 0.1);
  border-radius: 2px;
  transform: translateX(-12px);
  /* max-width: 800px; */
}

@media screen and (max-width: 767px) {
  .columnSwiper .swiper-scrollbar {
    margin-top: 20px;
    height: 3px;
  }
}

.columnPagination .swiper-pagination-bullet-active {
  background: #00244B;
}

.columnSwiper .swiper-scrollbar-drag {
  background: #006FAB;
  border-radius: 2px;
  height: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

@media screen and (max-width: 767px) {
  .columnSwiper .swiper-scrollbar-drag {
    height: 3px;

  }
}

.columnSwiper .swiper-scrollbar-drag:hover {
  background: #004695;
}

/* コラムページネーション */
.columnPagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.columnPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 36, 75, 0.3);
  opacity: 1;
  margin: 0 5px;
}

.columnPagination .swiper-pagination-bullet-active {
  background: #00244B;
}


.columnItem {
  display: block;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .columnItem {
    border-radius: 5px;
  }
}

/* .columnItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height:1px;
  width: 100%;
  background-color: rgba(0, 36, 75,0.2);
} */
/* 
@media screen and (max-width: 1024px) {
  .columnItem::before {
    border-radius: 5px 0 0 5px;
  }
} */


.columnItem:hover .columnItemTtl {
  color: #1796b5;
}


.columnItem a {
  display: block;
  position: relative;
  padding: 32px 0px;
  width: 100%;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .columnItem a {
    padding: 30px 0px;
  }
}



.columnItem .columnItemLink {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.columnItem .columnItemLink:hover .columnItemImg img{
  transform: scale(1.05);
}

.columnItem .columnItemImg {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 20px;
}

.columnItem .columnItemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 38/24;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.3s ease;
}


.columnItem .postInfo-box {
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  .columnItem .postInfo-box {
  }
}

@media screen and (max-width: 767px) {
  .columnItem .postInfo-box {
  }
}

.columnItem .postInfo {
  margin-bottom: 15px;
}


.columnItem .category_container{
  margin-bottom: 10px;
}

.columnItem .category_box {
  /* margin-bottom: 10px; */
}

.columnItem .category_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.columnItem .category {
  font-size: 14px;
  font-weight: bold;
  padding: 4px 20px;
  background: #D7EDFA;
  border-radius: 50px;
  display: inline-block;

}

@media screen and (max-width: 1024px) {
  .columnItem .category {
    font-size: 12px;
  }
}




.columnItem .columnItemTtl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #00244b;
  margin: 0;
  margin-bottom: 24px;
  /* テキスト省略表示の設定 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 2行で省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.7em * 2); /* 2行分の高さを制限 */
}


@media screen and (max-width: 1024px) {
  .columnItem .columnItemTtl {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .columnItem .columnItemTtl {
    font-size: 16px;
  }
}

.columnItem .info-box-bottom{
  position: relative;
  display: flex;
justify-content: space-between;
align-items: center;
  /* flex-wrap: wrap; */
  gap: 12px;
}

.columnItem .info-box-bottom-left{
  display: flex;
  flex-wrap: wrap;
  gap: 2px 12px;
  align-items: center;
}

.info-box-bottom-right{
  position: relative;
  flex-shrink: 0;
}



.columnItem .time {
  font-size: 14px;
  color: #00244b;
  font-family: "Outfit", sans-serif;
}

.columnItem .tag_box{
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
}

.columnItem .tag{
  font-size: 14px;
  color: #006FAB;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-family: "Outfit", sans-serif;
}


.columnItem .linkbtn-arrow {
  z-index: 2;
  width: 36px;
  height: 36px;
  /* background: linear-gradient(90deg, #006FAB 0%, #004695 100%); */
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width: 767px){
  .columnItem .linkbtn-arrow {
  }
}

.linkbtn-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 12px;
  background-image: url(../img/connect-common/icon-arrow-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .linkbtn-arrow::before {
  }
}
@media screen and (max-width: 767px) {
  .linkbtn-arrow::before {
    width: 12px;
    height: 10px;
  }
}

.linkbtn-arrow::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #006FAB;
  background: linear-gradient(90deg, #006FAB 0%, #004695 100%);
  transition-duration: 0.3s;
   top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .linkbtn-arrow::after {
  }
}



.columnItem:hover .columnItemImg {
  /* filter: brightness(0.7); */
  /* border:4px solid #006FAB; */
  /* border-bottom: none;   */
}
.columnItem:hover .columnItemImg img {
  transform: scale(1.03);  
}
.columnItem:hover .linkbtn-arrow::before {
  background-image: url(../img/connect-common/productItem-arrow-wh.svg);
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
.columnItem:hover .linkbtn-arrow::after  {
  transform: translate(0, -50%) rotate(135deg);
  opacity: 0.9;
  transition-duration: 0.3s;
}


.column-moreBtn{
text-align: right; 
padding-right: 10.42vw; /* 1920px時で200px (200/1920*100 = 10.42) */
flex-shrink: 0;
margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1921px) {
  .column-moreBtn{
    padding-right: 200px; /* 1920px以上では固定200px */
  }
}


@media screen and (max-width: 767px) {
  .column-moreBtn{
  }
}

/* 画面幅1920pxで72px、それ以上は最大72px */
.font-size-responsive {
  font-size: 3.75vw; /* 1920px時で72px (72/1920*100 = 3.75) */
}

@media screen and (min-width: 1921px) {
  .font-size-responsive {
    font-size: 72px; /* 1920px以上では固定72px */
  }
}

/* コラム詳細ボタン */
.columnItem-detailBtn {
  margin-top: 15px;
  text-align: center;
}

.columnItem-detailBtn .c-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #006FAB;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.columnItem-detailBtn .c-btn:hover {
  background: #004695;
  text-decoration: none;
  color: #fff;
}

.columnItem-detailBtn .c-btn--small {
  padding: 6px 16px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .columnItem-detailBtn .c-btn {
    font-size: 13px;
    padding: 6px 16px;
  }
}

