@charset "UTF-8";
/* CSS Document */
/* カラー
*******************/
.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/post/mv.jpg");
}
.cm-mv .img {
  width: auto;
}
.cm-mv-list {
  justify-content: center;
  margin: 3.5rem 0 3rem;
}
.cm-mv-list p {
  background-color: #ffffff;
  border: 1px solid #e60012;
  border-radius: 3rem;
  color: #e60012;
  padding: .3rem 1.5rem;
  margin-right: 3rem;
  min-width: 17rem;
  text-align: center;
}
.cm-mv-list p:last-child {
  margin-right: 0;
}
.cm-mv .ttl span {
  color: #333333;
}
.cm-mv > .txt {
  color: #333333;
}

.cm-problem-list .item {
  background-color: #ffffff;
}
.cm-problem-list .item .cont {
  padding-right: 0.6rem;
}

.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: 28%;
  position: relative;
}
.cm-strengths .flex.col-3 .item h3 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .item h3 i {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.2rem;
}
.cm-strengths .flex.col-3 .item h3 .material-symbols-outlined {
  font-size: 3.4rem;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3 .item h4 {
  font-size: 2rem;
  margin: 1.5rem 0;
}
.cm-strengths .flex.col-3 .item::after {
  content: "";
  display: inline-block;
  width: 7.6rem;
  height: 2.1rem;
  position: absolute;
  top: calc(50% - 3.5rem);
  right: -8rem;
  background: url("../../images/new-sell/post/ico-arrow-right.png") no-repeat center;
  background-size: 100%;
}
.cm-strengths .flex.col-3 .item:nth-child(2)::after {
  background-image: url("../../images/new-sell/post/ico-arrow-right_orange.png");
}
.cm-strengths .flex.col-3 .item:last-child::after {
  content: none;
}
.cm-strengths .square {
  display: inline-block;
  background-color: #e60012;
  color: #ffffff !important;
  width: 2.6rem;
  padding: 0.3rem 0;
  text-align: center;
  margin-right: .6rem;
  border-radius: .3rem;
}
.cm-strengths .centerItem {
  border: 8px solid #ff9020;
  width: calc(100% - 63rem);
  padding: 2rem;
}
.cm-strengths .centerItem h3 {
  color: #ff9020;
}
.cm-strengths .leftItem {
  border: 8px solid #e60012;
  padding: 2rem;
  width: 28rem;
  background-color: #ffffff;
}
.cm-strengths .leftItem h3 {
  color: #e60012;
  margin-bottom: 7rem;
}
.cm-strengths .leftItem h4 {
  color: #e60012;
}
.cm-strengths .rightItem {
  border: 8px solid #81bd16;
  padding: 2rem;
  width: 28rem;
  background-color: #ffffff;
}
.cm-strengths .rightItem h3 {
  color: #81bd16;
}
.cm-strengths .rightItem h4 {
  color: #81bd16;
}
.cm-strengths .rightItem .square {
  background-color: #81bd16;
}

.cm-promotion {
  padding: 0 0 8rem;
}
.cm-promotion .cm-balloon-ttl {
  margin-bottom: 5rem;
}
.cm-promotion .cm-balloon-ttl .balloon::before {
  background-color: #f5f5f5;
}
.cm-promotion .cm-balloon-ttl .txt {
  font-size: 3.6rem;
}
.cm-promotion .flex.col-4 .item {
  width: 22%;
  margin-right: 4%;
}
.cm-promotion .flex.col-4 .item:nth-child(4n) {
  margin-right: 0;
}

.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;
}

@media (min-width: 1001px) and (max-width: 1100px) {
  .cm-promotion .flex.col-4 .item {
    width: 23.5%;
    margin-right: 2%;
  }

  .un-item02 .txt {
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .cm-strengths .flex.col-3 .item::after {
    width: 7.05vw;
    height: 1.95vw;
    top: calc(50% - 3.5vw);
    right: -7.05vw;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .cm-promotion .flex.col-4 .item {
    width: 23.5%;
    margin-right: 2%;
  }

  .un-item02 .ttl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .un-item02 .txt {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-promotion .cm-balloon-ttl .txt {
    font-size: 3rem;
  }
  .cm-promotion .flex.col-4 .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .cm-promotion .flex.col-4 .item:nth-child(2n) {
    margin-right: 0;
  }
  .cm-promotion .flex.col-4 .item:nth-child(n + 3) {
    margin-bottom: 0;
  }

  .cm-problem-list .item .cont {
    padding-right: 0;
  }

  .un-item02 .ttl {
    margin-bottom: 1.5rem;
  }
  .un-item02 .txt {
    padding: 1.5rem 1.5rem 2rem;
  }

  .cm-strengths .flex.col-3 .item {
    width: 30%;
  }
  .cm-strengths .flex.col-3 .item::after {
    width: 3rem;
    height: 2rem;
    right: -3.5rem;
  }
  .cm-strengths .flex.col-3 .item h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .cm-strengths .flex.col-3 .item h3 .material-symbols-outlined {
    font-size: 2.6rem;
    margin-right: 0.3rem;
  }
  .cm-strengths .flex.col-3 .item h4 {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
  .cm-strengths .flex.col-3 .item p {
    font-size: 1.3rem;
  }
  .cm-strengths .square {
    width: 2.2rem;
    margin-right: 0.3rem;
  }
  .cm-strengths .leftItem {
    padding: 2rem 1.5rem;
    border-width: .8rem;
  }
  .cm-strengths .centerItem {
    padding: 2rem 1.5rem;
    border-width: .8rem;
  }
  .cm-strengths .rightItem {
    padding: 2rem 1.5rem;
    border-width: .8rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-mv > .txt {
    letter-spacing: -.02em;
    font-size: 1.8rem;
  }
  .cm-mv-list p {
    font-size: 1.3rem;
    margin-right: 1rem;
    min-width: 14rem;
  }

  .cm-strengths .flex.col-3 {
    width: 80rem;
  }
  .cm-strengths .flex.col-3 .item {
    background-color: #ffffff;
  }
  .cm-strengths .flex.col-3 .item::after {
    width: 3rem;
    height: 2rem;
    right: -3.5rem;
    background-size: 200%;
    background-position: center left 100%;
  }
  .cm-strengths .flex.col-3 .item h4 {
    font-size: 1.6rem;
  }
  .cm-strengths .flex.col-3 .item p {
    font-size: 1.5rem;
  }
}
