@charset "UTF-8";
/* CSS Document */
/* カラー
*******************/
.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;
}

.scroll-hint-icon-wrap {
  z-index: 3;
}

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

.cm-strengths {
  background-color: #fff5f6;
  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 .icoList li {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #e60012;
  margin-bottom: 1.5rem;
}
.cm-strengths .flex.col-3 .icoList li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #e60012;
  border-radius: 100%;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3 .icoList li .material-symbols-outlined {
  font-size: 2.2rem;
  color: #ffffff;
}
.cm-strengths .flex.col-3 .icoList li > span {
  width: calc(100% - 4.4rem);
}
.cm-strengths .flex.col-3 .leftItem {
  width: 28%;
  border: 0.6rem solid #e60012;
  padding: 2.5rem;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.cm-strengths .flex.col-3 .leftItem h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #e60012;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .leftItem h3 i {
  display: inline-block;
  line-height: 1;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3 .leftItem h3 .material-symbols-outlined {
  font-size: 2.8rem;
}
.cm-strengths .flex.col-3 .centerItem {
  width: 36%;
}
.cm-strengths .flex.col-3 .centerItem .img {
  text-align: center;
  margin-bottom: 2rem;
}
.cm-strengths .flex.col-3 .centerItem .img img {
  width: 22rem;
}
.cm-strengths .flex.col-3 .rightItem {
  width: 28%;
  border: 0.6rem solid #81bd16;
  padding: 2.5rem;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.cm-strengths .flex.col-3 .rightItem h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #81bd16;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .rightItem h3 i {
  display: inline-block;
  line-height: 1;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3 .rightItem h3 .material-symbols-outlined {
  font-size: 2.8rem;
}
.cm-strengths .flex.col-3 .rightItem .icoList li {
  color: #81bd16;
}
.cm-strengths .flex.col-3 .rightItem .icoList li i {
  background-color: #81bd16;
}
.cm-strengths .flex.col-3 .item {
  margin-right: 0;
}
.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: 5.2rem;
  height: .4rem;
  position: absolute;
}
.cm-strengths .flex.col-3 .item-inbox::before {
  background: url("../../images/new-buy/analysis/ico-dotted-red.png") no-repeat center;
  background-size: 100%;
  left: -5.2rem;
}
.cm-strengths .flex.col-3 .item-inbox::after {
  background: url("../../images/new-buy/analysis/ico-dotted-red.png") no-repeat center;
  background-size: 100%;
  right: -5.6rem;
}
.cm-strengths .flex.col-3 .item-inbox:last-child {
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .item-inbox.bc-green::before {
  background-image: url("../../images/new-buy/analysis/ico-dotted-green.png");
}
.cm-strengths .flex.col-3 .item-inbox.bc-green::after {
  background-image: url("../../images/new-buy/analysis/ico-dotted-green.png");
}
.cm-strengths .flex.col-3 .item-inbox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  width: 6rem;
  min-height: 8rem;
}
.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: 3.2rem;
}
.cm-strengths .flex.col-3 .item-inbox .txt {
  width: calc(100% - 7rem);
  padding: 0 1rem 0 2rem;
}
.cm-strengths .flex.col-3 .item-inbox .txt h3 {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #e60012;
}
.cm-strengths .flex.col-3 .item-inbox .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.54;
}

@media screen and (max-width: 768px) {
  .cm-mv .img img {
    width: 36rem;
  }

  .cm-strengths .sp-parrent .flex.col-3 {
    width: 90rem;
  }
  .cm-strengths .flex.col-3 .item-inbox .txt {
    padding: 0 0 0 1.5rem;
  }
  .cm-strengths .flex.col-3 .item-inbox .txt h3 {
    font-size: 1.6rem;
  }
  .cm-strengths .flex.col-3 .icoList li {
    font-size: 1.6rem;
  }
  .cm-strengths .flex.col-3 .leftItem {
    padding: 2.5rem 1.5rem;
  }
  .cm-strengths .flex.col-3 .rightItem {
    padding: 2.5rem 1.5rem;
  }
}
