@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/foodbank/mv.jpg");
}
.cm-mv .ttl span {
  margin-top: 0;
}

.cm-socialproblem {
  padding: 8rem 0;
}
.cm-socialproblem .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-socialproblem .item-inner {
  padding: 3rem 1.5rem;
}
.cm-socialproblem .item-inner h3 {
  text-align: center;
  font-size: 2.8rem;
  color: #e60012;
  margin-bottom: 3rem;
}
.cm-socialproblem .item-inner h3 .material-symbols-outlined {
  font-size: 2.8rem;
  margin-right: 0.6rem;
}
.cm-socialproblem .item-inner + p.small {
  font-size: 1.2rem;
  margin-top: .6rem;
}
.cm-socialproblem .item-inner h4 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.35;
}
.cm-socialproblem .item-inner h4 .large {
  font-size: 2.8rem;
}
.cm-socialproblem .item-inner .charts-css.show-heading caption {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .6rem;
}
.cm-socialproblem .item-inner .chart-title {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: .6rem;
}
.cm-socialproblem .bottom-txt {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 6rem;
  text-align: center;
}
.cm-socialproblem .bottom-txt .c-orange {
  font-size: 3.6rem;
  margin-left: .6rem;
}

.bg-none {
  background-color: transparent !important;
}

#chart1 {
  display: flex;
  justify-content: space-between;
}
#chart1 .right {
  order: 2;
  width: 18%;
  position: relative;
}
#chart1 .right .unit {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
#chart1 .square-list {
  border: 1px solid #e9e9e9;
  padding: 2rem;
}
#chart1 .square-list li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
#chart1 .square-list li:last-child {
  margin-bottom: 0;
}
#chart1 .square-list li::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: rgba(240, 50, 50, 0.75);
  margin-right: .6rem;
}
#chart1 .square-list li:nth-child(2)::before {
  background-color: rgba(255, 180, 50, 0.75);
}
#chart1 .square-list li:nth-child(3)::before {
  background-color: rgba(255, 220, 90, 0.75);
}
#chart1 .square-list li:nth-child(4)::before {
  background-color: rgba(100, 210, 80, 0.75);
}
#chart1 > table {
  order: 1;
  width: 78%;
}

#chart2 table {
  height: 36rem;
}

.cm-problem-list .item {
  background-color: #ffffff;
}

.cm-strengths {
  padding: 8rem 0;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths .borderbox {
  border: 1px solid #333333;
  padding: 3rem 1rem;
  text-align: center;
  margin-bottom: 15rem;
}
.cm-strengths .borderbox h3 {
  font-size: 2.8rem;
  color: #e60012;
  margin-bottom: 3rem;
}
.cm-strengths .borderbox p {
  font-size: 2rem;
  font-weight: 500;
}
.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-inbox {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 0.2rem solid #e60012;
  border-radius: .5rem;
  margin-bottom: 3rem;
  position: relative;
}
.cm-strengths .flex.col-3 .item-inbox::before, .cm-strengths .flex.col-3 .item-inbox::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: .4rem;
  position: absolute;
}
.cm-strengths .flex.col-3 .item-inbox::before {
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-red.png") no-repeat center;
  background-size: 100%;
  transform: rotate(180deg);
  width: 3.1rem;
  height: 2rem;
  left: -3.1rem;
}
.cm-strengths .flex.col-3 .item-inbox::after {
  background: url("../../images/new-sell/promotion/ico-dotted-red.png") no-repeat center;
  background-size: 100%;
  right: -4rem;
}
.cm-strengths .flex.col-3 .item-inbox:last-child {
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .item-inbox.no1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.cm-strengths .flex.col-3 .item-inbox.no1::before {
  transform: rotate(90deg);
  left: 46%;
  bottom: -1.5rem;
  z-index: -1;
}
.cm-strengths .flex.col-3 .item-inbox.no1::after {
  right: 100%;
}
.cm-strengths .flex.col-3 .item-inbox.no2 {
  margin-bottom: 4rem;
}
.cm-strengths .flex.col-3 .item-inbox.no2::before {
  left: 46%;
  top: -1.5rem;
  transform: rotate(90deg);
  z-index: -1;
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-orange.png");
}
.cm-strengths .flex.col-3 .item-inbox.no2::after {
  right: inherit;
  left: 100%;
  background-image: url("../../images/new-sell/promotion/ico-dotted-orange.png");
}
.cm-strengths .flex.col-3 .item-inbox.no3 {
  margin-bottom: 8rem;
}
.cm-strengths .flex.col-3 .item-inbox.no3::before {
  left: inherit;
  right: -3.1rem;
  transform: inherit;
}
.cm-strengths .flex.col-3 .item-inbox.no3::after {
  left: -4rem;
  right: inherit;
}
.cm-strengths .flex.col-3 .item-inbox.no4::before {
  background-size: auto;
  background-position: top left;
  width: 2.8rem;
  transform: rotate(-90deg);
  left: calc(47% - .2rem);
  top: 107%;
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-orange.png");
}
.cm-strengths .flex.col-3 .item-inbox.no4::after {
  transform: rotate(90deg);
  right: calc(42% - .2rem);
  bottom: 135%;
  background-image: url("../../images/new-sell/promotion/ico-dotted-orange.png");
}
.cm-strengths .flex.col-3 .item-inbox.no5::before {
  transform: rotate(0deg);
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-green.png");
}
.cm-strengths .flex.col-3 .item-inbox.no5::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-green.png");
}
.cm-strengths .flex.col-3 .item-inbox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  width: 7rem;
}
.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);
  display: flex;
  align-items: center;
  padding: 0 1rem 0 2rem;
}
.cm-strengths .flex.col-3 .item-inbox .txt h3 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.2;
  color: #e60012;
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .item-inbox .txt p {
  font-size: 1.5rem;
  font-weight: 500;
}
.cm-strengths .flex.col-3 .item-inbox .txt .ico {
  line-height: 1;
  color: #e60012;
  margin-right: .6rem;
}
.cm-strengths .flex.col-3 .centerItem {
  width: calc(100% - 63rem);
  position: relative;
}
.cm-strengths .flex.col-3 .centerItem .item-img {
  text-align: center;
  margin-bottom: 2rem;
}
.cm-strengths .flex.col-3 .centerItem .item-img img {
  width: 12rem;
}
.cm-strengths .flex.col-3 .centerItem .absolute {
  position: absolute;
  bottom: 100%;
  padding: 2rem;
  width: 100%;
  border: solid 0.2rem #e60012;
  border-radius: .6rem;
}
.cm-strengths .flex.col-3 .centerItem .absolute::before {
  content: "";
  position: absolute;
  bottom: -2.4rem;
  left: 51%;
  margin-left: -1.5rem;
  border: 1.2rem solid transparent;
  border-top: 1.2rem solid #ffffff;
  z-index: 2;
}
.cm-strengths .flex.col-3 .centerItem .absolute::after {
  content: "";
  position: absolute;
  bottom: -2.8rem;
  left: 51%;
  margin-left: -1.7rem;
  border: 1.4rem solid transparent;
  border-top: 1.4rem solid #e60012;
  z-index: 1;
}
.cm-strengths .flex.col-3 .leftItem {
  border: 0.8rem solid #e60012;
  padding: 2rem;
  width: 28rem;
  background-color: #ffffff;
}
.cm-strengths .flex.col-3 .leftItem h3 {
  color: #e60012;
  margin-bottom: 3rem;
}
.cm-strengths .flex.col-3 .leftItem .flex {
  flex-wrap: wrap;
}
.cm-strengths .flex.col-3 .leftItem .flex .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5rem;
  padding: .5rem;
}
.cm-strengths .flex.col-3 .leftItem .flex .item:nth-child(2n) {
  margin-right: 0;
}
.cm-strengths .flex.col-3 .leftItem .flex .item:nth-child(n + 5) {
  margin-bottom: 0;
}
.cm-strengths .flex.col-3 .leftItem .flex .item p {
  text-align: center;
  font-size: 1.4rem;
}
.cm-strengths .flex.col-3 .leftItem .bottomtxt p {
  color: #e60012;
  font-weight: 500;
}
.cm-strengths .flex.col-3 .rightItem {
  width: 28rem;
  background-color: #ffffff;
}
.cm-strengths .flex.col-3 .rightItem .inbox {
  border: 0.8rem solid #333333;
  padding: 2rem;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.cm-strengths .flex.col-3 .rightItem .inbox.bc-orange {
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.cm-strengths .flex.col-3 .rightItem .inbox.bc-orange img {
  display: block;
  margin: auto;
}
.cm-strengths .flex.col-3 .rightItem h3 {
  color: #81bd16;
  margin-bottom: 3rem;
}

@media (min-width: 769px) and (max-width: 1080px) {
  .cm-benefits.red .cm-benefits-item01.col-3 .item .txt h3 {
    font-size: 2rem;
    min-height: 5.4rem;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .cm-strengths .flex.col-3 .centerItem .absolute {
    padding: 2rem 1rem;
  }
  .cm-strengths .flex.col-3 .centerItem .absolute p {
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media (min-width: 769px) and (max-width: 940px) {
  .charts-css th {
    font-size: 1.2rem;
  }
  .charts-css td {
    font-size: 1.2rem;
  }

  #chart1 .square-list li {
    font-size: 1.2rem;
  }

  .cm-strengths .cm-ribbon-ttl .catch {
    font-size: 3.6rem;
  }
  .cm-strengths .sp-parrent {
    overflow-x: scroll;
    padding-top: 13rem;
    margin-top: -13rem;
  }
  .cm-strengths .sp-parrent .flex.col-3 {
    width: 88rem;
  }
  .cm-strengths .borderbox p {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .cm-benefits.red .cm-benefits-item01.col-3 .item .txt {
    padding: 1.5rem 1.5rem 3rem;
  }
  .cm-benefits.red .cm-benefits-item01.col-3 .item .txt h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .charts-css th {
    font-size: 1.2rem;
  }
  .charts-css td {
    font-size: 1.2rem;
  }

  #chart1 {
    flex-wrap: wrap;
  }
  #chart1 .right {
    width: 100%;
    margin-top: 2rem;
  }
  #chart1 .right .unit {
    position: static;
    text-align: right;
    margin-top: 1rem;
  }
  #chart1 > table {
    width: 100%;
  }
  #chart1 .square-list {
    display: flex;
  }
  #chart1 .square-list li {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  #chart1 .square-list li:last-child {
    margin-right: 0;
  }

  #chart2 .charts-css.column.data-spacing-5 tbody tr {
    padding: 0 .15rem;
  }
  #chart2 .charts-css th {
    font-size: 1rem;
  }
  #chart2 .charts-css td {
    font-size: 1rem;
  }

  .cm-strengths .borderbox {
    margin-bottom: 18rem;
  }
  .cm-strengths .sp-parrent {
    padding-top: 15rem;
    margin-top: -15rem;
  }
  .cm-strengths .flex.col-3 {
    width: 88rem;
  }
  .cm-strengths .flex.col-3 .item {
    margin-right: 0;
  }
  .cm-strengths .flex.col-3 .item-inbox.no1::before {
    left: 44%;
  }
  .cm-strengths .flex.col-3 .item-inbox.no2 {
    margin-bottom: 4rem;
  }
  .cm-strengths .flex.col-3 .item-inbox.no2::before {
    left: 44%;
  }
  .cm-strengths .flex.col-3 .item-inbox.no4::before {
    background-size: 100%;
  }
  .cm-strengths .flex.col-3 .item-inbox.no4::after {
    right: calc(42.5% - 0.2rem);
  }
  .cm-strengths .flex.col-3 .centerItem .absolute {
    text-indent: -1em;
    padding-left: 1em;
  }
  .cm-strengths .flex.col-3 .rightItem .inbox.bc-orange img {
    width: 12rem;
  }
}
@media screen and (max-width: 480px) {
  #chart1 .charts-css tr {
    margin-inline-start: 3rem;
  }
  #chart1 .charts-css th {
    width: 3rem;
    left: -4rem;
  }
  #chart1 .square-list {
    flex-wrap: wrap;
  }
  #chart1 .square-list li {
    width: 42%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #chart1 .square-list li:nth-child(n + 3) {
    margin-bottom: 0;
  }

  #chart2 .charts-css.column.data-spacing-5 tbody tr {
    padding: 0 .1rem;
  }
  #chart2 .charts-css th {
    font-size: .6rem;
  }
  #chart2 .charts-css td {
    font-size: .7rem;
  }
}
