@charset "UTF-8";
.anchor {
  position: relative;
  height: 0;
}
.anchor__inner {
  position: absolute;
  top: -50px;
}

.addv1 .inner .right .above .group {
  flex: 1;
}

.requestCtaButton::after {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#container #bottomCta .requestCtaButton.requestDocument::after, #container #bottomCta .requestCtaButton.requestContact::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #fff;
  right: 16px;
}
@media (max-width: 767px) {
  #container #bottomCta .requestCtaButton.requestDocument::after, #container #bottomCta .requestCtaButton.requestContact::after {
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 1.6rem solid #fff;
    right: 1.6rem;
  }
}

#container #bottomCta .requestDocument a {
  font-size: 22px;
}
@media (max-width: 767px) {
  #container #bottomCta .requestDocument a {
    font-size: max(10px, 1.8rem);
  }
}
#container #bottomCta ul a {
  font-size: 20px;
  padding-right: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  #container #bottomCta ul a {
    font-size: max(10px, 1.6rem);
  }
}
@media (max-width: 495px) {
  #container #bottomCta ul a {
    padding: 1.5rem 1rem;
    padding-right: 4rem;
  }
}
#container #bottomCta ul a p {
  margin-bottom: 0;
  font-size: 1em;
}
#container #bottomCta ul a small {
  font-size: 0.6em;
}

.iframe-doc {
  height: 480px;
  width: 850px;
  max-width: 100%;
  margin: 50px auto 0;
}

.blink {
  animation: blinkAnime 0.7s infinite alternate;
}

@keyframes blinkAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .addv1 .inner .mid {
    margin: 5rem 1.8rem;
  }
}
.top-banner__top {
  width: 100%;
  background: url(../images/bg-sec.jpg) no-repeat center center/cover;
}
.top-banner__top .content-banner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 3rem;
}
.top-banner__top .content-banner .left img:nth-child(2) {
  display: none;
}
.top-banner__top .content-banner .right {
  display: flex;
  flex-direction: column;
}
.top-banner__top .content-banner .right .above .title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.top-banner__top .content-banner .right .above .title.animation p::after {
  animation: bg 2.6s cubic-bezier(0.99, 0.22, 0.76, 2.52) forwards;
}
.top-banner__top .content-banner .right .above .title.animation p span::before {
  animation: text 2.6s cubic-bezier(0.99, 0.22, 0.76, 2.52) forwards;
}
.top-banner__top .content-banner .right .above .title p {
  font-size: 7.8rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  color: #0A1745;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  overflow: hidden;
}
.top-banner__top .content-banner .right .above .title p::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 0.5;
  z-index: 0;
  top: 0;
  left: 0;
  transform-origin: left center;
}
.top-banner__top .content-banner .right .above .title p span {
  position: relative;
  z-index: 1;
  width: fit-content;
  line-height: 1;
  background-clip: text;
  color: transparent;
  word-break: keep-all;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-banner__top .content-banner .right .above .title p span {
    font-weight: 700;
  }
}
.top-banner__top .content-banner .right .above .title p span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  color: #0A1745;
  overflow: hidden;
}
.top-banner__top .content-banner .right .below {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.top-banner__top .content-banner .right .below .group {
  display: flex;
  align-items: center;
}
.top-banner__top .content-banner .right .below .group-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner__below {
  background-color: #0A1745;
  padding: 8rem 0;
}
.top-banner__below .list {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(62.4rem, 1fr));
  gap: 2rem 3rem;
}
.top-banner__below .list .item {
  width: 100%;
  max-width: 620px;
  height: 100%;
}
.top-banner__below .list .item img {
  object-fit: cover;
}

.news-list .inner {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.news-list .inner .title p {
  font-weight: 700;
}
.news-list .inner ul li {
  font-weight: 500;
}

.top-company .title {
  color: #fff;
}
.top-company .top-cs__txt__title, .top-company .top-cs__txt__content {
  font-weight: 700;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.top-company.v2 .top-cs__item {
  background: url(../images/bg-com-2.jpg) no-repeat center center/cover;
}

.top-service .title {
  font-weight: 700;
  color: #fff;
}

.top-service .top-cs__txt__title, .top-service .top-cs__txt__content {
  font-weight: 700;
}

.footer__top a {
  font-weight: 500;
}

@media (max-width: 1200px) {
  .top-banner__top .content-banner {
    align-items: flex-end;
  }
}
@media (max-width: 1080px) {
  .top-banner__top .content-banner .right .below .group img {
    height: 112px;
  }
}
@media (max-width: 768px) {
  .top-banner__top .content-banner {
    align-items: center;
  }
  .top-banner__top .content-banner .left {
    width: 50%;
  }
  .top-banner__top .content-banner .left img:nth-child(1) {
    display: none;
  }
  .top-banner__top .content-banner .left img:nth-child(2) {
    display: block;
    height: unset;
  }
  .top-banner__top .content-banner .right .above .title p {
    font-size: 4rem;
  }
  .top-banner__top .content-banner .right {
    width: 50%;
  }
  .top-banner__top .content-banner .right .below .group img {
    height: unset;
    width: 50%;
  }
  .top-banner__top .content-banner .right .below .group-text {
    margin-top: 3rem;
  }
  .top-banner__top .content-banner .right .below {
    flex-direction: column;
    align-items: center;
  }
  .top-banner__top .content-banner .right .below .group-text p {
    font-size: 1.6rem;
  }
  .top-banner__top .content-banner .right .below .group-text p span:nth-child(1) {
    font-size: 1.4rem;
  }
  .top-banner__top .content-banner .right .below .group-text p span:nth-child(1) {
    font-size: 1.2rem;
  }
  .top-banner__top .content-banner .right .below .group-text p small {
    font-size: 0.8rem;
  }
  .top-banner__below {
    padding: 2rem;
  }
  .top-banner__below .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .top-banner__below .list .item {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .top-banner__top .content-banner .right .above .title p {
    font-size: 2.4rem;
  }
  .top-banner__top .content-banner .right .below .group-text {
    margin-top: 0rem;
  }
  .top-banner__top .content-banner .right .below .group-text p {
    font-size: 1.2rem;
  }
  .top-banner__top .content-banner .right .below .group-text p span:nth-child(1) {
    font-size: 1rem;
  }
  .top-banner__top .content-banner .right .below .group-text p span:nth-child(2) {
    font-size: 1.3rem;
  }
  .top-banner__top .content-banner .right .below .group-text p small {
    font-size: 0.6rem;
  }
}
@keyframes text {
  0% {
    width: 0;
  }
  70%, 100% {
    width: 100%;
  }
}
@keyframes bg {
  0% {
    width: 0;
  }
  70%, 100% {
    width: 100%;
  }
}

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