/*!
 * A modern CSS reset
 * MIT License
 * https://github.com/andy-piccalilli/modern-css-reset
 */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul[role=list], ol[role=list] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Quicksand";
  font-weight: 900;
  src: url("../fonts/quicksand/bold.ttf") format("truetype");
}
html:focus-within {
  scroll-behavior: auto;
}
body {
  margin: 0;
  padding-top: 51px;
  line-height: 1.8;
  color: #000;
  background-color: #f2f6f6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 10.4vw;
  }
}
body.fr, body.de, body.cn, body.tw, body.es, body.it body {
  font-family: "Noto Sans", sans-serif;
}
img {
  height: auto;
}
ul {
  list-style: none;
}
a {
  color: #039;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
sup {
  position: relative;
  font-size: 0.7em;
  top: 3px;
}
sub {
  position: relative;
  font-size: 0.7em;
  top: -5px;
}
body.is-nav-open::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #969696;
  mix-blend-mode: multiply;
}
.ep-l-common-header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #039;
  background-color: #fff;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header {
    padding: 2.6666666667vw;
  }
}
.ep-l-common-header .ep-l-common-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-l-common-header-inner {
    margin: 0 auto;
    max-width: 1400px;
  }
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-logo {
    width: 83px;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-logo {
    width: 17.3333333333vw;
  }
}
.ep-l-common-header .ep-c-common-header-logo a, .ep-l-common-header .ep-c-common-header-logo img {
  display: block;
}
.ep-l-common-header .ep-c-common-header-logo img {
  width: 100%;
}
.ep-l-common-header .ep-c-common-header-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.ep-l-common-header .ep-c-common-header-language {
  position: relative;
  z-index: 2;
}
.ep-l-common-header .ep-c-common-header-language-switch {
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-language-switch {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-language-switch {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.ep-l-common-header .ep-c-common-header-language-switch::before {
  content: "";
  display: block;
  background-image: url("../images/common/icon/language.svg");
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-language-switch::before {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-language-switch::before {
    width: 4.8vw;
    height: 4.8vw;
    background-size: 4.8vw auto;
  }
}
.is-lang-open .ep-l-common-header .ep-c-common-header-language-switch + .ep-c-common-header-language-list {
  display: block;
}
.ep-l-common-header .ep-c-common-header-language-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-language-list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-language-list {
    padding-top: 10px;
  }
}
.ep-l-common-header .ep-c-common-header-language-list ul {
  margin: 0;
  padding: 0;
  border: 1px solid #039;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-language-list ul li {
    width: 100px;
    line-height: 2;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-language-list ul li {
    width: 100px;
    line-height: 2;
    font-size: 0.75rem;
  }
}
.ep-l-common-header .ep-c-common-header-language-list ul li a {
  display: block;
  color: #fff;
  background-color: #039;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
.ep-l-common-header .ep-c-common-header-language-list ul li a.is-active {
  color: #039;
  background-color: #fff;
}
.ep-l-common-header .ep-c-common-header-nav-switch {
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-nav-switch {
    margin-left: 21px;
    width: 20px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-switch {
    margin-left: 5.6vw;
    width: 5.33333333vw;
    height: 4.53333333vw;
  }
}
.ep-l-common-header .ep-c-common-header-nav-switch::before, .ep-l-common-header .ep-c-common-header-nav-switch::after {
  content: "";
  display: block;
  background-position: 0 0;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-nav-switch::before, .ep-l-common-header .ep-c-common-header-nav-switch::after {
    width: 20px;
    height: 17px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-switch::before, .ep-l-common-header .ep-c-common-header-nav-switch::after {
    width: 5.33333333vw;
    height: 4.53333333vw;
    background-size: 5.33333333vw auto;
  }
}
.ep-l-common-header .ep-c-common-header-nav-switch::before {
  display: block;
  background-image: url("../images/common/icon/nav-switch-close.svg");
}
.ep-l-common-header .ep-c-common-header-nav-switch::after {
  display: none;
  background-image: url("../images/common/icon/nav-switch-close.svg");
}
.is-nav-open .ep-l-common-header .ep-c-common-header-nav-switch::before {
  background-image: url("../images/common/icon/nav-switch-open.svg");
}
.ep-l-common-header .ep-c-common-header-nav-list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  height: 0;
  overflow: hidden;
  background-color: #003399;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-list {
    height: auto;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  .is-nav-open .ep-l-common-header .ep-c-common-header-nav-list {
    height: 447px;
  }
}
@media screen and (max-width: 768px) {
  .is-nav-open .ep-l-common-header .ep-c-common-header-nav-list {
    opacity: 1;
    pointer-events: auto;
  }
}
.ep-l-common-header .ep-c-common-header-nav-list .ep-c-common-header-nav-list-inner {
  margin: 0 auto;
  max-width: 894px;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-nav-list .ep-c-common-header-nav-list-inner {
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-list .ep-c-common-header-nav-list-inner {
    padding: 6.66666667vw;
  }
}
.ep-l-common-header .ep-c-common-header-nav-list ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px 30px;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.66666667vw;
  }
}
.ep-l-common-header .ep-c-common-header-nav-list ul li a:hover .nav-image img, .ep-l-common-header .ep-c-common-header-nav-list ul li a:active .nav-image img {
  opacity: 0.75;
}
.ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-image {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-image {
    display: none;
  }
}
.ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-image img {
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
  }
}
.ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-name {
    margin-top: 8px;
    line-height: 1.4285714286;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-name {
    font-size: 3.73333333vw;
  }
}
.ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-name::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../images/common/icon/arrow-right-white.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-name::before {
    margin-top: 4px;
    margin-right: 8px;
    width: 7px;
    height: 12px;
    background-size: 7px auto;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul li a .nav-name::before {
    margin-top: 1.8vw;
    margin-right: 2.13333333vw;
    width: 1.86666667vw;
    height: 3.2vw;
    background-size: 1.86666667vw auto;
  }
}
.ep-l-common-header .ep-c-common-header-nav-list ul li.nav-top {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .ep-l-common-header .ep-c-common-header-nav-list ul li.nav-top {
    margin-bottom: 2.66666667vw;
  }
}
.ep-l-common-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer {
    padding-bottom: 14vw;
  }
}
.ep-l-common-footer .ep-l-common-footer-nav {
  padding: 20px;
  background-color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-l-common-footer-nav {
    padding: 15px 25px;
  }
}
.ep-l-common-footer .ep-l-common-footer-nav ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-l-common-footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.ep-l-common-footer .ep-l-common-footer-nav ul li a:hover .nav-name {
  text-decoration: underline;
}
.ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-image {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-image {
    display: none;
  }
}
.ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-image img {
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
  }
}
.ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-name {
    line-height: 1.4285714286;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-name {
    font-size: 3.73333333vw;
  }
}
.ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-name::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../images/common/icon/arrow-right-white.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-name::before {
    margin-top: 4px;
    margin-right: 8px;
    width: 7px;
    height: 12px;
    background-size: 7px auto;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-l-common-footer-nav ul li a .nav-name::before {
    margin-top: 1.8vw;
    margin-right: 2.13333333vw;
    width: 1.86666667vw;
    height: 3.2vw;
    background-size: 1.86666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-l-common-footer-inner {
    padding: 50px 15px 0;
    margin: 0 auto;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-l-common-footer-inner {
    padding-top: 6.6666666667vw;
  }
}
.ep-l-common-footer .ep-c-common-footer-term p {
  margin: 1em 0;
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-c-common-footer-term p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-c-common-footer-term p {
    font-size: 4vw;
    text-align: center;
  }
}
.ep-l-common-footer .ep-c-common-footer-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-c-common-footer-languages {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5%;
  }
}
.ep-l-common-footer .ep-c-common-footer-languages::before {
  content: "";
  background-image: url("../images/common/icon/language.svg");
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-c-common-footer-languages::before {
    margin-right: 0.2em;
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-c-common-footer-languages::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.ep-l-common-footer .ep-c-common-footer-languages ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-c-common-footer-languages ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-c-common-footer-languages ul li {
    margin: 0 10px;
    line-height: 1;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-c-common-footer-languages ul li {
    line-height: 1.8;
    font-size: 4vw;
    width: 25%;
  }
}
.ep-l-common-footer .ep-c-common-footer-languages ul li a.is-active {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-c-common-footer-secondary {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-c-common-footer-secondary {
    margin-top: 13.3333333333vw;
    font-size: 4vw;
  }
}
.ep-l-common-footer .ep-c-common-footer-globalsite p {
  margin: 1em 0;
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .ep-c-common-footer-globalsite p {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .ep-c-common-footer-globalsite p {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .ep-l-common-footer .copyright {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .ep-l-common-footer .copyright {
    text-align: center;
  }
}
.ep-l-common-footer .copyright small {
  font-size: 100%;
}