.contents--access {
  padding-bottom: 23.1rem;
}
@media screen and (max-width: 768px) {
  .contents--access {
    padding-bottom: 7rem;
  }
}
.contents--access .contents__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 7.1rem;
  margin-bottom: 7.2rem;
}
.contents--access .contents__img {
  width: 27.6rem;
  height: 19.6rem;
}
.contents--access .contents__text {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-weight: bold;
}
.contents--access .contents__text span {
  color: #9ACFAA;
}
.contents--access .contents__layout {
  margin-top: 3.7rem;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contents--access .contents__layout {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}
.contents--access .contents__layoutImg {
  width: 49.3rem;
  height: 27.4rem;
}
@media screen and (max-width: 768px) {
  .contents--access .contents__layoutImg {
    width: 100%;
    height: auto;
  }
}
.contents--access .contents__desc {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contents--access .contents__desc {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
}
.contents--access .contents__descItem {
  display: flex;
  align-items: center;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .contents--access .contents__descItem {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contents--access .contents__descItem:not(:last-child) {
  background: url(../images/access/dot-line.svg) no-repeat bottom center/contain;
}
.contents--access .contents__descItem div {
  width: 13.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-weight: bold;
}
.contents--access .contents__descItem span {
  font-size: 1.8rem;
  letter-spacing: 0.065em;
  line-height: 1.67;
}
.contents--access h3 {
  position: relative;
}
.contents--access h3:not(:first-of-type) {
  margin-top: 10.4rem;
}
.contents--access h3::after {
  content: "";
  position: absolute;
  display: block;
  right: 4rem;
}
.contents--access h3:nth-of-type(1)::after {
  background: url(../images/access/access02.svg) no-repeat center center/contain;
  width: 8.8rem;
  height: 7.7rem;
  bottom: 2rem;
}
.contents--access h3:nth-of-type(2)::after {
  background: url(../images/access/access03.svg) no-repeat center center/contain;
  width: 9.9rem;
  height: 8.9rem;
  bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .contents--access h3:nth-of-type(2)::after {
    width: 6rem;
    aspect-ratio: 168/150;
    bottom: -2rem;
  }
}
.contents--access h3:nth-of-type(3)::after {
  background: url(../images/access/access04.svg) no-repeat center center/contain;
  width: 7.2rem;
  height: 6.5rem;
  bottom: 1rem;
}
.contents--access h3:nth-of-type(4)::after {
  background: url(../images/access/access05.svg) no-repeat center center/contain;
  width: 9.6rem;
  height: 6.5rem;
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contents--access h3:nth-of-type(4)::after {
    right: 2rem;
    bottom: 0;
    width: 7rem;
    aspect-ratio: 224/150;
  }
}

.linkBtn--underarrow::after {
  height: 1.2rem;
}

/*# sourceMappingURL=access.css.map */
