@charset "utf-8";
/* CSS Document */
.cate1 .concept_wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  align-items: flex-start;
  gap: clamp(50px, 8vw, 110px);
}
.cate1 .main_img {
  flex: 1;
  width: auto;
  aspect-ratio: 0.86 / 1;
  overflow: hidden;
  border-radius: 0 16px 16px 0;
}
.cate1 .main_img img, .cate1 .sub_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cate1 .txtbox {
  width: min(48%, 640px);
  flex-shrink: 0;
  padding-top: clamp(40px, 7vw, 90px);
  padding-right: clamp(20px, 6vw, 80px);
}
.cate1 .titlebox h2 {
  line-height: 1;
}
.cate1 .txtbox h3 {
  font-weight: 500;
  letter-spacing: .08em;
}
.cate1 .txtbox p {
  letter-spacing: .08em;
}
.cate1 .sub_img {
  width: 42%;
  min-width: 300px;
  aspect-ratio: 1.55 / 1;
  margin: clamp(40px, 5vw, 60px) clamp(-40px, -3vw, -20px) 0 auto;
  overflow: hidden;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .cate1 .concept_wrap {
    flex-direction: column;
    gap: 34px;
    padding: 0 50px;
  }
  .cate1 .main_img {
    flex: none;
    width: 100%;
    border-radius: 14px;
  }
  .cate1 .txtbox {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-right: 0;
  }
  .cate1 .titlebox {
    text-align: center;
  }
  .cate1 .sub_img {
    width: 56%;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .cate1 .concept_wrap {
    padding: 0 20px;
  }
  .cate1 .sub_img {
    min-width: 250px;
  }
}
.cate2 .commitment_wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.cate2 .titlebox h2 {
  line-height: 1;
}
.cate2 .commitment_list {
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 48px);
}
.cate2 .commitment_item {
  width: calc((100% - 96px) / 3);
}
.cate2 .commitment_item.item1 {
  margin-top: clamp(70px, 8vw, 110px);
}

.cate2 .commitment_item.item2 {
  margin-top: clamp(30px, 4vw, 40px);
}
.cate2 .commitment_item .imgbox {
  width: 100%;
  aspect-ratio: 0.82 / 1;
  overflow: hidden;
  border-radius: 14px;
}
.cate2 .commitment_item.item2 .imgbox {
  aspect-ratio: 0.9 / 1.08;
}
.cate2 .commitment_item.item3 .imgbox {
  aspect-ratio: 0.84 / 1;
}
.cate2 .commitment_item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cate2 .commitment_item .txtbox {
  margin-top: clamp(26px, 3vw, 34px);
}
.cate2 .commitment_item .txtbox h3 {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .08em;
  text-align: center;
}
.cate2 .commitment_item .txtbox p {
  letter-spacing: .08em;
}
@media screen and (max-width: 900px) {
  .cate2 .titlebox {
    text-align: center;
  }
  .cate2 .commitment_list {
    flex-direction: column;
    gap: 46px;
  }
  .cate2 .commitment_item, .cate2 .commitment_item.item1, .cate2 .commitment_item.item2 {
    width: 100%;
    margin-top: 0;
      max-width: 400px;
          margin-right: auto;
     margin-left: auto;
  }

}
@media screen and (max-width: 576px) {
  .cate2 .commitment_list {
    gap: 40px;
  }
  .cate2 .commitment_item .txtbox {
    margin-top: 22px;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}