.p-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: #ECE7E7;
  }
}
.p-mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #ECE7E7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv::after {
    content: none;
  }
}
.p-mv-photo {
  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;
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv-photo {
    display: block;
  }
}
.p-mv-photo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8rem);
  height: 100%;
  background: #ECE7E7;
  z-index: -1;
}
.p-mv-photo__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-mv-photo__item {
    width: calc(100% - 2.4rem);
  }
}
.p-mv-photo__item + .p-mv-photo__item {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-mv-photo__item + .p-mv-photo__item {
    margin: 0 0 0 auto;
  }
}
.p-mv-intro {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 0 8rem;
}
.p-mv-intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8rem);
  height: 100%;
  background: #ECE7E7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv-intro::before {
    content: none;
  }
}
.p-mv-intro__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: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv-intro__wrap {
    flex-flow: column;
  }
}
.p-mv-intro__logo {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-mv-intro__logo {
    width: 18rem;
    margin: 4rem auto;
  }
}
.p-mv-intro__txt {
  width: 73.6rem;
}
@media screen and (max-width: 767px) {
  .p-mv-intro__txt {
    width: auto;
    font-size: 1.6rem;
    padding: 0;
  }
}

.p-branch {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-branch {
    margin: 6rem 0;
  }
}
.p-branch__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: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-branch__wrap {
    flex-flow: column;
  }
}
.p-branch__ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-branch__ttl {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
.p-branch-list {
  width: 92.8rem;
}
@media screen and (max-width: 767px) {
  .p-branch-list {
    width: auto;
  }
}
.p-branch-list__item {
  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;
  border-bottom: 1px solid #D4D2D1;
}
@media screen and (max-width: 767px) {
  .p-branch-list__item {
    position: relative;
    flex-flow: column;
    border-bottom: 0;
  }
  .p-branch-list__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #D4D2D1;
  }
}
.p-branch-list__item + .p-branch-list__item {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-branch-list__item + .p-branch-list__item {
    margin-top: 3.2rem;
  }
}
.p-branch-list__ttl {
  position: relative;
  width: 32rem;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 2rem 1.5rem;
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-branch-list__ttl {
    width: 100%;
    padding: 1rem 0 1.5rem 1.8rem;
    line-height: 1;
    border-left: 2px solid #D92E1B;
    margin: 0;
  }
}
.p-branch-list__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #D92E1B;
}
@media screen and (max-width: 767px) {
  .p-branch-list__ttl::before {
    content: none;
  }
}
.p-branch-list__ttl a {
  position: relative;
  padding: 0 3.2rem 0 0;
}
.p-branch-list__ttl a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_blank_bk.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-branch-list__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 5rem;
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-branch-list__txt {
    display: block;
    width: 100%;
    padding: 0 0 1.5rem 1.8rem;
  }
}
.p-branch__column {
  width: 100%;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-branch__column {
    margin: 6rem 0 0;
  }
}