.sub {
  width: 100%;
  padding-top: 16.67vw;
  height: auto;
  animation: load_bg 2s both;
  animation-delay: 0.2s;
}

.subTop {
  width: 100%;
  height: 79.17vw;
  background: #f5f2eb;
  position: relative;
}

.subTop2 {
  width: 100%;
  height: 79.17vw;
  background: #f5f2eb;
  position: relative;
  background: url("../image/sub-top2.png") no-repeat center/cover;
}

.subTop .title {
  width: 90.9722vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.subTop .title img {}

.subTop .title .sub_title01 {
  width: 100%;
  margin: 5vw 0 3.06vw;

  animation: load_R 1.5s both;
  animation-delay: 1s;
}

.subTop .title .sub_title02 {
  width: 60vw;

  animation: load_R 1.5s both;
  animation-delay: 1.2s;
}

.subTop .subPoint {
  width: 100%;
  height: 51.25vw;
  background: url("../image/sub/subPoint2.png") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.subInner {
  width: 96%;
  margin: 16.67vw auto 27.78vw;
}

.subInner .page {
  width: 100%;
  position: relative;
}

.subInner .page img {
  width: 100%;
  object-fit: cover;
}

.contactLinkCont {
  width: 75vw;
  height: 31vw;
  border: 1px solid black;
  position: absolute;
  left: 50%;
  bottom: 24.31vw;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.contactLinkCont .contact_link {
  width: 100%;
  height: 65px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactLinkCont .contact_link.link01 {}

.contactLinkCont .contact_link.link02 {}

.contactLinkCont .contact_link a {
  width: 49%;
  height: 100%;
  background: black;
}