@charset "UTF-8";
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

.cm-mv {
  background-image: url("../../images/new-sell/estimate/mv.jpg");
}
.cm-mv .ttl span {
  margin-top: 0;
}

.cm-strengths {
  padding: 8rem 0;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths .flex.col-3 {
  justify-content: space-between;
}
.cm-strengths .flex.col-3 .item {
  width: 28%;
  position: relative;
}
.cm-strengths .flex.col-3 .item h3 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .item h3 i {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.2rem;
}
.cm-strengths .flex.col-3 .item h3 .material-symbols-outlined {
  font-size: 3.4rem;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3 .item-inbox {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #e60012;
  border-radius: .5rem;
  margin-bottom: 3rem;
  position: relative;
}
.cm-strengths .flex.col-3 .item-inbox::before, .cm-strengths .flex.col-3 .item-inbox::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: .4rem;
  position: absolute;
}
.cm-strengths .flex.col-3 .item-inbox::before {
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-red.png") no-repeat center;
  background-size: 100%;
  transform: rotate(180deg);
  width: 3.1rem;
  height: 2rem;
  left: -3.1rem;
}
.cm-strengths .flex.col-3 .item-inbox::after {
  background: url("../../images/new-sell/promotion/ico-dotted-red.png") no-repeat center;
  background-size: 100%;
  right: -4rem;
}
.cm-strengths .flex.col-3 .item-inbox:last-child {
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .item-inbox.no1 {
  margin-top: 1.6rem;
}
.cm-strengths .flex.col-3 .item-inbox.no1::before {
  transform: rotate(-90deg);
  left: 46%;
  bottom: -2.5rem;
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-green.png");
}
.cm-strengths .flex.col-3 .item-inbox.no1::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-green.png");
}
.cm-strengths .flex.col-3 .item-inbox.no2::before {
  left: 46%;
  top: -2.5rem;
  transform: rotate(-90deg);
}
.cm-strengths .flex.col-3 .item-inbox.no2::after {
  right: inherit;
  left: -4rem;
}
.cm-strengths .flex.col-3 .item-inbox.no3::before {
  left: inherit;
  right: -3.1rem;
  transform: inherit;
}
.cm-strengths .flex.col-3 .item-inbox.no3::after {
  left: -4rem;
  right: inherit;
}
.cm-strengths .flex.col-3 .item-inbox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  width: 7rem;
}
.cm-strengths .flex.col-3 .item-inbox .num-inner {
  text-align: center;
}
.cm-strengths .flex.col-3 .item-inbox .num-inner p {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
}
.cm-strengths .flex.col-3 .item-inbox .num-inner p.ico {
  line-height: 0;
}
.cm-strengths .flex.col-3 .item-inbox .num-inner p.ico .material-symbols-outlined {
  font-size: 2.4rem;
}
.cm-strengths .flex.col-3 .item-inbox .txt {
  width: calc(100% - 7rem);
  display: flex;
  align-items: center;
  padding: 0 1rem 0 2rem;
}
.cm-strengths .flex.col-3 .item-inbox .txt h3 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.2;
  color: #e60012;
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .item-inbox .txt p {
  font-size: 1.5rem;
  font-weight: 500;
}
.cm-strengths .flex.col-3 .item-inbox .txt .ico {
  line-height: 1;
  color: #e60012;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3 .item-borderBox {
  border: 0.2rem dotted #333333;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .item-borderBox-inner {
  padding: 2rem;
}
.cm-strengths .flex.col-3 .item-borderBox-inner .no1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
.cm-strengths .flex.col-3 .item-borderBox-inner img {
  width: 18rem;
  display: block;
  margin: 1.5rem auto;
}
.cm-strengths .flex.col-3 .item-borderBox-inner .no2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.cm-strengths .flex.col-3 .item-borderBox-inner .no2 .large {
  font-size: 2.6rem;
  margin: 0 .6rem;
}
.cm-strengths .flex.col-3 .centerItem {
  align-self: center;
  width: calc(100% - 63rem);
}
.cm-strengths .flex.col-3 .centerItem h3 {
  color: #ff9020;
}
.cm-strengths .flex.col-3 .leftItem {
  border: 8px solid #e60012;
  padding: 2rem;
  width: 28rem;
  background-color: #ffffff;
}
.cm-strengths .flex.col-3 .leftItem h3 {
  color: #e60012;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .leftItem .item-txt {
  display: flex;
  align-items: center;
  color: #e60012;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.cm-strengths .flex.col-3 .leftItem .item-txt:last-child {
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .leftItem .item-txt .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e60012;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  margin: 0;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3 .leftItem .item-txt .circle .material-symbols-outlined {
  font-size: 2.6rem;
  color: #ffffff;
}
.cm-strengths .flex.col-3 .leftItem .item-txt .cont {
  width: calc(100% - 5.6rem);
}
.cm-strengths .flex.col-3 .rightItem {
  border: 8px solid #81bd16;
  padding: 2rem;
  width: 28rem;
  background-color: #ffffff;
}
.cm-strengths .flex.col-3 .rightItem h3 {
  color: #81bd16;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .rightItem .flex {
  flex-wrap: wrap;
}
.cm-strengths .flex.col-3 .rightItem .flex .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5rem;
  padding: .5rem;
}
.cm-strengths .flex.col-3 .rightItem .flex .item:nth-child(2n) {
  margin-right: 0;
}
.cm-strengths .flex.col-3 .rightItem .flex .item:nth-child(n + 5) {
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .rightItem .flex .item p {
  text-align: center;
  font-size: 1.4rem;
}

.cm-benefits .cm-ribbon-ttl .catch {
  font-size: 3.6rem;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .cm-strengths .flex.col-3 .item {
    position: relative;
    z-index: 3;
  }
  .cm-strengths .flex.col-3 .item h3 {
    font-size: 2rem;
  }
  .cm-strengths .flex.col-3 .item h3 i {
    margin-right: 0.5rem;
  }
  .cm-strengths .flex.col-3 .item h3 .material-symbols-outlined {
    font-size: 2rem;
  }
  .cm-strengths .flex.col-3 .item-inbox .txt {
    width: calc(100% - 5rem);
    padding: 0 1rem;
  }
  .cm-strengths .flex.col-3 .item-inbox .txt h3 {
    font-size: 1.8rem;
  }
  .cm-strengths .flex.col-3 .item-inbox .txt p {
    font-size: 1.4rem;
  }
  .cm-strengths .flex.col-3 .item-inbox .num {
    width: 5rem;
  }
  .cm-strengths .flex.col-3 .item-inbox .num-inner p {
    font-size: 3.2rem;
  }
  .cm-strengths .flex.col-3 .item-inbox::before {
    width: 2.5vw;
    height: 1.6vw;
  }
  .cm-strengths .flex.col-3 .item-inbox::after {
    width: 3.5vw;
    height: 0.3vw;
  }
  .cm-strengths .flex.col-3 .item-inbox.no1::after {
    right: -4vw;
  }
  .cm-strengths .flex.col-3 .item-inbox.no2::after {
    left: -4vw;
  }
  .cm-strengths .flex.col-3 .item-inbox.no3::after {
    left: -4vw;
  }
  .cm-strengths .flex.col-3 .item-inbox.no3::before {
    right: -2.5vw;
  }
  .cm-strengths .flex.col-3 .leftItem {
    width: 26%;
    margin-right: 0;
    padding: 2rem 1rem;
  }
  .cm-strengths .flex.col-3 .leftItem .item-txt {
    font-size: 1.6rem;
  }
  .cm-strengths .flex.col-3 .centerItem {
    width: 42%;
    margin: 0 3%;
    z-index: 1;
  }
  .cm-strengths .flex.col-3 .rightItem {
    width: 26%;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-strengths .flex.col-3 {
    width: 100rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-benefits .cm-ribbon-ttl .catch {
    font-size: 2.6rem;
  }
}
