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

.cm-strengths {
  padding: 8rem 0;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths .subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: .06em;
  margin-bottom: 3rem;
}
.cm-strengths .subttl .img {
  width: 20rem;
  line-height: 0;
  margin-right: 1.5rem;
}
.cm-strengths .in-ttl {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 3rem;
  min-height: 7rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.cm-strengths .in-ttl span {
  display: block;
}
.cm-strengths .col-3 .item {
  margin: 0;
}
.cm-strengths .col-3.no1 {
  justify-content: space-between;
}
.cm-strengths .col-3.no1 .leftItem, .cm-strengths .col-3.no1 .centerItem, .cm-strengths .col-3.no1 .rightItem {
  width: 28rem;
  background-color: #ffffff;
  padding: 2rem 2rem 0;
}
.cm-strengths .col-3.no1 .leftItem {
  border: 8px solid #a8a8a8;
}
.cm-strengths .col-3.no1 .leftItem .in-ttl {
  color: #a8a8a8;
}
.cm-strengths .col-3.no1 .leftItem .in-ttl span {
  font-size: 2.4rem;
}
.cm-strengths .col-3.no1 .leftItem img {
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
  max-width: inherit;
}
.cm-strengths .col-3.no1 .centerItem {
  border: 8px solid #81bd16;
}
.cm-strengths .col-3.no1 .rightItem {
  border: 8px solid #e60012;
}
.cm-strengths .col-3.no2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.cm-strengths .col-3.no2 .leftItem, .cm-strengths .col-3.no2 .centerItem, .cm-strengths .col-3.no2 .rightItem {
  padding: 2rem;
  width: 28rem;
}
.cm-strengths .col-3.no2 .rightItem {
  margin-top: 1rem;
}
.cm-strengths .col-3.no2 .rightItem .item-inbox {
  margin-bottom: .6rem;
}
.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 .item-inbox {
  background-color: #ffffff;
  border: 2px solid #e60012;
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.cm-strengths .item-inbox-in {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.cm-strengths .item-inbox::before, .cm-strengths .item-inbox::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: .4rem;
  position: absolute;
  z-index: 1;
}
.cm-strengths .item-inbox::before {
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-red-large.png") no-repeat center right;
  background-size: auto;
  width: 3.9rem;
  height: 2rem;
  left: -3.1rem;
}
.cm-strengths .item-inbox::after {
  background: url("../../images/new-sell/promotion/ico-dotted-red.png") repeat-x left center;
  background-size: auto;
  right: -4rem;
}
.cm-strengths .item-inbox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  width: 5rem;
}
.cm-strengths .item-inbox .num-inner {
  text-align: center;
}
.cm-strengths .item-inbox .num-inner p {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 600;
}
.cm-strengths .item-inbox .num-inner p.ico {
  line-height: 0;
}
.cm-strengths .item-inbox .txt {
  width: calc(100% - 5rem);
  display: flex;
  padding: 0 1rem;
}
.cm-strengths .item-inbox .txt .ttl {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #e60012;
  margin-bottom: 0;
}
.cm-strengths .item-inbox .txt .ttl .small {
  font-size: 1.4rem;
}
.cm-strengths .item-inbox .txt .ttl.small {
  font-size: 1.6rem;
}
.cm-strengths .item-inbox .txt p {
  font-size: 1.6rem;
  font-weight: 500;
}
.cm-strengths .item-inbox .txt .ico {
  line-height: 1;
  color: #e60012;
  margin-right: .6rem;
}
.cm-strengths .item-inbox .txt .ico .material-symbols-outlined {
  font-size: 2rem;
}
.cm-strengths .item-inbox.green {
  border-color: #81bd16;
}
.cm-strengths .item-inbox.green::before {
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-green-large.png");
}
.cm-strengths .item-inbox.green::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-green.png");
}
.cm-strengths .item-inbox.green .num {
  background-color: #81bd16;
}
.cm-strengths .item-inbox.green .txt .ttl, .cm-strengths .item-inbox.green .txt .ico {
  color: #81bd16;
}
.cm-strengths .item-inbox.black {
  border-color: #333333;
}
.cm-strengths .item-inbox.black::before {
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-black.png");
  background-position: center left;
}
.cm-strengths .item-inbox.black::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-black.png");
}
.cm-strengths .item-inbox.black .num {
  background-color: #333333;
}
.cm-strengths .item-inbox.black .txt .ttl, .cm-strengths .item-inbox.black .txt .ico {
  color: #333333;
}
.cm-strengths .item-inbox.gray {
  border-color: #a8a8a8;
}
.cm-strengths .item-inbox.gray::before {
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-gray.png");
  background-position: center left;
}
.cm-strengths .item-inbox.gray::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-gray.png");
}
.cm-strengths .item-inbox.gray .num {
  background-color: #a8a8a8;
}
.cm-strengths .item-inbox.gray .txt .ttl, .cm-strengths .item-inbox.gray .txt .ico {
  color: #a8a8a8;
}
.cm-strengths .item-inbox.no1::after {
  content: none;
}
.cm-strengths .item-inbox.no1::before {
  left: inherit;
  right: -11.4rem;
  top: 1.05rem;
  width: 3.4rem;
}
.cm-strengths .item-inbox.no2::after {
  content: none;
}
.cm-strengths .item-inbox.no2::before {
  left: inherit;
  right: -11.4rem;
  top: 1.05rem;
  width: 3.4rem;
}
.cm-strengths .item-inbox.no3::after {
  content: none;
}
.cm-strengths .item-inbox.no3::before {
  transform: rotate(180deg);
  left: -11.6rem;
  width: 8.2rem;
  top: 1rem;
}
.cm-strengths .item-inbox.no4 {
  margin-bottom: 0;
}
.cm-strengths .item-inbox.no4::after {
  content: none;
}
.cm-strengths .item-inbox.no4::before {
  transform: rotate(90deg);
  left: calc(50% - 1.5rem);
  top: 7rem;
  width: 3rem;
}
.cm-strengths .item-inbox.no5::after {
  content: none;
}
.cm-strengths .item-inbox.no5::before {
  transform: rotate(180deg);
  top: 1rem;
  left: -11.4rem;
  width: 4.3rem;
}
.cm-strengths .item-inbox.no6::after {
  content: none;
}
.cm-strengths .item-inbox.no6::before {
  transform: rotate(180deg);
  top: 1rem;
  left: -11.4rem;
  width: 4.3rem;
}
.cm-strengths .item-inbox.no7::after {
  transform: rotate(90deg);
  left: calc(50% - 6rem);
  top: -7rem;
  width: 12rem;
}
.cm-strengths .item-inbox.no7::before {
  transform: rotate(180deg);
  right: -13rem;
  left: inherit;
  top: 1rem;
  width: 12rem;
}
.cm-strengths .item-inbox.no8::after {
  right: inherit;
  left: -13rem;
  top: 1.6rem;
  width: 12rem;
}
.cm-strengths .item-inbox.no8::before {
  transform: rotate(90deg);
  left: calc(50% - 6.1rem);
  top: -8rem;
  width: 12.2rem;
}

@media (max-width: 1100px) {
  .sp-parrent {
    overflow: scroll;
  }
  .sp-parrent .sp-wrap {
    width: 103rem;
    margin: auto;
  }

  .cm-strengths .cm-ribbon-ttl .catch {
    font-size: 3rem;
  }
  .cm-strengths .subttl {
    font-size: 3rem;
  }
  .cm-strengths .subttl .img {
    width: 14rem;
  }
  .cm-strengths .item-inbox.no1::before {
    right: -11.7rem;
    top: 1.08rem;
  }
  .cm-strengths .item-inbox.no2::before {
    right: -11.7rem;
    top: 1.08rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-strengths .cm-ribbon-ttl .catch {
    font-size: 2.8rem;
  }
  .cm-strengths .subttl {
    font-size: 2.6rem;
  }
  .cm-strengths .subttl .img {
    width: 12rem;
    margin-right: 1rem;
  }
}
/* forefox
***********************/
@-moz-document url-prefix() {
  .cm-strengths .item-inbox.no1::before {
    top: 1.1rem;
  }

  .cm-strengths .item-inbox.no2::before {
    top: 1.1rem;
  }
}
/* IMフェア 実績
***********************/
.cm-achievements {
  padding: 8rem 0;
}
.cm-achievements .cm-ribbon-ttl {
  margin-bottom: 5rem;
}

.cm-achievements-slide .slick-track {
  display: flex;
}
@media screen and (max-width: 480px) {
  .cm-achievements-slide {
    margin: 0 1.5rem;
  }
}

.cm-achievements-slide_item {
  border: 0.2rem solid var(--c-red);
  height: auto;
  margin: 0 1rem;
  text-align: center;
}
.cm-achievements-slide_item-link {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333333;
}
@media (hover: hover) {
  .cm-achievements-slide_item-link {
    transition: .3s;
  }
  .cm-achievements-slide_item-link:hover {
    opacity: .7;
  }
}
.cm-achievements-slide_item-logo {
  font-size: 3rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 0;
}
.cm-achievements-slide_item-logo img {
  max-height: 5rem;
  width: auto;
  margin: auto;
}
.cm-achievements-slide_item-txt {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
  line-height: 2;
  font-size: 1.4rem;
}
.cm-achievements-slide_item-img {
  margin-top: auto;
}
.cm-achievements-slide_item-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cm-achievements-slide_item {
    margin: 0 .5rem;
  }
  .cm-achievements-slide_item-logo {
    font-size: 2.2rem;
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cm-achievements-slide_item-logo img {
    max-height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-achievements-slide_item-logo {
    min-height: 3rem;
    font-size: 1.7rem;
  }
  .cm-achievements-slide_item-logo img {
    max-height: 3rem;
  }
  .cm-achievements-slide_item-txt {
    line-height: 1.65;
  }
}

.cm-achievements-popup {
  display: none;
}
.cm-achievements-popup_img {
  display: flex;
  column-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 3rem;
}
.cm-achievements-popup_img-item {
  max-width: 26rem;
}
.cm-achievements-popup_txt {
  line-height: 2;
}

.cm-achievements-popup-item {
  background-color: var(--c-white);
  max-width: 90rem;
  margin: auto;
  max-height: 80vh;
  overflow: scroll;
  padding: 3rem;
}
.cm-achievements-popup-item .mfp-close {
  color: var(--c-white) !important;
  opacity: 1;
  right: calc((100vw - 1010px) / 2);
}
@media (max-width: 1000px) {
  .cm-achievements-popup-item {
    width: calc(100% - 12rem);
  }
  .cm-achievements-popup-item .mfp-close {
    right: 1rem;
  }
}
