@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/profile/mv.jpg);
}
.cm-mv > .txt {
  margin: 3.5rem 0 0;
}
.cm-mv .img {
  margin: 5rem auto 4rem;
}

.cm-strengths {
  background-color: #fffde5;
  padding: 8rem 0;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .cm-strengths .cm-ribbon-ttl .txt {
    font-size: 2rem;
  }
  .cm-strengths .cm-ribbon-ttl .catch {
    font-size: 3.1rem;
  }
}
.cm-strengths .img {
  margin-bottom: 7.5rem;
}
.cm-strengths-catch {
  font-size: 4.1rem;
  font-weight: bold;
  color: #e60012;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cm-strengths-catch {
    font-size: 3rem;
  }
}

.cm-strengths .sp-parrent {
  margin-bottom: 6rem;
}
.cm-strengths-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .cm-strengths-flex {
    width: 100rem;
  }
}
.cm-strengths-flex .cm-strengths-flex-item:first-of-type, .cm-strengths-flex .cm-strengths-flex-item:last-of-type {
  width: 28%;
  background-color: #ffffff;
  border: 0.6rem solid;
  padding: 3rem 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .cm-strengths-flex .cm-strengths-flex-item:first-of-type, .cm-strengths-flex .cm-strengths-flex-item:last-of-type {
    padding: 3rem 1.5vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .cm-strengths-flex .cm-strengths-flex-item:first-of-type, .cm-strengths-flex .cm-strengths-flex-item:last-of-type {
    padding: 3rem 1rem;
  }
}
.cm-strengths-flex .cm-strengths-flex-item:nth-child(2) {
  width: 37%;
}
.cm-strengths-flex .cm-strengths-flex-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.cm-strengths-flex .cm-strengths-flex-item-title .material-symbols-outlined {
  font-size: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .cm-strengths-flex .cm-strengths-flex-item-title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .cm-strengths-flex .cm-strengths-flex-item-title {
    font-size: 2rem;
  }
  .cm-strengths-flex .cm-strengths-flex-item-title .material-symbols-outlined {
    font-size: 2.4rem;
  }
}
.cm-strengths-flex .cm-strengths-flex-item-list {
  counter-reset: cm-strengths-flex-item-list 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.cm-strengths-flex .cm-strengths-flex-item-list li {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border: solid 2px;
  border-radius: 0.3rem;
}
.cm-strengths-flex .cm-strengths-flex-item-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.cm-strengths-flex .cm-strengths-flex-item-list li::before,
.cm-strengths-flex .cm-strengths-flex-item-list li .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: center center / contain no-repeat;
}
.cm-strengths-flex .cm-strengths-flex-item-list li::before {
  content: "";
  right: 100%;
  width: 10%;
  height: 0;
  border-bottom: dotted 0.3rem #e60012;
}
.cm-strengths-flex .cm-strengths-flex-item-list li .arrow {
  left: 100%;
  width: 9%;
  height: 0.3rem;
}
.cm-strengths-flex .cm-strengths-flex-item-list li .arrow::before {
  content: "";
  display: block;
  width: 90%;
  height: 0;
  border-bottom: dotted 0.3rem #e60012;
}
.cm-strengths-flex .cm-strengths-flex-item-list li .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #e60012;
  transform: translateY(-50%);
}
.cm-strengths-flex .cm-strengths-flex-item-list-item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 4.5rem;
  color: #ffffff;
  padding: 1.5rem 1rem;
}
.cm-strengths-flex .cm-strengths-flex-item-list-item-num-main::before {
  counter-increment: cm-strengths-flex-item-list 1;
  content: "0" counter(cm-strengths-flex-item-list);
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .cm-strengths-flex .cm-strengths-flex-item-list-item-num {
    font-size: 2.4rem;
  }
  .cm-strengths-flex .cm-strengths-flex-item-list-item-num .material-symbols-outlined {
    font-size: 2.6rem;
  }
}
.cm-strengths-flex .cm-strengths-flex-item-list-item-text {
  padding: 1.5rem 2rem;
}
.cm-strengths-flex .cm-strengths-flex-item-list-item-text h4 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .cm-strengths-flex .cm-strengths-flex-item-list-item-text {
    padding: 1.5rem 1rem;
  }
  .cm-strengths-flex .cm-strengths-flex-item-list-item-text h4 {
    font-size: 1.6rem;
  }
  .cm-strengths-flex .cm-strengths-flex-item-list-item-text p {
    font-size: 1.4rem;
  }
}
.cm-strengths-flex .cm-strengths-flex-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
.cm-strengths-flex .cm-strengths-flex-item-grid li p {
  text-align: center;
}
