.elementor-13426 .elementor-element.elementor-element-4a3e3611{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-13426 .elementor-element.elementor-element-7623002{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13426 .elementor-element.elementor-element-3b0d3691{--display:flex;--min-height:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13426 .elementor-element.elementor-element-3b0d3691.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13426 .elementor-element.elementor-element-61f4fc64 > .elementor-widget-container{margin:-8px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget-theme-archive-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13426 .elementor-element.elementor-element-668bf556.elementor-element{--align-self:center;}.elementor-13426 .elementor-element.elementor-element-668bf556 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;letter-spacing:1px;}.elementor-13426 .elementor-element.elementor-element-7b04539f{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13426 .elementor-element.elementor-element-70ab5a98 .elementor-heading-title{font-family:"Afacad", Sans-serif;font-size:58px;font-weight:400;text-transform:uppercase;letter-spacing:1px;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-13426 .elementor-element.elementor-element-6b1e3996.elementor-element{--align-self:flex-end;}.elementor-13426 .elementor-element.elementor-element-6b1e3996{font-family:"Noto Sans JP", Sans-serif;font-size:12px;font-weight:400;color:#A2A2A2;}.elementor-13426 .elementor-element.elementor-element-6b1e3996 a{color:#333333;}.elementor-13426 .elementor-element.elementor-element-6b1e3996 a:hover{color:#DFDFDF;}.elementor-13426 .elementor-element.elementor-element-70c59f5b{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-13426 .elementor-element.elementor-element-3b0d3691{--width:49px;}}@media(max-width:767px){.elementor-13426 .elementor-element.elementor-element-4a3e3611{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-13426 .elementor-element.elementor-element-7623002{--gap:8px 8px;--row-gap:8px;--column-gap:8px;}.elementor-13426 .elementor-element.elementor-element-3b0d3691{--width:30px;}.elementor-13426 .elementor-element.elementor-element-61f4fc64 > .elementor-widget-container{margin:-11px 0px 0px 0px;}.elementor-13426 .elementor-element.elementor-element-668bf556 .elementor-heading-title{font-size:14px;}.elementor-13426 .elementor-element.elementor-element-7b04539f{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-13426 .elementor-element.elementor-element-70ab5a98 .elementor-heading-title{font-size:24px;line-height:0.6em;}.elementor-13426 .elementor-element.elementor-element-6b1e3996{font-size:8px;}.elementor-13426 .elementor-element.elementor-element-70c59f5b{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-61f4fc64 *//* ベースの長方形アイコン */
.grad-rect-icon{
  position: relative;
  width: 50px;           /* アイコンの幅：お好みで調整 */
  height: 20px;          /* アイコンの高さ：お好みで調整 */
  border-radius: 2px;    /* 角丸 */
  overflow: hidden;       /* 中のグラデはみ出し防止 */
  background: #0f172a;    /* ベースのダークカラー */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f9fafb;
  font-size: 14px;
}

/* テキスト（任意） */
.grad-rect-icon__label{
  position: relative;
  z-index: 1;             /* グラデーションより前に */
}

/* 左上で光っている“円形グラデーション” */
.grad-rect-icon::before{
  content: "";
  position: absolute;
  left: -30%;
  top: -40%;
  width: 200%;            /* 長方形より大きくしてなじませる */
  height: 200%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 20% 20%,
      #ffe066 0%,         /* 黄色系（中心） */
      #169e7e 25%,        /* 指定のグリーン */
      #1d4ed8 55%,        /* 青系 */
      rgba(15, 23, 42, 0.95) 100%
    );
  background-size: 200% 200%;
  filter: blur(4px);      /* ふんわり */
  opacity: 0.9;
  animation: grad-rect-move 6s ease-in-out infinite alternate;
}

/* グラデーション部分だけがゆっくり動く */
@keyframes grad-rect-move{
  0%{
    background-position: 0% 0%;
    opacity: 0.9;
  }
  40%{
    background-position: 40% 20%;
    opacity: 1;
  }
  70%{
    background-position: 60% 40%;
    opacity: 0.95;
  }
  100%{
    background-position: 100% 60%;
    opacity: 0.9;
  }
}
/* タブレットあたりで少しだけ小さく */
@media (max-width: 1024px){
  .grad-rect-icon{
    width: 44px;
    height: 18px;
    font-size: 13px;
  }
}

/* スマホ：さらに少しだけ縮める（行間を邪魔しないサイズ） */
@media (max-width: 640px){
  .grad-rect-icon{
    width: 30px;
    height: 14px;
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5458fc4f *//* --------------------------------------------------
   グリッドレイアウト（4カラム）
   -------------------------------------------------- */
.report-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) { 
    .report-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } 
}
@media (max-width: 600px) { 
    .report-grid { grid-template-columns: 1fr; } 
}

/* --------------------------------------------------
   カードデザイン
   -------------------------------------------------- */
.report-card {
    display: flex; 
    flex-direction: column;
    background: #fff;
    text-decoration: none !important;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.report-card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
}

/* 画像エリア */
.report-card__img { aspect-ratio: 4/3; overflow: hidden; flex-shrink: 0; }
.report-card__img img { width: 100%; height: 100%; object-fit: cover; }

/* テキストエリア */
.report-card__body { 
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.report-card__title { font-size: 16px; margin-bottom: 8px; color: #333; line-height: 1.4; }
.report-card__text {
    font-size: 13px; color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.5;
}

/* 矢印アイコン */
.report-card__arrow { margin-top: auto; text-align: right; padding-top: 10px; }
.report-card__arrow span {
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
    width: 36px; 
    height: 36px;
    background-color: #169E7E;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.report-card:hover .report-card__arrow span { background-color: #128267; }

/* --------------------------------------------------
   ページネーション
   -------------------------------------------------- */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}
.pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}
.pagination li { margin: 0; }
.pagination a, 
.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}
.pagination a:hover { border-color: #169E7E; color: #169E7E; }
.pagination .current {
    background: #169E7E;
    color: #fff;
    border-color: #169E7E;
}/* End custom CSS */