.visitor.index .contents.inner {
  width: 1054px;
  margin-left: calc((100% - 1054px) / 2);
}
@media screen and (max-width: 767px) {
  .visitor.index .contents.inner {
    width: 100%;
    margin-left: 0;
  }
}
.visitor.index .target-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.visitor.index .target-btn li {
  width: 333px;
}
@media screen and (max-width: 767px) {
  .visitor.index .target-btn li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.visitor.index .target-btn li a {
  aspect-ratio: 333/158;
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .visitor.index .target-btn li a {
    height: 100%;
  }
}
.visitor.index .target-btn li a .target {
  display: flex;
  align-items: center;
}
.visitor.index .target-btn li a .target .txt {
  font-weight: bold;
  margin-right: 10px;
}
.visitor.index .target-btn li a .target .la-arrow-right {
  width: 42px;
  height: 42px;
  border: 1px solid #222222;
  background: #fff;
}
.visitor.index .target-btn li a .target .la-arrow-right:before {
  color: #CE3533;
}
.visitor.index .target-btn li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.index .target-btn li a:hover {
    color: #222222;
  }
}
.visitor.index .target-btn li a:hover .target .la-arrow-right {
  border: 1px solid #CE3533;
  background: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.index .target-btn li a:hover .target .la-arrow-right {
    border: 1px solid #222222;
    background: #fff;
  }
}
.visitor.index .target-btn li a:hover .target .la-arrow-right:before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .visitor.index .target-btn li a:hover .target .la-arrow-right:before {
    color: #CE3533;
  }
}
.visitor.index .target-btn li:nth-of-type(1) a {
  background: url(/assets/img/top/btn_target01.png) no-repeat;
  background-size: contain;
}
.visitor.index .target-btn li:nth-of-type(2) a {
  background: url(/assets/img/top/btn_target02.png) no-repeat;
  background-size: contain;
}
.visitor.index .target-btn li:nth-of-type(3) a {
  background: url(/assets/img/top/btn_target03.png) no-repeat;
  background-size: contain;
}
.visitor.index .page-link-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.visitor.index .page-link-list li {
  width: 333px;
}
@media screen and (max-width: 767px) {
  .visitor.index .page-link-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.visitor.index .page-link-list li a {
  padding: 15px 18px;
  border-bottom: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.visitor.index .page-link-list li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #CE3533;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .visitor.index .page-link-list li a:after {
    content: none;
  }
}
.visitor.index .page-link-list li a .txt {
  font-weight: bold;
}
.visitor.index .page-link-list li a .la-arrow-right {
  width: 24px;
  height: 24px;
}
.visitor.index .page-link-list li a .la-arrow-right:before {
  font-size: 0.75rem;
}
.visitor.index .page-link-list li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.index .page-link-list li a:hover {
    color: #222222;
  }
}
.visitor.index .page-link-list li a:hover:after {
  width: 100%;
}
.visitor.index .page-link-list li a:hover .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .visitor.index .page-link-list li a:hover .la-arrow-right {
    background: #CE3533;
  }
}
.visitor.index .page-link-list li a:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.index .page-link-list li a:hover .la-arrow-right:before {
    color: #fff;
  }
}/*# sourceMappingURL=visitor-top.css.map */