@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/souryou/mv.jpg");
  text-align: center;
}
.cm-mv .addCatch {
  font-size: 2rem;
  font-weight: 500;
  background-color: #81bd16;
  color: #ffffff;
  padding: .6rem 1rem;
  max-width: 60rem;
  margin: 0 auto 1rem;
}
.cm-mv .parrent {
  display: inline-block;
  position: relative;
}
.cm-mv .arrow_box {
  background: #fffef5;
  border: 2px solid #fff581;
  position: absolute;
  top: -3rem;
  left: calc(100% - 3rem);
  border-radius: 1rem;
  padding: 2rem;
}
.cm-mv .arrow_box p {
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.cm-mv .arrow_box::after, .cm-mv .arrow_box::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cm-mv .arrow_box::after {
  border-color: rgba(255, 253, 232, 0);
  border-right-color: #fffef5;
  border-width: 15px;
  margin-top: -15px;
}
.cm-mv .arrow_box::before {
  border-color: rgba(255, 255, 0, 0);
  border-right-color: #fff581;
  border-width: 18px;
  margin-top: -18px;
}
.cm-mv .ttl > span {
  display: block;
}
.cm-mv .ttl span {
  display: inline-block;
  margin-top: 0;
}
.cm-mv > .txt {
  color: #333333;
}
.cm-mv > .txt .large {
  font-size: 3.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.cm-mv > .txt .bg-white {
  display: inline-block;
  width: 14rem;
  line-height: 1;
  padding: 0.6rem 0.66rem 0.5rem;
  margin-right: 0.6rem;
  position: relative;
  top: 0.6rem;
}
.cm-mv .img img {
  margin-left: -1.5rem;
}

.cm-strengths {
  padding: 8rem 0;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
.cm-strengths p img {
  max-width: 18rem;
  width: 100%;
  margin-right: .6rem;
  display: inline-block;
  position: relative;
  top: 1rem;
}
.cm-strengths p .large {
  font-size: 2.2rem;
  font-weight: 500;
}
.cm-strengths p .ml {
  margin-left: .6rem;
}

.cm-problem .bottom {
  flex-wrap: wrap;
  justify-content: center;
}
.cm-problem .bottom .flex {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 14.2rem;
}
.cm-problem .bottom .flex .arrow2 {
  line-height: 1;
  position: relative;
  top: -0.7rem;
  margin: 0 1.5rem;
}
.cm-problem .bottom .txt {
  font-size: 3.6rem;
}
.cm-problem .bottom .block {
  text-align: center;
}
.cm-problem .bottom .img {
  width: 32rem;
  margin-right: 0;
  position: relative;
  top: -0.5rem;
}

.cm-advantages .ttlwrap {
  position: relative;
}
.cm-advantages .ttlwrap .absolute {
  width: 30rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  background: #fffef5;
  border: 0.2rem solid #ff9020;
  position: absolute;
  top: -5rem;
  left: calc(100% - 28rem);
  border-radius: 1rem;
  padding: 2rem;
  font-size: 2rem;
  line-height: 2;
}
.cm-advantages .ttlwrap .absolute::after, .cm-advantages .ttlwrap .absolute::before {
  right: calc(100% - 5rem);
  top: calc(100% + 18px);
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cm-advantages .ttlwrap .absolute::after {
  border-color: rgba(255, 253, 232, 0);
  border-top-color: #fffef5;
  border-width: 15px;
  margin-top: -15px;
  right: calc(100% - 4.7rem);
  top: calc(100% + 15px);
}
.cm-advantages .ttlwrap .absolute::before {
  border-color: rgba(255, 255, 0, 0);
  border-top-color: #ff9020;
  border-width: 18px;
  margin-top: -18px;
}
.cm-advantages .ttlwrap .absolute .marker-orange {
  padding-bottom: .2rem;
  background: linear-gradient(transparent 70%, #ff9020 70%);
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cm-advantages .ttlwrap .absolute {
    top: -9rem;
    left: calc(100% - 24rem);
    font-size: 1.6rem;
    width: 26rem;
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-advantages .ttlwrap .absolute {
    font-size: 2.2rem;
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  .cm-advantages .ttlwrap .absolute::before, .cm-advantages .ttlwrap .absolute::after {
    content: none;
  }
}
.cm-advantages .itemwrap {
  border: 0.8rem solid #e60012;
  background-color: #ffffff;
  padding: 5rem 3rem;
  max-width: 86rem;
  margin: auto;
}
.cm-advantages .itemwrap h3 {
  text-align: center;
  color: #e60012;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 4.5rem;
}
.cm-advantages .itemwrap .flex {
  justify-content: space-between;
  align-items: center;
}
.cm-advantages .itemwrap .flex .item {
  width: 48%;
}
.cm-advantages .itemwrap .flex .item p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}
.cm-advantages .itemwrap .cm-btn {
  margin-top: 4.5rem;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .cm-mv .ttl span {
    font-size: 6rem;
  }
  .cm-mv .arrow_box {
    left: calc(100% - 4rem);
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .cm-problem-list .item .cont br {
    display: none;
  }
  .cm-problem .bottom .flex {
    margin-left: 6rem;
  }
  .cm-problem .bottom .flex .arrow2 {
    margin: 0 1rem;
  }
  .cm-problem .bottom .img {
    width: 26rem;
  }
  .cm-problem .bottom .txt {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .cm-mv .ttl span {
    font-size: 5rem;
  }
  .cm-mv .arrow_box {
    left: calc(100% - 3rem);
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .cm-mv .addCatch {
    font-size: 1.6rem;
    max-width: 48rem;
  }
  .cm-mv .ttl span {
    font-size: 5vw;
  }
  .cm-mv .arrow_box {
    padding: 1.5vw;
  }
  .cm-mv .arrow_box::before {
    border-width: 1.8vw;
    margin-top: -1.8vw;
  }
  .cm-mv .arrow_box::after {
    border-width: 1.5vw;
    margin-top: -1.5vw;
  }
  .cm-mv .arrow_box p {
    font-size: 1.8vw;
  }
}
@media (min-width: 769px) and (max-width: 920px) {
  .cm-strengths .cm-ribbon-ttl {
    font-size: 3.4rem;
  }
  .cm-strengths p {
    font-size: 1.6rem;
  }

  .cm-advantages .cm-ribbon-ttl .catch {
    font-size: 3.4rem;
  }
  .cm-advantages .itemwrap h3 {
    font-size: 2.4rem;
  }
  .cm-advantages .itemwrap .flex .item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-mv .addCatch {
    font-size: 1.6rem;
    max-width: 40rem;
  }
  .cm-mv .arrow_box {
    padding: 1.5rem;
    top: 11rem;
    left: calc(100% - 3.5rem);
  }
  .cm-mv .arrow_box p {
    font-size: 1.6rem;
  }
  .cm-mv > .txt .large {
    font-size: 3rem;
  }
  .cm-mv .ttl span {
    margin-top: 0;
  }
  .cm-mv .img img {
    margin-left: -2rem;
  }

  .cm-problem .bottom .flex {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
  .cm-problem .bottom .flex .arrow2 {
    width: 100%;
    text-align: center;
  }
  .cm-problem .bottom .flex .arrow2 img {
    width: 4rem;
    transform: rotate(90deg);
  }
  .cm-problem .bottom .txt {
    text-align: center;
    width: 100%;
  }
  .cm-problem .bottom .img {
    width: 100%;
    text-align: center;
    position: static;
  }
  .cm-problem .bottom .img img {
    width: 32rem;
  }

  .cm-advantages .itemwrap {
    padding: 5rem 1.5rem;
  }
  .cm-advantages .itemwrap .flex .item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .spsnone {
    display: none !important;
  }

  .cm-mv > .txt {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .cm-mv > .txt .large {
    font-size: 3rem;
  }
  .cm-mv > .txt .marker-yellow {
    margin-bottom: 2rem;
    display: inline-block;
  }
  .cm-mv .arrow_box {
    margin-top: 2rem;
    position: static;
    padding: 1.5rem;
  }
  .cm-mv .arrow_box::before, .cm-mv .arrow_box::after {
    content: none;
  }
  .cm-mv .arrow_box p {
    font-size: 2.2rem;
  }

  .cm-strengths p .ml {
    margin-bottom: 2rem;
    margin-left: 0;
    display: inline-block;
  }
  .cm-strengths p img {
    margin-top: 3rem;
    margin-right: 0;
    max-width: inherit;
    width: 22rem;
  }

  .cm-problem .bottom {
    font-size: 3rem;
  }
  .cm-problem .bottom .flex {
    margin-bottom: 1.5rem;
  }
  .cm-problem .bottom .flex .arrow2 {
    margin: 1.5rem 0;
  }
  .cm-problem .bottom .flex .arrow2 img {
    width: 4rem;
  }
  .cm-problem .bottom .txt {
    font-size: 2.4rem;
  }
  .cm-problem .bottom .img img {
    width: 22rem;
  }

  .cm-advantages .itemwrap {
    padding: 3rem 1.5rem;
  }
  .cm-advantages .itemwrap h3 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .cm-advantages .itemwrap .flex {
    flex-wrap: wrap;
  }
  .cm-advantages .itemwrap .flex .item {
    width: 100%;
  }
  .cm-advantages .itemwrap .flex .item:nth-child(1) {
    margin-bottom: 1.5rem;
  }
  .cm-advantages .itemwrap .flex .item:nth-child(1) img {
    width: 100%;
  }
  .cm-advantages .itemwrap .flex .item:nth-child(2) {
    text-align: center;
  }
  .cm-advantages .itemwrap .flex .item:nth-child(2) p {
    display: inline-block;
    text-align: left;
    font-size: 2rem;
  }
  .cm-advantages .itemwrap .cm-btn {
    margin-top: 1.5rem;
  }
}
