.connectMainv {
  padding-top: 160px;
  padding-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .connectMainv {
    padding: 120px 25px 150px;
  }
}

.c-secTtl .jaTtl {
  display: block;
  font-size: 48px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .c-secTtl .jaTtl {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .c-secTtl .jaTtl {
    font-size: 22px;
  }
}

.connectMainvTtl{
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .connectMainvTtl{
    position: initial;
  }
}

.connectMainvTtl .jaTtl {
  font-size: 3.75vw; /* 1920px時で72px (72/1920*100 = 3.75) */
  display: block;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 2px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

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

@media screen and (max-width: 1024px) {
  .connectMainvTtl .jaTtl {
    font-size: 5.86vw; /* 1024px時で60px (60/1024*100 = 5.86) */
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .connectMainvTtl .jaTtl {
    font-size: 7.47vw; /* 375px時で28px (28/375*100 = 7.47) */
    margin-bottom: 5px;
  }
}

.connectMainvTtl .suvTtl {
  font-size: 1.88vw; /* 1920px時で36px (36/1920*100 = 1.88) */
  display: block;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (min-width: 1921px) {
  .connectMainvTtl .suvTtl {
    font-size: 36px; 
}
}

@media screen and (max-width: 1024px) {
  .connectMainvTtl .suvTtl {
    font-size: 2.93vw;
  }
}

@media screen and (max-width: 767px) {
  .connectMainvTtl .suvTtl {
    font-size: 4.5vw; 
  }
}




.connectMainvTtl .jaTtl .memo {
  font-size: 35px;
  margin-left: 20px;
}


.connectMainvTtl .enTtl {
  font-size: 24px;
  color: #006ba9;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.1;
  display: block;
}
@media screen and (max-width: 1024px) {
  .connectMainvTtl .enTtl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .connectMainvTtl .enTtl {
    font-size: 10px;
  }
}


.connectMainvPoint{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .connectMainvPoint{
   gap: 8px;
   margin-top: 10px;
  }
}


.connectMainvPointItem{
  position: relative;
}

.connectMainvPointItem-inner{
  color: #00244B;
  font-size: 0.94vw; /* 1920px時で18px (18/1920*100 = 0.94) */
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.07em;
  background-color: #FFF67F;
  border-radius: 30px;
  padding: 6px 24px;
  text-align: center;
  display: inline-block;
}

@media screen and (min-width: 1921px) {
  .connectMainvPointItem-inner {
    font-size: 18px; /* 1920px以上では固定18px */
    padding: 5px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .connectMainvPointItem-inner {
    font-size: 1.64vw;
    padding: 4px 16px;
  }
}

@media screen and (max-width: 767px) {
  .connectMainvPointItem-inner {
    font-size: 2.4vw;
    padding: 4px 16px;
  }
} 


.connectMainvImg {
  margin-top: 75px;
}

@media screen and (max-width: 1024px){
  .connectMainvImg{
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .connectMainvImg{
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .connectMainvImg img {
    transform: scale(1.07);
  }
}

/* お知らせSwiper */
.mainvNews{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  z-index: 10;
}



.newsSwiper {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 1px solid rgba(0, 36, 75, 0.12);
  background: #F8F8F8;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.newsSwiper .swiper-wrapper {
  height: 100% !important;
}

.newsSwiper .swiper-slide {
  height: 100% !important;
  width: 100% !important;
}


@media screen and (max-width: 767px) {
  .newsSwiper {
    height: 100px;
    box-sizing: border-box;
  }  
}



/* お知らせナビゲーション */
.newsNavi {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 100;
  pointer-events: auto;
}

.newsNext,
.newsPrev {
  color: #00244B;
  width: 28px;
  height: 35px;
  margin-top: -20px;
  position: relative;
  margin: 0;
  cursor: pointer;
  pointer-events: auto !important;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}

@media screen and (max-width: 767px) {
  .newsNext,
  .newsPrev {
    width: 18px;
    height: 27px;
    margin-top: 0px;
  }
}

.newsNext::after,
.newsPrev::after {
  font-size: 10px;

  transform: rotate(-90deg);
}

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

.newsNext {
  order: 1;
  padding-bottom: 10px;
  }

.newsPrev {
  order: 2;
  padding-top: 14px;
}

.newsNext + .newsPrev {
  border-top: 1px solid rgba(0, 36, 75, 0.10);
}


.newsNext.swiper-button-disabled,
.newsPrev.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}



.mainvNewsItem{
  height: 100% !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.newsSwiperWrapper{
}



.mainvNewsItemLink{
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  padding: 31px 80px 31px 30px;
  box-sizing: border-box;
}


@media screen and (max-width: 1024px) {
  .mainvNewsItemLink {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mainvNewsItemLink {
    gap: 3px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 40px 20px 20px;
  }
}



.mainvNewsItemLink:hover {
  opacity: 0.8;
  text-decoration: underline;
  color: inherit;
}



.newsInfo {
  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: 20px;
}

@media screen and (max-width: 1024px) {
  .newsInfo {
    gap: 10px;
  }
}



.newsInfo .time {
  display: inline-block;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.07em;
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .newsInfo .time {
    font-size: 14px;
  }
}


.newsInfo .category_box {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media screen and (max-width: 1024px) {
  .newsInfo .category_box {
    gap: 10px;
  }
}



.newsInfo .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: 1px 12px;
}

@media screen and (max-width: 767px) {
  .newsInfo .category {
    line-height: 25px;
    padding: 0px 10px;
    font-size: 12px;
  }
  
  /* 2つ目以降のカテゴリーを非表示 */
  .newsInfo .category:nth-child(n+2) {
    display: none;
  }
}




.newsTtl {
 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  color: #00244B;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .newsTtl {
    width: 100%;
    font-size: 14px;
  }
}

.newsInfo .tag_box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .newsInfo .tag_box {
    gap: 10px;
  }
}

.newsInfo .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) {
  .newsInfo .tag {
    font-size: 13px;
  }
}







.sec-about {
  margin-top: 110px;
  position: relative;
  /* padding-bottom: 200px; */
}
@media screen and (max-width: 1024px) {
  .sec-about {
    margin-top: 80px;
    /* padding-bottom: 185px; */
  }
}

.secTtl.about{
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .secTtl.about{
    margin-bottom: 35px;
  }
}

.secTtl.about .jaTtl{
  font-size: 40px;
  line-height: 1.7;
}

@media screen and (max-width: 1024px){
  .secTtl.about .jaTtl{
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .secTtl.about .jaTtl{
    font-size: 22px;
  }
}

.aboutInner {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
@media screen and (max-width: 1024px) {
  .aboutInner {
    display: block;
  }
}

.aboutInfo {
  width: 45.8%;
}
@media screen and (max-width: 1024px) {
  .aboutInfo {
    width: 100%;
  }
}

.aboutTxt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .aboutTxt {
  }
}

.aboutTxt + .aboutTxt{
  margin-top: 1em;
}

.aboutImgArea {
  position: relative;
  width: calc((100% - 45.8%) - 100px);
}
@media screen and (max-width: 1024px) {
  .aboutImgArea {
    margin: 60px auto 0;
    width: 80%;
  }
  .aboutImgArea img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aboutImgArea {
    transform: translateX(0px);
    width: 100%;
  }
}
.aboutImgArea .aboutComment {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgb(0, 111, 171);
  background: linear-gradient(90deg, rgb(0, 111, 171) 0%, rgba(0, 111, 171, 0.2) 100%);
}
@media screen and (max-width: 1460px) {
  .aboutImgArea .aboutComment {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .aboutImgArea .aboutComment {
    width: 160px;
    height: 160px;
  }
}
.aboutImgArea .aboutComment--01 {
  top: 75px;
  left: -200px;
}
@media screen and (max-width: 1199px) {
  .aboutImgArea .aboutComment--01 {
    left: -160px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutImgArea .aboutComment--01 {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .aboutImgArea .aboutComment--01 {
    top: 140px;
  }
}
.aboutImgArea .aboutComment--02 {
  top: 0px;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .aboutImgArea .aboutComment--02 {
    left: calc(50% - 110px);
  }
}
@media screen and (max-width: 767px) {
  .aboutImgArea .aboutComment--02 {
    left: calc(50% - 80px);
  }
}
.aboutImgArea .aboutComment--03 {
  top: 75px;
  right: -75px;
}
@media screen and (max-width: 1460px) {
  .aboutImgArea .aboutComment--03 {
    right: -20px;
  }
}
@media screen and (max-width: 1460px) {
  .aboutImgArea .aboutComment--03 {
    right: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutImgArea .aboutComment--03 {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .aboutImgArea .aboutComment--03 {
    top: 140px;
  }
}

.aboutCommentInner {
  position: absolute;
  background-color: #fff;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  width: 238px;
  height: 238px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1460px) {
  .aboutCommentInner {
    width: 218px;
    height: 218px;
  }
}
@media screen and (max-width: 767px) {
  .aboutCommentInner {
    width: 158px;
    height: 158px;
  }
}

.aboutCommentTtl {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .aboutCommentTtl {
    font-size: 16px;
  }
}

.aboutCommentTxt {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .aboutCommentTxt {
    font-size: 11px;
  }
}

.aboutDecoTxt {
  display: inline-block;
  font-size: 120px;
  font-weight: 500;
  background: rgb(0, 111, 171);
  background: linear-gradient(180deg, rgb(0, 111, 171) 0%, rgba(0, 111, 171, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutDecoTxt {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.aboutDecoTxt span {
  display: block;
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 600;
  overflow: hidden;
  line-height: 1;
  display: inline-block;
  font-size: 120px;
  background: rgb(0, 111, 171);
  background: linear-gradient(180deg, rgba(0, 111, 171, 0.4) 0%, rgba(0, 111, 171, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutDecoTxt span:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}
.aboutDecoTxt span:nth-child(even) {
  animation: loop2 80s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.sec-feature {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sec-feature {
    margin-bottom: 80px;
  }
}

.featureList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .featureList {
    display: block;
  }
}

.featureItem {
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 1199px) {
  .featureItem {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .featureItem {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .featureItem + .featureItem {
    margin-top: 60px;
  }
}
.featureItem .featureItemImg img {
  display: block;
  margin: 0 auto;
}
.featureItem:nth-child(1) .featureItemImg img {
  /* max-width: 306px; */
}
.featureItem:nth-child(2) .featureItemImg img {
  /* max-width: 341px; */
}
.featureItem:nth-child(3) .featureItemImg img {
  /* max-width: 177px; */
}

.featureItemTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .featureItemTtl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.featureItemTxt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .featureItemTxt {
    font-size: 13px;
  }
}

.sec-product {
  background-color: rgba(215, 237, 250, 0.3);
  padding-top: 120px;
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .sec-product {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}





.logoArea {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .logoArea {
    padding: 10px 0;
  }
}

.logoList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  padding: 0 40px;
  margin: 0 auto;
}

.logoListImg {
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .logoListImg {
    width: 300vw;
  }
}
.logoListImg img:nth-child(odd) {
  animation: logoloop 80s -40s linear infinite;
}
.logoListImg img:nth-child(even) {
  animation: logoloop2 80s linear infinite;
}

@keyframes logoloop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes logoloop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.logoListImg--re {
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .logoListImg--re {
    width: 300vw;
  }
}
.logoListImg--re img:nth-child(odd) {
  animation: logoloopre 80s linear infinite;
}
.logoListImg--re img:nth-child(even) {
  animation: logoloop2re 80s linear infinite;
}

@keyframes logoloopre {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes logoloop2re {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.sec-works {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec-works {
    margin-top: 100px;
  }
}

.worksList {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .worksList {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .worksList {
    margin-top: 40px;
  }
}

.worksItem {
  width: calc((100% - 60px) / 3);
  position: relative;
  display: block;
}
.worksItem:hover .worksItemTtl {
  color: #1796b5;
}
.worksItem:hover .worksItemImg img {
  transform: scale(1.03);
  filter: brightness(0.7);
}
@media screen and (max-width: 1024px) {
  .worksItem {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .worksItem + .worksItem {
    margin-top: 40px;
  }
}

.worksItemImgCover {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .worksItemImgCover {
    border-radius: 10px;
  }
}

.worksItemImg {
  aspect-ratio: 38/24;
  width: 100%;
  height: 100%;
}
.worksItemImg img {
  vertical-align: top;
  transition-duration: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.worksItemTag {
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 900;
  background-color: #D7EDFA;
}
@media screen and (max-width: 767px) {
  .worksItemTag {
    margin-top: 20px;
    font-size: 13px;
  }
}
.worksItemTag--cloud {
  background-color: #D7EDFA;
}
.worksItemTag--infra {
  background-color: #1796b5;
}
.worksItemTag--const {
  background-color: #1796b5;
}

.worksItemTtl {
  margin-top: 15px;
  transition-duration: 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .worksItemTtl {
    font-size: 13px;
  }
}



.sec-column {
  background-color: #F3FAFD;
 padding: 100px 0 80px;
    margin-top: 115px;
  border-radius: 40px;
  max-width: 1600px;
  overflow: hidden;
}

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


@media screen and (max-width: 767px) {
  .sec-column {
    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;
}



/* コラム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% - 10.42vw);
     margin-left: auto;
     margin-right: 0;
     overflow: hidden;
}

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

@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% - 10.42vw);
  margin-right: auto;
  margin-left: 0;
  position: relative;
}

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

@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;
}

/* 人気記事セクション */
.column-pickup {
  margin-bottom: 60px;
}

.column-pickup-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #00244B;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.column-pickup-ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #006FAB;
  border-radius: 2px;
}

.column-pickup-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.column-pickup-item {
  flex: 1;
  min-width: 280px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.column-pickup-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.pickup-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.column-pickup-item .columnItemImg {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.column-pickup-item .columnItemImg img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.column-pickup-item:hover .columnItemImg img {
  transform: scale(1.05);
}

.pickup-item-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.column-pickup-item .category_container {
  margin-bottom: 12px;
}

.column-pickup-item .columnItemTtl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #00244B;
  margin-bottom: 15px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.column-pickup-item .info-box-bottom {
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .column-pickup {
    margin-bottom: 50px;
  }
  
  .column-pickup-ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }
  
  .column-pickup-list {
    gap: 15px;
  }
  
  .column-pickup-item {
    min-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .column-pickup {
    margin-bottom: 40px;
  }
  
  .column-pickup-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .column-pickup-list {
    flex-direction: column;
    gap: 20px;
  }
  
  .column-pickup-item {
    min-width: auto;
  }
  
  .pickup-item-inner {
    flex-direction: row;
  }
  
  .column-pickup-item .columnItemImg {
    width: 120px;
    flex-shrink: 0;
    border-radius: 15px 0 0 15px;
  }
  
  .column-pickup-item .columnItemImg img {
    height: 120px;
  }
  
  .pickup-item-content {
    padding: 15px;
  }
  
  .column-pickup-item .columnItemTtl {
    font-size: 15px;
    margin-bottom: 10px;
  }
}






.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時で360px (360/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;
  }
}

