/* ------------------------------------------
  sub_mv
------------------------------------------ */
.sub_mv {
  height: 334px;
  margin-top: 120px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.sub_page_title_wrapper {
  width: 635px;
  height: 241px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 635px 241px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  align-items: center;
}

.sub_page_title {
  font-family: 'Noto Sans JP';
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  padding-right: 114px;
}

@media screen and (max-width: 767px) {
  .sub_mv {
    margin-top: 60px;
    padding-top: 0;
    height: 224px;
    position: relative;
  }

  .sub_page_title_wrapper{
    background-size: 257px 125px;
    background-position: right bottom 20px;
    width: auto;
    padding-bottom: 65px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .sub_page_title {
    font-size: 2rem;
    padding-right: 17px;
  }
}


/* ------------------------------------------
  sub_breadcrumb
------------------------------------------ */
.sub_breadcrumb_lists {
  margin-left: 70px;
  padding: 28px 0 24px 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sub_breadcrumb_lists_item {
    font-family: 'Noto Sans JP';
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: normal;
    margin-right: 20px;
    text-align: left;
}

.sub_breadcrumb_lists_item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
  .sub_breadcrumb_lists {
    margin-left: 0;
    padding: 0;
    background: transparent;
  }

  .sub_breadcrumb_lists_item {
      font-size: 1.2rem;
      margin-right: 10px;
  }
}
