.section-py {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  .section-py {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.bg-gr {
  background: linear-gradient(83deg, #ED2446 0%, #FD452E 100%);
}

.bg-lightpink {
  background-color: #FFF4F6;
}

.bg-lightblue {
  background-color: #E5EFF7;
}

/* FV */
.fv {
  height: calc(100svh - 58px);
  min-height: 750px;
  background: url(../images/top/fv-bg-sp.jpg) no-repeat center center/cover;
}

.fv-container {
  padding-top: 30px;
  padding-bottom: 36px;
}

.fv-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.fv-text-large {
  font-size: 1.31em;
}

.fv-text-dot {
  position: relative;
}

.fv-text-dot::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #ED2446;
  border-radius: 50%;
}

.fv-logo {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 30px;
  column-gap: 15px;
}

.fv-img {
  margin-right: -1.25rem;
  padding-left: 15px;
  position: relative;
}

.fv-slider img {
  border-radius: 100vh 0 0 100vh;
}

.fv-icon {
  position: relative;
  width: 54%;
  margin-top: -80px;
  margin-left: -15px;
  z-index: 5;
}

.fv-cta-wrap {
  padding-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}

.fv-cta-copy {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.fv-cta-copy-large {
  font-size: 14px;
  line-height: 1;
}

.fv-cta-copy-middle {
  font-size: 14px;
  line-height: 1;
}

.fv-cta-btn {
  width: 280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0.75rem 0.75rem;
  border-radius: 100vh;
}

.fv-cta-btn, .fv-cta-btn:hover {
  color: #fff;
}

@media screen and (min-width: 375px) {
  .fv-cta-btn {
    width: 320px;
  }
}
@media screen and (min-width: 400px) {
  .fv {
    height: calc(100svh - 58px);
    min-height: 800px;
  }
  .fv-img {
    width: 375px;
    max-width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .fv {
    height: auto;
    min-height: unset;
  }
  .fv-img {
    width: 100%;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .fv {
    background: url(../images/top/fv-bg-pc.jpg) no-repeat center center/cover;
  }
  .fv-container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .fv-row {
    display: flex;
  }
  .fv-text {
    font-size: 2.5rem;
  }
  .fv-text-dot::before {
    width: 0.8125rem;
    height: 0.8125rem;
    top: -0.625rem;
  }
  .fv-logo {
    padding-bottom: 2.75rem;
  }
  .fv-cta-wrap {
    padding-top: 0;
    align-items: flex-start;
  }
  .fv-img {
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .fv-img {
    width: 80%;
  }
  .fv-icon {
    margin-top: -85px;
    margin-left: -42px;
  }
}
@media screen and (min-width: 1200px), print {
  .fv-text {
    font-size: 3.125rem;
  }
  .fv-cta-wrap {
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 1.25rem;
  }
  .fv-cta-btn {
    padding: 1.375rem 0.75rem;
    font-size: 1.25rem;
  }
  .fv-cta-copy {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .fv-cta-copy-large {
    font-size: 1.55em;
  }
  .fv-cta-copy-middle {
    font-size: 1.16em;
  }
  .fv-info {
    flex: 1;
  }
  .fv-img {
    width: 65%;
  }
  .fv-slider .splide__slide {
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .fv-text {
    font-size: 4.375rem;
  }
  .fv-logo {
    padding-top: 1.875rem;
    column-gap: 2.25rem;
  }
  .fv-icon {
    margin-top: -120px;
  }
  .fv-cta-btn {
    width: 340px;
  }
  .fv-img {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .fv-container {
    max-width: 1460px;
  }
  .fv-info {
    padding-top: 1.25rem;
  }
  .fv-icon {
    margin-top: -125px;
  }
  .fv-img {
    width: 810px;
    max-height: 581px;
  }
}
/* //FV */
.sec-case {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.sec-case__ttl {
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.625rem;
}

.sec-case__content {
  position: relative;
}

.sec-case__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3.75rem;
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff, transparent);
  z-index: 1;
}

.sec-case__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.75rem;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #ffffff);
  z-index: 1;
}

@media screen and (min-width: 400px) {
  .sec-case__content::before {
    width: 5rem;
  }
  .sec-case__content::after {
    width: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .sec-case__content::before {
    width: 6.25rem;
  }
  .sec-case__content::after {
    width: 6.25rem;
  }
}
.sec-voice {
  position: relative;
  filter: drop-shadow(0 5px 30px rgba(51, 51, 51, 0.12));
}

.sec-voice::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  display: block;
  width: 100%;
  height: 60px;
  background: #F8F8F8;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.sec-voice__ttl {
  text-align: center;
  margin-bottom: 5.75rem;
}

.sec-voice__ttl-top {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}

.sec-voice__ttl-bottom {
  letter-spacing: 0.05em;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.sec-voice__ttl-large {
  font-size: 1.16em;
  line-height: 1;
}

.sec-voice__row {
  row-gap: 3.75rem;
  justify-content: center;
}

.sec-voice__content {
  position: relative;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 15px;
}

.sec-voice__content-ttl {
  position: absolute;
  width: 240px;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.sec-voice__content-inner {
  padding: 3.75rem 1.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.sec-voice__content-list {
  width: max-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sec-voice__content-list-item {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  padding-left: 1.5em;
  position: relative;
}

.sec-voice__content-list-large {
  font-size: 1.33em;
  line-height: 1;
}

.sec-voice__content-list-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #333;
  border-radius: 50%;
}

.sec-voice__content-img {
  text-align: center;
}

@media screen and (min-width: 400px) {
  .sec-voice__ttl-top {
    font-size: 1.375rem;
  }
  .sec-voice__ttl-bottom {
    font-size: 1.875rem;
  }
  .sec-voice__content-ttl {
    width: 320px;
    top: -28px;
  }
  .sec-voice__content-list-item {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-voice__ttl-top {
    font-size: 1.5rem;
  }
  .sec-voice__ttl-bottom {
    font-size: 2.25rem;
  }
  .sec-voice__content {
    height: 100%;
  }
  .sec-voice__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec-voice__content-inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sec-voice__content-list {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .sec-voice__content-list-item::before {
    top: 30%;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-voice::after {
    bottom: -113px;
    height: 114px;
  }
  .sec-voice__content-inner {
    column-gap: 2.5rem;
  }
  .sec-voice__content-list-item {
    margin-bottom: 1.25rem;
  }
}
.sec-trouble {
  position: relative;
  background-color: #fff;
  z-index: 10;
}

.sec-trouble__headding {
  text-align: center;
  margin-bottom: 3.75rem;
}

.sec-trouble__headding-top {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 4px;
}

.sec-trouble__headding-bottom {
  font-size: 1.25rem;
  font-weight: 700;
}

.sec-trouble__desc {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 3.125rem;
}

.sec-trouble__list-item {
  position: relative;
}

.sec-trouble__list-item::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -13px;
  width: 48px;
  height: 48px;
  background: url(../images/top/icon-voice.svg) no-repeat center center/contain;
  z-index: 10;
}

.sec-trouble__list-item-inner {
  border: 2px solid #333;
  border-radius: 10px;
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center;
  padding: 1.5rem 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.sec-trouble__list-large {
  font-size: 1.33em;
}

.sec-trouble__list-item-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #2065A2 transparent;
  border-width: 0px 0px 33px 33px;
}

.sec-trouble__bottom-desc1 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.sec-trouble__bottom-desc2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.sec-trouble__bottom-desc-large {
  font-size: 1.16em;
  line-height: 1;
}

@media screen and (min-width: 400px) {
  .sec-trouble__headding-top {
    font-size: 1.375rem;
  }
  .sec-trouble__headding-bottom {
    font-size: 1.75rem;
  }
  .sec-trouble__headding-large {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 576px) {
  .sec-trouble__list-item::before {
    content: "";
    left: 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec-trouble__headding-top {
    font-size: 1.625rem;
  }
  .sec-trouble__headding-bottom {
    font-size: 2.25rem;
  }
  .sec-trouble__bottom-desc1 {
    font-size: 1.625rem;
    margin-bottom: 0.9375rem;
  }
  .sec-trouble__bottom-desc2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-trouble__list-item::before {
    width: 62px;
    height: 62px;
  }
}
.sec-problem {
  padding-top: 7.5rem;
}

.sec-problem__ttl {
  text-align: center;
  margin-bottom: 2rem;
}

.sec-problem__ttl-top {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.375rem;
}

.sec-problem__ttl-bottom {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
}

.sec-problem__ttl-large {
  font-size: 1.16em;
  line-height: 1;
}

.sec-problem__img {
  padding-bottom: 24px;
}

.sec-problem__img img {
  width: 346px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .sec-problem__img {
    padding-bottom: 0;
  }
  .sec-problem__img img {
    width: 1117px;
  }
}
@media screen and (min-width: 768px) {
  .sec-problem {
    padding-top: 12rem;
  }
  .sec-problem__ttl {
    margin-bottom: 2.5rem;
  }
  .sec-problem__ttl-top {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
  }
  .sec-problem__ttl-bottom {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
}
.sec-point {
  background-color: #FFF4F6;
  position: relative;
  margin-bottom: 60px;
  filter: drop-shadow(0 5px 30px rgba(51, 51, 51, 0.12));
}

.sec-point::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  display: block;
  width: 100%;
  height: 60px;
  background: #FFF4F6;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.sec-point-ttl {
  text-align: center;
  margin-bottom: 2rem;
}

.sec-point-ttl-top {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.sec-point-ttl-bottom {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sec-point-ttl-large {
  font-size: 1.33em;
  line-height: 1;
}

.sec-point-desc {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

.sec-point-row {
  display: flex;
  flex-wrap: wrap;
  width: 1074px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  row-gap: 24px;
}

.sec-point-col {
  width: 100%;
}

.sec-point-card {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 2.5rem 1.25rem;
}

.sec-point-card-num {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.sec-point-card-ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.125rem;
}

.sec-point-card-img {
  margin-bottom: 1.125rem;
}

.sec-point-card-desc {
  line-height: 1.5;
}

@media screen and (min-width: 400px) {
  .sec-point-desc {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .sec-point-ttl-top {
    font-size: 1.625rem;
  }
  .sec-point-ttl-bottom {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-point-row {
    flex-wrap: nowrap;
    column-gap: 1.5rem;
  }
  .sec-point-col {
    width: 33.3333333333%;
  }
  .sec-point-ttl {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-point {
    margin-bottom: 114px;
  }
  .sec-point::after {
    bottom: -113px;
    height: 114px;
  }
  .sec-point-row {
    column-gap: 2.5rem;
  }
}
.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-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.sec-service-ttl-top {
  font-size: 1.25rem;
  font-weight: 500;
}

.sec-service-ttl-large {
  font-size: 1.33em;
  line-height: 1;
}

.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.875rem;
}

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

.sec-service__item-copy {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.375rem;
}

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

.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;
}

.sec-service-point {
  border: 1px solid #333;
  width: 380px;
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}

.sec-service-point::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -12px;
  width: 40px;
  height: 40px;
  background: url(../images/top/icon-service-point.svg) no-repeat center center/contain;
}

.sec-service-point-list {
  padding-left: 1.5em;
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.sec-service-point-ul .sec-service-point-list:not(:last-of-type) {
  padding-bottom: 8px;
}

.sec-service-point-list-large {
  font-size: 1.33em;
  line-height: 1;
}

.sec-service-point-list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
}

@media screen and (min-width: 400px) {
  .sec-service__item-copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .sec-service-ttl {
    font-size: 2rem;
  }
  .sec-service-ttl-top {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .sec-service-point {
    padding: 1.5rem 2.1875rem 1.5rem 3.75rem;
  }
  .sec-service-point-list::before {
    top: 8px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sec-service__item:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .sec-service-ttl {
    font-size: 2.25rem;
  }
  .sec-service-ttl-top {
    font-size: 1.625rem;
    font-weight: 500;
  }
  .sec-service__item {
    flex-direction: row;
  }
  .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;
  }
  .sec-service-point::before {
    width: 62px;
    height: 62px;
  }
}
@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__img-desc {
    width: 140px;
    height: 140px;
    font-size: 1rem;
  }
  .sec-service__text {
    flex: 1;
  }
  .sec-service__img {
    width: 45%;
  }
  .sec-service-point-list::before {
    top: 10px;
  }
  .sec-service-point {
    width: 440px;
  }
}
@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.25rem;
  }
  .sec-laxsy__item .sec-service__text {
    padding-right: 6.25rem;
  }
}/*# sourceMappingURL=front-page.css.map */