.screen-reader-text {
  display: none;
}

.stretched-link article {
  position: relative;
}
.stretched-link article:hover {
  cursor: pointer;
}
.stretched-link article a {
  display: block;
  position: initial !important;
}
.stretched-link article a:hover {
  opacity: 1;
}
.stretched-link article a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta_dl {
  width: 100%;
  max-width: calc(900px + 6%);
  margin: 0 auto;
  padding: 0 3% 8rem !important;
}
@media screen and (max-width: 959px) {
  .cta_dl {
    padding: 0 1rem 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cta_dl {
    padding: 0 1rem 5rem !important;
  }
}
.cta_dl > div {
  display: flex;
  transition: all 0.3s;
  border: 1px solid #898989;
  background: #353535;
  padding: 2.2rem;
}
@media screen and (max-width: 959px) {
  .cta_dl > div {
    transition: unset;
  }
}
@media screen and (max-width: 767px) {
  .cta_dl > div {
    flex-direction: column;
  }
}
.cta_dl:hover > div {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .cta_dl:hover > div {
    opacity: 1;
  }
}
.cta_dl .txt {
  order: 2;
  position: relative;
  flex: 1;
}
.cta_dl .txt h2 {
  font-family: "Oswald", sans-serif;
  color: #ff0;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  border-bottom: 1px solid #ff0;
  padding-bottom: 1rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 959px) {
  .cta_dl .txt h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cta_dl .txt h2 {
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 559px) {
  .cta_dl .txt h2 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    padding-bottom: 0.8rem;
    margin: 1.5rem 0;
  }
}
.cta_dl .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 559px) {
  .cta_dl .txt p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.cta_dl .txt::before {
  content: "";
  background: url(../img/svg/txt_white-paper.svg);
  background-size: cover;
  width: 150px;
  height: 51px;
  position: absolute;
  top: -5rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .cta_dl .txt::before {
    display: none;
  }
}
.cta_dl .txt a {
  width: 100%;
  max-width: 256px;
  height: 44px;
  border: 1px solid #ff0;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
}
.cta_dl .txt a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cta_dl .txt a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 559px) {
  .cta_dl .txt a {
    max-width: 220px;
  }
}
.cta_dl .txt a span.btn {
  font-family: "Oswald", sans-serif;
  color: #ff0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cta_dl .txt a span.btn::before {
  content: "";
  background: url(../img/svg/ic_dl.svg);
  background-size: cover;
  width: 16px;
  height: 18px;
  display: inline-block;
  margin-right: 2rem;
}
@media screen and (max-width: 559px) {
  .cta_dl .txt a span.btn::before {
    margin-right: 1rem;
  }
}
.cta_dl .image {
  order: 1;
  width: 100%;
  max-width: 350px;
  margin-right: 3.5rem;
}
@media screen and (max-width: 959px) {
  .cta_dl .image {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .cta_dl .image {
    max-width: 100%;
  }
}

#footer #foot-box-upper ul li a {
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1260px) {
  #footer #foot-box-upper ul li a {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1130px) {
  #footer #foot-box-upper ul li a {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 900px) {
  #footer #foot-box-upper ul li a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  #footer #foot-box-upper ul li a {
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    padding: 0.3rem 0;
  }
}
#footer #foot-box-upper ul li a:nth-of-type(2), #footer #foot-box-upper ul li a:nth-of-type(3), #footer #foot-box-upper ul li a:nth-of-type(4), #footer #foot-box-upper ul li a:nth-of-type(5), #footer #foot-box-upper ul li a:nth-of-type(6) {
  display: flex;
  align-items: center;
}
#footer #foot-box-upper ul li a:nth-of-type(2):before, #footer #foot-box-upper ul li a:nth-of-type(3):before, #footer #foot-box-upper ul li a:nth-of-type(4):before, #footer #foot-box-upper ul li a:nth-of-type(5):before, #footer #foot-box-upper ul li a:nth-of-type(6):before {
  content: "";
  display: block;
  transform: rotate(10deg);
  width: 1px;
  height: 36px;
  background: #ff0;
  margin: 0 0.7rem;
}
@media screen and (max-width: 959px) {
  #footer #foot-box-upper ul li a:nth-of-type(2):before, #footer #foot-box-upper ul li a:nth-of-type(3):before, #footer #foot-box-upper ul li a:nth-of-type(4):before, #footer #foot-box-upper ul li a:nth-of-type(5):before, #footer #foot-box-upper ul li a:nth-of-type(6):before {
    height: 26px;
  }
}
@media screen and (max-width: 559px) {
  #footer #foot-box-upper ul li a:nth-of-type(2):before, #footer #foot-box-upper ul li a:nth-of-type(3):before, #footer #foot-box-upper ul li a:nth-of-type(4):before, #footer #foot-box-upper ul li a:nth-of-type(5):before, #footer #foot-box-upper ul li a:nth-of-type(6):before {
    height: 19px;
    margin: 0 0.5rem;
  }
}
#footer #foot-box-upper ul li a:hover {
  color: hsla(0, 0%, 100%, 0);
  -webkit-text-stroke: 1px #ff0;
}
#footer #foot-box-upper ul li.fbu-other > a {
  font-size: 2.8rem;
  transform: translateY(-1px);
  padding-right: 8px;
}
@media screen and (max-width: 559px) {
  #footer #foot-box-upper ul li.fbu-other > a {
    font-size: 2.4rem;
    transform: translateY(0);
    padding-right: 5px;
  }
}/*# sourceMappingURL=common202601.css.map */