<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-py {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  .section-py {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.fv-news {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}

.fv-news__head {
  font-weight: 700;
}

.fv-news__link-inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.fv-news__date {
  padding-right: 1.375rem;
  font-weight: 700;
}

.fv-news__category-label {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 7px;
}

.fv-news__category-label__item {
  border-radius: 3px;
  font-size: 0.6875rem;
  padding: 3px 6px;
  line-height: 1;
  font-weight: 700;
}

.fv-news__category-label__item.attention {
  background-color: #ED2446;
  color: #FFFFFF;
  border: 1px solid #ED2446;
}

.fv-news__category-label__item.chex {
  background-color: #FFFFFF;
  color: #0A6AC4;
  border: 1px solid #0A6AC4;
}

.fv-news__category-label__item.chex-bim {
  background-color: #FFFFFF;
  color: #ED2446;
  border: 1px solid #ED2446;
}

.fv-news__category-label__item.laxsy {
  background-color: #FFFFFF;
  color: #FFB601;
  border: 1px solid #FFB601;
}

.fv-news__category-label__item.aquick {
  background-color: #FFFFFF;
  color: #178986;
  border: 1px solid #178986;
}

.fv-news__category-label__item.event {
  background-color: #333;
  color: #FFFFFF;
  border: 1px solid #333;
}

.fv-news__ttl {
  font-weight: 500;
}

.fv-news__arrows {
  display: flex;
  gap: 8px;
}

.fv-news__arrows .splide__arrow {
  width: 29px;
  height: 29px;
  text-align: center;
  border-radius: 50%;
  background-color: #DCDCDC;
  transition: 0.3s;
}

.fv-news__arrows .splide__arrow:hover {
  opacity: 0.7;
}

.fv-news__arrows .splide__arrow svg {
  width: 12px;
  height: auto;
  vertical-align: baseline;
}

.fv-news__arrows .splide__arrow--prev svg {
  transform: rotate(180deg);
}

.fv-news__archive {
  text-decoration: underline;
  font-weight: 500;
}

.fv-news__archive:hover {
  text-decoration: none;
}

.fv-news button {
  transition: 0.3s;
}

.fv-news button:disabled {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1200px), print {
  .fv-news {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .fv-news__wrap {
    display: flex;
    align-items: center;
  }
  .fv-news__head {
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    border-right: 1px solid #333;
  }
  .top-slider {
    flex: 1;
    overflow: hidden;
    display: flex;
  }
  .top-slider {
    column-gap: 1rem;
  }
  .top-slider .splide__track {
    flex: 1;
  }
  .fv-news__link {
    display: flex;
    align-items: center;
  }
  .fv-news__link-inner {
    justify-content: flex-start;
    align-items: center;
  }
  .fv-news__category-label {
    padding-right: 1rem;
  }
  .fv-news__ttl {
    flex: 1;
  }
  .fv-news__arrows {
    padding-right: 1.5rem;
  }
}
/* FV */
.fv {
  padding-bottom: 10rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
}

.fv-content {
  display: flex;
  flex-direction: column;
  background: url(../images/top/fv-bg.jpg) no-repeat center center/cover;
  padding: 1.5rem 1rem 8rem;
  border-radius: 15px;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

.fv-text {
  margin-bottom: 1rem;
}

.fv-text__tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.fv-text__tag {
  background-color: #333;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 2px 6px;
  font-weight: 700;
}

.fv-text__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.fv-text__title-small {
  font-size: 1.125rem;
}

.fv-service {
  margin-top: -8rem;
}

.fv-service__item {
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fv-service__headding {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  position: relative;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}

.fv-service__headding::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 40px;
  transform: rotate(-30deg);
}

.fv-service__headding::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 40px;
  transform: rotate(30deg);
}

.fv-service__item-chex .fv-service__headding::before,
.fv-service__item-chex .fv-service__headding::after {
  background-color: #0A6AC4;
}

.fv-service__item-laxsy .fv-service__headding::before,
.fv-service__item-laxsy .fv-service__headding::after {
  background-color: #FFB601;
}

.fv-service__item-aquick .fv-service__headding::before,
.fv-service__item-aquick .fv-service__headding::after {
  background-color: #178986;
}

.fv-service__name-text {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.fv-service__name {
  margin-bottom: 0.5rem;
}

.fv-service img {
  width: auto;
  height: 35px;
}

.fv .btn-standard {
  width: 250px;
  border: none;
}

.fv-sns {
  display: none;
}

@media screen and (min-width: 400px) {
  .fv {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .fv-text__title {
    font-size: 2.25rem;
  }
  .fv-text__title-small {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 576px) {
  .fv-content {
    padding: 3rem 2rem 10rem;
  }
  .fv-text__tag {
    font-size: 1.25rem;
    padding: 3px 16px;
  }
  .fv-text__title {
    font-size: 3rem;
  }
  .fv-text__title-small {
    font-size: 2.25rem;
  }
  .fv {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .fv-service__item {
    padding: 2.5rem 1.5rem;
  }
  .fv-service img {
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .fv-content {
    padding: 5rem 2rem 10rem;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 1rem;
    border-radius: 50px;
  }
  .fv-img {
    flex: 1;
    text-align: right;
  }
  .fv-service__item {
    padding: 2.5rem 1rem;
  }
  .fv-service__headding {
    margin-bottom: 1.25rem;
  }
  .fv-service__name {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .fv {
    padding-bottom: 11.25rem;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .fv-service__headding {
    font-size: 1.25rem;
  }
  .fv-sns {
    position: absolute;
    top: 250px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .fv-sns__text {
    writing-mode: vertical-rl;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .fv-sns__images {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px), print {
  .fv-content {
    padding: 5.625rem 6.875rem 13.125rem 5.3125rem;
  }
  .fv-text {
    padding-top: 3.375rem;
  }
  .fv-service img {
    height: 55px;
  }
}
@media screen and (min-width: 1600px) {
  .fv-text__title {
    font-size: 4rem;
  }
  .fv-text__title-small {
    font-size: 3.25rem;
  }
  .fv {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
  .fv-sns {
    top: 280px;
    right: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .fv-text__tag {
    font-size: 1.5rem;
    padding: 0.5rem 1.25rem;
  }
  .fv-text__title {
    font-size: 4.625rem;
  }
  .fv-text__title-small {
    font-size: 3.6875rem;
  }
  .fv-sns {
    top: 370px;
    right: 30px;
  }
}
/* //FV */
.sec-solution {
  position: relative;
}

.sec-solution::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #F8F8F8;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.sec-solution__title {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.sec-solution__title-top {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 1.125rem;
}

.sec-solution__title-bottom {
  font-size: 1.5rem;
  font-weight: 700;
}

.sec-solution__title-large {
  font-size: 1.75rem;
}

.sec-solution__item {
  text-align: center;
  border-radius: 10px;
  border: 2px solid #333;
  padding: 1.3125rem 0.75rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec-solution__item-large {
  font-size: 0.875rem;
}

.sec-solution__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ED2446 transparent transparent transparent;
  border-width: 33px 33px 0px 0px;
}

.sec-solution__img {
  margin-top: 1.25rem;
}

@media screen and (min-width: 400px) {
  .sec-solution__item {
    font-size: 0.875rem;
  }
  .sec-solution__item-large {
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .sec-solution__item {
    padding: 1.3125rem 1rem;
    font-size: 1rem;
  }
  .sec-solution__item-large {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-solution__title {
    margin-bottom: 3.75rem;
  }
  .sec-solution__title-top {
    font-size: 1.5rem;
  }
  .sec-solution__title-bottom {
    font-size: 2.25rem;
  }
  .sec-solution__title-large {
    font-size: 2.625rem;
  }
  .sec-solution__item {
    font-size: 1.125rem;
  }
  .sec-solution__item-large {
    font-size: 1.5rem;
  }
  .sec-solution__img {
    margin-top: -1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .sec-solution::before {
    content: "";
    top: -80px;
    height: 80px;
  }
}
.sec-service__item {
  background-color: #fff;
  border-radius: 15px;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.sec-service__item:not(:last-of-type) {
  margin-bottom: 3.75rem;
}

.sec-chex__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0A6AC4 transparent transparent transparent;
  border-width: 40px 40px 0px 0px;
}

.sec-laxsy__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #FFB601 transparent transparent;
  border-width: 0px 40px 40px 0px;
}

.sec-aquick__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #178986 transparent transparent transparent;
  border-width: 40px 40px 0px 0px;
}

.sec-service__text {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.sec-service__item-headding {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
  letter-spacing: 0.1em;
}

.sec-service__item-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  margin-bottom: 1.25rem;
}

.sec-service__item-name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sec-service__item-ul {
  margin-bottom: 1.875rem;
}

.sec-service__item-list {
  position: relative;
  padding-left: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.sec-service__item-list::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/top/icon-service-chex.svg) no-repeat center center/contain;
}

.sec-laxsy__item .sec-service__item-list::before {
  background: url(../images/top/icon-service-laxsy.svg) no-repeat center center/contain;
}

.sec-aquick__item .sec-service__item-list::before {
  background: url(../images/top/icon-service-aquick.svg) no-repeat center center/contain;
}

.sec-service__img {
  position: relative;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  margin-right: -1.25rem;
}

.sec-laxsy__item .sec-service__img {
  padding-left: 0;
  padding-right: 1.25rem;
  margin-right: unset;
  margin-left: -1.25rem;
}

.sec-service__img-desc {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 0.875rem;
}

.sec-laxsy__item .sec-service__img-desc {
  left: unset;
  right: 0;
}

.sec-service__btn {
  width: 250px;
  border: none;
}

@media screen and (min-width: 768px) {
  .sec-service__item {
    flex-direction: row;
  }
  .sec-service__item-title {
    margin-bottom: 1.875rem;
  }
  .sec-service__img {
    margin-right: 0;
  }
  .sec-laxsy__item .sec-service__img {
    margin-left: 0;
  }
  .sec-service__item.sec-laxsy__item {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-chex__item::before,
  .sec-aquick__item::before {
    content: "";
    border-width: 80px 80px 0px 0px;
  }
  .sec-laxsy__item::before {
    content: "";
    border-width: 0px 80px 80px 0px;
  }
  .sec-service__item {
    padding: 2.8125rem 0 4rem;
  }
  .sec-service__text {
    padding-left: 3.75rem;
  }
  .sec-laxsy__item .sec-service__text {
    padding-right: 3.75rem;
    padding-left: 1.25rem;
  }
  .sec-service__item-headding {
    margin-top: 0.9375rem;
  }
  .sec-service__item-list {
    font-size: 1.25rem;
  }
  .sec-service__item-list::before {
    top: 6px;
  }
  .sec-service__item-ul {
    margin-bottom: 2.5rem;
  }
  .sec-service__img-desc {
    width: 140px;
    height: 140px;
    font-size: 1rem;
  }
  .sec-service__text {
    flex: 1;
  }
  .sec-service__img {
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .sec-chex__item::before,
  .sec-aquick__item::before {
    content: "";
    border-width: 120px 120px 0px 0px;
  }
  .sec-laxsy__item::before {
    content: "";
    border-width: 0px 120px 120px 0px;
  }
  .sec-service__text {
    padding-left: 6.5rem;
    padding-right: 2.5rem;
  }
  .sec-laxsy__item .sec-service__text {
    padding-right: 6.5rem;
    padding-left: 2.5rem;
  }
}
.news-simple__head,
.news-simple__list {
  width: 100%;
}

.news-simple__head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.news-simple__ttl {
  color: #333;
  margin-top: 4px;
}

.news-simple__item {
  border-bottom: 1px solid #DCDCDC;
}

.news-simple__link {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2.75rem;
  position: relative;
  font-weight: 500;
}

.news-simple__date {
  font-weight: 700;
}

.news-simple__arrow {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 29px;
  height: 29px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 50%;
}

.news-simple__arrow svg {
  vertical-align: middle;
  position: relative;
  left: 1px;
}

.news__category-label__item {
  border-radius: 3px;
  font-size: 0.6875rem;
  padding: 2px 6px 4px;
  line-height: 1;
  font-weight: 700;
}

.news__category-label__item.attention {
  background-color: #ED2446;
  color: #FFFFFF;
  border: 1px solid #ED2446;
}

.news__category-label__item.chex {
  background-color: #FFFFFF;
  color: #0A6AC4;
  border: 1px solid #0A6AC4;
}

.news__category-label__item.chex-bim {
  background-color: #FFFFFF;
  color: #ED2446;
  border: 1px solid #ED2446;
}

.news__category-label__item.laxsy {
  background-color: #FFFFFF;
  color: #FFB601;
  border: 1px solid #FFB601;
}

.news__category-label__item.aquick {
  background-color: #FFFFFF;
  color: #178986;
  border: 1px solid #178986;
}

.news__category-label__item.event {
  background-color: #333;
  color: #FFFFFF;
  border: 1px solid #333;
}

@media screen and (min-width: 768px) {
  .news-simple__head {
    width: 200px;
    text-align: left;
  }
  .news-simple__link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .news__category-label__item {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px), print {
  .news-simple__arrow svg {
    top: -2px;
  }
}/*# sourceMappingURL=front-page.css.map */</pre></body></html>