:root {
  --color-white: #ffffff;
  --color-black: #001046;
  --color-main: #0a2054;
  --color-bg: #0a2054;
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-regular.woff2")
    format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.l-container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(20 / 1200 * 100vw);
    padding-right: calc(20 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-newHeader {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  height: 80px;
}
@media screen and (max-width: 1199px) {
  .p-newHeader {
    height: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newHeader {
    height: calc(50 / 375 * 100vw);
  }
}
.p-newHeader .l-container {
  height: 100%;
}
.p-newHeader__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-newHeader__logo {
  height: 50px;
}
@media screen and (max-width: 1199px) {
  .p-newHeader__logo {
    height: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newHeader__logo {
    height: calc(34 / 375 * 100vw);
  }
}
.p-newHeader__logo img {
  height: 100%;
  width: auto;
}

.p-newFooter {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-bg);
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
}
.p-newFooter .l-container {
  height: 100%;
}
.p-newFooter__inner {
  padding-bottom: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-newFooter__inner {
    padding-bottom: calc(15 / 1200 * 100vw);
    padding-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newFooter__inner {
    padding-bottom: calc(15 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.p-newFooter__navList > ul {
  display: flex;
  justify-content: center;
}
.p-newFooter__navList > ul > li + li {
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .p-newFooter__navList > ul > li + li {
    margin-left: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newFooter__navList > ul > li + li {
    margin-left: calc(25 / 375 * 100vw);
  }
}
.p-newFooter__navList a {
  color: var(--color-white);
  font-size: 13px;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .p-newFooter__navList a {
    font-size: calc(13 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newFooter__navList a {
    font-size: calc(13 / 375 * 100vw);
  }
}
.p-newFooter__navList a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.p-newFooter__logo {
  height: 44px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .p-newFooter__logo {
    height: calc(44 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newFooter__logo {
    height: calc(34 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-newFooter__logo img {
  height: 100%;
  width: auto;
}
.p-newFooter__copyright {
  color: var(--color-white);
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-newFooter__copyright {
    font-size: calc(10 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newFooter__copyright {
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
