.l-pagebody-head {
  padding-bottom: 16rem;
  margin-bottom: -10rem;
}
@media screen and (max-width: 767px) {
  .l-pagebody-head {
    padding-top: 16vw;
    padding-bottom: 32vw;
    margin-bottom: -21.3333333333vw;
  }
}

.l-pagehead {
  text-align: center;
  height: auto;
}

.l-pagehead:after {
  display: none;
}

.l-pagehead-txt-ttl {
  font-size: 4.2rem;
  color: #c5786f;
}
@media screen and (max-width: 767px) {
  .l-pagehead-txt-ttl {
    font-size: 9.0666666667vw;
  }
}

.l-pagehead-txt-subttl {
  font-size: 2rem;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .l-pagehead-txt-subttl {
    font-size: 4.2666666667vw;
  }
}

.p-disclosure {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-disclosure {
    padding-bottom: 16vw;
  }
}
@media (min-width: 768px) {
  .p-disclosure a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.p-disclosure .ttl {
  font-size: 2.2rem;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1.2em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-disclosure .ttl {
    font-size: 4.8vw;
    padding-bottom: 1em;
    margin-bottom: 8vw;
  }
}
.p-disclosure .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20rem, rgb(197, 120, 111)), color-stop(20rem, rgb(214, 214, 214)), to(rgb(214, 214, 214)));
  background: linear-gradient(90deg, rgb(197, 120, 111) 20rem, rgb(214, 214, 214) 20rem, rgb(214, 214, 214) 100%);
}
@media screen and (max-width: 767px) {
  .p-disclosure .ttl::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(26.6666666667vw, rgb(197, 120, 111)), color-stop(26.6666666667vw, rgb(214, 214, 214)), to(rgb(214, 214, 214)));
    background: linear-gradient(90deg, rgb(197, 120, 111) 26.6666666667vw, rgb(214, 214, 214) 26.6666666667vw, rgb(214, 214, 214) 100%);
  }
}
.p-disclosure .s-ttl {
  color: #c5786f;
  border-left: 3px solid #c5786f;
  padding-left: 0.8em;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-disclosure .s-ttl {
    font-size: 4.2666666667vw;
  }
}
.p-disclosure table {
  border-collapse: separate;
  border-spacing: 0;
}
.p-disclosure .p-guid-table {
  width: 100%;
}
.p-disclosure .p-guid-table th {
  width: 18.333%;
  background-color: #eee2dc;
  font-size: 1.6rem;
  padding: 3rem 2rem;
  text-align: left;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-disclosure .p-guid-table th {
    font-size: 4vw;
    border-bottom-width: 4px;
  }
}
.p-disclosure .p-guid-table td {
  border-bottom: 1px solid #fff;
  background-color: #f6f4f2;
  border-left: 1px solid #fff;
  font-size: 1.5rem;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-disclosure .p-guid-table td {
    font-size: 3.4666666667vw;
    border-left: none;
    border-bottom-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-disclosure .p-guid-table th,
.p-disclosure .p-guid-table td {
    display: block;
    width: 100%;
    padding: 6.1333333333vw 5.3333333333vw;
  }
}
.p-disclosure .p-content-block {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-disclosure .p-content-block {
    padding-bottom: 10.6666666667vw;
  }
}
.p-disclosure .p-content-block:last-of-type {
  padding-bottom: 0;
}
.p-disclosure .p-list {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-disclosure .p-list {
    font-size: 3.7333333333vw;
  }
}
.p-disclosure .p-content-inner + .p-content-inner {
  margin-top: 3rem;
}
.p-disclosure .p-link-list {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-disclosure .p-link-list {
    font-size: 3.7333333333vw;
  }
}
.p-disclosure .p-link-item {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-disclosure .p-link-item {
    display: inline-block;
    margin-right: 1.5rem;
  }
}
.p-disclosure .p-link-item a {
  color: #c5786f;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 214, 214, 0)), color-stop(95%, rgba(214, 214, 214, 0)), color-stop(95%, rgb(197, 120, 111)));
  background: linear-gradient(180deg, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, 0) 95%, rgb(197, 120, 111) 95%);
}
@media (any-hover: hover) {
  .p-disclosure .p-link-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-disclosure .p-link-item a:hover {
    opacity: 0.7;
  }
}
.p-disclosure .p-link-item a[href*=pdf] {
  color: #949494;
  position: relative;
  padding-right: 2.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 214, 214, 0)), color-stop(95%, rgba(214, 214, 214, 0)), color-stop(95%, rgb(148, 148, 148)));
  background: linear-gradient(180deg, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, 0) 95%, rgb(148, 148, 148) 95%);
}
.p-disclosure .p-link-item a[href*=pdf]::after {
  content: "";
  position: absolute;
  background-image: url(../../images/disclosure/icn_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.5rem;
  top: auto;
  bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-disclosure .p-link-item a[href*=pdf]::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

.p-philosophy {
  width: 94rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    width: 100%;
    display: block;
  }
}

.p-philosophy-content {
  background-color: #f3e7e2;
  background-image: url(../../images/disclosure/txt_beauty.png);
  background-repeat: no-repeat;
  background-position: top 2rem left 3rem;
  padding: 4.4rem 12rem;
  width: 67rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy-content {
    padding: 16vw 9.3333333333vw;
    width: 100%;
    background-position: top 5.3333333333vw left 5.3333333333vw;
    background-size: 50% auto;
  }
}
.p-philosophy-content .c-txt {
  font-size: 2.2rem;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .p-philosophy-content .c-txt {
    font-size: 4.8vw;
  }
}
.p-philosophy-content .text-large {
  font-size: 2.4rem;
  color: #c5786f;
}
@media screen and (max-width: 767px) {
  .p-philosophy-content .text-large {
    font-size: 6.4vw;
  }
}

.p-concept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-concept-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -5.3333333333vw;
  }
}

.p-concept-item {
  width: 20.5rem;
  height: 20.5rem;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  background-color: #f6f4f2;
  text-align: center;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item {
    width: 34.9333333333vw;
    height: 34.9333333333vw;
    margin: 5.3333333333vw 2.6666666667vw 0;
  }
}
.p-concept-item .c-txt {
  color: #c5786f;
  font-size: 2.2rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item .c-txt {
    font-size: 4.8vw;
    margin-top: 9.8666666667vw;
  }
}
.p-concept-item .c-bg-txt {
  color: #ecd0cc;
  font-size: 6rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item .c-bg-txt {
    font-size: 9.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-concept-item .c-bg-txt.c-size-2 {
  font-size: 7.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item .c-bg-txt.c-size-2 {
    font-size: 11.8666666667vw;
    margin-top: 4vw;
  }
}
.p-concept-item .c-bg-txt.c-size-3 {
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item .c-bg-txt.c-size-3 {
    font-size: 8.9333333333vw;
  }
}
.p-concept-item .c-bg-txt.c-size-4 {
  font-size: 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item .c-bg-txt.c-size-4 {
    font-size: 6.5333333333vw;
  }
}