@charset "utf-8";
.post_wrap {
  padding-top: 11.28vw;
  width: calc(78.52vw * 0.8454);
  padding-bottom: 8.7vw;
}
.post_wrap article {
  margin-bottom: 13.47vw;
}
.post_wrap article:last-child {
  margin-bottom: 0;
}
.post_wrap article .post_text .post_head {
  display: flex;
  align-items: center;
  border-top: 0.08vw solid #231815;
  border-bottom: 0.08vw solid #231815;
  padding-top: calc(0.44vw * 0.8454);
  padding-bottom: calc(0.44vw * 0.8454);
  margin-bottom: calc(2.84vw * 0.8454);
  flex-wrap: wrap;
}
.post_wrap article .post_text .post_head time {
  display: block;
  font-size: calc(1.18vw * 0.77);
  line-height: 1em;
  margin-bottom: calc(0.95vw * 0.8454);
  width: 100%;
}
.post_wrap article .post_text .post_head h1 {
  font-weight: normal;
  font-size: calc(1.53vw * 0.77);
  line-height: 1em;
  margin-right: 4.57%;
  display: flex;
}
.post_wrap article .post_text .post_head h1:before {
  content: "■";
  margin-right: 0.3em;
}
.post_wrap article .post_text .post_head h1 .title {
  display: inline;
  width: unset;
}
.post_wrap article .post_text .post_head h1 .name {
  display: inline;
  width: unset;
  margin-left: 0.3em;
}
.post_wrap article .post_text .post_head .post_meta_wrap {
  display: flex;
  align-items: center;
  flex: 1;
}
.post_wrap article .post_text .post_head .post_category {
  background: #adb6c7;
  border-radius: 3px;
  line-height: 1em;
  font-size: calc(1.18vw * 0.77);
  font-weight: bold;
  padding: 0.5em 1em 0.35em;
}
.post_wrap article .post_text .post_head .post_meta {
  font-size: calc(1.53vw * 0.77);
  line-height: 1em;
  margin-left: 5.24%;
}
.post_wrap article .post_text .post_head .post_meta:before {
  content: "〈";
}
.post_wrap article .post_text .post_head .post_meta:after {
  content: "〉";
}
.post_wrap article .post_text .post_comment {
  font-size: calc(1.18vw * 0.77);
  line-height: 2.2em;
  margin-bottom: calc(14.58vw * 0.8454);
}
.post_wrap article .post_text .post_comment p {
  margin-bottom: 2.2em;
}
.post_wrap article .post_text .post_comment a {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .post_wrap {
    padding: 11.28vw 0 17.36vw;
    width: 100%;
  }
  .post_wrap article .post_text .post_head {
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 8.37vw;
    justify-content: center;
  }
  .post_wrap article .post_text .post_head time {
    font-size: 3.46vw;
    margin-bottom: 0;
    width: 100%;
    background: #efeff0;
    padding: 3.27vw 13.1vw 1.64vw;
  }
  .post_wrap article .post_text .post_head h1 {
    font-size: 4.49vw;
    margin-right: unset;
    width: 100%;
    background: #efeff0;
    padding: 0 calc(26.2vw / 2) 2.52vw;
    margin-bottom: 2.52vw;
  }
  .post_wrap article .post_text .post_head h1:before {
    margin-right: 0.3em;
    margin-left: -0.15em;
  }
  .post_wrap article .post_text .post_head h1 .name {
    margin-left: auto;
  }
  .post_wrap article .post_text .post_head .post_meta_wrap {
    width: calc(100% - 26.2vw);
    margin: 0 auto;
    justify-content: space-between;
    flex: unset;
  }
  .post_wrap article .post_text .post_head .post_category {
    font-size: 3.46vw;
    padding: 0.5em 0.25em 0.35em;
    order: 4;
    margin-left: 0.25em;
  }
  .post_wrap article .post_text .post_head .post_meta {
    font-size: 4.49vw;
    margin-left: -0.5em;
    padding-top: 1vw;
  }
  .post_wrap article .post_text .post_comment {
    font-size: 3.32vw;
    line-height: 1.9429em;
    width: calc(100% - 26.2vw);
    margin: 0 auto 12.92vw;
  }
  .post_wrap article .post_text .post_comment p {
    margin-bottom: 1.9429em;
  }
}
.before_after_block_wrap {
  margin-bottom: calc(16.93vw * 0.8454);
}
.before_after_block_wrap .before_after_block {
  margin-bottom: calc(13.26vw * 0.8454);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.before_after_block_wrap .before_after_block:last-child {
  margin-bottom: calc(13.26vw * 0.8454);
}
.before_after_block_wrap .before_after_block section {
  width: calc(36.64vw * 0.8454);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.before_after_block_wrap .before_after_block section h2 {
  font-size: calc(1.15vw * 0.77);
  font-weight: normal;
  position: relative;
  display: inline-block;
  line-height: 1em;
  padding: 0.5em 0.5em 0.35em 1em;
  margin-bottom: 0;
  background: url("../images/frame_center.png") repeat-x left bottom/100% 100%, url("../images/frame_left.png") no-repeat left bottom/auto 100%;
}
.before_after_block_wrap .before_after_block section h2:after {
  content: "";
  display: block;
  height: 100%;
  width: 2.26vw;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(99.4%);
  background: url("../images/frame_right.png") no-repeat left bottom/auto 100%;
}
.before_after_block_wrap .before_after_block section figure {
  width: 100%;
  margin-bottom: 0;
  line-height: 0;
}
.before_after_block_wrap .before_after_block section figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.before_after_block_wrap .before_after_block section figure.aspect16-9 img {
  aspect-ratio: 16/9;
}
.before_after_block_wrap .before_after_block section figure figcaption {
  font-size: calc(1.15vw * 0.8454);
  text-align: center;
  line-height: 1em;
  margin-top: 0.5em;
}
.before_after_block_wrap .before_after_block .after h2 {
  background: #adb6c7;
}
.before_after_block_wrap .before_after_block .after h2:after {
  background: url("../images/frame_right2.png") no-repeat left bottom/auto 100%;
}
.before_after_block_wrap .before_after_block .work_comment {
  width: 100%;
  margin-top: calc(1.87vw * 0.8454);
  font-size: calc(1.18vw * 0.8454);
  line-height: 2.2em;
}
.before_after_block_wrap .before_after_block .work_comment p {
  margin-bottom: calc(2.2em * 0.8454);
}
.before_after_block_wrap .before_after_block .work_comment a {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .before_after_block_wrap {
    width: calc(100% - 26.2vw);
    margin: 0 auto 14.96vw;
  }
  .before_after_block_wrap .before_after_block {
    margin-bottom: 11.69vw;
    display: block;
  }
  .before_after_block_wrap .before_after_block:last-child {
    margin-bottom: 0;
  }
  .before_after_block_wrap .before_after_block section {
    width: 100%;
  }
  .before_after_block_wrap .before_after_block section h2 {
    font-size: 3.18vw;
    margin-bottom: 0;
  }
  .before_after_block_wrap .before_after_block section h2:after {
    width: 7.26vw;
  }
  .before_after_block_wrap .before_after_block section figure {
    width: 100%;
    margin-bottom: 0;
    line-height: 0;
  }
  .before_after_block_wrap .before_after_block section figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 0.25vw solid #231815;
  }
  .before_after_block_wrap .before_after_block section figure figcaption {
    font-size: 3.03vw;
  }
  .before_after_block_wrap .before_after_block .before {
    margin-bottom: 18.48vw;
  }
  .before_after_block_wrap .before_after_block .after h2 {
    background: #adb6c7;
  }
  .before_after_block_wrap .before_after_block .after h2:after {
    background: url("../images/frame_right2.png") no-repeat left bottom/auto 100%;
  }
  .before_after_block_wrap .before_after_block .work_comment {
    margin-top: 6.68vw;
    font-size: 3.32vw;
    line-height: 1.9429em;
  }
  .before_after_block_wrap .before_after_block .work_comment p {
    margin-bottom: 1.9429em;
  }
}
.voice_sheet_wrap {
  width: 80%;
  margin: 0 auto;
}
.voice_sheet_wrap .voice_sheet_title {
  display: none;
}
.voice_sheet_wrap .voice_sheet {
  line-height: 0;
  margin-bottom: 0;
}
.voice_sheet_wrap .voice_sheet img {
  width: 100%;
}
.voice_sheet_wrap .voice_sheet:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .voice_sheet_wrap {
    width: calc(100% - 26.2vw);
    margin: 0 auto;
  }
  .voice_sheet_wrap .voice_sheet_title {
    display: block;
    font-size: 3.32vw;
    line-height: 1em;
    margin-bottom: 15.06vw;
  }
  .voice_sheet_wrap .voice_sheet {
    margin-bottom: 10.45vw;
  }
}
#main {
  padding-bottom: 0;
}
