/** Colors **/
/** Font Size **/
/** Spacer **/
/** breakPoint **/
body {
  color: #333;
}

p {
  line-height: 175%;
}

.swiper {
  overflow: hidden;
  position: relative;
}

.top-page-heading {
  text-align: center;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 1079px) {
  .top-page-heading {
    margin-bottom: 32px;
  }
}
.top-page-heading__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .top-page-heading__title {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 8px;
  }
}
.top-page-heading__subtitle {
  font-weight: 400;
  line-height: 23px;
}
.top-page-heading__subtitle--middle {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
}
.top-page-heading__pretitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .top-page-heading__pretitle {
    font-size: 18px;
  }
}

.top-cta-banner {
  padding: 64px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: grid;
  grid-template-columns: auto 334px;
  column-gap: 64px;
  row-gap: 32px;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .top-cta-banner {
    display: block;
    padding: 24px;
  }
}
.top-cta-banner__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 175%;
  letter-spacing: 0.05em;
}
.top-cta-banner__title br:nth-child(1) {
  display: none;
}
@media print, screen and (max-width: 1079px) {
  .top-cta-banner__title {
    text-align: center;
    margin: 0 auto 32px;
    font-size: 24px;
  }
  .top-cta-banner__title br:nth-child(1) {
    display: block;
  }
}
.top-cta-banner__image {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media print, screen and (max-width: 1079px) {
  .top-cta-banner__image {
    margin: 0 auto 32px;
  }
  .top-cta-banner__image img {
    margin: auto;
  }
}

.top-cta__buttons {
  display: flex;
}
@media print, screen and (max-width: 1079px) {
  .top-cta__buttons {
    justify-content: center;
    display: block;
  }
}
.top-cta__button {
  margin: 0;
  font-weight: 500;
  padding: 12px 32px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1079px) {
  .top-cta__button {
    width: 100%;
  }
}
.top-cta__button + .top-cta__button {
  margin-left: 24px;
}
@media print, screen and (max-width: 1079px) {
  .top-cta__button + .top-cta__button {
    margin: 8px 0 0;
  }
}

/*hero*/
.hero {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px; /*cm*/
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .hero {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
}
.hero::before {
  content: "";
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 57.4305555556vw;
  height: 100%;
  background-color: #f8f8f7;
}
@media print, screen and (max-width: 1079px) {
  .hero::before {
    width: 100%;
    height: 358px;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
  }
}
.hero__inner {
  align-items: center;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .hero__inner {
    display: block;
  }
}
.hero__title {
  font-size: 40px;
  color: #001A88;
  line-height: 58px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
  .hero__title {
    white-space: nowrap;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
  }
}
.hero__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 175%;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-bottom: 24px;
  margin-bottom: 16px;
  grid-column: 1/1;
}
@media print, screen and (max-width: 1079px) {
  .hero__text {
    width: fit-content;
    margin: 0 auto 32px;
    font-size: 17px;
  }
}
.hero__content {
  padding-right: 24px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(3, auto);
}
.hero__content--expense {
  grid-template-rows: 130px 60px 80px;
}
@media print, screen and (max-width: 1079px) {
  .hero__content {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    position: relative;
    padding: 0;
  }
}
.hero__content--top {
  padding-right: 0;
}
.hero__visual {
  grid-row: 1/3;
  grid-column: 2/2;
}
.hero__visual > * {
  position: absolute;
  right: 0;
  top: 0;
  right: -0.5vw;
  top: -3.2vw;
  width: 45.2777777778vw;
  max-width: 652px;
}
@media print, screen and (max-width: 1079px) {
  .hero__visual > * {
    width: 100%;
    margin: auto;
    position: static;
  }
}
.hero__visual--top > * {
  position: static;
}
@media print, screen and (max-width: 1079px) {
  .hero__visual {
    grid-row: auto;
    grid-column: auto;
    margin-bottom: 32px;
  }
  .hero__visual img {
    max-width: 298px;
    margin: auto;
  }
}
.hero__buttons {
  grid-column: 1/1;
}
@media print, screen and (max-width: 1079px) {
  .hero__buttons {
    grid-row: auto;
    grid-column: auto;
  }
}
@media print, screen and (min-width: 1080px) {
  .hero__button {
    height: 56px;
    font-size: 20px;
  }
}
.hero__icons-wrap {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .hero__icons-wrap {
    grid-row: 5;
    justify-content: center;
  }
}
.hero__icons-wrap + .hero__buttons {
  margin-top: 24px;
}
@media print, screen and (max-width: 1079px) {
  .hero__icons-wrap + .hero__buttons {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.hero__icons1 {
  display: grid;
  margin-top: 16px;
  grid-template-columns: auto auto;
  gap: 32px;
  margin-right: 32px;
}
@media print, screen and (min-width: 1080px) {
  .hero__icons1 img {
    width: auto;
    height: 64px;
  }
}
@media print, screen and (max-width: 1079px) {
  .hero__icons1 {
    gap: 16px;
    margin-right: 16px;
    grid-template-columns: 113.25px 95.17px;
  }
}
.hero__icons2 {
  display: grid;
  grid-template-columns: 78px 78px;
  gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .hero__icons2 {
    gap: 16px;
    grid-template-columns: 47px 47px;
  }
}

.cm {
  position: relative;
  margin-top: -110px;
  margin-bottom: 42px;
}
@media print, screen and (max-width: 1079px) {
  .cm {
    margin-top: -84px;
    margin-bottom: 48px;
  }
}

@media print, screen and (min-width: 1080px) {
  .cm-content {
    display: flex;
    justify-content: center;
    gap: 64px;
    align-items: center;
  }
}
@media print, screen and (min-width: 1080px) {
  .cm-content__left {
    max-width: 275px;
  }
}
@media print, screen and (max-width: 1079px) {
  .cm-content__left img {
    max-width: 260px;
    margin: 0 auto 24px;
  }
}
@media print, screen and (min-width: 1080px) {
  .cm-content__right {
    max-width: 460px;
  }
}
@media print, screen and (max-width: 1079px) {
  .cm-content__right {
    padding: 0 16px;
  }
}

.cm-card {
  display: flex;
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
  max-width: 700px;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .cm-card {
    max-width: 382px;
    margin: auto;
  }
}
.cm-card:hover {
  opacity: 0.78;
}
.cm-card__visual {
  flex: 0 0 280px;
}
@media print, screen and (max-width: 1079px) {
  .cm-card__visual {
    flex: 0 0 140px;
  }
}
.cm-card__content {
  padding: 18px 0;
  flex: 1;
  align-self: center;
}
@media print, screen and (max-width: 1079px) {
  .cm-card__content {
    padding: 8px 16px;
  }
}
.cm-card__label {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: fit-content;
  margin: auto;
  background: #0E63C4;
  border-radius: 100px;
  padding: 2px 16px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .cm-card__label {
    font-size: 14px;
  }
}
.cm-card__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 49px;
  text-align: center;
  color: #0E63C4;
  white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
  .cm-card__title {
    font-size: 18px;
    line-height: 1;
  }
}

.hero-label {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1079px) {
  .hero-label {
    line-height: 1.75;
  }
}

/*document*/
.document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
  align-items: center;
  padding: 0px 0px 48px;
  gap: 49px;
  margin: -24px auto 0;
  max-width: 800px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .document {
    display: block;
    margin: 0 auto 0;
    padding: 0 5% 32px;
  }
}
@media print, screen and (max-width: 1079px) {
  .document__left {
    margin-bottom: 24px;
  }
}
.document__left img {
  margin: 0;
}
@media print, screen and (max-width: 1079px) {
  .document__left img {
    margin: auto;
  }
}
.document__right {
  flex: 1;
}
@media print, screen and (max-width: 1079px) {
  .document__right {
    width: fit-content;
    margin: auto;
  }
}
.document__right-images {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .document__right-images {
    column-gap: 20px;
  }
}
.document__right-text + .document__right-text {
  margin-top: 4px;
}
.document__right-text {
  font-weight: 400;
  font-size: 12px;
  color: #888;
  text-align: right;
}
@media print, screen and (max-width: 1079px) {
  .document__right-text {
    text-align: left;
    margin-top: 8px;
  }
}

.customer {
  padding-bottom: 64px;
}
@media print, screen and (max-width: 1079px) {
  .customer {
    padding-bottom: 48px;
  }
}
.customer__items {
  transition-timing-function: linear;
  display: flex;
  column-gap: 0;
  row-gap: 0;
}
.customer__item {
  width: 158px;
  flex: 0 0 158px;
  width: 158px;
  height: 100%;
  margin: 0 16px;
}
.customer__item img {
  width: 158px;
}
.customer .swiper + .swiper {
  margin-top: 24px;
}

.top-about {
  padding: 0 0 40px;
  margin-top: -24px;
}
@media print, screen and (max-width: 1079px) {
  .top-about {
    margin-top: -56px;
    padding: 48px 0;
  }
}
.top-about__content {
  position: relative;
  z-index: 1;
}
.top-about__image {
  position: relative;
  z-index: 2;
}
.top-about__content-bg {
  position: absolute;
  color: #f7faff;
  white-space: nowrap;
  top: 47%;
  left: -80px;
  transform: translate(0, -50%);
  line-height: 1.5;
  font-size: 116px;
  font-weight: 900;
}
@media print, screen and (max-width: 1079px) {
  .top-about__content-bg {
    left: 50%;
    font-size: 14.5vw;
    font-size: 64px;
    top: 0;
    line-height: 1.2;
    transform: translate(-50%, 0%);
    font-size: 43px;
    top: -1.5vw;
  }
}
@media screen and (max-width: 480px) {
  .top-about__content-bg {
    font-size: 64px;
    top: -8.5vw;
  }
}
.top-about__box {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 48px 80px;
  display: grid;
  grid-template-columns: 1fr 415px;
  gap: 80px;
}
@media print, screen and (max-width: 1079px) {
  .top-about__box {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding: 16px;
  }
}
.top-about__title {
  font-size: 40px;
  color: #0E63C4;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1079px) {
  .top-about__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 8px;
  }
}
.top-about p {
  position: relative;
  z-index: 2;
}

.top-intro {
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .top-intro {
    padding: 48px 0;
  }
}
.top-intro__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
@media print, screen and (max-width: 1079px) {
  .top-intro__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.top-intro__item-image {
  max-width: 240px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.top-intro__item-title {
  color: #0E63C4;
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.top-merit {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .top-merit {
    padding: 48px 0;
  }
}
.top-merit__inner {
  padding: 48px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  gap: 80px;
}
@media print, screen and (max-width: 1079px) {
  .top-merit__inner {
    display: block;
    padding: 32px 16px;
  }
}
@media print, screen and (max-width: 1079px) {
  .top-merit__figure {
    margin-bottom: 24px;
  }
}
.top-merit__content-title {
  color: #001A88;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .top-merit__content-title {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 8px;
  }
}
.top-merit__content-desc {
  line-height: 2;
  margin-bottom: 16px;
}
.top-merit__content-annotation {
  font-weight: 400;
  font-size: 14px;
  color: #888;
}

.merit {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .merit {
    padding: 48px 0;
  }
}
.merit__inner {
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media print, screen and (max-width: 1079px) {
  .merit__inner {
    padding: 32px 16px;
    flex-direction: column-reverse;
  }
}
@media print, screen and (max-width: 1079px) {
  .merit__figure {
    margin-bottom: 24px;
  }
}
.merit__content-title {
  color: #001A88;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .merit__content-title {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 8px;
  }
}
.merit__content-desc {
  line-height: 2;
  margin-bottom: 16px;
}
.merit__content-annotation {
  font-weight: 400;
  font-size: 14px;
  color: #888;
}

.about {
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .about {
    padding: 48px 0;
  }
}
.about__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
}
@media print, screen and (max-width: 1079px) {
  .about__items {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.about__item-figure {
  margin: 0 auto 16px;
}
.about__item-title {
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
}
.about__item-desc {
  font-weight: 400;
  line-height: 175%;
}
.about__button {
  margin-top: 48px;
}
@media print, screen and (max-width: 1079px) {
  .about__button {
    margin-top: 32px;
  }
}

.function {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .function {
    padding: 48px 0;
  }
}
.function__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  row-gap: 48px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 1079px) {
  .function__items {
    display: block;
    margin-bottom: 32px;
  }
}
.function__item {
  display: flex;
}
@media print, screen and (max-width: 1079px) {
  .function__item {
    margin-bottom: 32px;
  }
  .function__item:last-child {
    margin-bottom: 0;
  }
}
.function__item-icon {
  flex: 0 0 56px;
}
.function__item-icon {
  margin-right: 16px;
}
.function__item-title {
  margin-bottom: 8px;
  font-size: 24px;
}
@media print, screen and (max-width: 1079px) {
  .function__item-title {
    font-size: 20px;
  }
}
.function__item-desc {
  line-height: 28px;
}
.function__item a {
  color: #0E63C4;
  font-weight: 700;
  text-decoration: underline;
}

.service {
  padding: 64px 0;
}
.service__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  margin: 0 -24px;
}
@media print, screen and (max-width: 1079px) {
  .service__items {
    display: block;
    margin: 0;
  }
}
.service__item {
  flex: 0 0 calc(33.33% - 48px);
  max-width: calc(33.33% - 48px);
  padding: 24px 24px 32px 24px;
  border: 2px solid #d5d5d5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 1079px) {
  .service__item {
    padding: 16px;
    max-width: 100%;
    font-size: 15px;
    margin-bottom: 24px;
  }
  .service__item:last-child {
    margin-bottom: 0;
  }
}
.service__item-title {
  margin: 0 -24px 8px;
  margin-bottom: 8px;
}
.service__item-title img {
  height: 35px;
  margin: auto;
}
.service__item-image {
  margin-bottom: 8px;
}
.service__item-image img {
  margin: auto;
  height: 150px;
}
.service__item-desc {
  line-height: 175%;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .service__item-desc {
    font-size: 16px;
  }
}
.service__item-button {
  margin: auto auto 0;
  padding: 12px 24px;
}
@media print, screen and (max-width: 1079px) {
  .service__item-button {
    width: fit-content !important;
    margin: auto;
  }
}

.lawinfo {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .lawinfo {
    padding: 48px 5%;
  }
}
.lawinfo__inner {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 1079px) {
  .lawinfo__inner {
    width: fit-content;
    display: block;
  }
}
.lawinfo__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .lawinfo__title {
    text-align: center;
    margin-bottom: 24px;
  }
}
.lawinfo__image {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: center;
}
@media print, screen and (max-width: 1079px) {
  .lawinfo__image {
    margin-bottom: 24px;
  }
  .lawinfo__image img {
    margin: auto;
  }
}
.lawinfo__desc {
  font-weight: 400;
  line-height: 200%;
}
.lawinfo__link {
  display: inline-block;
  color: #0E63C4;
  margin-top: 16px;
  font-weight: 500;
  text-decoration: underline;
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .lawinfo__link {
    margin-top: 24px;
  }
}

.case-study {
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .case-study {
    padding: 48px 0;
  }
  .case-study .top-page-heading__subtitle--middle {
    font-weight: 400;
    line-height: 175%;
    padding: 0 5%;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .case-study .top-page-heading__subtitle--middle {
    text-align: left;
  }
  .case-study .top-page-heading__subtitle--middle br {
    display: none;
  }
}
.case-study__review {
  margin-bottom: 48px;
}
.case-study__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 1079px) {
  .case-study__items {
    display: block;
    margin-bottom: 32px;
  }
}
.case-study__item {
  border: 2px solid #ececec;
  border-radius: 8px;
  transition: 0.3s;
  display: block;
}
.case-study__item:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.case-study__item img {
  border-radius: 6px 6px 0px 0px;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .case-study__item {
    margin-bottom: 24px;
  }
  .case-study__item:last-child {
    margin-bottom: 0;
  }
}
.case-study__item-content {
  padding: 24px;
}
.case-study__item-title {
  font-weight: 500;
  line-height: 175%;
}
@media print, screen and (max-width: 1079px) {
  .case-study__item-title {
    font-size: 16px;
  }
}
.case-study__item-info {
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
}
@media print, screen and (max-width: 1079px) {
  .case-study__item-info {
    font-size: 15px;
  }
}
.case-study__item-info + .case-study__item-info {
  margin-top: 4px;
}
.case-study__button {
  padding-left: 40px;
  padding-right: 40px;
}

.review {
  margin-top: -24px;
  margin-bottom: -24px;
}
@media screen and (max-width: 480px) {
  .review {
    margin-bottom: -32px;
  }
}
.review__items {
  margin-bottom: 48px;
  transition-timing-function: linear;
  display: flex;
  column-gap: 0;
  row-gap: 0;
  padding: 24px;
}
.review__item {
  flex: 0 0 375px;
  width: 375px;
  height: 100%;
  margin: 0 24px;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 16px;
}
.review__item-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.review__item-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cta {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .cta {
    padding: 48px 0;
  }
  .cta .top-page-heading {
    margin-bottom: 24px;
  }
}
.cta__items {
  display: grid;
  justify-content: center;
  column-gap: 48px;
  grid-template-columns: repeat(2, 368px);
}
@media print, screen and (max-width: 1079px) {
  .cta__items {
    display: block;
  }
}
.cta__item {
  padding: 32px 24px;
  background: #fff;
  border: 2px solid #ebebeb;
  border-radius: 8px;
}
@media print, screen and (max-width: 1079px) {
  .cta__item {
    margin-bottom: 24px;
  }
  .cta__item:last-child {
    margin-bottom: 0;
  }
}
.cta__item-icon {
  margin-bottom: 24px;
}
.cta__item-icon img {
  margin: auto;
}
.cta__item-title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.cta__item-desc {
  margin-bottom: 24px;
}
.cta__item-button {
  width: 100%;
}

.news {
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .news {
    padding: 48px 0;
  }
}
.news .top-page-heading {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .news .top-page-heading {
    margin-bottom: 24px;
  }
}

:root {
  --primary: #0E63C4;
  --section-padding: 80px;
}
@media print, screen and (max-width: 1079px) {
  :root {
    --section-padding: 48px;
  }
}

.u-pb-0 {
  padding-bottom: 0;
}

.top-hero-wrapper {
  background: linear-gradient(284deg, #f8f9fa 39.97%, rgba(248, 249, 250, 0) 100%);
}

.top-hero {
  position: relative;
  overflow: hidden;
  height: 510px;
  padding: 56px 0 48px;
  margin-bottom: 56px;
  height: 27.7777777778vw;
  padding-top: 2.5vw;
  padding-bottom: 3.3333333333vw;
}
@media (min-width: 1921px) {
  .top-hero {
    height: clamp(400px, 27.7777777778vw, 400px);
  }
}
@media (min-width: 1921px) {
  .top-hero {
    padding-top: clamp(36px, 2.5vw, 36px);
  }
}
@media (min-width: 1921px) {
  .top-hero {
    padding-bottom: clamp(48px, 3.3333333333vw, 48px);
  }
}
@media (min-width: 1921px) {
  .top-hero {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1079px) {
  .top-hero {
    height: 100%;
    padding: 24px 0 40px;
    margin-bottom: 32px;
  }
}
.top-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2vw;
  width: 772px;
  height: 355px;
  width: 53.6111111111vw;
  height: 19.4444444444vw;
  max-width: 772px;
  background: url("../images/top/hero_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (min-width: 1921px) {
  .top-hero::after {
    width: clamp(772px, 53.6111111111vw, 772px);
  }
}
@media (min-width: 1921px) {
  .top-hero::after {
    height: clamp(280px, 19.4444444444vw, 280px);
  }
}
@media print, screen and (min-width: 1690px) {
  .top-hero::after {
    max-width: 840px;
  }
}
@media print, screen and (max-width: 1079px) {
  .top-hero::after {
    display: none;
  }
}
.top-hero__inner {
  max-width: 1200px;
}
@media print, screen and (max-width: 1079px) {
  .top-hero__inner {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "visual" "leafs" "desc" "button";
  }
}
@media print, screen and (max-width: 1079px) {
  .top-hero__visual {
    grid-area: visual;
  }
  .top-hero__visual img {
    height: 35vw;
    margin: auto;
  }
}
.top-hero__lead {
  color: var(--color-button-primary);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  font-size: 3.8888888889vw;
  margin-bottom: 1.6666666667vw;
}
@media (min-width: 1921px) {
  .top-hero__lead {
    font-size: clamp(56px, 3.8888888889vw, 56px);
  }
}
@media (min-width: 1921px) {
  .top-hero__lead {
    margin-bottom: clamp(24px, 1.6666666667vw, 24px);
  }
}
@media print, screen and (max-width: 1079px) {
  .top-hero__lead {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
  }
}
.top-hero__desc {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 1921px) {
  .top-hero__desc {
    font-size: clamp(20px, 1.3888888889vw, 20px);
  }
}
@media (min-width: 1921px) {
  .top-hero__desc {
    margin-bottom: clamp(40px, 2.7777777778vw, 40px);
  }
}
@media print, screen and (max-width: 1079px) {
  .top-hero__desc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
}
.top-hero__button {
  grid-area: button;
}
@media print, screen and (min-width: 1080px) {
  .top-hero__button {
    font-size: 20px;
    width: 300px;
    height: 62px;
  }
}
.top-hero__leafs {
  position: absolute;
  right: 123px;
  top: 56px;
  display: flex;
  gap: 32px;
  grid-area: leafs;
  top: 2.7777777778vw;
  gap: 2.2222222222vw;
  right: 8.5416666667vw;
}
@media (min-width: 1921px) {
  .top-hero__leafs {
    top: clamp(40px, 2.7777777778vw, 40px);
  }
}
@media (min-width: 1921px) {
  .top-hero__leafs {
    gap: clamp(32px, 2.2222222222vw, 32px);
  }
}
@media (min-width: 1921px) {
  .top-hero__leafs {
    right: clamp(123px, 8.5416666667vw, 123px);
  }
}
@media print, screen and (max-width: 1079px) {
  .top-hero__leafs {
    grid-area: "leafs";
    position: static;
    gap: 36px;
    justify-content: center;
  }
}
.top-hero__leaf img {
  width: 16.6666666667vw;
}
@media (min-width: 1921px) {
  .top-hero__leaf img {
    width: clamp(240px, 16.6666666667vw, 240px);
  }
}
.top-hero__leaf:nth-child(2) img {
  width: 13.8888888889vw;
}
@media (min-width: 1921px) {
  .top-hero__leaf:nth-child(2) img {
    width: clamp(200px, 13.8888888889vw, 200px);
  }
}
@media print, screen and (max-width: 1079px) {
  .top-hero__leaf img {
    width: 160px;
  }
  .top-hero__leaf:nth-child(2) img {
    width: 133px;
  }
}

.top-row-section {
  padding: var(--section-padding) 0;
}
.top-row-section .c-review {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .top-row-section .c-review {
    margin-top: 12px;
  }
}
.top-row-section__row {
  display: grid;
  grid-template-columns: 500px auto;
  gap: 56px;
}
@media print, screen and (max-width: 1079px) {
  .top-row-section__row {
    position: relative;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 170px;
  }
  .top-row-section__row--no-padding-bottom {
    padding-bottom: 0;
  }
}
.top-row-section__lead {
  color: var(--color-button-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1079px) {
  .top-row-section__lead {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.top-row-section__title {
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1079px) {
  .top-row-section__title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.top-row-section__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .top-row-section__desc {
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .top-row-section__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.top-feature {
  padding: var(--section-padding) 0;
  background: var(--sumi-100, #f8f9fa);
}

.top-feature-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-bottom: 56px;
}
@media print, screen and (max-width: 1079px) {
  .top-feature-items {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }
}

.top-feature-item__image {
  margin-bottom: 32px;
}
@media print, screen and (max-width: 1079px) {
  .top-feature-item__image {
    margin-bottom: 24px;
  }
}
.top-feature-item__title {
  color: var(--sumi-900, #212529);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 175%; /* 42px */
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .top-feature-item__title {
    margin-bottom: 8px;
  }
}
.top-feature-item__image img {
  border-radius: 8px;
}
@media print, screen and (max-width: 1079px) {
  .top-feature-item p {
    font-size: 15px;
  }
}

.top-service {
  background: #f8f9fa;
  padding: var(--section-padding) 0;
}
@media print, screen and (max-width: 1079px) {
  .top-service__inner {
    padding: 0 10px;
  }
}

.top-customer {
  padding: var(--section-padding) 0;
}
.top-customer-card {
  padding: 40px;
  border-radius: 8px;
  border: 2px solid var(--sumi-300, #dee2e6);
  margin-bottom: 56px;
}
@media print, screen and (max-width: 1079px) {
  .top-customer-card {
    display: none;
  }
}
.top-customer-card__head {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 64px;
  margin-bottom: 40px;
}
.top-customer-card__foot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
.top-customer-card__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%; /* 35px */
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.top-customer-card__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.top-customer-card__logo {
  margin-right: 0;
  margin-left: auto;
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-customer-card__memo {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
}
.top-customer-card__memo-icon {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background: var(--sumi-100, #f8f9fa);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}

.top-support {
  background: #f8f9fa;
  padding: var(--section-padding) 0;
}
.top-support__buttons {
  margin-top: 56px;
}
@media print, screen and (max-width: 1079px) {
  .top-support__buttons {
    margin-top: 48px;
  }
}

.top-news {
  padding: var(--section-padding) 0;
}

/** general-v2*/
.top-hero-general_v2 {
  --general_v2_main-color: #005869;
  position: relative;
  overflow: hidden;
  background-color: var(--general_v2_main-color);
  margin-bottom: 56px;
}
.top-hero-general_v2__inner {
  display: grid;
  grid-template-columns: minmax(auto, 585px) minmax(550px, 655px);
  gap: 12px;
}
.top-hero-general_v2__body {
  padding: 40px 0 0;
}
.top-hero-general_v2__title {
  color: #fff;
  font-size: clamp(36px, 4.4444444444vw, 64px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
.top-hero-general_v2__desc {
  color: #fff;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  letter-spacing: -0.04em;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 21px;
}
.top-hero-general_v2__subtitle {
  color: #fff;
  font-size: clamp(24px, 2.6388888889vw, 38px);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 32px;
}
.top-hero-general_v2__buttons {
  display: flex;
  gap: 24px;
}
.top-hero-general_v2__button {
  --c-cta-b-fs: clamp(12px, calc(18 / 1440 * 100vw), 16px);
  --c-cta-b-w: min(calc(284 / 1440 * 100vw), 284px);
}
@media print, screen and (min-width: 1080px) {
  .top-hero-general_v2__button .c-button__label {
    top: -0.2rem;
  }
}
.top-hero-general_v2__button.c-cta-button--outline {
  gap: 8px;
  display: flex;
  justify-content: start;
}
@media print, screen and (min-width: 1080px) {
  .top-hero-general_v2__button.c-cta-button--outline {
    --c-cta-b-w: min(calc(246 / 1440 * 100vw), 246px);
    --c-cta-b-p: 6px 18px;
  }
}
.top-hero-general_v2__button.c-cta-button--outline img {
  width: min(4.8611111111vw, var(--c-cta-b-img-w, 70px));
}
.top-hero-general_v2__image {
  padding: 0 88px 0 32px;
  position: relative;
}
.top-hero-general_v2__image picture {
  height: 100%;
}
.top-hero-general_v2__image img {
  object-fit: cover;
  object-position: bottom;
  height: 510px;
  width: 100%;
}
.top-hero-general_v2__image-tile {
  position: absolute;
  width: 145px;
  padding: 12px 14px 18px;
  border-radius: 5px;
  background-color: #fff;
  color: var(--general_v2_main-color);
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.top-hero-general_v2__image-tile > span {
  line-height: 1;
  display: block;
  font-size: 45px;
}
.top-hero-general_v2__image-tile--1 {
  left: 0;
  top: 140px;
}
.top-hero-general_v2__image-tile--2 {
  right: 55px;
  top: 87px;
}
.top-hero-general_v2__image-tile--2 > span {
  font-size: 57.389px;
  font-weight: 700;
  letter-spacing: -5.165px;
}
.top-hero-general_v2__image-tile--3 {
  width: 260px;
  color: #0E63C4;
  font-size: 16px;
  font-weight: 700;
  right: 0;
  bottom: 48.5px;
  padding: 8px 16px 16px;
}
.top-hero-general_v2__image-tile--3 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 0;
}
.top-hero-general_v2__image-tile--3 li {
  list-style: none;
  text-align: center;
}
.top-hero-general_v2__image-tile--3 li:nth-child(1) {
  grid-column: span 2;
  padding-bottom: 7.25px;
  border-bottom: 1px solid;
  margin-bottom: 2px;
}
.top-hero-general_v2__image-tile-per {
  font-size: 41.279px;
  font-weight: 700;
  margin-left: 4px;
  line-height: 130%; /* 53.662px */
  letter-spacing: -3.715px;
}

@media print, screen and (max-width: 1079px) {
  .top-hero-general_v2 {
    padding-bottom: 37px;
    margin-bottom: 48px;
  }
  .top-hero-general_v2__inner {
    display: flex;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    gap: 0;
    padding-top: clamp(148px, 35.7487922705vw, 148px);
  }
  .top-hero-general_v2__title {
    width: fit-content;
    white-space: nowrap;
    position: absolute;
    top: 24px;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .top-hero-general_v2__image {
    padding: 0 61px 0 3px;
  }
  .top-hero-general_v2__image img {
    height: 215px;
  }
  .top-hero-general_v2__image-tile {
    width: 93px;
    height: 75px;
    font-size: 16px;
    padding: 8px;
  }
  .top-hero-general_v2__image-tile > span {
    line-height: 1;
    display: block;
    font-size: 28px;
  }
  .top-hero-general_v2__image-tile--1 {
    top: 24px;
    right: 0;
    left: auto;
  }
  .top-hero-general_v2__image-tile--2 {
    top: 116px;
    left: auto;
    right: 0;
  }
  .top-hero-general_v2__image-tile--2 > span {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1.3px;
  }
  .top-hero-general_v2__image-tile--3 {
    position: static;
    margin: 16px auto;
    width: auto;
    height: auto;
    margin-right: -61px;
    padding: 10px 12px;
  }
  .top-hero-general_v2__image-tile--3 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .top-hero-general_v2__image-tile--3 li {
    font-size: 12.5px;
  }
  .top-hero-general_v2__image-tile--3 li:nth-child(1) {
    height: 100%;
    border-bottom: 0;
    border-right: 1px solid;
    padding: 0;
    grid-column: 1;
    grid-row: span 3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-hero-general_v2__image-tile-per {
    font-size: 25px;
  }
  .top-hero-general_v2__body {
    padding: 0;
  }
  .top-hero-general_v2__desc {
    text-align: center;
    font-weight: 500;
    line-height: 175%;
    margin-bottom: 8px;
  }
  .top-hero-general_v2__subtitle {
    text-align: center;
    margin-bottom: 16px;
  }
  .top-hero-general_v2__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .top-hero-general_v2__button {
    font-size: 18px;
    height: 64px;
    gap: 8px;
    display: flex;
    justify-content: center !important;
  }
  .top-hero-general_v2__button img {
    width: 70px !important;
  }
}
.top-general_v2-button {
  --c-cta-b-p: 6px 16px;
}
@media print, screen and (max-width: 1079px) {
  .top-general_v2-button {
    font-size: 18px;
    height: 64px;
    gap: 8px;
    display: flex;
    justify-content: center !important;
  }
}

@media print, screen and (max-width: 1079px) {
  .top-row-section__row.top-row-section__row--general_v2 {
    padding-bottom: 180px;
  }
}

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