@charset "utf-8";

/*-- mv --*/
.sub__mv { display: flex; align-items: center; width: 100%; height: 400px; }

/*-- パンクズ --*/
.breadcrumb { font-size: 16px; margin-bottom: 60px; }

/*-- 見出し --*/
.sub__heading--style01 { margin: 0 auto; font-size: 60px; font-weight: normal; text-align: center; }

.sub__heading--style02 { margin-bottom: 30px; padding: 5px 0 20px; font-size: 58px; font-weight: normal; text-align: center; background-color: #f0f0f0; }
.sub__heading--style02 > span { display: block; font-size: 16px; }

@media screen and (max-width: 767px) {
  /*-- mv --*/
  .sub__mv { height: 200px; }

  /*-- パンクズ --*/
  .breadcrumb { font-size: 14px; margin-bottom: 5%; }

  /*-- 見出し --*/
  .sub__heading--style01 { font-size: 34px; }

  .sub__heading--style02 { margin-bottom: 5%; padding: 0 0 2%; font-size: 34px; }
  .sub__heading--style02 > span { font-size: 14px; }
}
