@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-buy/analysis/mv-bg.jpg");
}
.cm-mv .img {
  width: auto;
  margin-top: 0;
}
.cm-mv .ttl span {
  color: #333333;
}
.cm-mv > .txt {
  color: #333333;
}

.cm-strengths {
  padding: 8rem 0;
}
.cm-strengths .cm-advantages {
  padding-bottom: 0;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths .flex.col-3.top {
  justify-content: space-between;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.cm-strengths .flex.col-3.top .item .strengths-ttl {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3.top .item .strengths-ttl i {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.2rem;
}
.cm-strengths .flex.col-3.top .item .strengths-ttl .material-symbols-outlined {
  font-size: 3.4rem;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3.top .circle {
  align-items: flex-end;
}
.cm-strengths .flex.col-3 .top-center {
  width: calc(100% - 63.6rem);
  margin-right: 0;
  align-self: center;
  z-index: 0 !important;
}
.cm-strengths .flex.col-3 .top-center h3 {
  color: #ff9020;
}
.cm-strengths .flex.col-3 .top-left {
  width: 28.8rem;
  margin-right: 0;
}
.cm-strengths .flex.col-3 .top-left h3 {
  color: #81bd16;
  margin-bottom: 7rem;
}
.cm-strengths .flex.col-3 .top-right {
  width: 28.8rem;
  margin-right: 0;
}
.cm-strengths .flex.col-3 .top-right h3 {
  color: #e60012;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .top-right .flex {
  flex-wrap: wrap;
}
.cm-strengths .flex.col-3 .top-right .flex .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5rem;
  padding: .5rem;
}
.cm-strengths .flex.col-3 .top-right .flex .item:nth-child(2n) {
  margin-right: 0;
}
.cm-strengths .flex.col-3 .top-right .flex .item:nth-child(n + 5) {
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .top-right .flex .item.active {
  background-color: #fffde5;
  border: 2px dotted #e60012;
  position: relative;
}
.cm-strengths .flex.col-3 .top-right .flex .item.active .ico {
  position: absolute;
  left: -.9rem;
  top: -.9rem;
}
.cm-strengths .flex.col-3 .top-right .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 .flex.col-3 .top-right .flex .item p {
  text-align: center;
  font-size: 1.4rem;
}
.cm-strengths .flex.col-3.bottom {
  align-items: center;
}
.cm-strengths .flex.col-3 .bottom-left {
  width: 38rem;
  margin-right: 0;
}
.cm-strengths .flex.col-3 .bottom-center {
  width: calc(100% - 76rem);
  margin-right: 0;
  position: relative;
}
.cm-strengths .flex.col-3 .bottom-center::before {
  content: "";
  display: inline-block;
  width: 5.2rem;
  height: .4rem;
  position: absolute;
  left: 43.5%;
  top: -3.5rem;
  z-index: 0;
  transform: rotate(90deg);
  background: url("../../images/new-buy/analysis/ico-dotted-arrow-green.png") no-repeat center;
  background-size: 100%;
  width: 3.6rem;
  height: 2.1rem;
}
.cm-strengths .flex.col-3 .bottom-center .circle {
  width: 17.6rem;
  height: 17.6rem;
  background-color: #ffffff;
  border-color: #e60012;
  border-width: .4rem;
}
.cm-strengths .flex.col-3 .bottom-center .circle-inner p {
  color: #e60012;
}
.cm-strengths .flex.col-3 .bottom-center h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1rem auto 2rem;
}
.cm-strengths .flex.col-3 .bottom-center p {
  line-height: 1;
}
.cm-strengths .flex.col-3 .bottom-right {
  width: 38rem;
}
.cm-strengths .flex.col-3 .item-inbox {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #e60012;
  border-radius: .5rem;
  margin-bottom: 2rem;
  position: relative;
}
.cm-strengths .flex.col-3 .item-inbox::before, .cm-strengths .flex.col-3 .item-inbox::after {
  content: "";
  display: inline-block;
  width: 5.2rem;
  height: .4rem;
  position: absolute;
}
.cm-strengths .flex.col-3 .item-inbox::before {
  background: url("../../images/new-buy/analysis/ico-dotted-red.png") no-repeat center;
  background-size: 100%;
  left: -5.2rem;
}
.cm-strengths .flex.col-3 .item-inbox::after {
  background: url("../../images/new-buy/analysis/ico-dotted-arrow-red.png") no-repeat center;
  background-size: 100%;
  right: -3.6rem;
  width: 3.6rem;
  height: 2.1rem;
}
.cm-strengths .flex.col-3 .item-inbox:last-child {
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .item-inbox.bc-green::before {
  background-image: url("../../images/new-buy/analysis/ico-dotted-green.png");
}
.cm-strengths .flex.col-3 .item-inbox.bc-green::after {
  background-image: url("../../images/new-buy/analysis/ico-dotted-arrow-green.png");
}
.cm-strengths .flex.col-3 .item-inbox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  width: 7rem;
  min-height: 12.8rem;
}
.cm-strengths .flex.col-3 .item-inbox .num-inner {
  text-align: center;
}
.cm-strengths .flex.col-3 .item-inbox .num-inner p {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
}
.cm-strengths .flex.col-3 .item-inbox .num-inner p.ico {
  line-height: 0;
}
.cm-strengths .flex.col-3 .item-inbox .num-inner p.ico .material-symbols-outlined {
  font-size: 2.4rem;
}
.cm-strengths .flex.col-3 .item-inbox .txt {
  width: calc(100% - 7rem);
  padding: 0 1rem 0 2rem;
}
.cm-strengths .flex.col-3 .item-inbox .txt h3 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.3;
  color: #e60012;
  margin-bottom: 1.5rem;
}
.cm-strengths .flex.col-3 .item-inbox .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.54;
}
.cm-strengths .flex.col-3 .item-inbox.no1::before {
  left: 12rem;
  top: -3rem;
  transform: rotate(90deg);
}
.cm-strengths .flex.col-3 .item-inbox.no2::before {
  left: inherit;
  right: 12rem;
  top: -3rem;
  transform: rotate(90deg);
}
.cm-strengths .flex.col-3 .item-inbox.no2::after {
  right: inherit;
  left: -3.6rem;
  transform: rotate(180deg);
}
.cm-strengths .flex.col-3 .annotation {
  font-size: 1.2rem;
  color: #81bd16;
}
.cm-strengths .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  width: 28.8rem;
  height: 28.8rem;
  background-color: #ffffff;
  border: 6px solid #81bd16;
  border-radius: 100%;
  color: #ffffff;
}
.cm-strengths .circle-inner .material-symbols-outlined {
  font-size: 4rem;
}
.cm-strengths .circle-inner p {
  color: #ffffff;
  font-size: 1.2rem;
}
.cm-strengths .bottomtxt {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.35;
  margin-top: 5rem;
}
.cm-strengths .bottomtxt .small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.5rem;
}

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

.cm-gooddeal {
  padding: 8rem 0 0;
}
.cm-gooddeal .cm-ribbon-ttl {
  margin-bottom: 3rem;
}
.cm-gooddeal .subttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.cm-gooddeal .flex .item:nth-child(1) {
  width: 50%;
}
.cm-gooddeal .flex .item:nth-child(2) {
  width: 50%;
  padding-left: 5rem;
}
.cm-gooddeal .bottom-ttl {
  position: relative;
  margin-left: 3.5rem;
  margin-top: 8rem;
}
.cm-gooddeal .bottom-ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2rem 0 2rem;
  border-color: #81bd16 transparent transparent transparent;
  position: absolute;
  top: -5.5rem;
  left: 15rem;
}
.cm-gooddeal .bottom-ttl h3 {
  font-size: 2.6rem;
  line-height: 1.5;
}
.cm-gooddeal .bottom-ttl h3 .large {
  font-size: 2.6rem;
  color: #81bd16;
  display: block;
  margin-top: 1rem;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .cm-gooddeal .flex .item:nth-child(1) {
    width: 46%;
  }
  .cm-gooddeal .flex .item:nth-child(2) {
    width: 54%;
  }
  .cm-gooddeal .bottom-ttl {
    margin-left: 0;
  }
  .cm-gooddeal .bottom-ttl h3 {
    font-size: 2rem;
  }

  .cm-strengths .flex.col-3.top {
    align-items: center;
  }
  .cm-strengths .flex.col-3.top .item .strengths-ttl {
    margin-bottom: 1rem;
  }
  .cm-strengths .flex.col-3 .top-left {
    width: 24rem;
  }
  .cm-strengths .flex.col-3 .top-center {
    width: calc(100% - 53rem);
  }
  .cm-strengths .flex.col-3 .top-right {
    width: 24rem;
  }
  .cm-strengths .flex.col-3 .item-inbox.no1::after {
    right: -2.6rem;
    width: 2.6rem;
    background-size: 3.6rem;
    background-position: right center;
  }
  .cm-strengths .flex.col-3 .item-inbox.no1::before {
    left: 9rem;
    top: -4rem;
  }
  .cm-strengths .flex.col-3 .item-inbox.no2::after {
    left: -2.6rem;
  }
  .cm-strengths .flex.col-3 .item-inbox.no2::before {
    right: 9rem;
    top: -4rem;
  }
  .cm-strengths .flex.col-3.bottom {
    justify-content: space-between;
  }
  .cm-strengths .flex.col-3 .bottom-left {
    width: calc(100% - 65rem);
    width: 37%;
  }
  .cm-strengths .flex.col-3 .bottom-center {
    width: 17.6rem;
  }
  .cm-strengths .flex.col-3 .bottom-center::before {
    left: 40%;
  }
  .cm-strengths .flex.col-3 .bottom-right {
    width: calc(100% - 65rem);
    width: 37%;
  }
  .cm-strengths .circle {
    width: 24rem;
    height: 24rem;
  }
}
@media (min-width: 769px) and (max-width: 950px) {
  .cm-strengths .top .circle img {
    width: 70%;
  }
  .cm-strengths .flex.col-3 .item-inbox .txt h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .cm-strengths .flex.col-3 .item-inbox.no1::before {
    left: 7rem;
  }
  .cm-strengths .flex.col-3 .item-inbox.no2::before {
    right: 7rem;
  }
  .cm-strengths .flex.col-3 .top-right {
    width: 20rem;
  }
  .cm-strengths .flex.col-3 .top-center {
    width: calc(100% - 43rem);
  }
  .cm-strengths .flex.col-3 .top-left {
    width: 20rem;
  }
  .cm-strengths .flex.col-3 .bottom-right {
    width: 24rem;
    width: 35%;
  }
  .cm-strengths .flex.col-3 .bottom-center {
    width: 15.6rem;
  }
  .cm-strengths .flex.col-3 .bottom-center::before {
    left: 38.5%;
  }
  .cm-strengths .flex.col-3 .bottom-center h3 {
    font-size: 2.2rem;
  }
  .cm-strengths .flex.col-3 .bottom-center .circle {
    width: 15.6rem;
    height: 15.6rem;
  }
  .cm-strengths .flex.col-3 .bottom-left {
    width: 24rem;
    width: 35%;
  }
  .cm-strengths .circle {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-center {
    text-align: center;
  }

  .cm-strengths .flex.col-3 {
    width: 100rem;
  }
  .cm-strengths .flex.col-3 .item-inbox.no1::after {
    width: 3rem;
    right: -3rem;
  }
  .cm-strengths .flex.col-3 .item-inbox.no2::after {
    width: 3rem;
    left: -3rem;
  }
  .cm-strengths .circle {
    width: 26rem;
    height: 26rem;
  }
  .cm-strengths .circle-inner img {
    width: 12rem;
  }

  .cm-gooddeal .flex {
    flex-wrap: wrap;
  }
  .cm-gooddeal .flex .item:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .cm-gooddeal .flex .item:nth-child(2) {
    width: 87%;
    padding-left: 0;
    margin: auto;
  }
  .cm-gooddeal .bottom-ttl {
    display: inline-block;
    margin-left: auto;
  }
  .cm-gooddeal .bottom-ttl::before {
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .cm-mv .img {
    margin: 4rem auto 2rem;
  }
  .cm-mv-list p {
    margin-right: 1rem;
    min-width: 14rem;
    font-size: 1.4rem;
  }

  .cm-gooddeal .flex .item:nth-child(1) {
    width: 60%;
    margin: 0 auto 3rem;
  }
  .cm-gooddeal .flex .item:nth-child(2) {
    width: 100%;
  }
}
