@charset "utf-8";
.demo-maincon {
  width: 100%;
}
.main-section {
  width: 100%;
  padding: 30px 0 200px 0;
  background: url(../img/main-visual-bg.png) no-repeat center;
  box-sizing: border-box;
}
.main-section > div {
  width: 1200px;
  margin: 0 auto;
}
.main-section h2 {
  color: #333;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
.main-section h2 > strong {
  color: #6483DA;
  font-size: 23px;
  font-weight: 500;
}
.main-section .main-txt01 {
  display: block;
  margin-top: 50px;
  padding: 15px 0;
  font-size: 35px;
  font-weight: 600;
  font-style: oblique;
  text-align: center;
  letter-spacing: 1px;
}
.main-section .main-box {
  position: relative;
  width: 100%;
  min-height: 550px;
  margin: 20px 0 70px 0;
  background: url(../img/main-visual-sbux.png) no-repeat center 32%;
  box-sizing: border-box;
}
.main-section .main-box .box {
  position: absolute;
  width: auto;
}
.main-section .main-box .box:first-child {
  top: 70px;
  left: 220px;
}
.main-section .main-box .box:first-child > img {
  position: absolute;
  left: -180px;
}
.main-section .main-box .box:nth-child(2) {
  top: 70px;
  right: 85px;
}
.main-section .main-box .box:nth-child(2) > img {
  position: absolute;
  right: 0px;
}
.main-section .main-box .box:last-child {
  bottom: 0;
  left: 37%;
}
.main-section .main-box .box > span {
  display: block;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1px;
}
.main-section .main-box .box > ul {
  margin-top: 20px;
}
.main-section .main-box .box > ul > li {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.product-wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
}
.product-wrap > div {
  margin-bottom: 120px;
}
.product-wrap > div .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.product-wrap > div .tit > .tit-box {
  display: flex;
  align-items: center;
}
.product-wrap > div .tit > .tit-box > h3 {
  color: #000;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
}
.product-wrap > div .tit > .tit-box > h3 strong {
  display: inline-block;
  margin-right: 5px;
  color: #CDD5E2;
  font-size: 35px;
  font-weight: 700;
}
.product-wrap > div .tit > .tit-box > span {
  display: block;
  margin: 20px;
  color: #60718a;
  font-size: 16px;
}
.product-wrap > div .tit > .link {
  position: relative;
}
.product-wrap > div .tit > .link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  border-bottom: 3px dotted #333;
  content: '';
}
.product-wrap > div .tit > .link > a {
  padding: 4px 15px;
  text-decoration: none;
  font-size: 13px;
  background: #fafbfc;
  color: #44546f;
  border-radius: 30px;
  box-sizing: border-box;
}
.product-wrap > div .tit > .link > a:hover {
  border-color: #2F74EB;
  color: #2F74EB;
}
.product-wrap > div .product {
  display: flex;
  align-items: flex-start;
}
.product-wrap > div .product .product-img {
  position: relative;
}
.product-wrap > div .product .product-img > img {
  display: block;
}
.product-wrap > div .product .product-img > span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #2f74eb;
  font-size: 13px;
}
.product-wrap > div .product .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}
.product-wrap > div .product .product-list .list-box {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 20px;
}
.product-wrap > div .product .product-list .list-box:nth-child(1),
.product-wrap > div .product .product-list .list-box:nth-child(2) {
  margin-bottom: 30px;
}
.product-wrap > div .product .product-list .list-box > img {
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 20px;
}
.product-wrap > div .product .product-list .list-box > .list {
  margin-left: 35px;
}
.product-wrap > div .product .product-list .list-box > .list p {
  margin-bottom: 12px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.product-wrap > div .product .product-list .list-box > .list p strong {
  font-size: 20px;
  font-weight: 700;
}
.product-wrap > div .product .product-list .list-box > .list ul li {
  position: relative;
  padding-left: 15px;
  color: #222;
  font-size: 15px;
  line-height: 22px;
}
.product-wrap > div .product .product-list .list-box > .list ul li::before {
  position: absolute;
  top: 6px;
  left: 2px;
  display: block;
  width: 3px;
  height: 11px;
  content: '';
  opacity: 0.5;
}
.product-wrap > div.sbux-wrap .product .list-box .list p strong {
  color: #4E68B1;
}
.product-wrap > div.sbux-wrap .product .list-box .list ul li::before {
  background: #4E68B1;
}
.product-wrap > div.sbgrid-wrap .product .list-box .list p strong {
  color: #029bb1;
}
.product-wrap > div.sbgrid-wrap .product .list-box .list ul li::before {
  background: #029bb1;
}
.product-wrap > div.sbchart-wrap .product .list-box .list p strong {
  color: #8172B2;
}
.product-wrap > div.sbchart-wrap .product .list-box .list ul li::before {
  background: #8172B2;
}
.customer-wrap {
  width: 100%;
  margin-top: 100px;
  background: #fafbfc;
}
.customer-wrap .customer-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 100px 0;
}
.customer-wrap .customer-box > .tit {
  display: flex;
  align-items: center;
}
.customer-wrap .customer-box > .tit > h3 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
}
.customer-wrap .customer-box > .tit > h3 strong {
  display: inline-block;
  margin-right: 5px;
  color: #CDD5E2;
  font-size: 35px;
  font-weight: 700;
}
.customer-wrap .customer-box > .tit > span {
  display: block;
  margin: 0 20px;
  color: #000;
  font-size: 16px;
}
.customer-wrap .customer-box .customer-img {
  margin-top: 30px;
}
.customer-wrap .customer-box .customer-img ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer-wrap .customer-box .customer-img ul li {
  width: 224px;
  height: 80px;
  margin-top: 20px;
}
.customer-wrap .customer-more {
  height: 50px;
  margin: 30px 0;
  border-radius: 5px;
  text-align: center;
}
.customer-wrap .customer-more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #e2e4e9;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  color: #2c313a;
  text-decoration: none;
}
.customer-wrap .customer-more:hover a {
  background: #d3d7de;
  color: #000;
}
