.c-page-hdr {
  background-image: url("../img/ttl_bg.png");
}
@media screen and (max-width: 767px) {
  .c-page-hdr {
    background-image: url("../img/ttl_bg_sp.png");
  }
  .c-page-hdr__ttl {
    text-align: center;
  }
}

.p-first {
  padding-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .p-first {
    padding-bottom: 16vw;
  }
}
.p-first__ttl {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 1.1764705882em;
}
@media screen and (max-width: 980px) {
  .p-first__ttl {
    font-size: 3.4693877551vw;
  }
}
@media screen and (max-width: 767px) {
  .p-first__ttl {
    font-size: 5.6vw;
  }
}
.p-first__body {
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-first__body {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-first__body {
    font-size: 4vw;
  }
}

.p-about {
  padding-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 13.3333333333vw;
  }
}
.p-about + .p-about {
  border-top: 1px solid #D9D9D9;
  margin-top: 4.375em;
  padding-top: 4.375em;
}
@media screen and (max-width: 767px) {
  .p-about + .p-about {
    margin-top: 12vw;
    padding-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about:last-child {
    padding-bottom: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .p-about:last-child {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    margin-bottom: 9.3333333333vw;
  }
}
.p-about__ttl {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 1.1764705882em;
}
@media screen and (max-width: 980px) {
  .p-about__ttl {
    font-size: 3.4693877551vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    font-size: 5.6vw;
  }
}

.p-example {
  padding: 6.25em 0;
}
@media screen and (max-width: 767px) {
  .p-example {
    padding: 16vw 0;
  }
}
.p-example__ttl {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 1.1764705882em;
}
@media screen and (max-width: 980px) {
  .p-example__ttl {
    font-size: 3.4693877551vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__ttl {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__witems {
    /*overflow: auto;*/
    padding-bottom: 20px;
    margin-left: -8vw;
    margin-right: -8vw;
    padding-left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__items {
    /*width: 168vw;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 4vw;
  }
}
.p-example__item {
  border-radius: 40px;
  background: #fff;
  padding: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-example__item {
    border-radius: 8vw;
    padding: 5.3333333333vw;
    width: 84vw;
    box-shadow: 0px 0px 20px rgba(39, 39, 39, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .p-example__item + .p-example__item {
    margin-top: 1.875em;
  }
}
@media screen and (min-width: 768px) {
  .p-example__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-example__fig {
    width: 44.4444444444%;
  }
  .p-example__fig img {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-example__fig {
    margin-bottom: 4vw;
  }
  .p-example__fig img {
    border-radius: 5.3333333333vw;
  }
}
.p-example__hdr {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-example__hdr {
    width: 48.8888888889%;
  }
}
.p-example__div {
  font-size: 1.8rem;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .p-example__div {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__div {
    font-size: 3.4666666667vw;
  }
}
.p-example__sttl {
  font-size: 2.2rem;
}
.p-example__sttl b {
  font-size: 3.2rem;
}
@media screen and (max-width: 980px) {
  .p-example__sttl {
    font-size: 2.2448979592vw;
  }
  .p-example__sttl b {
    font-size: 3.2653061224vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__sttl {
    font-size: 4.2666666667vw;
  }
  .p-example__sttl b {
    font-size: 5.6vw;
  }
}
.p-example__date {
  font-size: 1.8rem;
  margin-top: 0.5em;
  color: #B4B4B4;
}
@media screen and (max-width: 980px) {
  .p-example__date {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__date {
    margin-top: 0.2em;
    font-size: 3.4666666667vw;
  }
}
.p-example__wtxt {
  margin-top: 1.875em;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .p-example__wtxt {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__wtxt {
    margin-top: 0.5em;
    font-size: 3.7333333333vw;
  }
}