@charset "UTF-8";
/* ::::::::::  リピーター集客支援  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.mainContent.crm {
  background: #fff url("../img/service/frm/main_pc.png") no-repeat center top;
  background-size: 2000px auto;
}

@media (max-width: 999px) {
  .mainContent.crm {
    background: #fff url("../img/service/frm/bg_sp.png") no-repeat left top/110px auto;
  }
}

/* =========================================================
pageTopWrap
========================================================= */
.pageTopWrap .pageTitle {
  margin: 20px 0 50px;
  color: #E17A41;
}

@media (max-width: 999px) {
  .pageTopWrap .pageTitle {
    margin: 0;
  }
}

.mainContent .pageTopWrap .pageTitle span.en {
  font-size: 6rem;
}

@media (max-width: 999px) {
  .mainContent .pageTopWrap .pageTitle span.en {
    line-height: 1.1;
    margin: 0 0 10px;
    font-size: 4rem;
    letter-spacing: -0.03em;
  }
}

.pageTopWrap .pageTitleText {
  font-weight: bold;
}

@media (max-width: 999px) {
  .pageTopWrap .pageTitleText {
    font-size: 1.7rem;
  }
}

.pageTopWrap .main_sp {
  max-width: calc(100% + 12%);
  margin: 0 -6% 30px;
}

/* =========================================================
beforeAfter
========================================================= */
.beforeAfter .inner {
  padding-top: 0;
}

.beforeAfter .jpTitle {
  font-size: 2.4rem;
}

.beforeAfter .beforeTitle,
.beforeAfter .afterTitle {
  margin: 0 0 10px;
  font-size: 3rem;
}

@media (max-width: 999px) {
  .beforeAfter .beforeTitle,
  .beforeAfter .afterTitle {
    font-size: 2rem;
  }
}

.beforeAfter .beforeTitle {
  color: #3BB5D6;
}

.beforeAfter .afterTitle {
  color: #E17A41;
}

.beforeAfterBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  background: linear-gradient(to right, #30ACE4 0%, #9BD7E0 60%);
  padding: 0 50px 0;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 999px) {
  .beforeAfterBlock {
    display: block;
    border-radius: 0;
    margin: 0 -6%;
    padding: 30px 6% 0;
  }
}

.beforeAfterBlock .textBlock {
  width: calc(100% - 430px);
}

@media (max-width: 999px) {
  .beforeAfterBlock .textBlock {
    width: 100%;
  }
}

.beforeAfterBlock h4 {
  margin: 0 0 10px;
  font-size: 2.4rem;
}

@media (max-width: 999px) {
  .beforeAfterBlock h4 {
    line-height: 1.6;
    font-size: 2rem;
  }
}

.beforeAfterBlock h4:last-child {
  margin-bottom: 0;
}

.beforeAfterBlock .checkList {
  font-feature-settings: 'palt';
}

.beforeAfterBlock .checkList li {
  background: url("../img/service/frm/icon_check.svg") no-repeat left 4px;
  padding-left: 30px;
}

@media (max-width: 999px) {
  .beforeAfterBlock .checkList li {
    padding-left: 25px;
  }
}

.beforeAfterBlock .checkList li + li {
  margin-top: 5px;
}

.beforeAfterBlock .img {
  width: 400px;
  margin: auto 0 0;
}

@media (max-width: 999px) {
  .beforeAfterBlock .img {
    width: 100%;
    margin: 20px 0 0;
  }
}

.beforeAfterBlock.afterBlock {
  background: linear-gradient(to right, #F5BA75 0%, #F27B13 80%);
}

.beforeAfterBlock.afterBlock .img {
  margin-top: -20px;
}

@media (max-width: 999px) {
  .beforeAfterBlock.afterBlock .img {
    margin-top: 20px;
  }
}

.beforeAfter .arrow {
  margin: 0 0 20px;
  text-indent: -9999px;
}

@media (max-width: 999px) {
  .beforeAfter .arrow {
    margin: -10px 0 20px;
  }
}

.beforeAfter .arrow::after {
  content: '';
  display: block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  margin: 0 auto;
}

.beforeAfterList {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}

@media (max-width: 999px) {
  .beforeAfterList {
    display: block;
    margin: 30px 0 0;
  }
}

.beforeAfterList li {
  width: calc(50% - 30px);
}

@media (max-width: 999px) {
  .beforeAfterList li {
    width: 100%;
  }
  .beforeAfterList li + li {
    margin-top: 40px;
  }
}

.beforeAfterList li h3 {
  margin: 0 0 130px;
}

@media (max-width: 999px) {
  .beforeAfterList li h3 {
    margin: 0 0 60px;
  }
}

.beforeAfterList li h3:first-letter {
  color: #E17A41;
}

.beforeAfterList li .img {
  width: 400px;
  max-width: 400px;
  margin: -130px -10px 10px;
}

@media (max-width: 999px) {
  .beforeAfterList li .img {
    width: 200px;
    margin: -60px -10px 10px;
  }
}

.beforeAfterList li .imgWrap {
  border-radius: 40px;
  background: #F7F2E3;
  height: calc(100% - 180px);
  padding: 0 50px 20px;
  font-weight: bold;
  color: #E17A41;
}

@media (max-width: 999px) {
  .beforeAfterList li .imgWrap {
    height: auto;
    border-radius: 15px;
    padding: 0 20px 20px;
    text-align: center;
  }
}

.beforeAfterList li:nth-child(2) .imgWrap {
  text-align: center;
}

/* =========================================================
customer
========================================================= */
.customerList {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 999px) {
  .customerList {
    display: block;
  }
}

.customerList li {
  position: relative;
  list-style: none;
  width: calc(33.33% - 140px / 3);
  margin: 0 70px 70px 0;
}

@media (max-width: 999px) {
  .customerList li {
    width: 100%;
    margin: 0 0 30px;
  }
}

.customerList li:nth-child(3n) {
  margin-right: 0;
}

.customerList li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  top: 120px;
  bottom: 0;
  right: -40px;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 30px;
  height: 30px;
  margin: auto;
  transform: rotate(45deg);
}

@media (max-width: 999px) {
  .customerList li:not(:last-child)::after {
    position: static;
    transform: rotate(135deg);
  }
}

.customerList li .month {
  border-radius: 20px;
  background: #E17A41;
  width: 160px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.customerList li:nth-child(even) .month {
  background: #3BB5D6;
}

.customerList li h3 {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 3rem;
}

@media (max-width: 999px) {
  .customerList li h3 {
    margin: 10px 0 5px;
    font-size: 2rem;
  }
}

.customerList li .textBlock {
  background: #fff;
  height: 160px;
  padding: 20px 30px;
  line-height: 2;
  font-weight: 700;
}

@media (max-width: 999px) {
  .customerList li .textBlock {
    height: auto;
    padding: 15px 25px 30px;
  }
}

.customerText {
  background: linear-gradient(to right, rgba(92, 163, 233, 0.8) 0%, rgba(24, 151, 178, 0.8) 100%);
  padding: 35px 40px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 999px) {
  .customerText {
    padding: 20px 20px;
  }
}

.customerText p {
  font-size: 2.4rem;
}

@media (max-width: 999px) {
  .customerText p {
    font-size: 1.8rem;
  }
}

/* =========================================================
tool
========================================================= */
.toolBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 999px) {
  .toolBox {
    display: block;
  }
}

.toolBox .img {
  width: 480px;
}

@media (max-width: 999px) {
  .toolBox .img {
    width: 100%;
    margin: 0 0 15px;
  }
}

.toolBox .textBlock {
  width: calc(100% - 540px);
  font-weight: 700;
}

@media (max-width: 999px) {
  .toolBox .textBlock {
    width: 100%;
  }
}

.toolBox .textBlock .circle {
  margin: 0 0 30px 20px;
}

@media (max-width: 999px) {
  .toolBox .textBlock .circle {
    margin: 0 0 20px 20px;
    font-feature-settings: 'palt';
  }
}

.toolBox .textBlock .circle li {
  list-style: circle;
}

.otherService {
  background-color: #f5f6f6;
}

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