/* ページ上部用 */
.special-answer {
  position: relative;
  z-index: 1;
}
.special-answer-link {
  position: relative;
  display: block;
  color: #333333;
  text-decoration: none;
  padding-bottom: 50px;
  transition: opacity 0.4s;
}
.special-answer-link:hover {
  opacity: 0.8;
}
.special-answer-link-inner {
  position: relative;
}
.special-answer-scene2 {
  position: relative;
}
.special-answer-img {
  display: block;
  width: 100%;
}
.special-answer-logo {
  position: absolute;
  top: calc(180 / 543 * 100%);
  left: calc(203 / 1389 * 100%);
  width: calc(248 / 1389 * 100%);
}
.special-answer-txt {
  position: absolute;
  top: calc(203 / 543 * 100%);
  right: calc(128 / 1389 * 100%);
  width: calc(347 / 1389 * 100%);
}
.special-answer-link-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #ebeff5;
  font-size: 16px;
  font-weight: bold;
}
.special-answer-link-text::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateX(6px) rotate(45deg);
}

/* ページ中段用 */
.special-answer2 {
  position: relative;
  z-index: 1;
  width: 950px;
  margin: 60px auto 0;
}
.special-answer2-link {
  position: relative;
  display: block;
  text-decoration: none;
  padding-bottom: 50px;
  transition: opacity 0.4s;
}
.special-answer2-link:hover {
  opacity: 0.8;
}
.special-answer2-link-inner {
  position: relative;
}
.special-answer2-scene2 {
  position: relative;
}
.special-answer2-img {
  display: block;
  width: 100%;
}
.special-answer2-logo {
  position: absolute;
  top: calc(104 / 542 * 100%);
  left: calc(122 / 950 * 100%);
  width: calc(250 / 950 * 100%);
}
.special-answer2-txt {
  position: absolute;
  top: calc(338 / 542 * 100%);
  left: calc(122 / 950 * 100%);
  width: calc(252 / 950 * 100%);
}
.special-answer2-link-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.special-answer2-link-text::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(6px) rotate(45deg);
}

.special-answer2-u-pc-d-n {
  display: none !important;
}