@charset "utf-8";
.sec-concept {
  position: relative;
  padding: 3rem;
}
.sec-concept > .header {
  margin: 0rem auto 4rem;
  padding-bottom: 10rem;
  max-width: 125rem;
  width: auto;
  position: relative;
  z-index: 2;
}
.sec-concept > .header > .title {
  padding: 4rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 100;
  color: #d9aab9;
}
.sec-concept > .header > .lead {
  position: relative;
  padding: 0rem 2rem;
  margin: 2rem auto;
  max-width: 50rem;
  width: auto;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #c9bc9c;
}
.sec-concept > .header > .lead::before, .sec-concept > .header > .lead::after {
  content: '';
  display: block;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  width: 1rem;
}
.sec-concept > .header > .lead::before {
  left: 0rem;
  border-top-style: solid;
  border-left-style: solid;
  border-top-width: 0.1rem;
  border-left-width: 0.1rem;
  border-top-color: #c9bc9c;
  border-left-color: #c9bc9c;
}
.sec-concept > .header > .lead::after {
  right: 0rem;
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 0.1rem;
  border-right-width: 0.1rem;
  border-bottom-color: #c9bc9c;
  border-right-color: #c9bc9c;
}
.sec-concept > .header::before, .sec-concept > .header::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  margin: auto;
  background-color: #c9bc9c;
}
.sec-concept > .header::before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.sec-concept > .header::after {
  width: 0.1rem;
  height: 9rem;
}
.sec-concept > .contents {
  margin: 0rem auto;
  max-width: 125rem;
  width: auto;
  position: relative;
  z-index: 2;
}
.sec-concept > .contents > .text {
  text-align: center;
  font-size: 2.2rem;
}
.sec-concept > .contents > .image {
  width: 40rem;
  margin: 3rem auto;
}
.sec-concept > .contents > .image img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-concept > .background {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  overflow: hidden;
}
.sec-contents {
  padding: 5rem 0rem 10rem;
}
.sec-contents > .header > .title {
  padding: 4rem 1rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
  word-break: keep-all;
}
.sec-contents > .contents {
  margin: 0rem auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
  word-break: keep-all;
}
.sec-contents > .contents > .catch {
  padding: 10rem 0rem 4rem;
  margin: -6rem auto 2rem;
  font-size: 2.4rem;
  line-height: 2em;
  background-image: url('../images/bg_catch.jpg');
  background-size: cover;
  background-position: 50% 0%;
}
.sec-contents > .contents p + p {
  margin-top: 1.8rem;
}
.sec-contents > .contents picture, .sec-contents > .contents img {
  display: block;
  width: 50rem;
  height: auto;
  margin: 4rem auto;
}
/*# sourceMappingURL=./style.css.map */