@charset "utf-8" ;


.works {
  position: relative;
  height: 400px;
  background-image: url("/images/work_img/main_visual.jpg"); /* 好きなパス */
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 10em;   /* 調整して見た目バランス取る */
  padding-bottom: 6em;
}

.works-tbox {
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;
  width: 100%;
}

.works_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3em;
}

.titel-inner {
  text-align: center;
  margin-top: 4em; 
}

.works_blok {
  margin-bottom: 5em;
}

.work-text {
padding: 1.2em;
}


@media screen and (max-width: 768px) { /* 768px */




}

