.about-message {
  position: relative;
}
.about-message .about-message__inner {
  position: relative;
  z-index: 2;
  padding-left: 8rem;
}
.about-message .about-message__photo {
  width: 33.6rem;
  position: absolute;
  top: -4rem;
  left: 0;
}
.about-message .about-message__photo img {
  border-radius: 2rem;
}
.about-message .about-message__txt {
  border-radius: 2rem;
  background: #FCF7F4;
  padding: 7rem 4rem 7rem 31.2rem;
}
.about-message .about-message__txt p {
  font-size: 1.6rem;
  line-height: 1.8125;
}
.about-message .about-message__txt .about-message__name {
  text-align: right;
  margin-top: 3rem;
}
.about-message .about-message_wave {
  position: absolute;
  width: 206.2rem;
  top: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about-message {
    padding: 0 2rem;
  }
  .about-message .about-message__inner {
    padding-left: 0;
    padding-top: 8rem;
  }
  .about-message .about-message__photo {
    width: 31rem;
    top: 0;
    left: 50%;
    margin-left: -15.5rem;
  }
  .about-message .about-message__txt {
    border-radius: 2rem;
    width: 100%;
    padding: 30rem 3rem 4rem;
  }
  .about-message .about-message__txt p {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  .about-message .about-message_wave {
    display: none;
  }
}
.about-profile {
  position: relative;
  margin-top: 28rem;
  padding-bottom: 32rem;
  background: #FCF7F4;
}
.about-profile:before {
  content: "";
  width: 200rem;
  height: 24rem;
  background: url(../images/common/wave01.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.about-profile .about-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.about-profile .about-profile__ttl {
  width: calc(100% - 80rem);
}
.about-profile .about-profile__txt {
  width: 80rem;
  margin-left: auto;
}
.about-profile .about-profile__txt dl {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #E5D5C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
}
.about-profile .about-profile__txt dl dt {
  width: 20rem;
}
.about-profile .about-profile__txt dl dd {
  width: calc(100% - 20rem);
}
.about-profile .about-profile__txt dl dd .about-profile__bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 22rem;
}
.about-profile .about-profile__txt dl dd .about-profile__bank li {
  width: 50%;
  list-style: none;
}
.about-profile .about-profile__txt dl dd .about-profile__office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__ttl {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__photo {
  width: 19.2rem;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__photo img {
  border-radius: 2rem;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__txt {
  width: calc(100% - 19.2rem);
  padding-left: 4rem;
  font-size: 1.6rem;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__link {
  margin-bottom: 2.4rem;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__link a {
  color: #C70026;
  font-family: var(--font_en);
  text-decoration: underline;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__link a:hover {
  text-decoration: none;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__num span {
  display: inline-block;
  margin-right: 2.4rem;
}
.about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__num a {
  font-size: 100%;
  pointer-events: none;
  color: #333333;
}
.about-profile .about-profile__txt dl dd .about-profile__office + .about-profile__office {
  margin-top: 3.2rem;
}
.about-profile .about-profile__txt dl + dl {
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-profile {
    margin-top: 13.8rem;
    padding-top: 2rem;
    padding-bottom: 12rem;
  }
  .about-profile:before {
    width: 50rem;
    height: 5.7rem;
    background: url(../images/common/wave01_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
    top: -5.7rem;
  }
  .about-profile .about-profile__inner {
    z-index: 2;
    padding: 0 2rem;
  }
  .about-profile .about-profile__ttl {
    width: 100%;
  }
  .about-profile .about-profile__ttl .page__ttl {
    margin-bottom: 4rem;
  }
  .about-profile .about-profile__txt {
    width: 100%;
  }
  .about-profile .about-profile__txt dl {
    padding-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .about-profile .about-profile__txt dl dt {
    width: 14rem;
  }
  .about-profile .about-profile__txt dl dd {
    width: calc(100% - 14rem);
  }
  .about-profile .about-profile__txt dl dd .about-profile__bank li {
    font-size: 1.4rem;
  }
  .about-profile .about-profile__txt dl dd .about-profile__office * {
    font-size: 1.4rem;
  }
  .about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__ttl {
    letter-spacing: 0;
    margin-bottom: 0.6rem;
  }
  .about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__photo {
    width: 100%;
  }
  .about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__photo img {
    border-radius: 2rem;
  }
  .about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__txt {
    width: 100%;
    padding-left: 0;
    padding-top: 1.2rem;
    font-size: 1.4rem;
  }
  .about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__link {
    margin-bottom: 1.6rem;
  }
  .about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__num span {
    margin-right: 1.6rem;
  }
  .about-profile .about-profile__txt dl dd .about-profile__office .about-profile__office__num a {
    pointer-events: auto;
  }
}
.about-history {
  position: relative;
  padding-bottom: 17rem;
}
.about-history:before {
  content: "";
  width: 200rem;
  height: 24rem;
  background: url(../images/common/wave02.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.about-history .about-history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.about-history .about-history__ttl {
  width: calc(100% - 80rem);
}
.about-history .about-history__txt {
  width: 80rem;
}
.about-history .about-history__txt .about-history__txt__line {
  position: relative;
}
.about-history .about-history__txt .about-history__txt__line:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #EDE4DB;
  position: absolute;
  left: 0.4rem;
  top: 1rem;
  z-index: 1;
}
.about-history .about-history__txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.875;
}
.about-history .about-history__txt dl dt {
  width: 21rem;
  padding-left: 2.1rem;
  position: relative;
  font-weight: 500;
}
.about-history .about-history__txt dl dt:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: #C70026;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.about-history .about-history__txt dl dd {
  width: calc(100% - 21rem);
}
.about-history .about-history__txt dl + dl {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .about-history {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .about-history:before {
    width: 50rem;
    height: 5.7rem;
    background: url(../images/common/wave02_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
    top: -5.7rem;
  }
  .about-history .about-history__inner {
    padding: 0 2rem;
  }
  .about-history .about-history__ttl {
    width: 100%;
  }
  .about-history .about-history__txt {
    width: 100%;
  }
  .about-history .about-history__txt .about-history__txt__line:before {
    left: 0.3rem;
  }
  .about-history .about-history__txt dl {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  .about-history .about-history__txt dl dt {
    width: 100%;
    padding-left: 2.1rem;
  }
  .about-history .about-history__txt dl dt:before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .about-history .about-history__txt dl dd {
    width: 100%;
    padding-left: 2.1rem;
  }
  .about-history .about-history__txt dl dd p {
    font-size: 1.4rem;
  }
  .about-history .about-history__txt dl dd p + p {
    margin-top: 1.6rem;
  }
}