.p-diagnosis {
  padding: 4rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis {
    padding: 4rem 0;
  }
}
.p-diagnosis.u-bg {
  background: #F8F7F7;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-diagnosis.u-bg {
    padding: 4rem 0 2.4rem;
  }
}
.p-diagnosis.u-bg .f-wrap__inner {
  position: relative;
}
.p-diagnosis__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__ttl {
    font-size: 2.8rem;
  }
}
.is-reverse .p-diagnosis__ttl {
  padding-left: 28.5rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-diagnosis__ttl {
    padding: 0;
  }
}
.p-diagnosis__ttl span {
  color: #EB6120;
}
.p-diagnosis-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block {
    flex-flow: column;
    margin: 2.4rem 0 0;
  }
}
.p-diagnosis-block__img {
  width: 29.4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__img {
    width: 100%;
  }
}
.is-reverse .p-diagnosis-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-diagnosis-block__img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.p-diagnosis-block__txt {
  width: 56.4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__txt {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.is-reverse .p-diagnosis-block__txt {
  width: 61.7rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-diagnosis-block__txt {
    width: 100%;
  }
}
.p-diagnosis-block__sub {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__inner {
    margin: 2.4rem 0 0;
  }
}
.p-diagnosis__img {
  display: block;
  max-width: 80rem;
  margin: 4rem auto 0;
}

.p-voice {
  background: #F5EEE5;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-voice {
    background: #F8F7F7;
    padding: 0 0 4rem;
  }
  .p-voice .f-wrap__inner {
    background: #fff;
    padding: 2.4rem 1.2rem;
  }
}
.p-voice-list__item {
  position: relative;
  background: #fff;
  padding: 4rem 5rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item {
    margin: 1.6rem 0 0;
    padding: 0;
  }
  .p-voice-list__item:first-child {
    margin-top: 0;
  }
}
.p-voice-list__name {
  pointer-events: none;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice-list__name {
    pointer-events: all;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    background: #F5EEE5;
    padding: 1.2rem 1.5rem;
  }
  .p-voice-list__name::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/common/icn_circle_arrow.svg) 0 0/100% 100% no-repeat;
    transform: translateY(-50%) rotate(180deg);
  }
  .is-open .p-voice-list__name::before {
    transform: translateY(-50%) rotate(0);
  }
}
.p-voice-list__name span {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-voice-list__name span {
    display: block;
    font-size: 2rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-list__wrap {
    display: none;
    padding: 1.6rem;
  }
}
.p-voice-list__ttl {
  font-size: 3.2rem;
  color: #EB6120;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-list__ttl {
    font-size: 1.8rem;
    margin: 1.6rem 0 0.8rem;
  }
}
.p-voice-list__txt {
  min-height: 18rem;
  padding: 0 0 0 36.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice-list__txt {
    min-height: inherit;
    padding: 0;
  }
}
.p-voice-list__img {
  position: absolute;
  top: 15rem;
  left: 5rem;
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-voice-list__img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

.p-flow {
  background: #F8F7F7;
  padding: 7.6rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-flow {
    background: #fff;
    padding: 4rem 0;
  }
}
.p-flow .c-heading {
  position: relative;
}
.p-flow .c-heading::after {
  content: "";
  position: absolute;
  top: -7.6rem;
  right: -38.8rem;
  width: 73.4rem;
  height: 23rem;
  background: url(../img/painting/img_flow.jpg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-flow .c-heading::after {
    content: none;
  }
}
.p-flow__wrap {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    background: #F8F7F7;
    margin-top: 2.4rem;
    padding: 4rem 1.2rem;
  }
}
.p-flow-block {
  background: #fff;
}
.p-flow-block + .p-flow-block {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block + .p-flow-block {
    position: relative;
    margin-top: 4.7rem;
  }
  .p-flow-block + .p-flow-block::before {
    content: "";
    position: absolute;
    top: -2.8rem;
    left: 50%;
    background: #FBDCCE;
    width: 3rem;
    height: 1rem;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.p-flow-block__ttl {
  pointer-events: none;
  font-weight: 700;
  font-size: 2.4rem;
  background: #F5EEE5;
  padding: 1rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block__ttl {
    position: relative;
    pointer-events: all;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1.5;
    background: #F5EEE5;
    padding: 1.2rem 1.5rem;
  }
  .p-flow-block__ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/common/icn_circle_arrow.svg) 0 0/100% 100% no-repeat;
    transform: translateY(-50%) rotate(180deg);
  }
  .is-open .p-flow-block__ttl::before {
    transform: translateY(-50%) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .p-flow-block__wrap {
    display: none;
  }
}
.p-flow-block__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block__content {
    padding: 2.4rem 1.6rem;
  }
}
.p-flow-block__img {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block__img {
    width: 100%;
    margin: 0 0 1.6rem 0;
  }
}
.p-flow-block__txt {
  width: 42.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block__txt {
    width: 100%;
  }
}
.p-flow-block-border {
  width: 100%;
  background: #F8F7F7;
  border: 1px solid #EB6120;
  padding: 3.2rem 4rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block-border {
    padding: 1.6rem;
    margin-top: 2.4rem;
  }
}
.p-flow-block-border__ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block-border__ttl {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
  }
}
.p-flow-block-border__ttl span {
  color: #EB6120;
}
.p-flow-block-border__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-flow-block-border__inner {
    display: block;
  }
}
.p-flow-block-border img {
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block-border img {
    width: 100%;
  }
}
.p-flow-block-border__txt {
  width: 40.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block-border__txt {
    width: 100%;
  }
}
.p-flow-block-caution {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #F8F7F7;
  border: 1px solid #EB6120;
  padding: 1.6rem 3.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block-caution {
    flex-flow: column;
    padding: 1.6rem;
    margin: 2.4rem 0 0;
  }
}
.p-flow-block-caution__ttl {
  position: relative;
  width: 12.7rem;
  font-weight: 700;
  color: #EB6120;
  background: #FBDCCE;
  padding: 1.5rem 3rem 1.5rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block-caution__ttl {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    padding: 0;
  }
}
.p-flow-block-caution__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.2rem;
  width: 1.8rem;
  height: 2rem;
  background: url(../img/painting/icn_caution.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow-block-caution__ttl::before {
    left: calc(50% - 3.5rem);
    transform: translate(-50%, -50%);
  }
}
.p-flow-block-caution__txt {
  width: calc(100% - 12.7rem);
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block-caution__txt {
    width: 100%;
    font-size: 1.4rem;
    padding: 0;
    margin: 1.6rem 0 0;
  }
}

.p-reason {
  background: #F5EEE5;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 4rem 0;
  }
}
.p-reason__ttl {
  position: relative;
  font-size: 3.8rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl {
    font-size: 2.8rem;
  }
}
.p-reason-block {
  background: #fff;
  margin: 6.5rem 0 0;
  padding: 0 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block {
    margin: 2.4rem 0 0;
    padding: 0 1.2rem 2.4rem;
  }
}
.p-reason-block-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason-block-head {
    display: block;
    padding: 2.4rem 0 0;
  }
}
.p-reason-block-head__num {
  position: absolute;
  top: -1.8rem;
  left: 0;
  width: 12.6rem;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-head__num {
    position: relative;
    top: auto;
    left: auto;
    width: 9.2rem;
    margin: 0 auto;
  }
}
.p-reason-block-head__num .ja {
  position: relative;
  display: block;
  width: 100%;
  background: #A49B8F;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  border-radius: 0.8rem;
  letter-spacing: 0.05em;
  padding: 0 1rem;
}
.p-reason-block-head__num .ja::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 1.2rem;
  height: 0.6rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
  background: #A49B8F;
}
@media screen and (max-width: 767px) {
  .p-reason-block-head__num .ja {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 0.4rem;
  }
}
.p-reason-block-head__num .ja span {
  font-size: 2.8rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-head__num .ja span {
    font-size: 2rem;
  }
}
.p-reason-block-head__num .en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #A49B8F;
}
@media screen and (max-width: 767px) {
  .p-reason-block-head__num .en {
    font-size: 2.4rem;
  }
}
.p-reason-block-head__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-reason-block-head__ttl {
    font-size: 2.2rem;
    text-align: center;
    margin: 1.2rem 0 0;
  }
}
.p-reason-block-head__ttl span {
  color: #EB6120;
}
.p-reason-block-head__img {
  width: 26.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-head__img {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-reason-block__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 2.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason-block__wrap {
    flex-flow: column-reverse;
    gap: 1.2rem 0;
  }
}
.p-reason-block__img {
  width: 29.2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block__img {
    width: 100%;
    margin: 0;
  }
}
.p-reason-block__txt {
  width: 46.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-reason-block__txt {
    width: 100%;
  }
}
.p-reason-block__txt .notes {
  display: block;
  font-size: 1.2rem;
  color: #808080;
  margin: 0.8rem 0 0;
}

.p-more {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-more {
    padding: 4rem 0;
  }
}
.p-more__wrap {
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-more__wrap {
    padding: 0;
  }
}
.p-more__ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-more__ttl {
    font-size: 2.4rem;
    margin: 0 0 2.4rem;
  }
}
.p-more__ttl span {
  font-size: 4rem;
  color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-more__ttl span {
    font-size: 2.8rem;
  }
}
.p-more__txt {
  max-width: 71.3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-more__txt {
    font-size: 1.6rem;
  }
}
.p-more__txt .notes {
  display: block;
  font-size: 1.2rem;
  color: #808080;
}