@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-hint-blink-out {
  0%, 8.33%, 25%, 33.33%, 41.67%, 58.33%, 66.67%, 75%, 91.67%, 100% {
    opacity: 0.95;
  }
  16.67%, 50%, 83.33% {
    opacity: 0.2;
  }
}
.top-mv {
  opacity: 0;
  transition: 0.3s;
}
.top-mv.is_show {
  opacity: 1;
}
.top-mv img {
  display: block;
  width: 100%;
}

.top-office {
  background-color: #d9f0fd;
  padding-top: 98px;
  padding-bottom: 98px;
}
@media (max-width: 767px) {
  .top-office {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-office__ttl {
  color: #004682;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
}
@media (max-width: 767px) {
  .top-office__ttl {
    font-size: 8.5333333333vw;
    line-height: 1.3;
  }
}
.top-office__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top-office__list {
    margin-top: 1.6vw;
    width: 85.3333333333vw;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    gap: 0.5333333333vw;
  }
}
.top-office__list.other {
  justify-content: center;
}
@media (max-width: 767px) {
  .top-office__list.other {
    margin-top: 5.3333333333vw;
  }
}
.top-office__list.other > li {
  width: 800px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-office__list.other > li {
    width: 100%;
    margin-top: 0;
  }
}
.top-office__list > li {
  width: 620px;
}
@media (max-width: 767px) {
  .top-office__list > li {
    width: 100%;
    margin-top: 2.1333333333vw;
  }
}
.top-office__list > li a {
  display: block;
  border-radius: 300px;
}
@media (max-width: 767px) {
  .top-office__list > li a {
    border-radius: 53.3333333333vw;
  }
}
.top-office__list > li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-office__list > li a:hover {
    opacity: 1;
  }
}
.top-office__list > li a img {
  display: block;
  width: 100%;
  filter: drop-shadow(1.3333333333vw 1.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.5));
  will-change: transform;
}
@media (max-width: 767px) {
  .top-office__list > li a img {
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.5));
  }
}
.top-office__subTtl {
  color: #004682;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
  margin-top: 94px;
}
@media (max-width: 767px) {
  .top-office__subTtl {
    font-size: 8.5333333333vw;
    line-height: 1.3;
    margin-top: 16vw;
  }
}

.top-cta {
  background-color: #004682;
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .top-cta {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    overflow: hidden;
  }
}
.top-cta:before {
  content: "";
  display: block;
  width: 429px;
  aspect-ratio: 858/1084;
  background-image: url(../../img/top/bg_cta.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  left: calc(50% + 314px);
  bottom: 0;
}
@media (max-width: 767px) {
  .top-cta:before {
    width: 64vw;
    left: auto;
    right: -18.6666666667vw;
    bottom: -8vw;
  }
}
.top-cta__ttl {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3636363636;
  width: fit-content;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-78px);
}
@media (max-width: 767px) {
  .top-cta__ttl {
    font-size: 5.3333333333vw;
    margin-left: 0;
    text-align: left;
    transform: none;
  }
}
.top-cta__ttl em {
  font-size: 1.2222222222em;
}
@media (max-width: 767px) {
  .top-cta__ttl em {
    display: block;
    line-height: 1;
  }
}
.top-cta__ttl .strong {
  color: #fff000;
}
@media (max-width: 767px) {
  .top-cta__ttl .strong {
    display: block;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767px) {
  .last .top-cta__ttl .strong {
    margin-top: 0.5em;
  }
}
.top-cta__list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .top-cta__list {
    margin-top: 10.6666666667vw;
    width: 66.6666666667vw;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.top-cta__list > li {
  width: 610px;
  background-color: #004682;
  border-radius: 131px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .top-cta__list > li {
    width: 100%;
    border-radius: 34.9333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.5);
  }
}
.top-cta__list > li a {
  display: block;
}
.top-cta__list > li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-cta__list > li a:hover {
    opacity: 1;
  }
}
.top-cta__list > li a img {
  display: block;
  width: 100%;
}

.top-achievement {
  padding-top: 95px;
  padding-bottom: 59px;
}
@media (max-width: 767px) {
  .top-achievement {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-achievement__ttl {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-achievement__ttl {
    font-size: 6.9333333333vw;
    line-height: 1.3;
  }
}
.top-achievement__ttl em {
  font-size: 1.3333333333em;
}
.top-achievement__ttl .strong {
  color: #0066cc;
}
.top-achievement__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .top-achievement__list {
    width: 74.6666666667vw;
    flex-direction: column;
    margin: 8.5333333333vw auto 0;
    gap: 4.2666666667vw;
  }
}
.top-achievement__list.is_show > li {
  opacity: 1;
  transform: translateY(0);
}
.top-achievement__list > li {
  width: 400px;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s;
}
@media (max-width: 767px) {
  .top-achievement__list > li {
    width: 100%;
    opacity: 0 !important;
    transform: translateY(8vw) !important;
    will-change: transform;
  }
}
@media (max-width: 767px) {
  .top-achievement__list > li.is_show {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.top-achievement__list > li:nth-of-type(2) {
  transition-delay: 0.15s;
}
@media (max-width: 767px) {
  .top-achievement__list > li:nth-of-type(2) {
    transition-delay: 0s;
  }
}
.top-achievement__list > li:nth-of-type(3) {
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .top-achievement__list > li:nth-of-type(3) {
    transition-delay: 0s;
  }
}
.top-achievement__list > li:nth-of-type(4) {
  transition-delay: 0.45s;
}
@media (max-width: 767px) {
  .top-achievement__list > li:nth-of-type(4) {
    transition-delay: 0s;
  }
}
.top-achievement__list > li:last-of-type {
  transition-delay: 0.6s;
}
@media (max-width: 767px) {
  .top-achievement__list > li:last-of-type {
    transition-delay: 0s;
  }
}
.top-achievement__list > li img {
  display: block;
  width: 100%;
}

.top-worry {
  background-color: #000;
  padding-top: 95px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 767px) {
  .top-worry {
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }
}
.top-worry:before {
  content: "";
  display: block;
  background-color: #000;
  width: 97px;
  aspect-ratio: 97/60;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-worry:before {
    width: 10.6666666667vw;
    bottom: -6.4vw;
  }
}
.top-worry__ttl {
  text-align: center;
  font-size: 37.5px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .top-worry__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.3;
  }
}
.top-worry__ttl em {
  font-size: 1.3333333333em;
}
.top-worry__ttl .strong {
  color: #fff000;
}
.top-worry__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .top-worry__list {
    flex-direction: column;
    margin-top: 8.5333333333vw;
  }
}
.top-worry__list > li {
  width: 587px;
}
@media (max-width: 767px) {
  .top-worry__list > li {
    width: 100%;
  }
}
.top-worry__list > li img {
  display: block;
}
@media (max-width: 767px) {
  .top-worry__list > li img {
    width: auto;
    height: 9.0666666667vw;
  }
}

.top-voice {
  background-color: #d9f0fd;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .top-voice {
    padding-top: 16vw;
  }
}
.top-voice__accordion.is_hide .top-voice__accordionLink:before {
  transform: translateY(-50%);
}
.top-voice__accordionLink {
  background: linear-gradient(#004682 0%, #000 100%);
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .top-voice__accordionLink {
    height: 19.2vw;
    border-radius: 21.3333333333vw;
    font-size: 5.3333333333vw;
    text-align: center;
    line-height: 1.3;
  }
}
.top-voice__accordionLink:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-voice__accordionLink:hover {
    opacity: 1;
  }
}
.top-voice__accordionLink:before {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 33/20;
  background-image: url(../../img/common/icn_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  right: 93px;
  top: 50%;
  transform: translateY(-50%) scale(1, -1);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-voice__accordionLink:before {
    width: 4.8vw;
    right: 6.4vw;
  }
}
.top-voice__accordionTxt {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
.is_hide .top-voice__accordionTxt {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
.top-voice__accordionTxt .desc {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.9444444444;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-voice__accordionTxt .desc {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.top-voice__catch {
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .top-voice__catch {
    font-size: 5.0666666667vw;
    margin-top: 8vw;
    line-height: 1.7142857143;
  }
}
.top-voice__catch em {
  font-size: 2em;
  color: #009bf0;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .top-voice__catch em {
    line-height: 1;
    margin-top: -0.2em;
    display: inline-block;
  }
}
.top-voice__howMany {
  margin: 36px auto 0;
  width: 980px;
  border-radius: 20px;
  padding: 38px 22px 22px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top-voice__howMany {
    margin-top: 8vw;
    width: 90%;
    padding: 5.3333333333vw;
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
  }
}
.top-voice__howMany > li {
  width: 301px;
}
@media (max-width: 767px) {
  .top-voice__howMany > li {
    width: 85%;
  }
}
.top-voice__howMany > li img {
  display: block;
  width: 100%;
}
.top-voice__induction {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9444444444;
  margin-top: 47px;
}
@media (max-width: 767px) {
  .top-voice__induction {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}

.top-industry {
  background-color: #d9f0fd;
  padding-top: 58px;
  padding-bottom: 109px;
}
@media (max-width: 767px) {
  .top-industry {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}
.top-industry__accordion:nth-of-type(2n) .top-industry__accordionLink {
  background-color: #fff;
  color: #004682;
}
.top-industry__accordion:nth-of-type(2n) .top-industry__accordionLink:before {
  background-image: url(../../img/common/icn_arrow-blue.svg);
}
.top-industry__accordion.is_hide .top-industry__accordionLink:before {
  transform: translateY(-50%);
}
.top-industry__accordionLink {
  background-color: #004682;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  position: relative;
  border-top: 1px solid #004682;
  border-bottom: 1px solid #004682;
}
@media (max-width: 767px) {
  .top-industry__accordionLink {
    height: 17.0666666667vw;
    font-size: 4.8vw;
    text-align: center;
    line-height: 1.3;
  }
}
.top-industry__accordionLink:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-industry__accordionLink:hover {
    opacity: 1;
  }
}
.top-industry__accordionLink:before {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 33/20;
  background-image: url(../../img/common/icn_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  right: 93px;
  top: 50%;
  transform: translateY(-50%) scale(1, -1);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-industry__accordionLink:before {
    width: 4.8vw;
    right: 6.4vw;
  }
}
.top-industry__accordionTxt {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
.is_hide .top-industry__accordionTxt {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}

.top-industryDetail {
  padding: 50px 153px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top-industryDetail {
    padding: 6.4vw 3.2vw 0;
  }
}
.top-industryDetail__ttl {
  color: #004682;
  text-align: center;
  font-weight: 700;
  font-size: 45px;
  padding-bottom: 25px;
  border-bottom: 3px solid #004682;
}
@media (max-width: 767px) {
  .top-industryDetail__ttl {
    font-size: 6.4vw;
    line-height: 1.3;
    padding-bottom: 2.1333333333vw;
  }
}
.top-industryDetail__intro {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9444444444;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-industryDetail__intro {
    font-size: 4vw;
    margin-top: 4.2666666667vw;
  }
}
.top-industryDetail__pointList {
  border-radius: 20px;
  margin-top: 40px;
  padding: 45px 20px 45px 130px;
}
@media (max-width: 767px) {
  .top-industryDetail__pointList {
    border-radius: 2.6666666667vw;
    margin-top: 5.3333333333vw;
    padding: 4.2666666667vw 3.2vw;
  }
}
.top-industryDetail__pointList.blue {
  background-color: #d9f0fd;
}
.top-industryDetail__pointList.blue > li:before {
  background-image: url(../../img/common/icn_check-blue.svg);
}
.top-industryDetail__pointList.black {
  background-color: #000;
}
.top-industryDetail__pointList.black > li {
  color: #fff;
}
.top-industryDetail__pointList.black > li:before {
  background-image: url(../../img/common/icn_check-red.svg);
}
.top-industryDetail__pointList > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-industryDetail__pointList > li {
    margin-top: 4.2666666667vw;
  }
}
.top-industryDetail__pointList > li:first-of-type {
  margin-top: 0;
}
.top-industryDetail__pointList > li:before {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 35/33;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .top-industryDetail__pointList > li:before {
    width: 5.3333333333vw;
  }
}
.top-industryDetail__pointList > li .txtWrap {
  width: calc(100% - 45px);
  font-size: 26px;
  line-height: 1.3461538462;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-industryDetail__pointList > li .txtWrap {
    width: calc(100% - 7.4666666667vw);
    font-size: 4.2666666667vw;
  }
}
.top-industryDetail__pointList > li .txtWrap em {
  color: #ff0041;
}
.top-industryDetail__desc {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9444444444;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .top-industryDetail__desc {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.top-industryDetail__problem {
  border-radius: 20px;
  margin-top: 40px;
  overflow: hidden;
  border: 3px solid #ff0041;
}
@media (max-width: 767px) {
  .top-industryDetail__problem {
    border-radius: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.top-industryDetail__problem > dt {
  background-color: #ff0041;
  color: #fff000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-industryDetail__problem > dt {
    font-size: 5.3333333333vw;
    height: 16vw;
    text-align: center;
    line-height: 1.3;
  }
}
.top-industryDetail__problem > dd {
  padding: 45px 20px 45px 130px;
}
@media (max-width: 767px) {
  .top-industryDetail__problem > dd {
    padding: 4.2666666667vw 3.7333333333vw;
  }
}
.top-industryDetail__problem > dd .desc {
  font-size: 26px;
  line-height: 1.3461538462;
  font-weight: 700;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-industryDetail__problem > dd .desc {
    font-size: 4.2666666667vw;
    margin-top: 4.8vw;
  }
}
.top-industryDetail__problem > dd .desc:first-of-type {
  margin-top: 0;
}
.top-industryDetail__problem > dd .desc em {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
  text-decoration-color: #ff0041;
}
.top-industryDetail__problem > dd .desc .strong {
  color: #ff0041;
}
.top-industryDetail__example {
  border-radius: 20px;
  margin-top: 40px;
  border: 8px solid #b2c7d9;
  padding: 0 129px 45px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-industryDetail__example {
    border-radius: 2.6666666667vw;
    margin-top: 7.4666666667vw;
    padding: 0 4.2666666667vw 3.7333333333vw;
    border-width: 1.0666666667vw;
  }
}
.top-industryDetail__exampleWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -8px;
}
@media (max-width: 767px) {
  .top-industryDetail__exampleWrap {
    margin-top: -1.0666666667vw;
    gap: 3.2vw;
  }
}
.top-industryDetail__exampleWrap img {
  width: 270px;
  display: block;
}
@media (max-width: 767px) {
  .top-industryDetail__exampleWrap img {
    width: 26.6666666667vw;
  }
}
.top-industryDetail__exampleHead {
  background-color: #004682;
  border-radius: 0 0 96px 0;
  width: 380px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .top-industryDetail__exampleHead {
    width: 61.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    height: auto;
    border-radius: 0 0 4.2666666667vw 0;
  }
}
.top-industryDetail__exampleHead .txt {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  border-bottom: 1px solid #fff;
  width: 280px;
  box-sizing: border-box;
  padding: 12px 10px;
}
@media (max-width: 767px) {
  .top-industryDetail__exampleHead .txt {
    font-size: 3.7333333333vw;
    width: 37.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.top-industryDetail__exampleHead .txt:first-of-type {
  padding-top: 0;
}
.top-industryDetail__exampleList {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-industryDetail__exampleList {
    margin-top: 9.6vw;
  }
}
.top-industryDetail__exampleList > .group {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .top-industryDetail__exampleList > .group {
    margin-top: 6.4vw;
  }
}
.top-industryDetail__exampleList > .group:first-of-type {
  margin-top: 0;
}
.top-industryDetail__exampleList > .group > dt {
  background-color: #004682;
  height: 50px;
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 767px) {
  .top-industryDetail__exampleList > .group > dt {
    font-size: 4.2666666667vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
    line-height: 1.3;
    padding-left: 0.5em;
    padding-right: 0.5em;
    height: auto;
    min-height: 8.5333333333vw;
  }
}
.top-industryDetail__exampleList > .group > dt.result {
  background-color: #fff000;
  color: #004682;
}
.top-industryDetail__exampleList > .group > dd {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .top-industryDetail__exampleList > .group > dd {
    font-size: 4vw;
    margin-top: 3.2vw;
  }
}
.top-industryDetail__summary {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #004682;
  line-height: 1.6;
  margin-top: 36px;
  padding-bottom: 90px;
  width: 120%;
  margin-left: -10%;
}
@media (max-width: 767px) {
  .top-industryDetail__summary {
    width: 100%;
    margin-left: 0;
    font-size: 4.8vw;
    margin-top: 6.4vw;
    padding-bottom: 14.9333333333vw;
  }
}
.top-industryDetail__summary em {
  font-size: 1.3333333333em;
  color: #ff0041;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top-industryDetail__summary em {
    line-height: 1.3;
  }
}

.top-reason {
  background-color: #000;
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 767px) {
  .top-reason {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-reason__ttl {
  text-align: center;
  font-size: 45px;
  color: #fff;
}
@media (max-width: 767px) {
  .top-reason__ttl {
    font-size: 6.9333333333vw;
    line-height: 1.3;
  }
}
.top-reason__ttl em {
  font-size: 1.3333333333em;
}
.top-reason__ttl .strong {
  color: #ff0041;
}
.top-reason__desc {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 36px;
  line-height: 1.9444444444;
}
@media (max-width: 767px) {
  .top-reason__desc {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
.top-reason__wrap {
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .top-reason__wrap {
    border-radius: 2.6666666667vw;
  }
}
.top-reason__subTtl {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 3px solid #000;
}
@media (max-width: 767px) {
  .top-reason__subTtl {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.top-reason__list {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .top-reason__list {
    padding: 4.2666666667vw 3.2vw;
    flex-direction: column;
    gap: 3.2vw;
  }
}
.top-reason__list > li {
  background-color: #e6e6e6;
  width: calc((100% - 30px) / 2);
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-reason__list > li {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.top-reason__list > li img {
  display: block;
  width: 555px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-reason__list > li img {
    width: 95%;
  }
}
.top-reason__list > li dl {
  margin: 25px auto 0;
  width: calc(100% - 66px);
}
@media (max-width: 767px) {
  .top-reason__list > li dl {
    width: calc(100% - 13.3333333333vw);
    margin-top: 3.2vw;
  }
}
.top-reason__list > li dl dt {
  font-size: 30px;
  line-height: 1.8333333333;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .top-reason__list > li dl dt {
    font-size: 4.8vw;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
  }
}
.top-reason__list > li dl dd {
  font-size: 16px;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-reason__list > li dl dd {
    font-size: 4vw;
  }
}
.top-reason__summary {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  background-color: #d01e41;
  line-height: 1.5714285714em;
  margin-top: 42px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-reason__summary {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
    line-height: 1.3;
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.top-reason__summary .strong {
  color: #fff000;
}
.top-reason__msg {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.9444444444;
  font-weight: 500;
  margin-top: 1.1111111111em;
}
@media (max-width: 767px) {
  .top-reason__msg {
    font-size: 4vw;
    line-height: 1.8;
  }
}

.top-point {
  padding-top: 77px;
  padding-bottom: 83px;
}
@media (max-width: 767px) {
  .top-point {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-point__ttl {
  font-size: 60px;
  font-weight: 700;
  padding-left: 0.75em;
  padding-right: 1em;
}
@media (max-width: 767px) {
  .top-point__ttl {
    font-size: 6.4vw;
    line-height: 1.3;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-point__ttl > span {
  display: block;
}
@media (max-width: 767px) {
  .top-point__ttl > span {
    text-align: center;
  }
}
.top-point__ttl > span.second {
  text-align: right;
  margin-top: -1.5em;
}
@media (max-width: 767px) {
  .top-point__ttl > span.second {
    margin-top: -0.5em;
    text-align: center;
  }
}
.top-point__ttl > span em {
  font-size: 3em;
}
.top-point__ttl > span .strong {
  color: #004682;
  margin-left: 0.25em;
}
.top-point__accordion {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-point__accordion {
    margin-top: 6.4vw;
  }
}
.top-point__accordion.is_hide .top-point__accordionLink:before {
  transform: translateY(-50%);
}
.top-point__accordionLink {
  background: linear-gradient(#004682 0%, #000 100%);
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .top-point__accordionLink {
    height: 19.2vw;
    border-radius: 21.3333333333vw;
    font-size: 5.3333333333vw;
    text-align: center;
    line-height: 1.3;
  }
}
.top-point__accordionLink:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-point__accordionLink:hover {
    opacity: 1;
  }
}
.top-point__accordionLink:before {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 33/20;
  background-image: url(../../img/common/icn_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  right: 93px;
  top: 50%;
  transform: translateY(-50%) scale(1, -1);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-point__accordionLink:before {
    width: 4.8vw;
    right: 6.4vw;
  }
}
.top-point__accordionTxt {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-point__accordionTxt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is_hide .top-point__accordionTxt {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
.top-point__accordionDesc {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.9444444444;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-point__accordionDesc {
    font-size: 4vw;
    margin-top: 3.2vw;
    text-align: left;
  }
}
.top-point__accordionList {
  background-color: #d9f0fd;
  border-radius: 20px;
  margin: 30px auto 0;
  width: 980px;
  box-sizing: border-box;
  padding: 35px 55px;
}
@media (max-width: 767px) {
  .top-point__accordionList {
    border-radius: 2.6666666667vw;
    margin-top: 3.2vw;
    width: 100%;
    padding: 6.4vw 4.2666666667vw;
  }
}
.top-point__accordionList > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-point__accordionList > li {
    margin-top: 3.2vw;
  }
}
.top-point__accordionList > li:first-of-type {
  margin-top: 0;
}
.top-point__accordionList > li:before {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 35/33;
  background-image: url(../../img/common/icn_check-red.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .top-point__accordionList > li:before {
    width: 6.4vw;
  }
}
.top-point__accordionList > li .txtWrap {
  width: calc(100% - 45px);
  font-size: 26px;
  line-height: 1.3461538462;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-point__accordionList > li .txtWrap {
    width: calc(100% - 8.5333333333vw);
    font-size: 4.2666666667vw;
  }
}
.top-point__accordionList > li .txtWrap .strong {
  color: #0069be;
}

.top-step {
  background-color: #d9f0fd;
  padding-top: 120px;
  padding-bottom: 104px;
}
@media (max-width: 767px) {
  .top-step {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-step__ttl {
  text-align: center;
}
.top-step__ttl .sub {
  font-size: 40px;
  line-height: 1.625;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-step__ttl .sub {
    font-size: 5.3333333333vw;
  }
}
.top-step__ttl .main {
  color: #0069be;
  font-size: 60px;
  line-height: 1.0833333333;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-step__ttl .main {
    font-size: 8.5333333333vw;
    line-height: 1.4;
  }
}
.top-step__list {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-step__list {
    margin-top: 8vw;
  }
}
.top-step__listGroup {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .top-step__listGroup {
    margin-top: 3.2vw;
  }
}
.top-step__listGroup:first-of-type {
  margin-top: 0;
}
.top-step__listGroup.is_hide .top-step__listLink:before {
  transform: translateY(-50%);
}
.top-step__listLink {
  background: linear-gradient(#00d2be 0%, #004682 65%);
  height: 100px;
  border-radius: 100px;
  display: flex;
  color: #fff;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-step__listLink {
    height: 16vw;
    border-radius: 21.3333333333vw;
    font-size: 5.3333333333vw;
    text-align: center;
    line-height: 1.3;
  }
}
.top-step__listLink:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-step__listLink:hover {
    opacity: 1;
  }
}
.top-step__listLink:before {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 33/20;
  background-image: url(../../img/common/icn_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  right: 93px;
  top: 50%;
  transform: translateY(-50%) scale(1, -1);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-step__listLink:before {
    width: 4.8vw;
    right: 6.4vw;
  }
}
.top-step__listLink .step {
  width: 278px;
  height: 100%;
  background-color: #00d2be;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004682;
  font-size: 27.5px;
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .top-step__listLink .step {
    width: 5em;
    font-size: 3.7333333333vw;
  }
}
.top-step__listLink .step:after {
  content: "";
  display: block;
  width: 88px;
  aspect-ratio: 88/100;
  background-color: #00d2be;
  clip-path: polygon(0 100%, 0 0, 100% 0);
  position: absolute;
  top: 0;
  right: -87px;
}
@media (max-width: 767px) {
  .top-step__listLink .step:after {
    width: auto;
    aspect-ratio: 60/100;
    height: 100%;
    right: -9.0666666667vw;
  }
}
.top-step__listLink .step em {
  font-size: 2em;
  margin-top: -0.3em;
}
.top-step__listLink .desc {
  color: #fff;
  font-size: 45px;
  padding-left: 110px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-step__listLink .desc {
    font-size: 4.8vw;
    padding-left: 10.6666666667vw;
    text-align: left;
  }
}
.top-step__listDesc {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
.is_hide .top-step__listDesc {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
.top-step__listDesc .wrap {
  width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .top-step__listDesc .wrap {
    width: 90%;
    flex-direction: column;
    gap: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
.top-step__listDesc .wrap img {
  width: 360px;
  display: block;
}
@media (max-width: 767px) {
  .top-step__listDesc .wrap img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-step__listDesc .wrap .desc {
  width: 586px;
  font-size: 18px;
  line-height: 1.9444444444;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-step__listDesc .wrap .desc {
    width: 100%;
    font-size: 4vw;
    padding-bottom: 5.3333333333vw;
  }
}

.top-recommend {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .top-recommend {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-recommend__ttl {
  font-size: 60px;
  line-height: 1.3333333333;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .top-recommend__ttl {
    font-size: 8vw;
    line-height: 1.3;
  }
}
.top-recommend__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 23px 40px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-recommend__list {
    flex-direction: column;
    gap: 4.2666666667vw;
    margin: 5.3333333333vw auto 0;
    width: 80vw;
  }
}
.top-recommend__list.is_show > li {
  opacity: 1;
  transform: translateY(0);
}
.top-recommend__list > li {
  width: 400px;
  width: 400px;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s;
}
@media (max-width: 767px) {
  .top-recommend__list > li {
    width: 100%;
    opacity: 0 !important;
    transform: translateY(8vw) !important;
    will-change: transform;
  }
}
@media (max-width: 767px) {
  .top-recommend__list > li.is_show {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.top-recommend__list > li:nth-of-type(2) {
  transition-delay: 0.15s;
}
@media (max-width: 767px) {
  .top-recommend__list > li:nth-of-type(2) {
    transition-delay: 0s;
  }
}
.top-recommend__list > li:nth-of-type(3) {
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .top-recommend__list > li:nth-of-type(3) {
    transition-delay: 0s;
  }
}
.top-recommend__list > li:nth-of-type(4) {
  transition-delay: 0.45s;
}
@media (max-width: 767px) {
  .top-recommend__list > li:nth-of-type(4) {
    transition-delay: 0s;
  }
}
.top-recommend__list > li:last-of-type {
  transition-delay: 0.6s;
}
@media (max-width: 767px) {
  .top-recommend__list > li:last-of-type {
    transition-delay: 0s;
  }
}
.top-recommend__list > li img {
  display: block;
  width: calc(100% + 20px);
  margin-left: -20px;
}
@media (max-width: 767px) {
  .top-recommend__list > li img {
    width: 100%;
    margin-left: -1.6vw;
  }
}
.top-recommend__note {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5625;
  margin-top: 12px;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-recommend__note {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
    width: 100%;
  }
}

.top-staff {
  background-color: #004682;
  padding-top: 100px;
  padding-bottom: 102px;
}
@media (max-width: 767px) {
  .top-staff {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-staff__ttl {
  color: #fff;
  font-size: 60px;
  line-height: 1.3333333333;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-staff__ttl {
    font-size: 8.5333333333vw;
    line-height: 1.3;
  }
}
.top-staff__desc {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-staff__desc {
    font-size: 4.5333333333vw;
    margin-top: 8vw;
    line-height: 1.8;
  }
}
.top-staff__desc .strong {
  color: #fff000;
}
.top-staff__list {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media (max-width: 767px) {
  .top-staff__list {
    margin: 4.2666666667vw auto 0;
    width: 85.3333333333vw;
    gap: 1.0666666667vw;
  }
}
.top-staff__list > li {
  width: 50%;
}
@media (max-width: 767px) {
  .top-staff__list > li {
    width: 100%;
  }
}
.top-staff__list > li:first-of-type {
  width: 100%;
}
.top-staff__list > li img {
  display: block;
  width: 100%;
}

.top-price {
  background-color: #d9f0fd;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-price {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-price__ttl {
  font-size: 60px;
  line-height: 1.6666666667;
  text-align: center;
}
@media (max-width: 767px) {
  .top-price__ttl {
    font-size: 8.5333333333vw;
    line-height: 1.3;
  }
}
.top-price__ttl .strong {
  color: #0069be;
}
.top-price__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9444444444;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-price__desc {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    line-height: 1.6;
  }
}
.top-price__calcImg {
  display: block;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-price__calcImg {
    margin-top: 5.3333333333vw;
    background-color: #fff;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}
.top-price__subTtl {
  font-size: 60px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .top-price__subTtl {
    font-size: 7.4666666667vw;
    line-height: 1.3;
    margin-top: 10.6666666667vw;
  }
}
.top-price__subTtl.basic {
  color: #004682;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-price__subTtl.basic {
    margin-top: 16vw;
  }
}
@media (max-width: 767px) {
  .top-price__subTtl.add {
    font-size: 6.4vw;
    margin-top: 8.5333333333vw;
  }
}
.top-price__miniTtl {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 1.46875;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-price__miniTtl {
    font-size: 4.8vw;
    margin-top: 8.5333333333vw;
  }
}
.top-price__tableWrap {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-price__tableWrap {
    width: 95.7333333333vw;
    margin-top: 5.3333333333vw;
    overflow-x: scroll;
    position: relative;
  }
}
.top-price__tableScrollIcn {
  display: none;
}
@media (max-width: 767px) {
  .top-price__tableScrollIcn {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2.6666666667vw;
    width: 26.6666666667vw;
    aspect-ratio: 100/90;
    border-radius: 2.6666666667vw;
    background-color: rgba(102, 195, 246, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.6666666667vw;
    box-sizing: border-box;
    pointer-events: none;
    transition: 0.6s;
  }
}
@media (max-width: 767px) {
  .top-price__tableScrollIcn:after {
    content: "";
    display: block;
    width: 9.6vw;
    aspect-ratio: 112/158;
    position: absolute;
    top: 2.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-image: url(../../img/common/icn_scroll.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .top-price__tableScrollIcn.is_show {
    transition-delay: 1.8s;
    opacity: 0;
  }
  .top-price__tableScrollIcn.is_show:after {
    animation: scroll-hint-blink-out 1.8s forwards;
  }
}
@media (max-width: 767px) {
  .top-price__tableImgWrap {
    width: 162.1333333333vw;
  }
}
.top-price__tableImg {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .top-price__tableImg {
    padding-right: 4.2666666667vw;
  }
}
.top-price__caution {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 12px;
  text-align: right;
}
@media (max-width: 767px) {
  .top-price__caution {
    font-size: 3.2vw;
    margin-top: 0.5333333333vw;
  }
}
.top-price__plus {
  font-size: 150px;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-price__plus {
    font-size: 21.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.top-price__important {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  background-color: #0087dc;
  font-weight: 700;
  height: 180px;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 88px;
}
@media (max-width: 767px) {
  .top-price__important {
    font-size: 4.5333333333vw;
    height: 29.8666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.top-simulation {
  background-color: #004682;
  padding-top: 98px;
  padding-bottom: 98px;
}
@media (max-width: 767px) {
  .top-simulation {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-simulation__ttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .top-simulation__ttl {
    font-size: 6.9333333333vw;
  }
}
.top-simulation__desc {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-simulation__desc {
    font-size: 4vw;
    margin-top: 4.2666666667vw;
    line-height: 1.8;
  }
}
.top-simulation__subTtl {
  background-color: #00d2be;
  width: 800px;
  height: 90px;
  margin: 48px auto 0;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004682;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-simulation__subTtl {
    width: 100%;
    height: 12.8vw;
    margin-top: 10.6666666667vw;
    border-radius: 24vw;
    font-size: 6.4vw;
  }
}
.top-simulation__list {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-simulation__list {
    margin: 8.5333333333vw auto 0;
  }
}
.top-simulation__list > li {
  margin-top: 50px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-simulation__list > li {
    margin-top: 6.4vw;
    border-radius: 2.6666666667vw;
  }
}
.top-simulation__list > li:first-of-type {
  margin-top: 0;
}
.top-simulation__topWrap {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 767px) {
  .top-simulation__topWrap {
    display: block;
  }
}
.top-simulation__caseWrap {
  width: 550px;
  aspect-ratio: 550/350;
  position: relative;
}
@media (max-width: 767px) {
  .top-simulation__caseWrap {
    width: 100%;
  }
}
.top-simulation__caseTtl {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #004682;
  position: absolute;
  top: 12px;
  left: 2px;
}
@media (max-width: 767px) {
  .top-simulation__caseTtl {
    font-size: 5.3333333333vw;
    top: 3.2vw;
    left: 3.2vw;
  }
}
.top-simulation__caseTtl em {
  font-size: 3em;
}
.top-simulation__caseImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-simulation__txtImg {
  margin-top: 50px;
  width: 540px;
  display: block;
}
@media (max-width: 767px) {
  .top-simulation__txtImg {
    margin: 8vw auto 0;
    width: 85%;
  }
}
.top-simulation__tableWrap {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-simulation__tableWrap {
    width: 92.5%;
    margin-top: 3.2vw;
    margin-left: auto;
    overflow-x: scroll;
    position: relative;
  }
}
.top-simulation__tableScrollIcn {
  display: none;
}
@media (max-width: 767px) {
  .top-simulation__tableScrollIcn {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2.6666666667vw;
    width: 26.6666666667vw;
    aspect-ratio: 100/90;
    border-radius: 2.6666666667vw;
    background-color: rgba(102, 195, 246, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.6666666667vw;
    box-sizing: border-box;
    pointer-events: none;
    transition: 0.6s;
  }
}
@media (max-width: 767px) {
  .top-simulation__tableScrollIcn:after {
    content: "";
    display: block;
    width: 9.6vw;
    aspect-ratio: 112/158;
    position: absolute;
    top: 2.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-image: url(../../img/common/icn_scroll.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .top-simulation__tableScrollIcn.is_show {
    transition-delay: 1.8s;
    opacity: 0;
  }
  .top-simulation__tableScrollIcn.is_show:after {
    animation: scroll-hint-blink-out 1.8s forwards;
  }
}
.top-simulation__tableImgWrap {
  width: 984px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-simulation__tableImgWrap {
    width: 157.44vw;
  }
}
.top-simulation__tableImg {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .top-simulation__tableImg {
    padding-right: 4.2666666667vw;
  }
}
.top-simulation__bottomWrap {
  margin-top: 45px;
  background-color: #99ede5;
  padding-left: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .top-simulation__bottomWrap {
    margin-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2vw;
    padding: 8vw 5.3333333333vw;
  }
}
.top-simulation__bottomWrap > dt {
  font-size: 60px;
  color: #004682;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff000;
  width: 220px;
  height: 100px;
  border-radius: 100px;
  font-weight: 700;
  margin-top: 0.4em;
}
@media (max-width: 767px) {
  .top-simulation__bottomWrap > dt {
    font-size: 6.4vw;
    width: 32vw;
    height: 10.6666666667vw;
    border-radius: 53.3333333333vw;
    margin: 0 auto 0;
  }
}
.top-simulation__bottomWrap > dd {
  font-size: 33.75px;
  font-weight: 700;
  line-height: 1.2444444444;
}
@media (max-width: 767px) {
  .top-simulation__bottomWrap > dd {
    font-size: 5.0666666667vw;
    width: calc(100% + 5.3333333333vw);
  }
}
.top-simulation__bottomWrap > dd em {
  font-size: 1.3333333333em;
}
.top-simulation__bottomWrap > dd em.num {
  font-size: 1.6666666667em;
}
.top-simulation__bottomWrap > dd .strong {
  color: #ff0041;
}
.top-simulation__summaryTtl {
  color: #004682;
  background-color: #fff;
  font-weight: 700;
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 90px;
  border-radius: 90px;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .top-simulation__summaryTtl {
    font-size: 8vw;
    width: 48vw;
    height: 16vw;
    margin-top: 16vw;
  }
}
.top-simulation__summaryDesc {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-simulation__summaryDesc {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.top-simulation__summaryList {
  margin-top: 40px;
  background-color: #fff000;
  border-radius: 20px;
  padding: 68px 145px;
}
@media (max-width: 767px) {
  .top-simulation__summaryList {
    margin-top: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
.top-simulation__summaryList > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-simulation__summaryList > li {
    margin-top: 4.8vw;
  }
}
.top-simulation__summaryList > li:first-of-type {
  margin-top: 0;
}
.top-simulation__summaryList > li:before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 35/33;
  background-image: url(../../img/common/icn_check-red.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .top-simulation__summaryList > li:before {
    width: 6.9333333333vw;
  }
}
.top-simulation__summaryList > li .txtWrap {
  width: calc(100% - 64px);
  font-size: 45px;
  line-height: 1.3461538462;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-simulation__summaryList > li .txtWrap {
    width: calc(100% - 9.6vw);
    font-size: 5.3333333333vw;
  }
}
.top-simulation__summaryList > li .txtWrap .strong {
  color: #ff0041;
}
.top-simulation__cautuion {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5625;
  text-indent: -1.2em;
  padding-left: 1.2em;
  box-sizing: border-box;
  text-align: right;
  margin-top: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .top-simulation__cautuion {
    font-size: 3.2vw;
    text-align: left;
    margin-top: 3.2vw;
    width: 100%;
  }
}
.top-simulation__cautuion.mt0 {
  margin-top: 0;
}

.top-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .top-faq {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-faq__ttl {
  text-align: center;
  font-size: 60px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-faq__ttl {
    font-size: 8.5333333333vw;
  }
}
.top-faq__ttl .ja {
  color: #004682;
  font-weight: 700;
}
.top-faq__ttl .en {
  font-size: 0.6666666667em;
  font-weight: 700;
}
.top-faq__list {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-faq__list {
    margin-top: 3.2vw;
  }
}
.top-faq__listGroup {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .top-faq__listGroup {
    margin-top: 3.2vw;
  }
}
.top-faq__listGroup:first-of-type {
  margin-top: 0;
}
.top-faq__listGroup.is_hide .top-faq__listLink:after {
  transform: translateY(-50%);
}
.top-faq__listLink {
  background: linear-gradient(#00d2be 0%, #004682 65%);
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 17px;
  padding-left: 104px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-faq__listLink {
    height: 16vw;
    border-radius: 21.3333333333vw;
    gap: 2.6666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.top-faq__listLink:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-faq__listLink:hover {
    opacity: 1;
  }
}
.top-faq__listLink:before {
  content: "";
  display: block;
  width: 59px;
  aspect-ratio: 59/50;
  background-image: url(../../img/common/icn_q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .top-faq__listLink:before {
    width: 6.4vw;
  }
}
.top-faq__listLink:after {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 33/20;
  background-image: url(../../img/common/icn_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  right: 93px;
  top: 50%;
  transform: translateY(-50%) scale(1, -1);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-faq__listLink:after {
    width: 4.8vw;
    right: 6.4vw;
  }
}
.top-faq__listLink .txtWrap {
  color: #fff;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  width: calc(100% - 59px);
}
@media (max-width: 767px) {
  .top-faq__listLink .txtWrap {
    font-size: 4.2666666667vw;
    line-height: 1.3;
    width: calc(100% - 8vw);
  }
}
.top-faq__listDesc {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
.is_hide .top-faq__listDesc {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
.top-faq__listDesc .wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  padding-left: 145px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .top-faq__listDesc .wrap {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-top: 3.2vw;
  }
}
.top-faq__listDesc .wrap:before {
  content: "A.";
  color: #ff0041;
  font-weight: 700;
  font-size: 40px;
  margin-top: -0.2em;
}
@media (max-width: 767px) {
  .top-faq__listDesc .wrap:before {
    font-size: 4.2666666667vw;
    margin-top: 0.2em;
  }
}
.top-faq__listDesc .txtWrap {
  font-size: 20px;
  line-height: 1.75;
  width: calc(100% - 1.5em);
}
@media (max-width: 767px) {
  .top-faq__listDesc .txtWrap {
    font-size: 4vw;
    padding-bottom: 4.2666666667vw;
  }
}

.top-customer {
  background-image: url(../../img/top/bg_customer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 84px;
}
@media (max-width: 767px) {
  .top-customer {
    padding-top: 16vw;
  }
}
.top-customer__ttl {
  color: #004682;
  text-align: center;
  font-weight: 700;
  line-height: 1.3333333333;
  font-size: 60px;
}
@media (max-width: 767px) {
  .top-customer__ttl {
    font-size: 8.5333333333vw;
  }
}
.top-customer__wrap {
  position: relative;
  margin: 40px auto 0;
  width: 720px;
}
@media (max-width: 767px) {
  .top-customer__wrap {
    margin-top: 6.4vw;
    width: 100%;
  }
}
.top-customer__list > li {
  position: relative;
}
.top-customer__list > li:after {
  content: "";
  display: block;
  width: 700px;
  aspect-ratio: 700/200;
  background-image: url(../../img/top/deco_customer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-customer__list > li:after {
    width: 80vw;
  }
}
.top-customer__list > li .wrap {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-customer__list > li .wrap {
    width: 80vw;
    border-radius: 2.6666666667vw;
  }
}
.top-customer__list > li .wrap img {
  display: block;
  width: 100%;
}
.top-customer__list > li .wrap .txtWrap {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .top-customer__list > li .wrap .txtWrap {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    height: 73.8666666667vw;
    box-sizing: border-box;
  }
}
.top-customer__list > li .wrap .txtWrap .ttl {
  color: #0069be;
  font-weight: 700;
  text-align: center;
  font-size: 45px;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .top-customer__list > li .wrap .txtWrap .ttl {
    font-size: 5.3333333333vw;
  }
}
.top-customer__list > li .wrap .txtWrap .desc {
  font-size: 18px;
  line-height: 1.9444444444;
  margin-top: 15px;
  font-weight: 500;
  padding-left: 57px;
  padding-right: 57px;
}
@media (max-width: 767px) {
  .top-customer__list > li .wrap .txtWrap .desc {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    line-height: 1.7;
  }
}
.top-customer__list > li .wrap .txtWrap .desc em {
  font-weight: 700;
  color: #ff0041;
}
.top-customer .swiper-button-prev {
  top: 370px;
  left: -240px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-customer .swiper-button-prev {
    top: 58.6666666667vw;
    left: 1.6vw;
  }
}
.top-customer .swiper-button-prev:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-customer .swiper-button-prev:hover {
    opacity: 1;
  }
}
.top-customer .swiper-button-prev:after {
  font-size: 180px;
  color: #fff;
}
@media (max-width: 767px) {
  .top-customer .swiper-button-prev:after {
    font-size: 10.6666666667vw;
  }
}
.top-customer .swiper-button-next {
  top: 370px;
  right: -240px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-customer .swiper-button-next {
    top: 58.6666666667vw;
    right: 1.6vw;
  }
}
.top-customer .swiper-button-next:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .top-customer .swiper-button-next:hover {
    opacity: 1;
  }
}
.top-customer .swiper-button-next:after {
  font-size: 180px;
  color: #fff;
}
@media (max-width: 767px) {
  .top-customer .swiper-button-next:after {
    font-size: 10.6666666667vw;
  }
}

.top-msg {
  background-color: #004682;
  padding-top: 94px;
  padding-bottom: 101px;
}
@media (max-width: 767px) {
  .top-msg {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-msg__ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .top-msg__ttl {
    font-size: 8.5333333333vw;
  }
}
.top-msg__wrap {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 5px 150px 100px;
}
@media (max-width: 767px) {
  .top-msg__wrap {
    border-radius: 2.6666666667vw;
    margin-top: 5.3333333333vw;
    padding: 4.2666666667vw 3.2vw;
  }
}
.top-msg__head {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 89px;
}
@media (max-width: 767px) {
  .top-msg__head {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.top-msg__headImg {
  display: block;
  width: 316px;
}
@media (max-width: 767px) {
  .top-msg__headImg {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-msg__headTxt {
  display: block;
  width: 490px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .top-msg__headTxt {
    width: 80%;
    margin: 2.6666666667vw auto 0;
  }
}
.top-msg__txtWrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-msg__txtWrap {
    margin-top: 5.3333333333vw;
  }
}
.top-msg__txtWrap .desc {
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-msg__txtWrap .desc {
    font-size: 4vw;
    line-height: 2;
  }
}
.top-msg__txtWrap .desc em {
  font-size: 1.4em;
  font-weight: 700;
  background-color: #fff000;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .top-msg__txtWrap .desc em {
    font-size: 1.1em;
    display: inline;
  }
}
.top-msg__txtWrap .desc .strong {
  color: #ff0041;
}
.top-msg__txtWrap .sign {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  margin-top: 3em;
}
@media (max-width: 767px) {
  .top-msg__txtWrap .sign {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 2em;
  }
}
.top-msg__txtWrap .sign em {
  font-weight: 700;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .top-msg__txtWrap .sign em {
    font-size: 1.2em;
  }
}

.top-limit {
  background-color: #66c3f6;
  padding-top: 60px;
  padding-bottom: 115px;
  position: relative;
}
@media (max-width: 767px) {
  .top-limit {
    padding-top: 12.8vw;
    padding-bottom: 18.1333333333vw;
  }
}
.top-limit:before {
  content: "";
  display: block;
  width: 50%;
  height: 278px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #004682;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .top-limit:before {
    height: 16vw;
  }
}
.top-limit:after {
  content: "";
  display: block;
  width: 50%;
  height: 278px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #004682;
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media (max-width: 767px) {
  .top-limit:after {
    height: 16vw;
  }
}
.top-limit__ttl {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .top-limit__ttl {
    font-size: 8vw;
    line-height: 1.4;
    text-align: left;
    margin-left: 4.2666666667vw;
  }
}
.top-limit__ttl em {
  font-size: 1.75em;
}
@media (max-width: 767px) {
  .top-limit__ttl em {
    line-height: 1;
  }
}
.top-limit__ttl .strong {
  color: #ff0041;
}
.top-limit__ttl img {
  display: block;
  width: 171px;
  position: absolute;
  top: 40px;
  right: -178px;
}
@media (max-width: 767px) {
  .top-limit__ttl img {
    width: 26.6666666667vw;
    top: 16vw;
    right: -16vw;
  }
}
.top-limit__desc {
  font-weight: 500;
  text-align: center;
  font-size: 25px;
  line-height: 2.2;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-limit__desc {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    text-align: left;
    line-height: 1.8;
  }
}
.top-limit__desc em {
  font-weight: 700;
  color: #ff0041;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}
.top-limit__last {
  font-size: 60px;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  color: #004682;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .top-limit__last {
    font-size: 7.4666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.top-info {
  padding-top: 98px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-info {
    padding-top: 16vw;
    padding-bottom: 34.6666666667vw;
  }
}
.top-info__ttl {
  color: #004682;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-info__ttl {
    font-size: 8.5333333333vw;
  }
}
.top-info__list {
  margin: 50px auto 0;
  width: 978px;
  border-top: 1px solid #004682;
}
@media (max-width: 767px) {
  .top-info__list {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}
.top-info__list > .group {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #004682;
}
.top-info__list > .group > dt {
  width: 235px;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-info__list > .group > dt {
    width: 6em;
    font-size: 4vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    text-align: left;
  }
}
.top-info__list > .group > dd {
  width: calc(100% - 235px);
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top-info__list > .group > dd {
    width: calc(100% - 6em);
    font-size: 4vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-left: 0;
  }
}
.top-info__list > .group > dd .strong {
  color: #004682;
  font-weight: 700;
}
.top-info__list > .group > dd .strong + .txt {
  margin-bottom: 1.6em;
}
@media (max-width: 767px) {
  .top-info__list > .group > dd .strong + .txt {
    margin-bottom: 1.2em;
  }
}
.top-info__list > .group > dd .strong + .txt:last-of-type {
  margin-bottom: 0;
}

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