@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap');

html, body {
  margin: 0;
  height: 100%;
}


/* cate1 */
.cate1 {
  flex-direction: column;
  gap: clamp(30px, 5vw, 60px);
}



/* 各取り組みボックス */
.cate1 .cate-item {
  gap: clamp(20px, 4vw, 40px);
    align-items: stretch;
}

/* ボックス内画像 */
.cate1 .cate-item img {
width: clamp(280px, 35vw, 450px);
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

/* テキスト部分 */
.cate1 .cate-text {
  flex: 1;
    max-width: 600px;
}

/* 小見出し */
.cate1 .txt-s{
  font-size: clamp(18px, 3vw, 36px);
}

/* 説明文 */
.cate1 .cate-desc {
  line-height: 2.5;
font-weight: bold;
}

/* cate1 */
 
 
  /* ---------- main ---------- */
  /* ---------- more ---------- */
  /* ---------- IEのみ ---------- */
  @media all and (-ms-high-contrast: none) {}
  /* ---------- 1280px ~ ---------- */
  @media screen and (max-width: 1280px) {


  }
  /* ---------- 1080px ~ ---------- */
  @media screen and (max-width: 1080px) {
    .product-area .link-button {
      right: 0px;
    }
  }
  /* ---------- 768px ~ ---------- */
  @media screen and (max-width: 768px) {
      .cate1 .cate-item {

    gap: clamp(20px, 4vw, 40px);
          flex-direction: column;
          align-items: center;
          max-width: 600px;
} 
.cate1 .cate-item img {
width:100%;
border-radius: 4px;
}
      


  }
  /* ---------- 576px ~ ---------- */
  @media screen and (max-width: 576px) {
 

  }
  /* ---------- 350px ~ ---------- */
  @media screen and (max-width: 350px) {}