@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/ai/mv.jpg);
  padding-bottom: 6rem;
  text-align: center;
  overflow: hidden;
}
.cm-mv .inner {
  display: inline-block;
  position: relative;
}
.cm-mv .inner .illust {
  position: absolute;
  right: -5rem;
  top: -5rem;
  width: 14rem;
}
.cm-mv .ttl span {
  font-size: 5rem;
}
.cm-mv .txt {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 3.5rem 0 0;
  color: #333333;
}
.cm-mv-list {
  justify-content: center;
  margin: 3.5rem 0 3rem;
}
.cm-mv-list p {
  font-size: 1.4rem;
  background-color: #ffffff;
  border: 1px solid #e60012;
  border-radius: 3rem;
  color: #e60012;
  padding: .3rem 1.5rem;
  margin-right: 1rem;
  text-align: center;
}
.cm-mv-list p:last-child {
  margin-right: 0;
}
.cm-mv .img {
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #e60012;
  margin: 3rem auto 0;
  width: auto;
  max-width: 56rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 880px) {
  .cm-mv .inner .illust {
    right: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-mv .ttl span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-mv .inner .illust {
    width: 10rem;
    top: -7rem;
    right: -2.5rem;
  }
  .cm-mv .ttl span {
    font-size: 4rem;
  }
  .cm-mv .txt {
    letter-spacing: -.02em;
    font-size: 1.8rem;
  }
  .cm-mv-list {
    margin: 3rem 0 1.5rem;
  }
  .cm-mv-list p {
    font-size: 1rem;
    margin-right: .6rem;
  }
  .cm-mv .img {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.cm-problem {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 810px) {
  .cm-problem-list .item:first-child br.pc {
    display: none;
  }
}

.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: 30%;
  border: 8px solid #ddd;
  padding: 2rem;
  margin: 0;
  background-color: #ffffff;
  position: relative;
}
.cm-strengths .flex.col-3 .item::after {
  content: "";
  display: inline-block;
  width: 5.3rem;
  height: 2rem;
  position: absolute;
  z-index: 1;
}
.cm-strengths .flex.col-3 .item .strengths-ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.cm-strengths .flex.col-3 .item p {
  text-align: center;
}
.cm-strengths .flex.col-3 .item .img {
  margin-bottom: 1.5rem;
}
.cm-strengths .flex.col-3 .left {
  border-color: #e60012;
}
.cm-strengths .flex.col-3 .left::after {
  background: url(../../images/new-sell/promotion/ico-dotted-arrow-red-large.png) no-repeat center right;
  background-size: auto;
  right: -5.5rem;
  top: calc(50% - 2rem);
}
.cm-strengths .flex.col-3 .center {
  border-color: #ff9020;
}
.cm-strengths .flex.col-3 .center::after {
  background: url(../../images/new-sell/promotion/ico-dotted-arrow-orange-large.png) no-repeat center right;
  background-size: auto;
  right: -5.5rem;
  top: calc(50% - 2rem);
}
.cm-strengths .flex.col-3 .center .bg-orange {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem 0;
  margin: 1rem 0;
}
.cm-strengths .flex.col-3 .right {
  border-color: #81bd16;
}
.cm-strengths .flex.col-3 .right::after {
  content: none;
}
@media (max-width: 1084px) {
  .cm-strengths .sp-parrent {
    overflow: scroll;
  }
  .cm-strengths .sp-parrent .flex.col-3 {
    width: 108rem;
  }
}

.cm-advantages-item02 .cont .img {
  border: 1px solid #e9e9e9;
}

.cm-listing .cm-ribbon-ttl {
  margin-bottom: 2rem;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .cm-listing .cm-ribbon-ttl .catch {
    font-size: 4.2vw;
  }
}
.cm-listing .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cm-listing .flex {
    width: 100rem;
  }
}
.cm-listing .flex .top-left {
  width: 28%;
}
.cm-listing .flex .top-center {
  width: 37%;
}
.cm-listing .flex .top-right {
  width: 28%;
}
.cm-listing .flex .bottom-left {
  width: 38%;
}
.cm-listing .flex .bottom-center {
  width: 17%;
}
.cm-listing .flex .bottom-right {
  width: 38%;
}
.cm-listing .flex.top {
  position: relative;
  z-index: 3;
}
.cm-listing .flex.top .item-inbox::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10%;
  height: 0;
  border-bottom: dotted 0.4rem;
  border-color: inherit;
  transform: translateY(-50%);
}
.cm-listing .flex.bottom .item-inbox::before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 100%;
  border-left: dotted 0.4rem;
  border-color: inherit;
}
.cm-listing .flex .circle {
  position: relative;
  background-color: #ffffff;
  border: solid 0.6rem;
  border-radius: 100%;
}
.cm-listing .flex .circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cm-listing .flex .circle > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.cm-listing .flex .circle h3 {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 9%;
}
@media screen and (max-width: 1280px) {
  .cm-listing .flex .circle h3 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-listing .flex .circle h3 {
    font-size: 2.5rem;
  }
}
.cm-listing .flex .circle h3 span {
  font-size: 1.3em;
}
.cm-listing .flex .circle img {
  width: 45%;
}
.cm-listing .flex .item-inbox {
  position: relative;
  display: flex;
  align-items: stretch;
  border: solid 2px;
  border-radius: 0.6rem;
}
.cm-listing .flex .item-inbox .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  width: 10%;
  height: 0;
  transform: translateY(-50%);
}
.cm-listing .flex .item-inbox .arrow::before {
  content: "";
  width: 90%;
  height: 0;
  border-bottom: dotted 0.4rem;
  border-color: inherit;
}
.cm-listing .flex .item-inbox .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.cm-listing .flex .item-inbox.no1 {
  margin-bottom: 2rem;
}
.cm-listing .flex .item-inbox.no1::before {
  left: 100%;
}
.cm-listing .flex .item-inbox.no1 .arrow {
  justify-content: flex-end;
  right: 100%;
}
.cm-listing .flex .item-inbox.no1 .arrow::before {
  border-color: #81bd16;
}
.cm-listing .flex .item-inbox.no1 .arrow::after {
  left: 0;
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent #81bd16 transparent transparent;
}
.cm-listing .flex .item-inbox.no2::before {
  right: 100%;
}
.cm-listing .flex .item-inbox.no2 .arrow {
  justify-content: flex-start;
  left: 100%;
}
.cm-listing .flex .item-inbox.no2 .arrow::before {
  border-color: #e60012;
}
.cm-listing .flex .item-inbox.no2 .arrow::after {
  right: 0;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #e60012;
}
.cm-listing .flex .item-inbox.no3::before {
  left: 35%;
}
.cm-listing .flex .item-inbox.no3 .arrow {
  width: 8%;
  justify-content: flex-start;
  left: 100%;
}
.cm-listing .flex .item-inbox.no3 .arrow::before {
  border-color: #e60012;
}
.cm-listing .flex .item-inbox.no3 .arrow::after {
  right: 0;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #e60012;
}
.cm-listing .flex .item-inbox.no4::before {
  right: 35%;
}
.cm-listing .flex .item-inbox.no4 .arrow {
  width: 8%;
  justify-content: flex-end;
  right: 100%;
}
.cm-listing .flex .item-inbox.no4 .arrow::before {
  border-color: #81bd16;
}
.cm-listing .flex .item-inbox.no4 .arrow::after {
  left: 0;
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent #81bd16 transparent transparent;
}
.cm-listing .flex .item-inbox > .num {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.cm-listing .flex .item-inbox > .num p {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .cm-listing .flex .item-inbox > .num p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-listing .flex .item-inbox > .num p {
    font-size: 4rem;
  }
}
.cm-listing .flex .item-inbox .txt {
  display: flex;
  align-items: center;
  font-size: 2rem;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 1280px) {
  .cm-listing .flex .item-inbox .txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-listing .flex .item-inbox .txt {
    font-size: 2rem;
  }
}
.cm-listing .flex .item-inbox .txt span {
  font-size: 1.5em;
  margin-right: 0.5rem;
}
.cm-listing .flex .item-inbox .txt h3 {
  font-size: 1em;
  line-height: 1.3;
}
.cm-listing .flex .item-inbox .txt p {
  font-size: 0.9em;
}
.cm-listing .flex .bottom-center .circle {
  border: dashed 2px #333333;
}
.cm-listing .flex .bottom-center .circle > * {
  justify-content: center;
}
.cm-listing .flex .bottom-center .circle img {
  width: 80%;
}
.cm-listing .flex .bottom-center .circle h3 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .cm-listing .flex .bottom-center .circle h3 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-listing .flex .bottom-center .circle h3 {
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

.cm-utilization {
  padding: 8rem 0;
}
.cm-utilization .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-utilization-box {
  align-items: center;
}
.cm-utilization-box .item:nth-child(1) {
  width: 33%;
}
.cm-utilization-box .item:nth-child(2) {
  width: 63%;
}
.cm-utilization-box .ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.cm-utilization-box .img {
  border: 1px solid #e9e9e9;
  padding: 1.5rem;
}
.cm-utilization-box p {
  line-height: 2;
  font-weight: 500;
}
.cm-utilization-bottomtxt {
  margin: 3rem 0 0;
}
.cm-utilization-bottomtxt h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.cm-utilization-bottomtxt p {
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .cm-utilization-box {
    flex-wrap: wrap;
  }
  .cm-utilization-box .item:nth-child(1) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cm-utilization-box .item:nth-child(2) {
    width: 100%;
  }
}

.un-list01 li {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
}

.cm-survey {
  background-color: #fffde5;
  padding: 8rem 0 9rem;
}
.cm-survey .cm-ribbon-ttl {
  margin-bottom: 3rem;
}
.cm-survey .cm-lead-text {
  font-size: 1.8rem;
  font-weight: 600;
}
.cm-survey .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cm-survey .flex {
    width: 100rem;
  }
}
.cm-survey .flex .top-left {
  width: 28%;
}
.cm-survey .flex .top-center {
  width: 37%;
}
.cm-survey .flex .top-right {
  width: 28%;
}
.cm-survey .flex .bottom-left {
  width: 38%;
}
.cm-survey .flex .bottom-center {
  width: 17%;
}
.cm-survey .flex .bottom-right {
  width: 38%;
}
.cm-survey .flex.top .item-inbox::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10%;
  height: 0;
  border-bottom: dotted 0.4rem;
  border-color: inherit;
  transform: translateY(-50%);
}
.cm-survey .flex.bottom .item-inbox::before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 75%;
  border-left: dotted 0.4rem;
  border-color: inherit;
}
.cm-survey .flex .circle {
  position: relative;
  background-color: #ffffff;
  border: solid 0.6rem;
  border-radius: 100%;
}
.cm-survey .flex .circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cm-survey .flex .circle > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.cm-survey .flex .circle h3 {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 9%;
}
@media screen and (max-width: 1280px) {
  .cm-survey .flex .circle h3 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-survey .flex .circle h3 {
    font-size: 2.5rem;
  }
}
.cm-survey .flex .circle h3 span {
  font-size: 1.3em;
}
.cm-survey .flex .circle img {
  width: 45%;
}
.cm-survey .flex .item-inbox {
  position: relative;
  display: flex;
  align-items: stretch;
  border: solid 2px;
  border-radius: 0.6rem;
}
.cm-survey .flex .item-inbox .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  width: 10%;
  height: 0;
  transform: translateY(-50%);
}
.cm-survey .flex .item-inbox .arrow::before {
  content: "";
  width: 90%;
  height: 0;
  border-bottom: dotted 0.4rem;
  border-color: inherit;
}
.cm-survey .flex .item-inbox .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.cm-survey .flex .item-inbox.no1 {
  margin-bottom: 2rem;
}
.cm-survey .flex .item-inbox.no1::before {
  right: 100%;
}
.cm-survey .flex .item-inbox.no1 .arrow {
  justify-content: flex-start;
  left: 100%;
}
.cm-survey .flex .item-inbox.no1 .arrow::before {
  border-color: #e60012;
}
.cm-survey .flex .item-inbox.no1 .arrow::after {
  right: 0;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #e60012;
}
.cm-survey .flex .item-inbox.no2::before {
  left: 100%;
}
.cm-survey .flex .item-inbox.no2 .arrow {
  justify-content: flex-end;
  right: 100%;
}
.cm-survey .flex .item-inbox.no2 .arrow::before {
  border-color: #333333;
}
.cm-survey .flex .item-inbox.no2 .arrow::after {
  left: 0;
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent #333333 transparent transparent;
}
.cm-survey .flex .item-inbox.no3::before {
  left: 35%;
}
.cm-survey .flex .item-inbox.no3 .arrow {
  width: 8%;
  justify-content: flex-start;
  left: 100%;
}
.cm-survey .flex .item-inbox.no3 .arrow::before {
  border-color: #e60012;
}
.cm-survey .flex .item-inbox.no3 .arrow::after {
  right: 0;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #e60012;
}
.cm-survey .flex .item-inbox.no4::before {
  right: 35%;
}
.cm-survey .flex .item-inbox.no4 .arrow {
  width: 8%;
  justify-content: flex-end;
  right: 100%;
}
.cm-survey .flex .item-inbox.no4 .arrow::before {
  border-color: #333333;
}
.cm-survey .flex .item-inbox.no4 .arrow::after {
  left: 0;
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent #333333 transparent transparent;
}
.cm-survey .flex .item-inbox > .num {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.cm-survey .flex .item-inbox > .num p {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .cm-survey .flex .item-inbox > .num p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-survey .flex .item-inbox > .num p {
    font-size: 4rem;
  }
}
.cm-survey .flex .item-inbox .txt {
  display: flex;
  align-items: center;
  font-size: 2rem;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 1280px) {
  .cm-survey .flex .item-inbox .txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-survey .flex .item-inbox .txt {
    font-size: 2rem;
  }
}
.cm-survey .flex .item-inbox .txt span {
  font-size: 1.5em;
  margin-right: 0.5rem;
}
.cm-survey .flex .item-inbox .txt h3 {
  font-size: 1em;
  line-height: 1.3;
}
.cm-survey .flex .item-inbox .txt p {
  font-size: 0.9em;
}
.cm-survey .flex .top-center .no1 .txt p {
  font-size: 0.7em;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.cm-survey .flex .top-right .circle > * {
  justify-content: center;
}
.cm-survey .flex .top-right .circle img {
  width: 70%;
}
.cm-survey .flex .top-right .circle p {
  font-size: 3rem;
  margin-top: 1rem;
}
.cm-survey .flex .bottom-left .item-inbox .txt h3 {
  font-size: 0.9em;
}
.cm-survey .flex .bottom-center .circle {
  border: none;
}
.cm-survey .flex .bottom-center .circle > * {
  justify-content: flex-end;
}
.cm-survey .flex .bottom-center .circle p {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .cm-survey .flex .bottom-center .circle p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-survey .flex .bottom-center .circle p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-survey .flex .bottom-right .item-inbox .txt h3 {
    font-size: 0.9em;
  }
}

.cm-cost {
  padding: 8rem 0 8rem;
}
.cm-cost .cm-ribbon-ttl img {
  width: 13rem;
  margin-right: 1.5rem;
}
.cm-cost .cm-lead-text {
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .cm-cost .cm-lead-text {
    font-size: 2rem;
  }
}
.cm-cost .img > img {
  width: 100%;
  max-width: 16rem;
}
