@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/prospect/mv.jpg");
}

.cm-strengths {
  padding: 8rem 0;
  background-color: #fffde5;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths .cm-ribbon-ttl .catch {
  font-size: 3.2rem;
}
.cm-strengths .col-3 .item {
  margin-right: inherit;
}
.cm-strengths .col-3 .item h3 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
.cm-strengths .col-3 .item h3 i {
  margin-right: 1rem;
  line-height: 0;
  display: inline-block;
  vertical-align: bottom;
}
.cm-strengths .col-3 .item h3 .material-symbols-outlined {
  font-size: 2.8rem;
}
.cm-strengths .col-3 .item-inbox {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #e60012;
  border-radius: .5rem;
  margin-bottom: 2rem;
  position: relative;
}
.cm-strengths .col-3 .item-inbox::before, .cm-strengths .col-3 .item-inbox::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: .4rem;
  position: absolute;
  top: calc(50% - .2rem);
}
.cm-strengths .col-3 .item-inbox::before {
  background: url("../../images/new-sell/promotion/ico-dotted-red.png") no-repeat center;
  background-size: 100%;
  left: -4rem;
}
.cm-strengths .col-3 .item-inbox::after {
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-red.png") no-repeat center;
  background-size: 100%;
  right: -3.1rem;
  width: 3.1rem;
  height: 2rem;
}
.cm-strengths .col-3 .item-inbox:last-child {
  margin-bottom: 0;
}
.cm-strengths .col-3 .item-inbox.bc-green::before {
  background-image: url("../../images/new-sell/promotion/ico-dotted-green.png");
  left: inherit;
  right: -4rem;
}
.cm-strengths .col-3 .item-inbox.bc-green::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-green.png");
  right: inherit;
  left: -3.1rem;
}
.cm-strengths .col-3 .item-inbox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  width: 7rem;
  min-height: 14rem;
}
.cm-strengths .col-3 .item-inbox .num-inner {
  text-align: center;
}
.cm-strengths .col-3 .item-inbox .num-inner p {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
}
.cm-strengths .col-3 .item-inbox .num-inner p.ico {
  line-height: 0;
}
.cm-strengths .col-3 .item-inbox .num-inner p.ico .material-symbols-outlined {
  font-size: 2.4rem;
}
.cm-strengths .col-3 .item-inbox .txt {
  width: calc(100% - 7rem);
  padding: 0 1rem 0 2rem;
}
.cm-strengths .col-3 .item-inbox .txt h3 {
  text-align: left;
  font-size: 2rem;
  color: #e60012;
  margin-bottom: 1.5rem;
}
.cm-strengths .col-3 .item-inbox .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.54;
}
.cm-strengths .col-3 .centerItem {
  width: calc(100% - 63rem);
  margin: 0 3.5rem;
  align-self: center;
}
.cm-strengths .col-3 .centerItem .item-img {
  text-align: center;
  margin: 3rem 0;
}
.cm-strengths .col-3 .leftItem {
  border: 8px solid #e60012;
  padding: 2rem;
  width: 28rem;
  background-color: #ffffff;
}
.cm-strengths .col-3 .leftItem h3 {
  color: #e60012;
  margin-bottom: 7rem;
}
.cm-strengths .col-3 .rightItem {
  border: 8px solid #81bd16;
  padding: 2rem;
  width: 28rem;
  background-color: #ffffff;
}
.cm-strengths .col-3 .rightItem h3 {
  color: #81bd16;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.cm-strengths .col-3 .rightItem h3 .small {
  font-size: 1.5rem;
  width: 100%;
  display: block;
  margin-bottom: .6rem;
}
.cm-strengths .col-3 .rightItem .flex {
  flex-wrap: wrap;
}
.cm-strengths .col-3 .rightItem .flex .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5rem;
  padding: .5rem;
}
.cm-strengths .col-3 .rightItem .flex .item:nth-child(2n) {
  margin-right: 0;
}
.cm-strengths .col-3 .rightItem .flex .item:nth-child(n + 5) {
  margin-bottom: 0;
}
.cm-strengths .col-3 .rightItem .flex .item.active {
  background-color: #fffde5;
  border: 2px dotted #e60012;
  position: relative;
}
.cm-strengths .col-3 .rightItem .flex .item.active .ico {
  position: absolute;
  left: -.9rem;
  top: -.9rem;
}
.cm-strengths .col-3 .rightItem .flex .item.active .ico .material-symbols-outlined {
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #e60012;
  color: #ffffff;
  border-radius: 100%;
  border: 2px solid #fffde5;
}
.cm-strengths .col-3 .rightItem .flex .item p {
  text-align: center;
  font-size: 1.4rem;
}

@media (min-width: 1001px) and (max-width: 1100px) {
  .cm-strengths .cm-ribbon-ttl .catch {
    font-size: 3.4rem;
  }
  .cm-strengths .col-3 .item-inbox .txt h3 {
    font-size: 1.8rem;
  }
  .cm-strengths .col-3 .item-inbox .txt p {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .cm-strengths .col-3 .item {
    position: relative;
    z-index: 1;
  }
  .cm-strengths .col-3 .item h3 {
    font-size: 2rem;
  }
  .cm-strengths .col-3 .item h3 i {
    margin-right: 0.5rem;
  }
  .cm-strengths .col-3 .item h3 .material-symbols-outlined {
    font-size: 2rem;
  }
  .cm-strengths .col-3 .item-inbox .txt {
    width: calc(100% - 5rem);
    padding: 0 1rem;
  }
  .cm-strengths .col-3 .item-inbox .txt h3 {
    font-size: 1.8rem;
  }
  .cm-strengths .col-3 .item-inbox .num {
    width: 5rem;
    min-height: 14rem;
  }
  .cm-strengths .col-3 .item-inbox .num-inner p {
    font-size: 3.2rem;
  }
  .cm-strengths .col-3 .item-inbox::before {
    width: 3.5vw;
    height: 0.3vw;
    left: -3vw;
    top: calc(50% - 0.15vw);
  }
  .cm-strengths .col-3 .item-inbox::after {
    width: 2.5vw;
    height: 1.6vw;
    right: -2.5vw;
    top: calc(50% - 0.8vw);
  }
  .cm-strengths .col-3 .item-inbox.bc-green::before {
    right: -3.5vw;
  }
  .cm-strengths .col-3 .item-inbox.bc-green::after {
    left: -2.5vw;
  }
  .cm-strengths .col-3 .leftItem {
    width: 26%;
    padding: 2rem 1rem;
  }
  .cm-strengths .col-3 .centerItem {
    width: 42%;
    margin: 0 3%;
  }
  .cm-strengths .col-3 .rightItem {
    width: 26%;
    padding: 2rem 1rem;
  }
  .cm-strengths .col-3 .rightItem h3 .small {
    font-size: 1.3vw;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .cm-strengths .col-3 .item h3 {
    font-size: 1.8rem;
  }
  .cm-strengths .col-3 .item h3 .material-symbols-outlined {
    font-size: 1.8rem;
  }
  .cm-strengths .col-3 .item-inbox::before {
    width: 2.3rem;
    height: 0.2rem;
    left: -2.3rem;
  }
  .cm-strengths .col-3 .item-inbox::after {
    right: -2.1rem;
    width: 2.1rem;
    height: 1.5rem;
  }
  .cm-strengths .col-3 .item-inbox.bc-green::before {
    right: -2.3rem;
  }
  .cm-strengths .col-3 .item-inbox.bc-green::after {
    left: -2.1rem;
  }
  .cm-strengths .col-3 .item-inbox .num {
    min-height: 11rem;
  }
  .cm-strengths .col-3 .item-inbox .num-inner p {
    font-size: 3rem;
  }
  .cm-strengths .col-3 .item-inbox .txt {
    width: calc(100% - 6rem);
    padding: 0 1rem;
  }
  .cm-strengths .col-3 .item-inbox .txt h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .cm-strengths .col-3 .item-inbox .txt p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .cm-strengths .col-3 .leftItem {
    width: 18rem;
    border-width: .8rem;
    padding: 1.5rem;
  }
  .cm-strengths .col-3 .centerItem {
    width: calc(100% - 40rem);
    margin: 0 2rem;
  }
  .cm-strengths .col-3 .rightItem {
    width: 18rem;
    border-width: .8rem;
    padding: 1.5rem;
  }
  .cm-strengths .col-3 .rightItem .flex .item.active {
    border-width: .2rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-mv .ttl span {
    font-size: 3.6rem;
  }

  .cm-strengths .col-3 {
    width: 80rem;
  }
  .cm-strengths .col-3 .item h3 {
    font-size: 2.2rem;
  }
  .cm-strengths .col-3 .item h3 .material-symbols-outlined {
    font-size: 2.2rem;
  }
  .cm-strengths .col-3 .leftItem {
    width: 20rem;
    border-width: .8rem;
  }
  .cm-strengths .col-3 .centerItem {
    width: calc(100% - 46rem);
    margin: 0 3rem;
  }
  .cm-strengths .col-3 .rightItem {
    width: 20rem;
    border-width: .8rem;
    padding: 2rem 1rem;
  }
  .cm-strengths .col-3 .rightItem h3 i {
    margin-right: .6rem;
  }
  .cm-strengths .col-3 .rightItem h3 .small {
    font-size: 1.2rem;
  }
  .cm-strengths .col-3 .rightItem .flex .item {
    padding: 2px;
  }
  .cm-strengths .col-3 .rightItem .flex .item .active {
    border-width: .2rem;
  }
}
