@charset "utf-8";
.about_section {
  background: url("../images/about_bg_pc.jpg") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 90px 0 0;
}
.about_section_inner {
  background: url("../images/about_inner_bg_pc.png") no-repeat center bottom;
  background-size: 1500px;
  min-height: 815px;
}
.about_title {
  width: 430px;
  margin: 0 auto 50px;
}
.about_cation {
  text-align: center;
}
.about_caption p {
  text-align: center;
  color: #0e0e0e;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 2.0;
  padding: 0;
  margin-bottom: 1.5em;
}
.about_caption p span {
  position: relative;
  transform: scaleX(0.7);
  letter-spacing: 0;
  transform-origin: center center;
  display: inline-block;
}
.about_caption_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.about_caption_inner .about_limited {
  width: 200px;
  position: absolute;
  bottom: -55px;
  right: 114px;
}
@media(min-width: 961px) {
  .about_caption_sp, .about_caption_figure {
    display: none;
  }
}
@media(max-width: 1200px) {
  .about_caption_inner .about_limited {
    right: inherit;
		left: 73vw;
    width: 160px;
  }
  .about_section_inner {
    background: url(../images/about_inner_bg_pc.png) no-repeat center bottom;
    background-size: 1300px;
  }
}
@media(max-width: 960px) {
  .about_section {
    background: url("../images/about_bg_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
    min-height: inherit;
  }
  .about_section_inner {
    background: none;
    padding: 9vw 0 0;
    min-height: inherit;
  }
  .about_section_inner p {
    display: none;
  }
  .about_title {
    width: 67vw;
    margin: 0 auto 4vw;
  }
  .about_caption_figure {
    position: relative;
  }
  .about_caption_sp {
    background: url("../images/about_bg_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 10vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_caption_sp p {
    text-align: center;
    color: #0e0e0e;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.9vw;
    line-height: 2.0;
    letter-spacing: -1px;
    padding: 0;
    margin-bottom: 1em;
    white-space: nowrap;
  }
  .about_caption_inner {
    position: relative;
    transform: scaleX(0.7);
    transform-origin: center center;
  }
  .about_caption_inner .about_limited {
    display: none;
  }
}