/*----------------------------
	module/page_title
----------------------------*/
.page_header {
  width: 100%;
}
.page_header__pic {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: min(28.12vw, 400px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}

.page_header__title-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_header__title {
  font-size: clamp(2rem, 3.571vw, 3.125rem);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/*--------------------------------
	SP用
----------------------------------- */
@media all and (max-width: 530px) {
  /*----------------------------
		parts/page_title
	----------------------------*/
  .page_header__title {
    font-size: min(8.33vw, 2.2rem);
    padding-bottom: 0;
  }
  .page_header__title span {
    font-size: min(3.1vw, 0.8rem);
    margin-top: 1.2em;
    padding-top: 1em;
  }
  .page_header__title span::before {
    width: 26em;
  }
  .page_header__pic {
    height: min(58.67vw, 22rem);
  }
}
