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

.cm-strengths {
  padding: 8rem 0;
  background-color: #fffde5;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths .col-3 {
  justify-content: space-between;
}
.cm-strengths .col-3 .circle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 22rem;
  height: 22rem;
  background-color: #ffffff;
  border: 0.6rem solid #e60012;
  border-radius: 100%;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 3;
}
.cm-strengths .col-3 .circle-inner {
  text-align: center;
}
.cm-strengths .col-3 .circle-inner h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.2rem;
  color: #e60012;
  margin-bottom: 1.5rem;
}
.cm-strengths .col-3 .circle-inner h3 i {
  line-height: 0;
  display: inline-block;
}
.cm-strengths .col-3 .circle-inner h3 .material-symbols-outlined {
  font-size: 2.6rem;
}
.cm-strengths .col-3 .circle-inner img {
  width: 90%;
}
.cm-strengths .col-3 .circle.bd-dotted {
  border: dashed 2px #333333;
  align-items: center;
}
.cm-strengths .col-3 .circle.bd-dotted img {
  width: 80%;
  display: block;
  margin: auto;
}
.cm-strengths .col-3 .circle.bd-dotted .circle-inner h3 {
  color: #333333;
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cm-strengths .col-3 .circle.bd-dotted .alignCenter {
  color: #ffffff;
  font-weight: 500;
}
.cm-strengths .col-3 .imgbox img {
  width: 100%;
}
.cm-strengths .col-3 .item-inbox {
  background-color: #ffffff;
  border: 2px solid #e60012;
  border-radius: .5rem;
  margin-bottom: 3rem;
  position: relative;
}
.cm-strengths .col-3 .item-inbox-in {
  background-color: #fff;
  display: flex;
  position: relative;
  z-index: 3;
}
.cm-strengths .col-3 .item-inbox.green {
  border-color: #81bd16;
}
.cm-strengths .col-3 .item-inbox.green::before {
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-green-large.png");
  background-position: right;
  background-size: auto;
}
.cm-strengths .col-3 .item-inbox.green::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-green.png");
}
.cm-strengths .col-3 .item-inbox.green .num {
  background-color: #81bd16;
}
.cm-strengths .col-3 .item-inbox.green .txt .ttl, .cm-strengths .col-3 .item-inbox.green .txt .ico {
  color: #81bd16;
}
.cm-strengths .col-3 .item-inbox::before, .cm-strengths .col-3 .item-inbox::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: .4rem;
  position: absolute;
  z-index: 1;
}
.cm-strengths .col-3 .item-inbox::before {
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-red.png") repeat-x center;
  background-size: 100%;
  transform: rotate(180deg);
  width: 3.1rem;
  height: 2rem;
  left: -3.1rem;
}
.cm-strengths .col-3 .item-inbox::after {
  background: url("../../images/new-sell/promotion/ico-dotted-red.png") repeat-x left center;
  background-size: auto;
  right: -4rem;
}
.cm-strengths .col-3 .item-inbox:last-child {
  margin-bottom: 0;
}
.cm-strengths .col-3 .item-inbox.no1::before {
  content: none;
}
.cm-strengths .col-3 .item-inbox.no1::after {
  content: none;
}
.cm-strengths .col-3 .item-inbox.no2 {
  margin-bottom: 3rem;
}
.cm-strengths .col-3 .item-inbox.no2::before {
  left: calc(50% - 1.5rem);
  bottom: -2rem;
  transform: rotate(90deg);
}
.cm-strengths .col-3 .item-inbox.no2::after {
  right: calc(50% - 2rem);
  top: -2rem;
  transform: rotate(90deg);
}
.cm-strengths .col-3 .item-inbox.no3 .txt .ttl {
  font-size: 1.4rem;
}
.cm-strengths .col-3 .item-inbox.no3::before {
  left: calc(50% - 1.5rem);
  bottom: -2rem;
  transform: rotate(90deg);
}
.cm-strengths .col-3 .item-inbox.no3::after {
  content: none;
}
.cm-strengths .col-3 .item-inbox.no4 {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.cm-strengths .col-3 .item-inbox.no4::before {
  left: calc(50% - 1.3rem);
  top: 100%;
  transform: rotate(90deg);
}
.cm-strengths .col-3 .item-inbox.no4::after {
  background-image: url(../../images/new-sell/promotion/ico-dotted-green.png);
  left: calc(50% - 1.7rem);
  transform: rotate(90deg);
  top: -1.5rem;
  right: initial;
}
.cm-strengths .col-3 .item-inbox.no5::before, .cm-strengths .col-3 .item-inbox.no5::after {
  content: none;
}
.cm-strengths .col-3 .item-inbox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  width: 5rem;
}
.cm-strengths .col-3 .item-inbox .num-inner {
  text-align: center;
}
.cm-strengths .col-3 .item-inbox .num-inner p {
  color: #ffffff;
  font-size: 3.2rem;
  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% - 5rem);
  display: flex;
  padding: 1rem;
  align-self: center;
}
.cm-strengths .col-3 .item-inbox .txt .ttl {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #e60012;
  margin-bottom: 0;
}
.cm-strengths .col-3 .item-inbox .txt .ttl .small {
  font-size: 1.4rem;
}
.cm-strengths .col-3 .item-inbox .txt .ttl.small {
  font-size: 1.6rem;
}
.cm-strengths .col-3 .item-inbox .txt p {
  font-size: 1.5rem;
  font-weight: 500;
}
.cm-strengths .col-3 .item-inbox .txt .ico {
  line-height: 1;
  color: #e60012;
  margin-right: .6rem;
}
.cm-strengths .col-3 .item-dotsbox {
  background-color: #ffffff;
  border: 0.2rem dashed #99988c;
  border-radius: 1.5rem;
  padding: 3rem 2.5rem;
  margin-bottom: 3rem;
}
.cm-strengths .col-3 .item-dotsbox > .alignCenter {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.cm-strengths .col-3 .leftItem {
  border: 8px solid #e60012;
  padding: 2rem;
  width: 30rem;
  background-color: #ffffff;
  margin-right: 0;
  position: relative;
}
.cm-strengths .col-3 .leftItem::before {
  content: "MyPRページ\A作成依頼";
  white-space: pre;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  color: #e60012;
  position: absolute;
  right: -10rem;
  top: 8rem;
}
.cm-strengths .col-3 .leftItem::after {
  content: "";
  display: inline-block;
  width: 7.5rem;
  height: 2.1rem;
  position: absolute;
  top: 12.5rem;
  right: -10rem;
  z-index: 1;
  background: url(../../images/new-sell/promotion/ico-dotted-arrow-red-large.png) repeat-x center right;
  background-size: auto;
}
.cm-strengths .col-3 .leftItem h3 {
  color: #e60012;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.cm-strengths .col-3 .leftItem h3 i {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.cm-strengths .col-3 .centerItem {
  width: 27rem;
  margin-right: 0;
  align-self: center;
}
.cm-strengths .col-3 .centerItem .imgbox {
  position: relative;
}
.cm-strengths .col-3 .centerItem .imgbox::before, .cm-strengths .col-3 .centerItem .imgbox::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: .4rem;
  position: absolute;
  z-index: 1;
}
.cm-strengths .col-3 .centerItem .imgbox::after {
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-green-large.png") no-repeat right center;
  background-size: auto;
  width: 7.5rem;
  height: 2.1rem;
  right: -7.5rem;
  bottom: 7.6rem;
  transform: rotate(180deg);
}
.cm-strengths .col-3 .centerItem .imgbox img {
  width: 100%;
}
.cm-strengths .col-3 .centerItem .imgbox-in::before, .cm-strengths .col-3 .centerItem .imgbox-in::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: .4rem;
  position: absolute;
  z-index: 1;
}
.cm-strengths .col-3 .centerItem .imgbox-in::before {
  background: url("../../images/new-sell/promotion/ico-dotted-red.png") repeat-x left center;
  background-size: auto;
  left: -4.5rem;
  top: 4.6rem;
  width: 7.2rem;
}
.cm-strengths .col-3 .centerItem .imgbox-in::after {
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-red-large.png") no-repeat center right;
  background-size: auto;
  width: 7.3rem;
  height: 2rem;
  right: -5.5rem;
  top: 4rem;
}
.cm-strengths .col-3 .centerItem .imgbox-in.img2 {
  width: 20rem;
  margin: 3rem auto 0;
}
.cm-strengths .col-3 .rightItem {
  border: 8px solid #81bd16;
  padding: 2rem;
  width: 30rem;
  background-color: #ffffff;
}
.cm-strengths .col-3 .rightItem h3 {
  color: #81bd16;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.cm-strengths .col-3 .rightItem h3 i {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.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.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 .img img {
  width: 100%;
}
.cm-strengths .col-3 .rightItem .flex .item p {
  text-align: center;
  font-size: 1.4rem;
}

.un-item02 .item {
  background-color: #ffffff;
  border-radius: .5rem;
}
.un-item02 .item a {
  display: block;
  line-height: 1;
  height: 100%;
  transition: .3s;
}
.un-item02 .item a:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.un-item02 .img img {
  width: 100%;
}
.un-item02 .txt {
  padding: 2.5rem;
}
.un-item02 .ttl {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.35;
  color: #e60012;
  margin-bottom: 2.5rem;
}
.un-item02 .cont {
  font-size: 1.4rem;
  font-weight: 500;
}

.cm-utilization {
  padding: 8rem 0;
}
.cm-utilization .lwrap {
  max-width: 120rem;
}
.cm-utilization .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-utilization-step {
  justify-content: space-between;
}
.cm-utilization-step .item {
  counter-increment: num;
  position: relative;
  background-color: #f7f7f7;
  padding: 1.5rem;
  width: 22% !important;
  margin: 0 !important;
}
.cm-utilization-step .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.75rem 0 1.75rem 2rem;
  border-color: transparent transparent transparent #e60012;
  display: block;
  position: absolute;
  left: calc(100% + 1.5rem);
  top: calc(50% - 1.75rem);
}
.cm-utilization-step .item:last-child::after {
  content: none;
}
.cm-utilization-step .ttl {
  margin: 0 0 3rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.cm-utilization-step .ttl::before {
  content: counter(num);
  position: absolute;
  left: -1rem;
  top: -3.5rem;
  color: #e60012;
  font-size: 8rem;
  font-weight: 500;
  opacity: .2;
  z-index: 1;
}
.cm-utilization-step .img {
  line-height: 1;
  margin-bottom: 1rem;
}
.cm-utilization-step .img img {
  width: 100%;
}
.cm-utilization-step p {
  text-align: center;
}

.cm-promotion {
  padding-top: 8rem;
}

@media (max-width: 1260px) {
  .cm-utilization .lwrap {
    margin: 0 3rem;
  }
  .cm-utilization-step .ttl {
    line-height: 1.5;
  }
  .cm-utilization-step .ttl::before {
    top: -5rem;
  }
}
@media (max-width: 1060px) {
  .cm-utilization-step {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 60rem;
    margin: auto;
    gap: 5rem;
  }
  .cm-utilization-step .item {
    width: 45% !important;
    max-width: 28rem;
  }
  .cm-utilization-step .item:nth-child(2)::after {
    content: none;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .un-item02 .txt {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 1100px) {
  .sp-parrent {
    overflow: scroll;
  }
  .sp-parrent .sp-wrap {
    width: 103rem;
    margin: auto;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .un-item02 .ttl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .un-item02 .txt {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .un-item02 .ttl {
    margin-bottom: 1.5rem;
  }
  .un-item02 .txt {
    padding: 1.5rem 1.5rem 2rem;
  }

  .cm-strengths .cm-ribbon-ttl .catch {
    font-size: 2.8rem;
  }

  .cm-utilization-step {
    max-width: inherit;
    margin: auto;
    gap: 4rem;
  }
  .cm-utilization-step .item {
    width: calc(50% - 2rem) !important;
    max-width: inherit;
  }
  .cm-utilization-step .item::after {
    left: calc(100% + 1.2rem);
  }
  .cm-utilization-step .ttl {
    font-size: 1.7rem;
    margin: 0 0 1.5rem 0rem;
  }
  .cm-utilization-step .ttl::before {
    font-size: 6rem;
    top: -4rem;
  }
  .cm-utilization-step p {
    font-size: 1.4rem;
  }
}
