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

/*MV※背景画像は各ページユニークCSSで記述*/
.cm-mv {
  background-image: url("../images/new-top/mv_pc.jpg");
}
.cm-mv .cm-mv-btn a {
  min-width: 34rem;
}

/*INTRODUCTION*/
.un-intro {
  padding: 8rem 0;
}
.un-intro .un-intro-detail {
  margin: 7rem 0;
}
.un-intro .un-intro-detail .un-intro-info {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.un-intro .un-intro-detail .un-intro-info::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 35rem;
  height: 37.1rem;
  background: url("../images/new-top/bg_intro01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail {
  padding: 2rem 3rem 10rem;
  box-sizing: border-box;
  width: 35rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: .3s;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail.buyer {
  border: 0.8rem solid #81bd16;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail.buyer .ttl {
  color: #81bd16;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail.seller {
  border: 0.8rem solid #e60012;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail.seller .ttl {
  color: #e60012;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .ttl {
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .ttl .material-symbols-outlined {
  font-size: 3.5rem;
  position: relative;
  bottom: -0.5rem;
  margin-right: 0.5rem;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem 0 2rem;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail {
  margin-bottom: 1.5rem;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail .img {
  margin-bottom: 1.0rem;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail .txt {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .cm-btn-fs16 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.5rem;
  margin: auto;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .cm-btn-fs16 a, .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .cm-btn-fs16 .btn {
  margin: 0 auto;
  transition: .3s;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .cm-btn-fs16 a::before, .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .cm-btn-fs16 .btn::before {
  transition: .3s;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail:hover .cm-btn-fs16 a, .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail:hover .cm-btn-fs16 .btn {
  background-color: #e60012;
  color: #ffffff;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail:hover .cm-btn-fs16 a::before, .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail:hover .cm-btn-fs16 .btn::before {
  border-color: #ffffff;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail:hover .cm-btn-fs16.green a, .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail:hover .cm-btn-fs16.green .btn {
  background-color: #81bd16;
  color: #ffffff;
}
.un-intro .un-intro-detail .un-intro-info .un-intro-info-detail:hover .cm-btn-fs16.green a::before, .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail:hover .cm-btn-fs16.green .btn::before {
  border-color: #ffffff;
}

/*BtoBプラットフォーム商談でできること*/
.un-capable {
  background-color: #f5f5f5;
  padding: 8rem 0 2rem;
}
.un-capable .lwrap .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.un-capable .lwrap .ttl img {
  width: 19.0rem;
}
.un-capable .lwrap .ttl span {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.un-capable .lwrap .un-capable-detail {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.5%;
  margin-top: 8rem;
}
.un-capable .lwrap .un-capable-detail .box {
  display: flex;
  flex-direction: column;
  width: 31%;
  padding: 5rem 0 3rem;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 6rem;
  border-radius: 0.5rem;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.1));
  position: relative;
}
.un-capable .lwrap .un-capable-detail .box .material-symbols-outlined {
  font-size: 3.5rem;
  color: #e60012;
  position: absolute;
  left: 0;
  right: 0;
  top: -4rem;
  width: 5rem;
  text-align: center;
  margin: auto;
  background-color: #fff;
  display: inline-block;
  border-radius: 20rem;
  padding: 2.5rem 1.5rem;
  z-index: 0;
  box-sizing: initial;
}
.un-capable .lwrap .un-capable-detail .box .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
.un-capable .lwrap .un-capable-detail .box .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: auto;
  width: 100%;
}
.un-capable .lwrap .un-capable-detail .box .btn-wrap .cm-btn-fs13 + .cm-btn-fs13 {
  margin-left: 1rem;
}
.un-capable .lwrap .un-capable-detail.hidden {
  margin-top: 0;
}
.un-capable .moreBtn {
  margin-bottom: 6rem;
}
.un-capable .moreBtn > span {
  cursor: pointer;
}
.un-capable .moreBtn > span::before {
  transform: rotate(45deg);
}
.un-capable .moreBtn.active {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}
.un-capable .moreBtn.active > span {
  min-height: 0;
}

.hidearea {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .3s;
}
.hidearea.active {
  height: auto;
  overflow: initial;
  opacity: 1;
}

/*選ばれる理由*/
.un-reason {
  padding: 8rem 0 4rem;
  background-color: #f5f5f5;
}
.un-reason .lwrap .un-reason-detail {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.5%;
  row-gap: 4rem;
  margin-top: 6rem;
}
.un-reason .lwrap .un-reason-detail .box {
  width: 31%;
  background-color: #ffffff;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.1));
  position: relative;
}
.un-reason .lwrap .un-reason-detail .box .num {
  font-size: 2.5rem;
  font-weight: 700;
  background-color: #e60012;
  color: #ffffff;
  position: absolute;
  left: 2rem;
  top: -1rem;
  padding: 0.15rem 1.3rem;
  border-radius: 0.5rem;
}
.un-reason .lwrap .un-reason-detail .box .img {
  margin-bottom: 2.5rem;
}
.un-reason .lwrap .un-reason-detail .box .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.36;
  color: #e60012;
  text-align: center;
  margin: 0 2.0rem 2.5rem;
}
.un-reason .lwrap .un-reason-detail .box .txt {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin: 0 2.0rem 2.5rem;
}

/*導入メリット*/
.un-merit {
  padding: 8rem 0;
  background-image: url("../images/new-top/bg_merit.jpg");
  background-size: cover;
}
.un-merit .cm-tab01-detail {
  margin-top: 6rem;
}
.un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap {
  display: flex;
  justify-content: center;
}
.un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30.green a, .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30.red a {
  font-size: 2.0rem;
}
.un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30 + .cm-btn-fs30 {
  margin-left: 2rem;
}

/*分析*/
.un-analysis {
  padding: 8rem 0;
}
.un-analysis .lwrap .img {
  text-align: center;
  margin: 6rem 0 2rem;
}
.un-analysis .lwrap .main-txt {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 5rem;
}
.un-analysis .lwrap .cm-balloon-box .cm-balloon-detail .cm-btn-fs30 a {
  font-size: 2.4rem;
}
@media (min-width: 769px) and (max-width: 999px) {
  .un-analysis .cm-balloon-box {
    max-width: 90rem;
    margin: auto;
  }
  .un-analysis .cm-balloon-box .cm-balloon-detail {
    width: 100%;
  }
  .un-analysis .cm-btn-fs30 a {
    max-width: 44rem;
    width: 100%;
  }
}

/*全国特産*/
.un-tokusan {
  background-color: #f5f5f5;
  padding: 8rem 0;
}
.un-tokusan .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.un-tokusan .img {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 3rem;
}
.un-tokusan .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  background-image: url(../images/new-sell/tokusan/mv.jpg);
  background-size: cover;
  background-position: center;
}
.un-tokusan .cm-balloon-box {
  max-width: 90rem;
  margin: auto;
}
.un-tokusan .cm-balloon-box .cm-balloon-detail {
  width: 100%;
}
.un-tokusan .cm-balloon-box .cm-balloon-detail .cm-balloon::before {
  background-color: #f5f5f5;
}
.un-tokusan .main-txt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 5rem;
}
.un-tokusan .cm-btn {
  width: 100%;
}
.un-tokusan .cm-btn a {
  width: 100%;
  font-weight: 700;
}
@media (min-width: 769px) and (max-width: 999px) {
  .un-tokusan .cm-btn a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .un-tokusan .img img {
    width: 50rem;
  }
  .un-tokusan .main-txt {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .un-tokusan .cm-balloon-box .cm-balloon-detail .cm-balloon {
    font-size: 1.4rem;
    width: 100%;
  }
  .un-tokusan .cm-btn a {
    font-size: 1.6rem;
    line-height: 1.35;
    min-height: 6.451rem;
  }
}
@media screen and (max-width: 480px) {
  .un-tokusan .img img {
    width: 30rem;
  }
  .un-tokusan .cm-btn a {
    font-size: 1.4rem;
  }
  .un-tokusan .cm-btn a::before {
    right: 1rem;
  }
}

/*比較*/
.un-comparison {
  padding: 8rem 0;
  background-color: #f5f5f5;
}
.un-comparison .tablewrap-hidden {
  height: 65.6rem;
  overflow: hidden;
  transition: .3s;
}
.un-comparison .tablewrap .toggleBtn {
  margin-top: 3rem;
  transition: .3s;
}
.un-comparison .tablewrap .toggleBtn span::before {
  transform: rotate(45deg);
}
.un-comparison .tablewrap.active .tablewrap-hidden {
  height: 100%;
}
.un-comparison .tablewrap.active .yellow-bg.last.clickhide {
  border-bottom: none !important;
}
.un-comparison .tablewrap.active .toggleBtn {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin: 0;
}
.un-comparison .lwrap .table {
  width: 100%;
  margin-top: 6rem;
}
.un-comparison .lwrap .table .btn-wrap {
  width: 100%;
  margin-top: 1rem;
  margin-left: 4.5rem;
  display: flex;
  gap: 1rem;
}
.un-comparison .lwrap .table tr .border-right {
  border-right: 0.1rem solid #dddddd;
}
.un-comparison .lwrap .table tr th {
  background-color: #ffffff;
  border-top: 0.1rem solid #dddddd;
}
.un-comparison .lwrap .table tr th.first {
  width: 37%;
}
.un-comparison .lwrap .table tr th.second {
  width: 43%;
}
.un-comparison .lwrap .table tr th.third {
  width: 10%;
}
.un-comparison .lwrap .table tr th.forth {
  width: 10%;
}
.un-comparison .lwrap .table tr th.border-none {
  border: none;
  background: none;
}
.un-comparison .lwrap .table tr th.no-border-top {
  border-top: none;
}
.un-comparison .lwrap .table tr th.catch {
  font-size: 2.0rem;
  letter-spacing: -0.01em;
  padding: 1rem 1rem 2rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #e60012;
  border: 0.3rem solid #e60012;
  position: relative;
}
.un-comparison .lwrap .table tr th.catch::before {
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
  content: '';
  width: 0.1rem;
  background: #f5f5f5;
  height: 0.1rem;
}
.un-comparison .lwrap .table tr th.catch::after {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  content: '';
  width: 0.1rem;
  background: #f5f5f5;
  height: 0.1rem;
}
.un-comparison .lwrap .table tr th.catch .large {
  font-weight: 500;
  font-size: 2.4rem;
}
.un-comparison .lwrap .table tr th.icn-th {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  text-align: left;
}
.un-comparison .lwrap .table tr th.icn-th .material-symbols-outlined {
  font-size: 3.5rem;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  color: #e60012;
}
.un-comparison .lwrap .table tr th.icn-th .th {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.39;
  display: flex;
  align-items: center;
}
.un-comparison .lwrap .table tr th.red {
  color: #e60012;
  padding: 2rem 0 2rem;
}
.un-comparison .lwrap .table tr th.vam {
  vertical-align: middle;
}
.un-comparison .lwrap .table tr td {
  font-size: 2.2rem;
  text-align: center;
  background-color: #ffffff;
  border-top: 0.1rem solid #ddddce;
  vertical-align: middle;
}
.un-comparison .lwrap .table tr td.yellow-bg {
  font-size: 3.4rem;
  color: #e60012;
  background-color: #ffffee;
  border-right: 0.3rem solid #e60012;
  border-left: 0.3rem solid #e60012;
}
.un-comparison .lwrap .table tr td.yellow-bg.last {
  border-bottom: 0.3rem solid #e60012;
}
.un-comparison .lwrap .table tr td .red {
  color: #e60012;
}

/*CHARGE*/
.un-charge {
  padding: 8rem 0;
  background-color: #e9e9e9;
}
.un-charge .lwrap .cm-tab02-detail {
  margin-top: 6rem;
}

/*SECURITY*/
.un-security {
  padding: 8rem 0;
}
.un-security .lwrap .main-txt {
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-top: 6rem;
}
.un-security .lwrap .logo-list {
  width: 32rem;
  margin: 3.5rem auto 0;
  display: flex;
  justify-content: space-between;
}
.un-security .lwrap .feaures {
  margin: 3.5rem auto 4rem;
  display: flex;
  justify-content: space-between;
}
.un-security .lwrap .feaures .detail {
  width: 30%;
}
.un-security .lwrap .feaures .detail .img {
  text-align: center;
}
.un-security .lwrap .feaures .detail .ttl {
  font-size: 2.6rem;
  color: #e60012;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.38;
  margin: 2rem 0 2rem;
}
.un-security .lwrap .feaures .detail .txt {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

/*NEWS*/
.un-news {
  padding: 8rem 0;
  background-color: #f2f2f2;
}
.un-news .lwrap .news-list {
  margin-top: 6rem;
}
.un-news .lwrap .news-list li {
  font-size: 1.6rem;
  background-color: #ffffff;
  padding: 2rem 5rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  display: flex;
}
.un-news .lwrap .news-list li:last-child {
  margin: 0;
}
.un-news .lwrap .news-list li time {
  color: #e60012;
  margin-right: 2.5rem;
}
.un-news .lwrap .news-list li a {
  color: #333333;
  text-decoration: underline;
  display: inline;
}

@media screen and (max-width: 1078px) {
  /*INTRODUCTION*/
  .un-intro .un-intro-detail .un-intro-info::before {
    width: 32.1651vw;
    height: 34.1401vw;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail {
    width: 32vw;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail {
    width: 45%;
  }

  /*選ばれる理由*/
  .un-reason .lwrap .un-reason-detail .box .ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  /*BtoBプラットフォーム商談でできること*/
  .cm-mv .ttl span {
    font-size: 5.2rem;
  }

  .un-capable .lwrap .un-capable-detail {
    column-gap: 2%;
  }
  .un-capable .lwrap .un-capable-detail .box {
    width: 32%;
  }
}
@media (min-width: 769px) and (max-width: 999px) {
  /*INTRODUCTION*/
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .ttl {
    font-size: 2.2rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .ttl .material-symbols-outlined {
    font-size: 2.5rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail .txt {
    font-size: 1.0rem;
  }

  /*BtoBプラットフォーム商談でできること*/
  .un-capable .lwrap .un-capable-detail .box .ttl {
    font-size: 2.0rem;
  }
  .un-capable .lwrap .un-capable-detail .box .btn-wrap .cm-btn-fs13 a::before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .un-capable .lwrap .un-capable-detail .box .btn-wrap .cm-btn-fs13 + .cm-btn-fs13 {
    margin-left: 0.5rem;
  }

  /*選ばれる理由*/
  .un-reason .lwrap .un-reason-detail .box .num {
    font-size: 1.8rem;
    padding: 0.15rem 1rem;
  }
  .un-reason .lwrap .un-reason-detail .box .ttl {
    font-size: 1.9rem;
    margin: 0 1rem 1.5rem;
  }
  .un-reason .lwrap .un-reason-detail .box .txt {
    font-size: 1.4rem;
    margin: 0 1rem 2.5rem;
  }

  /*導入メリット*/
  .un-merit .cm-tab01-detail .cm-tab01-tab .ttl {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
  .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .txt {
    font-size: 1.6rem;
  }
  .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30 a .txt {
    font-size: 2.0rem;
  }
  .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30.green a, .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30.red a {
    font-size: 1.3rem;
  }

  /*比較*/
  .un-comparison .tablewrap-hidden {
    height: 62.7rem;
  }
  .un-comparison .lwrap .table tr th.catch {
    font-size: 1.6rem;
  }
  .un-comparison .lwrap .table tr th.catch .large {
    font-size: 2rem;
  }
  .un-comparison .lwrap .table tr th.red {
    padding: 1.5rem 0;
  }
  .un-comparison .lwrap .table tr th.icn-th .th {
    font-size: 1.5rem;
  }

  /*SECURITY*/
  .un-security .lwrap .main-txt {
    font-size: 1.5rem;
  }
  .un-security .lwrap .feaures .detail .ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-mv .cm-mv-btn a {
    min-width: inherit;
  }
  .cm-mv .ttl span {
    font-size: 4rem;
  }

  /*INTRODUCTION*/
  .un-intro .un-intro-detail .un-intro-info::before {
    width: 14rem;
    height: 15rem;
    background-position: center;
    background-size: 100%;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail {
    padding: 2rem 1rem 10rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .ttl {
    font-size: 1.8rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .ttl .material-symbols-outlined {
    font-size: 2.4rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail.buyer {
    border: 0.4rem solid #81bd16;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail.seller {
    border: 0.4rem solid #e60012;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail {
    width: 100%;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail .img {
    text-align: center;
    line-height: 0;
    margin-bottom: .5rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail .txt {
    font-size: 1.4rem;
  }
  .un-intro .un-intro-detail .cm-btn-fs16 a, .un-intro .un-intro-detail .cm-btn-fs16 .btn {
    width: 90%;
  }

  /*BtoBプラットフォーム商談でできること*/
  .un-capable .lwrap .ttl img {
    width: 16rem;
  }
  .un-capable .lwrap .ttl span {
    font-size: 2.6rem;
  }
  .un-capable .lwrap .un-capable-detail {
    column-gap: 4%;
  }
  .un-capable .lwrap .un-capable-detail .box {
    width: 48%;
    padding: 2.5rem 1rem;
  }
  .un-capable .lwrap .un-capable-detail .box .ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .un-capable .lwrap .un-capable-detail .box .btn-wrap .cm-btn-fs13 a {
    font-size: 1.2rem;
  }
  .un-capable .lwrap .un-capable-detail .box .btn-wrap .cm-btn-fs13 + .cm-btn-fs13 {
    margin-left: .5rem;
  }
  .un-capable .lwrap .un-capable-detail .box .material-symbols-outlined {
    border-radius: 100%;
    padding: 2rem 1.5rem;
    z-index: -1;
  }

  /*選ばれる理由*/
  .un-reason .lwrap .un-reason-detail {
    column-gap: 4%;
  }
  .un-reason .lwrap .un-reason-detail .box {
    width: 48%;
    position: relative;
  }
  .un-reason .lwrap .un-reason-detail .box .num {
    left: 1rem;
  }
  .un-reason .lwrap .un-reason-detail .box .img {
    margin-bottom: 1.5rem;
  }
  .un-reason .lwrap .un-reason-detail .box .ttl {
    font-size: 2.2rem;
    margin: 0 1rem 1.5rem;
  }
  .un-reason .lwrap .un-reason-detail .box .txt {
    font-size: 2rem;
    margin: 0 1rem 2.5rem;
  }

  /*導入メリット*/
  .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap {
    display: block;
  }
  .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30.green a, .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30.red a {
    font-size: 1.8rem;
  }
  .un-merit .cm-tab01-detail .cm-tab01-box .cm-tab01-area .cm-btn-wrap .cm-btn-fs30 + .cm-btn-fs30 {
    margin: 2rem 0 0 0;
  }

  /*分析*/
  .un-analysis .lwrap .main-txt {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .un-analysis .lwrap .img img {
    width: 50rem;
  }
  .un-analysis .lwrap .cm-balloon-box {
    width: 100%;
  }
  .un-analysis .lwrap .cm-balloon-box .cm-balloon-detail {
    width: 100%;
  }
  .un-analysis .lwrap .cm-balloon-box .cm-balloon-detail .cm-balloon {
    font-size: 1.4rem;
    width: 100%;
  }
  .un-analysis .lwrap .cm-balloon-box .cm-balloon-detail .cm-btn-fs30 a {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  /*比較*/
  .un-comparison .tablewrap-hidden {
    height: 55.2rem;
  }
  .un-comparison .lwrap .table .btn-wrap {
    margin-left: 0;
    gap: 0.6rem;
  }
  .un-comparison .lwrap .table .btn-wrap .cm-btn-fs13 a {
    font-size: 1.1rem;
  }
  .un-comparison .lwrap .table tr th.first {
    width: 16rem;
  }
  .un-comparison .lwrap .table tr th.second {
    width: calc(100% - 28rem);
  }
  .un-comparison .lwrap .table tr th.third, .un-comparison .lwrap .table tr th.forth {
    width: 6rem;
  }
  .un-comparison .lwrap .table tr th.catch {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .un-comparison .lwrap .table tr th.catch .large {
    font-size: 1.8rem;
  }
  .un-comparison .lwrap .table tr th.icn-th {
    padding: 1.5rem;
  }
  .un-comparison .lwrap .table tr th.icn-th .material-symbols-outlined {
    font-size: 2.5rem;
  }
  .un-comparison .lwrap .table tr th.icn-th .th {
    font-size: 1.4rem;
    max-width: calc(100% - 3.5rem);
  }
  .un-comparison .lwrap .table tr th.red {
    font-size: 2rem;
    padding: 1rem 0;
  }

  /*SECURITY*/
  .un-security .lwrap .main-txt {
    font-size: 1.8rem;
  }
  .un-security .lwrap .feaures {
    display: block;
    margin: 3.5rem auto 5rem;
  }
  .un-security .lwrap .feaures .detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .un-security .lwrap .feaures .detail + .detail {
    margin-top: 3rem;
  }
  .un-security .lwrap .feaures .detail .img {
    width: 30%;
  }
  .un-security .lwrap .feaures .detail .txt-wrap {
    width: 65%;
  }
  .un-security .lwrap .feaures .detail .txt-wrap .ttl {
    font-size: 2.0rem;
    text-align: left;
    margin: 0rem 0 1rem;
  }
  .un-security .lwrap .feaures .detail .txt-wrap .txt {
    font-size: 1.6rem;
  }
  .un-security .lwrap .logo-list div + div {
    margin-left: 3rem;
  }

  /*NEWS*/
  .un-news .lwrap .news-list li {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
  }
  .un-news .lwrap .news-list li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .un-intro .un-intro-detail .un-intro-info::before {
    width: 16rem;
    height: 17rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail {
    width: 26rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .ttl {
    font-size: 2.2rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .ttl .material-symbols-outlined {
    font-size: 2.8rem;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail {
    width: 45%;
  }
  .un-intro .un-intro-detail .un-intro-info .un-intro-info-detail .box .detail .txt {
    font-size: 1.1rem;
  }

  .un-reason .lwrap .un-reason-detail .box {
    width: 31%;
  }
  .un-reason .lwrap .un-reason-detail .box .ttl {
    font-size: 1.7rem;
  }
  .un-reason .lwrap .un-reason-detail .box .txt {
    font-size: 1.5rem;
  }

  .un-comparison .lwrap .table tr th.first {
    width: 22rem;
  }
  .un-comparison .lwrap .table tr th.second {
    width: calc(100% - 38rem);
    padding: 1rem;
  }
  .un-comparison .lwrap .table tr th.third, .un-comparison .lwrap .table tr th.forth {
    width: 8rem;
  }
  .un-comparison .lwrap .table tr th.red {
    padding: 1rem 0;
  }
  .un-comparison .lwrap .table tr th.catch .large {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-mv .ttl span {
    font-size: 3rem;
  }

  .un-comparison .tablewrap-hidden {
    height: 76.9rem;
  }
  .un-comparison .lwrap .table .btn-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
  .un-comparison .lwrap .table .btn-wrap p + p {
    margin-top: 1rem;
  }

  .un-analysis .lwrap .img img {
    width: 30rem;
  }
}
/* こんなご要望
******************/
.cm-induction {
  /* 画像右 ここから
  ******************/
}
.cm-induction-top {
  background: url("../images/new-buy/bg_induction.jpg") no-repeat center;
  background-size: cover;
  padding: 6rem 0 4.5rem;
}
.cm-induction-top .lwrap {
  position: relative;
}
.cm-induction-top .un-list01 {
  margin: 0 1.5rem;
}
.cm-induction-bottom {
  background-color: #81bd16;
  padding: 3rem 0;
}
.cm-induction-bottom .ttl {
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cm-induction-bottom .ttl .large {
  font-size: 2.6rem;
}
.cm-induction-bottom .btn-anime-2.bc-green {
  color: #70af00;
}
.cm-induction-bottom .btn-anime-2.bc-green:hover {
  color: #ffffff;
}
.cm-induction-bottom .btn-anime-2.bc-green:hover .bg {
  background-color: #70af00;
}
.cm-induction-txt {
  max-width: 60rem;
  width: 100%;
}
.cm-induction-ico {
  background: url("../images/new-buy/bg_induction3_ico.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 18rem;
  position: absolute;
  left: 0;
  top: 1rem;
}
.cm-induction-ico-inner {
  color: #ffffff;
  text-align: center;
}
.cm-induction-ico-inner p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
.cm-induction-ico-inner .material-symbols-outlined {
  font-size: 4.5rem;
  margin-top: .5rem;
}
.cm-induction-map {
  position: absolute;
  left: 0;
  top: 2rem;
}
.cm-induction.imgRight .fl-r {
  float: none;
}
.cm-induction.imgRight .cm-induction-map {
  left: inherit;
  right: 0;
}
.cm-induction.imgRight .cm-induction-ico {
  left: inherit;
  right: 20rem;
}
.cm-induction .square {
  display: inline-block;
  background-color: #ff9020;
  text-align: center;
  padding: .3rem .6rem;
  margin: 0 .5rem;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
}
.cm-induction_onepress .cm-induction-txt {
  margin: auto;
  max-width: 60rem;
  position: relative;
}
.cm-induction_onepress .cm-induction-txt .ttl-bottomline {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 0.3rem 0.3rem 0.6rem #ffffff, -0.3rem 0.3rem 0.6rem #ffffff, 0.3rem -0.3rem 0.6rem #ffffff, -0.3rem -0.3rem 0.6rem #ffffff;
  font-size: 4.6rem;
}
.cm-induction_onepress .cm-induction-txt .ttl-bottomline .small {
  font-size: 2.2rem;
}
.cm-induction_onepress .cm-induction-txt .ttl-bottomline .c-green {
  line-height: 1.3;
}
.cm-induction_onepress .cm-induction-top {
  background-image: url("../images/new-buy/bg_induction2.jpg");
  padding: 8rem 0;
}
.cm-induction_onepress .cm-induction-ico {
  background-image: url("../images/new-buy/bg_induction4_ico.png");
  width: 13rem;
  height: 13rem;
  left: -3rem;
  top: -11rem;
}
.cm-induction_onepress .cm-induction-ico-inner .material-symbols-outlined {
  font-size: 3.4rem;
  margin-top: 0;
}
.cm-induction_onepress .cm-induction-bottom {
  padding: 3.5rem 0;
  background-color: #e60012;
}
.cm-induction_onepress .cm-induction-bottom .ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .cm-induction-ico {
    top: -13rem;
    left: -1rem;
    width: 12rem;
    height: 12rem;
  }
  .cm-induction-ico-inner p {
    font-size: 1.2rem;
  }
  .cm-induction-ico-inner .material-symbols-outlined {
    font-size: 2.4rem;
  }
  .cm-induction-top {
    padding: 6rem 0 3rem;
  }
  .cm-induction-top .un-list01 {
    margin: 0;
  }
  .cm-induction-bottom .ttl {
    font-size: 2.2rem;
    line-height: 1.35;
    margin-bottom: 2rem;
  }
  .cm-induction_onepress .cm-induction-txt .ttl-bottomline {
    font-size: 3rem;
  }
  .cm-induction_onepress .cm-induction-txt .cm-btn a {
    max-width: 40rem;
    font-size: 2rem;
  }
  .cm-induction_onepress .cm-induction-ico {
    width: 9rem;
    height: 9rem;
    left: -1rem;
    top: -9rem;
  }
  .cm-induction_onepress .cm-induction-top {
    padding: 6rem 0;
  }
  .cm-induction_onepress .cm-induction-bottom .ttl {
    margin-bottom: 2rem;
  }
  .cm-induction_onepress .cm-induction-bottom .ttl .large {
    font-size: 2.2rem;
  }
}

/* こんなご要望 ここまで
******************/
