@font-face {
  font-family: "Quicksand";
  font-weight: 900;
  src: url("../fonts/quicksand/bold.ttf") format("truetype");
}
.screen-reader-text {
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.ep-u-pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .ep-u-pc-only {
    display: block;
  }
}
.ep-u-sp-only {
  display: block;
}
@media screen and (min-width: 769px) {
  .ep-u-sp-only {
    display: none;
  }
}
.ep-u-card-only {
  display: none;
}
.ep-u-card-pc-only {
  display: none;
}
.ep-u-card-sp-only {
  display: none;
}
.ep-c-card-item a {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a {
    border-radius: 1.2vw;
  }
}
.ep-c-card-item a:hover, .ep-c-card-item a:active {
  opacity: 0.6;
}
.ep-c-card-item a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 21px;
  border-radius: 100%;
  background-color: #039;
  background-image: url("../images/common/icon/arrow-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a::after {
    width: 30px;
    height: 30px;
    background-size: 6px auto;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a::after {
    width: 6.13333333vw;
    height: 6.13333333vw;
    background-size: 1.6vw auto;
  }
}
.ep-c-card-item a .ep-c-card-item-title {
  color: #fff;
  background-color: #039;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a .ep-c-card-item-title {
    padding: 30px;
    line-height: 1.3846153846;
    font-size: 1.5rem;
  }
  .fr .ep-c-card-item a .ep-c-card-item-title, .de .ep-c-card-item a .ep-c-card-item-title, .es .ep-c-card-item a .ep-c-card-item-title, .it .ep-c-card-item a .ep-c-card-item-title, .pb .ep-c-card-item a .ep-c-card-item-title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a .ep-c-card-item-title {
    padding: 5.33333333vw;
    line-height: 1.35;
    font-size: 5.33333333vw;
  }
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-inner {
    min-height: 6.9230769231em;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-inner {
    min-height: 6.75em;
  }
}
.ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-inner br {
  display: none;
}
.ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-inner br.ep-u-card-only {
  display: block;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-inner br.ep-u-card-pc-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-inner br.ep-u-card-sp-only {
    display: block;
  }
}
.ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-icon {
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a .ep-c-card-item-title .ep-c-card-item-title-icon {
    right: 5.33333333vw;
    bottom: 5.33333333vw;
    width: 12vw;
    height: 12vw;
  }
}
.ep-c-card-item a .ep-c-card-item-tags {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a .ep-c-card-item-tags {
    padding: 36px 38px;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a .ep-c-card-item-tags {
    padding: 3.73333333vw 3.73333333vw 2.4vw;
    font-size: 3.46666667vw;
    min-height: 3em;
  }
}
.ep-c-card-item a .ep-c-card-item-tags .ep-c-card-item-tags-inner {
  display: none;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a .ep-c-card-item-tags .ep-c-card-item-tags-inner {
    min-height: 2.75em;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a .ep-c-card-item-tags .ep-c-card-item-tags-inner {
    min-height: 4.4615384615em;
  }
}
.ep-c-card-item a .ep-c-card-item-tags ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a .ep-c-card-item-tags ul {
    gap: 9px;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a .ep-c-card-item-tags ul {
    gap: 0 1.06666667vw;
  }
}
.ep-c-card-item a .ep-c-card-item-tags li {
  border-radius: 4em;
  color: #000;
  background-color: #d9e3ec;
  line-height: 1.6923076923;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item a .ep-c-card-item-tags li {
    padding: 0 10px;
    min-width: 112px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item a .ep-c-card-item-tags li {
    margin-bottom: 1.33333333vw;
    padding: 0 4.66666667vw 1px;
    min-width: 15.2vw;
    font-size: 3.46666667vw;
  }
}
.ep-c-card-item.external a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 26px;
  border-radius: 0;
  background-color: #fff;
  background-image: url("../images/common/icon/external.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .ep-c-card-item.external a::after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-card-item.external a::after {
    width: 5.13333333vw;
    height: 5.13333333vw;
    background-size: 5.13333333vw auto;
  }
}
.ep-c-card-item .external-message {
  position: absolute;
  right: 50px;
  bottom: 21px;
  color: #039;
}
@media screen and (max-width: 768px) {
  .ep-c-card-item .external-message {
    right: 11.63333333vw;
  }
}
.ep-c-fade-in {
  opacity: 0;
  top: 20px;
  position: relative;
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
.ep-c-fade-in.is-fade {
  opacity: 1;
  top: 0;
}