@charset "UTF-8";
/* works
---------------------------------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.container .contents {
  width: 74%;
}
.container .contents .post_title {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
.container .contents .post_title::before {
  content: "";
  display: block;
  width: 252px;
  height: 120px;
  background: url(../images/common/title_style1.avif) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -33px;
  left: -73px;
  z-index: -1;
}
.container .contents .post_cont h2 {
  background: #000 url(../images/common/title_style2.webp) no-repeat left 15px center;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 16px 20px 19px 42px;
  margin: 45px 0 25px;
  display: block;
  height: auto;
  font-family: unset;
  width: unset;
}
.container .contents .post_cont h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #e7e7e7;
  padding: 9px 28px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 35px 0 25px;
}
.container .contents .post_cont h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #a2843d;
  display: inline-block;
  border-bottom: 4px solid #a2843d;
  padding: 0 0 6px;
  margin: 10px 0 15px;
}
.container .contents .post_cont h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  background: url(../images/common/title_style3.svg) no-repeat left top 7px;
  background-size: 16px 16px;
  padding: 0 0 0 25px;
  margin: 30px 0 10px;
}

@media screen and (max-width: 750px) {
  .container {
    max-width: auto;
    max-width: initial;
    margin: 0 5.33vw;
    display: block;
  }
  .container .contents {
    width: auto;
  }
  .container .contents .post_title {
    font-size: 6.4vw;
  }
  .container .contents .post_cont h1, .container .contents .post_cont h2 {
    /*
    background: #000 url(../images/common/title_style2.avif) no-repeat left 2.66vw center;
    */
    background-size: 0.6vw 5.3vw;
    border-radius: 1.33vw;
    font-size: 4.8vw;
    padding: 3.46vw 2.13vw 4.26vw 5.86vw;
    margin: 8vw 0 5.33vw;
  }
  .container .contents .post_cont h4 {
    font-size: 4.26vw;
    padding: 1.86vw 2.66vw 2.13vw 4vw;
    margin: 8vw 0 5.33vw;
  }
  .container .contents .post_cont h5 {
    font-size: 4.26vw;
    border-bottom: 0.8vw solid #a2843d;
    padding: 0 0 1.6vw;
    margin: 2.66vw 0;
  }
  .container .contents .post_cont h6 {
    font-size: 4.26vw;
    background: url(../images/common/title_style3.svg) no-repeat left top 1.6vw;
    background-size: 3.46vw 3.46vw;
    padding: 0 0 0 5.33vw;
    margin: 8vw 0 2.66vw;
  }
}
/*# sourceMappingURL=works.css.map */
