/**/
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Roboto:wght@100;300;400&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    /*
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;*/ } }
@font-face {
  font-family: "NotoSans-Regular";
  src: url("../fonts/Noto_Sans/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "NotoSans-Bold";
  src: url("../fonts/Noto_Sans/NotoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Sourcehan";
  src: url("../fonts/Sourcehan/SourceHanCodeJP.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
html {
  font-family: "Noto Sans JP", "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-feature-settings: "palt"; }

body {
  font-size: 1.6rem;
  background: #000;
  color: #fff; }
  body.is-open {
    overflow: hidden; }

.mainContents {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .mainContents {
      padding: 0; } }

address {
  font-style: normal; }

a {
  transition: 0.3s all;
  color: #fff; }
  a.link--light {
    text-decoration: underline;
    color: #000; }
  a.link--dark {
    text-decoration: underline;
    color: #fff; }
  a:hover.link--light {
    background-color: #000;
    color: #fff; }
  a:hover.link--black {
    background: #fff;
    color: #000; }

.icon--black {
  padding-right: 30px;
  background: url(../../assets/image/icon-out-black.png) no-repeat calc(100% - 6px) calc(50% - 0px);
  background-size: 19px;
  padding-right: 28px; }

.icon--pdf {
  padding-right: 30px;
  background: url(../../assets/image/icon-pdf.png) no-repeat calc(100% - 6px) calc(50% - 0px);
  background-size: 16px; }

.icon--white {
  padding-right: 30px;
  background: url(../../assets/image/icon-out-white.png) no-repeat calc(100% - 6px) calc(50% - 0px);
  background-size: 19px;
  padding-right: 28px; }

.arrow {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  top: calc(50% - 4px); }

.btn {
  width: 350px;
  text-align: center;
  padding: 18px 20px;
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .btn {
      width: 90%;
      margin: auto;
      max-width: 350px; } }

.btn.line {
  color: #fff;
  border: 2px solid #fff; }
  .btn.line .icon--white {
    background: url(../../assets/image/icon-out-white.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
    background-size: contain;
    display: inline-block;
    margin: 0 0 -3px 4px; }
  .btn.line::before {
    content: "";
    background: #fff;
    color: #000;
    transition: 0.3s all;
    transform: scale(0, 1);
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left bottom; }
  .btn.line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: 0.3s all; }
  .btn.line:hover {
    color: #000; }
    .btn.line:hover::before {
      transform: scale(1, 1);
      transform-origin: left bottom; }
    .btn.line:hover::after {
      opacity: 0; }
    .btn.line:hover .arrow {
      border-color: #000; }
    .btn.line:hover .icon--black {
      background: url(../../assets/image/icon-out-black.png) no-repeat 0 0;
      background-size: contain; }

.btn.gray {
  color: #fff;
  margin: 0 auto 100px auto; }
  .btn.gray .arrow {
    right: auto;
    left: 15px;
    transform: rotate(-135deg); }
  .btn.gray::before {
    content: "";
    background: #858484;
    color: #fff;
    transition: 0.3s all;
    transform: scale(0, 1);
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left bottom; }
  .btn.gray::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #3E3E3E;
    z-index: -2;
    transition: 0.3s all; }
  .btn.gray:hover::before {
    transform: scale(1, 1);
    transform-origin: left bottom; }
  .btn.gray:hover::after {
    opacity: 0; }

.btn.txt {
  color: #fff;
  padding: 5px;
  display: inline-block;
  position: relative;
  margin: 10px 0;
  width: auto;
  padding: 5px 10px 6px 10px;
  font-size: 1.4rem; }
  .btn.txt .arrow {
    position: static;
    display: inline-block;
    margin: 0 6px 2px 0;
    width: 8px;
    height: 8px; }
  .btn.txt::before {
    content: "";
    background: #3E3E3E;
    color: #fff;
    transition: 0.3s all;
    transform: scale(0, 1);
    display: inline-block;
    z-index: -1;
    transform-origin: left bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .btn.txt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    z-index: -2;
    transition: 0.3s all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .btn.txt:hover::before {
    transform: scale(1, 1);
    transform-origin: left bottom; }
  .btn.txt:hover::after {
    opacity: 0; }

.aspect {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .aspect::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .aspect img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all;
    width: 100%; }

a:hover .aspect img {
  transform: scale(1.1, 1.1) !important;
  transform-origin: center center; }

.visible {
  position: relative;
  overflow: hidden; }
  .visible::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background: #000;
    transform-origin: right top;
    transition: 1s;
    z-index: 2; }

.effect.visible::before {
  transform: scale(0, 1); }

.visibleOpacity {
  position: relative;
  opacity: 0; }

.effectOpacity {
  animation-name: effectOpacity;
  opacity: 0;
  animation-duration: 0.8s;
  animation-fill-mode: forwards; }

@keyframes effectOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media screen and (max-width: 767px) {
  .onlyPc {
    display: none; } }
@media screen and (min-width: 1024px) {
  .onlyPc {
    display: block; } }
@media screen and (max-width: 1023px) {
  .onlyPc {
    display: block; } }

@media screen and (min-width: 1024px) {
  .onlySp {
    display: none; } }
@media screen and (max-width: 1023px) {
  .onlySp {
    display: none; } }
@media screen and (max-width: 767px) {
  .onlySp {
    display: block; } }

@media screen and (max-width: 767px) {
  .onlyTb {
    display: none; } }
@media screen and (min-width: 1024px) {
  .onlyTb {
    display: none; } }
@media screen and (max-width: 1023px) {
  .onlyTb {
    display: block; } }

.header {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
  display: flex;
  justify-content: space-between; }
  .header__title {
    padding: 0 0 0 20px;
    display: block;
    width: 280px;
    align-self: center; }
    @media screen and (max-width: 1023px) {
      .header__title {
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      .header__title {
        padding: 20px 9px 20px 9px;
        width: 170px; } }
  .header__skip {
    display: block;
    left: -9999px;
    position: absolute;
    top: -9999px; }
  @media screen and (min-width: 1024px) {
    .header__link:focus {
      outline: #00ffff dashed 3px; } }
  @media screen and (max-width: 767px) {
    .header__link:focus {
      outline: #00ffff dashed 2px; } }
  @media (hover: hover) and (pointer: fine) {
    .header__link:hover {
      opacity: .7; } }

.is-open .header {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh; }

@media screen and (min-width: 1024px) {
  .gNav {
    padding: 0 20px; } }
@media screen and (max-width: 1023px) {
  .gNav {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    width: 100vw;
    margin-top: 0;
    background-color: #000;
    overflow: auto;
    transition: transform 0.3s ease;
    transform: translateX(100%); } }
.gNav__list {
  list-style: none;
  padding-left: 0;
  margin: 16px 20px 11px 20px; }
  @media screen and (min-width: 1024px) {
    .gNav__list {
      display: flex;
      justify-content: flex-start;
      gap: 20px;
      max-width: 1200px; } }
  @media screen and (max-width: 1023px) {
    .gNav__list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      margin: 50px 20px 11px 20px; } }
.gNav__item {
  position: relative; }
  .gNav__item.disable {
    pointer-events: none;
    opacity: 0.5; }
  @media screen and (max-width: 1023px) {
    .gNav__item {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      order: 2; } }
.gNav__link {
  text-decoration: none;
  color: #fff;
  transition: 0.3s all;
  padding: 10px 5px 20px 5px;
  display: block;
  position: relative;
  text-shadow: #000 2px 0 10px;
  letter-spacing: 1px; }
  .gNav__link.icon--white {
    background: url(../../assets/image/icon-out-white.png) no-repeat calc(100% - 6px) calc(50% - 5px) !important;
    background-size: 19px !important;
    padding-right: 30px; }
    @media screen and (max-width: 1023px) {
      .gNav__link.icon--white {
        background: url(../../assets/image/icon-out-white.png) no-repeat calc(50% + 3em) calc(50% - 0px) !important;
        background-size: 19px !important;
        padding-right: 0 !important;
        margin-right: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .gNav__link {
      font-size: 1.3rem;
      padding: 10px 0 20px 0; } }
  .gNav__link::after {
    content: "";
    width: 11px;
    height: 11px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: calc(50% - 5px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all; }
    @media screen and (max-width: 767px) {
      .gNav__link::after {
        content: none; } }
  .gNav__link:hover::after {
    visibility: visible;
    opacity: 1; }
  @media screen and (max-width: 1023px) {
    .gNav__link {
      padding: 20px 5px 20px 5px; } }

.js-menuBtn.is-open + .gNav {
  transform: translateX(0%); }

@media screen and (max-width: 767px) {
  [data-gNav="content"].is-visible {
    transform: translateX(0); } }

.menuBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  background-color: transparent;
  border: none;
  position: fixed;
  top: 15px;
  right: 15px; }
  @media screen and (min-width: 1024px) {
    .menuBtn {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .menuBtn {
      display: flex;
      z-index: 10; } }
  .menuBtn:focus {
    outline: #3E3E3E 3px dashed; }
  .menuBtn__line {
    width: 40px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease; }
    .menuBtn__line:not(:last-child) {
      margin-bottom: 7px; }
    .menuBtn__line:nth-child(2) {
      width: 31px;
      transform: translateX(3px); }
  .menuBtn.is-open .menuBtn__line:nth-child(1) {
    transform: translateY(10px) rotate(45deg); }
  .menuBtn.is-open .menuBtn__line:nth-child(2) {
    opacity: 0; }
  .menuBtn.is-open .menuBtn__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg); }

.footer {
  background-color: #fff;
  color: #000; }
  .footer .wrapFlex {
    display: flex;
    flex-wrap: wrap; }
    .footer .wrapFlex .logo {
      background-color: #fff;
      padding: 50px;
      width: 30%;
      position: relative; }
      @media screen and (max-width: 1023px) {
        .footer .wrapFlex .logo {
          width: 100%; } }
    .footer .wrapFlex img {
      width: 185px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1023px) {
        .footer .wrapFlex img {
          left: 5%;
          transform: translate(0%, -50%); } }
  .footer nav {
    padding: 30px 50px 20px 30px;
    width: 70%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .footer nav {
        width: 100%;
        padding: 0 2%; } }
    .footer nav ul {
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .footer nav ul {
          padding: 0;
          margin: 0;
          width: 100%; } }
      .footer nav ul li {
        list-style: none;
        margin-right: 20px; }
        @media screen and (max-width: 1023px) {
          .footer nav ul li {
            padding: 0;
            margin: 1% 2px;
            width: 100%; } }
        .footer nav ul li a {
          color: #000;
          text-decoration: none;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 10px;
          padding-right: 10px;
          display: inline-block; }
          .footer nav ul li a.icon--black {
            padding-right: 30px !important; }
          .footer nav ul li a.icon--pdf {
            padding-right: 30px !important; }
          .footer nav ul li a:hover {
            background-color: #000;
            color: #fff; }
            .footer nav ul li a:hover.icon--black {
              background: url(../../assets/image/icon-out-white.png) no-repeat calc(100% - 6px) calc(50% - 0px);
              background-size: 19px;
              background-color: #000;
              color: #fff; }
            .footer nav ul li a:hover.icon--pdf {
              background: url(../../assets/image/icon-pdf.png) no-repeat calc(100% - 6px) calc(50% - 0spx);
              background-size: 16px;
              background-color: #000;
              color: #fff; }
  .footer .copyRight__txt {
    text-align: center;
    padding: 8px 0;
    font-size: 10px;
    margin: 20px 0;
    width: 100%; }

.pageTop {
  position: fixed;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all .3s;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 120px;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: 9; }
  .pageTop div {
    transform: rotate(90deg) translateX(64px); }
    .pageTop div::before {
      content: "";
      right: 3px;
      width: 30px;
      height: 1px;
      background: #000;
      display: block;
      position: absolute;
      top: 50%;
      left: -40px; }
    .pageTop div::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 23px 4px 0;
      border-color: transparent #000000 transparent transparent;
      position: absolute;
      top: 39%;
      left: -55px; }
  @media screen and (min-width: 1024px) {
    .pageTop:focus {
      outline: #fff dashed 3px; } }
  @media screen and (max-width: 767px) {
    .pageTop:focus {
      outline: #fff dashed 2px; } }
  @media (hover: hover) and (pointer: fine) {
    .pageTop:hover {
      opacity: .7; } }
  .pageTop.fadein-nomal {
    opacity: 1;
    visibility: visible; }

.photo__fig {
  position: relative; }
.photo__image {
  height: auto;
  margin: 0 auto;
  border: none; }
.photo__cap {
  font-size: 1rem;
  color: #999;
  position: absolute; }
  .photo__cap--inRight {
    bottom: 0;
    right: 0;
    padding: 0.5rem 1rem;
    text-align: right; }
  .photo__cap--inLeft {
    bottom: 0;
    left: 0;
    padding: 0.5rem 1rem;
    text-align: left; }
  .photo__cap--outRight {
    bottom: -2.5em;
    right: .5em;
    padding: 0.5rem 0;
    text-align: right; }
  .photo__cap--outLeft {
    bottom: -2.5em;
    left: 0.5em;
    padding: 0.5rem 0;
    text-align: left; }
  .photo__cap[data-color="black"] {
    color: #00FFCB; }
  .photo__cap[data-color="white"] {
    color: #000; }
  .photo__cap[data-color="sdw-wh"] {
    color: #000;
    text-shadow: -5px -5px 10px rgba(0, 0, 0, 0.8), 5px 5px 10px rgba(0, 0, 0, 0.8), -5px 5px 10px rgba(0, 0, 0, 0.8), 5px -5px 10px rgba(0, 0, 0, 0.8); }
  .photo__cap[data-color="sdw-blk"] {
    color: #000;
    text-shadow: -4px -4px 8px rgba(255, 255, 255, 0.8), 4px 4px 8px rgba(255, 255, 255, 0.8), -4px 4px 8px rgba(255, 255, 255, 0.8), 4px -4px 8px rgba(255, 255, 255, 0.8); }

h1.heading {
  font-size: 3.2rem; }

h2.heading {
  font-size: 2.8rem; }

h3.heading {
  font-size: 2.4rem; }

h4.heading {
  font-size: 2.0rem; }

h5.heading {
  font-size: 1.8rem; }

h6.heading {
  font-size: 1.6rem; }

.txt {
  letter-spacing: 0.01em;
  line-height: 1.8; }

.txt-center {
  text-align: center; }

.txt--center {
  text-align: center; }

.txt--red {
  color: #FF374B; }

.txt--right {
  text-align: right; }

.generalSect {
  max-width: 1000px;
  margin: 0 auto; }
  .generalSect .wrapFlex {
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .generalSect {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .generalSect {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .generalSect + .generalSect__text {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .generalSect__media .photo__image {
      object-fit: cover;
      max-height: calc(500 / 750 * 100vw);
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .generalSect__conts {
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    .generalSect__conts {
      padding-top: 40px; } }
  .generalSect__conts .card-list ul {
    padding: 0; }
    .generalSect__conts .card-list ul li > a {
      text-decoration: none;
      color: #fff; }
      .generalSect__conts .card-list ul li > a .btnPlayer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        display: block; }
        .generalSect__conts .card-list ul li > a .btnPlayer::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 50px;
          height: 50px;
          background: url(../image/btn-player.png) no-repeat;
          background-size: contain; }
      .generalSect__conts .card-list ul li > a:hover .btnPlayer::after {
        background: url(../image/btn-player_on.png) no-repeat;
        background-size: contain; }
  .generalSect__conts > .txt {
    padding-top: 20px; }

@media screen and (max-width: 767px) {
  .generalCard__media .photo__image {
    object-fit: cover;
    max-height: calc(500 / 750 * 100vw);
    width: 100%; } }
.generalCard__title {
  padding-top: 10px; }
.generalCard__text {
  padding-top: 10px; }

.generalCardList {
  display: grid;
  list-style: none;
  padding-left: 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .generalCardList {
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 50px; } }
  @media screen and (max-width: 767px) {
    .generalCardList .generalCard:not(:first-child) {
      margin-top: 30px; } }
  .generalCardList--2col {
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
    gap: 4%; }
    @media screen and (max-width: 767px) {
      .generalCardList--2col {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 0%; } }
  .generalCardList--3col {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 2.3333%; }
    @media screen and (max-width: 767px) {
      .generalCardList--3col {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 0%; } }
  @media screen and (min-width: 1024px) {
    .generalCardList--4col {
      grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
      gap: 2%; } }
  @media screen and (max-width: 767px) {
    .generalCardList--4col {
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
      gap: 20px; } }
  @media screen and (max-width: 767px) {
    .generalCardList--4col .generalCard:nth-of-type(n+3) {
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .generalCardList--4col .generalCard:not(:first-child) {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .generalCardList--4col .generalCard__media .photo__image {
      object-fit: cover;
      max-height: calc(300 / 750 * 100vw);
      width: 100%; } }

.pageTitle {
  margin: 80px 0 0 0;
  height: auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .pageTitle {
      margin: 60px 0 0 0; } }
  .pageTitle__fig {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .pageTitle__fig::before {
      content: "";
      padding-top: 26%;
      display: block; }
    .pageTitle__fig img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .pageTitle__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    @media screen and (max-width: 767px) {
      .pageTitle__text .heading {
        line-height: 1; } }
    @media screen and (max-width: 1023px) {
      .pageTitle__text .heading .en {
        font-size: 4rem; } }
    @media screen and (max-width: 767px) {
      .pageTitle__text .heading .en {
        font-size: 3rem;
        letter-spacing: 7px; } }
    .pageTitle__text .heading .jp {
      font-weight: normal;
      font-size: 3rem; }
      @media screen and (max-width: 1023px) {
        .pageTitle__text .heading .jp {
          font-size: 2rem; } }

.heading {
  display: block;
  position: relative;
  margin: 50px auto;
  width: 340px;
  padding: 20px; }
  .heading .en {
    text-align: center;
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 5px;
    transform: skewX(-10deg);
    display: block;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .heading .en {
        font-size: 3rem; } }
  .heading .brackets:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff; }
  .heading .brackets:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 3px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff; }
  .heading .brackets:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 13px;
    height: 13px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff; }
  .heading .brackets:nth-of-type(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff; }
  @media screen and (max-width: 767px) {
    .heading .brackets {
      border-width: 2px !important; } }

@media print {
  body {
    background: #fff;
    color: #000; }

  .header,
  .footer {
    display: none; }

  .other .pageTitle {
    margin: 0 0 0 0; }

  .heading {
    margin: 0 auto 30px auto !important; } }
