.p-concept {
  padding: 3.4rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding: 2rem 0 4rem;
  }
}
.p-concept-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: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-concept-content {
    display: block;
  }
}
.p-concept-content__inner {
  width: 57.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-content__inner {
    width: 100%;
  }
}
.p-concept-content__img {
  display: block;
  width: 29.4rem;
}
@media screen and (max-width: 767px) {
  .p-concept-content__img {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-concept__txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-concept__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    font-size: 2rem;
    line-height: 2;
  }
}

.p-share {
  background: #F0F6FE;
}
.p-share__block {
  position: relative;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-share__block {
    padding: 4rem 0 7rem;
  }
}
.p-share__block::before {
  content: "";
  position: absolute;
  top: 0;
  right: -4.6rem;
  width: 34.4rem;
  height: 28.4rem;
  background: url(../img/profile/bg_record.png) 0 0/100% auto no-repeat;
}
.p-share__ttl {
  font-weight: 700;
  line-height: 1.6;
  color: #476995;
  font-size: 4rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-share__ttl {
    font-size: 3.2rem;
  }
}
.p-share__img {
  display: block;
  border: 4px solid #E2EBF4;
  text-align: center;
  margin: 3.2rem 0 0;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-share__img {
    margin: 2.4rem 0 0;
    padding: 1rem 0;
  }
}
.p-share__img img {
  max-width: 80rem;
}
.p-share__txt .bold {
  font-weight: 700;
}
.p-share__notes {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-share__notes {
    font-size: 0.8rem;
  }
}
.p-share-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;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-share-content {
    display: block;
    margin: 2.4rem 0 0;
  }
}
.p-share-content__ttl {
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-share-content__ttl {
    margin: 0 0 1.6rem;
  }
}
.p-share-content__txt span {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-share-content__inner {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .p-share-content__inner {
    width: 100%;
  }
}
.p-share-content__notes {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-share-content__notes {
    font-size: 0.8rem;
    margin: 0.4rem 0 0;
  }
}
.p-share-content__graph {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-share-content__graph {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-share-content__img {
  display: block;
}
.p-share-content__number {
  font-weight: 700;
  margin: 0 0 1rem;
}

.p-thought {
  position: relative;
  background: url(../img/profile/bg_thought.jpg) center 0/136.6rem auto no-repeat;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .p-thought {
    background: url(../img/profile/bg_thought_sp.jpg) center 0/100% auto no-repeat;
    padding: 4rem 0;
  }
}
.p-thought::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 115rem;
  top: 0;
  left: 0;
  background: url(../img/profile/bg_thought_repeat.jpg) 0 0/1px auto repeat-x;
  z-index: -1;
}
.p-thought__txt {
  margin: 3rem 0 0;
}
.p-thought__txt .mark {
  background: linear-gradient(transparent 65%, #FBDCCE 0%);
}
.p-thought__txt .small {
  font-size: 1.2rem;
}
.p-thought__img {
  display: block;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-thought__img {
    margin: 2.5rem -2rem 0;
  }
}

.p-promise {
  background: #F8F7F7;
  overflow: hidden;
}
.p-promise__inner {
  position: relative;
  padding: 64px 0 92px;
}
@media screen and (max-width: 767px) {
  .p-promise__inner {
    padding: 6.8rem 0 4rem;
  }
}
.p-promise__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -38.4rem;
  width: 73.6rem;
  height: 23rem;
  background: url(../img/profile/img_promise.jpg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-promise__inner::after {
    content: none;
  }
}
.p-promise-list {
  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;
  gap: 4rem 0;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-promise-list {
    margin: 3.2rem 0 0;
  }
}
.p-promise-list__item {
  width: 43rem;
  padding: 1.6rem 2.4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-promise-list__item {
    width: 100%;
    padding: 1.6rem 1.2rem;
  }
}
.p-promise-list__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-promise-list__ttl {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
}
.p-promise-list__ttl span {
  font-weight: 700;
}
.p-promise-list__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;
}
.p-promise-list__img {
  width: 13.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-promise-list__img {
    width: 11.2rem;
  }
}
.p-promise-list__txt {
  width: calc(100% - 15.8rem);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-promise-list__txt {
    width: calc(100% - 12.4rem);
    font-size: 1.4rem;
  }
}
.p-promise-list__btn {
  width: 14.7rem;
  height: 4.6rem;
  font-weight: 700;
  margin: 1.2rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-promise-list__btn {
    font-size: 1.4rem;
  }
}
.p-promise-list__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: 1px solid #808080;
}
.p-promise-list__btn span {
  position: relative;
  padding: 0 2.8rem 0 0;
}
.p-promise-list__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 0.8rem;
  background: url(../img/common/icn_btn_arrow_or.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}

.p-message {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 4rem 0;
  }
}
.p-message-head {
  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;
}
@media screen and (max-width: 767px) {
  .p-message-head {
    display: block;
  }
}
.p-message-head__img {
  width: 34.6rem;
}
@media screen and (max-width: 767px) {
  .p-message-head__img {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-message__txt {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message__txt {
    margin: 2.4rem 0 0;
  }
}
.p-message__txt span {
  font-weight: 700;
}

.p-company {
  background: #F8F7F7;
  padding: 6.4rem 0;
}
.p-company-define {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2.6rem 0 0;
  border-bottom: 1px solid #D2CCC3;
}
@media screen and (max-width: 767px) {
  .p-company-define {
    display: block;
  }
}
.p-company-define__ttl {
  width: 16rem;
  border-top: 1px solid #D2CCC3;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-company-define__ttl {
    width: 100%;
    padding: 1.2rem 0 0;
  }
}
.p-company-define__txt {
  width: calc(100% - 16rem);
  border-top: 1px solid #D2CCC3;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-company-define__txt {
    width: 100%;
    font-size: 1.4rem;
    border-top: 0;
    padding: 0.2rem 0 1.2rem;
  }
}
.p-company-define-dot__item {
  position: relative;
  padding: 0 0 0 1em;
}
.p-company-define-dot__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #D9D9D9;
  border-radius: 100%;
  transform: translateY(-50%);
}

.p-history {
  padding: 6.4rem 0 0;
}
.p-history-define {
  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;
  border-bottom: 1px solid #D2CCC3;
  margin: 2.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-define {
    display: block;
  }
}
.p-history-define__ttl {
  width: 13.8rem;
  border-top: 1px solid #D2CCC3;
  font-weight: 500;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-history-define__ttl {
    width: 100%;
    font-size: 1.4rem;
    padding: 1.6rem 0 0;
  }
}
.p-history-define__ttl.mid {
  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;
}
.p-history-define__txt {
  width: calc(100% - 13.8rem);
  border-top: 1px solid #D2CCC3;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-history-define__txt {
    width: 100%;
    border-top: 0;
    font-size: 1.4rem;
    padding: 0.4rem 0 1.6rem;
  }
}
.p-history-define__txt img {
  width: 32rem;
}