@charset "UTF-8";
ul.gnavi li.design a p::after {
  width: 80%;
}
/* main_contents
=========================== */
.main_contents {
  padding-top: 40px;
  padding-bottom: 160px;
}

@media only screen and (max-width: 768px) {
  .main_contents {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

/* 
=========================== */

.top_wrap {
  display: flex;
  margin-left: calc((100vw - 1000px) / 2);
  align-items: center;
  margin-bottom: 60px;
}
.top_title {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.top_img {
  width: 100%;
  margin-left: -16%;
}
.top_img .img-caps {
  bottom: -30px;
}
.top_body {
  position: relative;
  width: 37%;
  flex-shrink: 0;
  z-index: 2;
}
.top_lead {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .top_wrap {
    flex-direction: column;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .top_title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .top_img {
    width: 100%;
    margin-top: -20px;
    margin-left: 0;
  }
  .top_img .img-caps {
    bottom: -20px;
  }
  .top_body {
    width: 100%;
  }
  .top_lead {
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

/* contents_area
================================== */
.contents_area {
  margin-top: 60px;
}
.material_contents {
  margin-top: 0px;
  padding-bottom: 50px;
}
.material_contents_cap {
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.contents_title {
  margin-bottom: 30px;
}
.land_contents {
  margin-top: 60px;
}
.contents_wrap.flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    margin-top: 40px;
  }
  .contents_title {
    margin-bottom: 16px;
  }
  .material_contents {
    margin-top: 0px;
    padding-bottom: 10px;
  }
  .material_contents_item figure {
    aspect-ratio: 32/17;
    overflow: hidden;
  }
  .material_contents_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .material_contents_cap {
    font-size: 11px;
  }
  .land_contents {
    margin-top: 20px;
  }
  .contents_wrap.flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.contents_wrap.col4 {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.quality_item {
  width: calc((100% - 120px) / 4);
}
.quality_item.quality_item_l {
  width: calc((100% - 60px) / 2);
}
.quality_item_l_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.quality_item_l_img {
  width: 50%;
}
.quality_item_l_body {
  width: 46%;
}
.quality_item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  text-align: center;
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: -0.01em;
  padding-bottom: 3px;
  border-bottom: 1px solid #796a56;
}
.quality_item_title .num {
  width: 17px;
  height: 17px;
  background-color: #796a56;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality_item_text {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.quality_item_text span {
  display: block;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .contents_wrap.col4 {
    margin-top: 20px;
    column-gap: 12px;
    row-gap: 14px;
  }
  .quality_item {
    width: calc((100% - 12px) / 2);
  }
  .quality_item.quality_item_l {
    width: 100%;
  }
  .quality_item_l_wrap {
    padding: 8px;
  }
  .quality_item_l_img {
    width: 46%;
  }
  .quality_item_l_body {
    width: 50%;
  }
  .quality_item_title {
    justify-content: start;
    font-size: 10px;
    column-gap: 2px;
  }
  .quality_item_title .num {
    width: 12px;
    height: 12px;
    font-size: 10px;
  }
  .quality_item_text {
    font-size: 10px;
  }
}
