@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ページ　ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#page-header {
  position: relative;
  padding: 0 5%;
  height: 200px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #page-header {
      height: 280px; } }
  #page-header .page-title {
    display: flex;
    align-items: center;
    height: 100%; }
    #page-header .page-title .page-title-in {
      color: #fff;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #page-header .page-title .page-title-in {
          margin-top: 40px; } }
      #page-header .page-title .page-title-in p {
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 0.8em;
        line-height: 1.2em;
        margin: 0 0 2px 0; }
        @media (min-width: 768px) {
          #page-header .page-title .page-title-in p {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #page-header .page-title .page-title-in p {
            font-size: 1.0em; } }
      #page-header .page-title .page-title-in h1 {
        font-size: 1.45em;
        font-weight: 500;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #page-header .page-title .page-title-in h1 {
            font-size: 1.75em; } }
        @media (min-width: 1200px) {
          #page-header .page-title .page-title-in h1 {
            font-size: 2.25em; } }
  #page-header .title-en {
    position: absolute;
    bottom: -4px;
    right: 74px; }
    @media (min-width: 768px) {
      #page-header .title-en {
        right: 100px;
        bottom: -8px; } }
    @media (min-width: 1200px) {
      #page-header .title-en {
        right: 120px;
        bottom: -11px; } }
    #page-header .title-en p {
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-size: 3.0em;
      line-height: 1.0em;
      opacity: 0.1;
      color: #fff; }
      @media (min-width: 768px) {
        #page-header .title-en p {
          font-size: 5.0em; } }
      @media (min-width: 1200px) {
        #page-header .title-en p {
          font-size: 8.0em; } }

.page-heading {
  position: relative; }
  .page-heading.blanc .en {
    color: #fff; }
  .page-heading.blanc .ja {
    color: #fff; }
  .page-heading .en {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.0em;
    color: #223588;
    margin: 0 0 4px 0; }
    @media screen and (min-width: 768px) {
      .page-heading .en {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .page-heading .en {
        font-size: 1.0em;
        margin: 0 0 8px 0; } }
  .page-heading .ja {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.4em;
    color: #223588; }
    @media screen and (min-width: 768px) {
      .page-heading .ja {
        font-size: 2.5em; } }
    @media screen and (min-width: 1200px) {
      .page-heading .ja {
        font-size: 3.0em; } }

.page-back {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  top: 0;
  background-image: url("../../img/page/common/page-back.webp");
  background-size: cover;
  background-position: center;
  z-index: -1; }
