.mv-3 {
  height: calc(60vh - 56px)
}
@media(min-width: 576px) {
  .mv-3 {
    height: calc(70vh - 56px)
  }
}
.mv-3 .mainvisual__bg {
  height: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 3fr 1fr;
  background-color: #014099;
  background-image: linear-gradient(#003784 1.9px, transparent 1.9px), linear-gradient(to right, #003784 1.9px, #014099 1.9px);
  background-size: 38px 38px
}
@media(min-width: 576px) {
  .mv-3 .mainvisual__bg {
    grid-template-rows: 3fr 1fr
  }
}
.mv-3 .mainvisual__bg::before {
  content: "";
  background: no-repeat center center url(../img/mainvisual-logo.png);
  background-size: min(70%, 800px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.661))
}
.mv-3 .title--box {
  display: inline-flex
}
.mv-3 .title--box--info {
  height: 100%;
  padding: .5% 10%
}
.mv-4 .title--box {
  display: inline-flex
}
.mv-4 .title--box--info {
  width: 100%;
  padding: .5% 0;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 20px
}
.mv-4 .title--box--info h2 {
  font-size: 2em
}
.mv-4 .title--box--info h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 20%);
  opacity: .3;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1.5px #fff;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: clamp(5rem, 45vw, 15rem);
  line-height: 1em;
  text-shadow: 5px 5px 0 hsla(0, 0%, 100%, .3254901961)
}
.mainvisual__title {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}
.mainvisual__title .title--box {
  display: inline-flex
}
.mainvisual__title .title--box--info {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto
}
.mainvisual__title .title--left {
  align-items: flex-end;
  display: flex;
  justify-content: start;
  text-align: left;
  flex: 1 0 100%
}
.mv-4 {
  height: 20vh
}
.license .mv-4 {
  background-image: linear-gradient(to right, #4a83b8 0%, #305589 100%)/* linear-gradient(to right, rgba(253, 111, 125, 0.6431372549) 0%, rgba(247, 88, 152, 0.6156862745) 100%)*/
}
.license .mv-4 h2::before {
  content: "LICENSING"
}
.marketing .mv-4 {
  background-image: linear-gradient(to right, #4a83b8 0%, #305589 100%)/*linear-gradient(to right, #f2733f 0%, #f63d57 100%)*/
}
.marketing .mv-4 h2::before {
  content: "MARKETING"
}
.programmer .mv-4 {
  background-image: linear-gradient(to right, #4a83b8 0%, #305589 100%)/*linear-gradient(to right, #51ddfd 0%, #77bdf7 100%)*/
}
.programmer .mv-4 h2::before {
  content: "PROGRAMMER"
}
.analysis .mv-4 {
  background-image:linear-gradient(to right, #4a83b8 0%, #305589 100%)/*linear-gradient(to right, #40d7a1 0%, #3db9b4 100%)*/
}
.analysis .mv-4 h2::before {
  content: "ANALYSIS"
}
.filter {
  position: relative;
  background: #f6f1d8
}
.button-group-wrap {
  position: sticky;
  top: 60px;
  z-index: 10
}
.button-group-wrap .button-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: .9rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}
.button-group-wrap .button-group::before {
  position: absolute;
  display: block;
  content: " ";
  background: rgba(246, 241, 216, .8078431373);
  width: calc(100% - 30px);
  max-width: 600px;
  height: 100%;
  z-index: -1;
  transform: translateY(-50%);
  top: 50%
}
.button-group-wrap .button-group button {
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  outline: none;
  min-width: 5.8rem;
  border-radius: 25px;
  height: 1.8rem;
  font-weight: 900;
  padding: 0 1rem
}
.button-group-wrap .button-group button:first-child {
  background: #000
}
.button-group-wrap .button-group button:nth-child(2) {
  background-image: linear-gradient(to right, #51ddfd 0%, #77bdf7 100%)
}
.button-group-wrap .button-group button:nth-child(3) {
  background: linear-gradient(to right, #fd6f7e 0%, #f75897 100%)
}
.button-group-wrap .button-group button:nth-child(4) {
  background: linear-gradient(to right, #40d7a1 0%, #3db9b4 100%)
}
.button-group-wrap .button-group button:nth-child(5) {
  background: linear-gradient(to right, #f2733f 0%, #f63d57 100%)
}
.button-group-wrap .button-group button.active-filter {
  position: relative;
  z-index: 1
}
.button-group-wrap .button-group button.active-filter::before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #fff;
  border-radius: 100vw;
  width: calc(100% - .2rem);
  height: calc(100% - .2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1
}
.button-group-wrap .button-group button.active-filter:first-child {
  color: #000
}
.button-group-wrap .button-group button.active-filter:nth-child(2) {
  color: #77bdf7
}
.button-group-wrap .button-group button.active-filter:nth-child(3) {
  color: #f75897
}
.button-group-wrap .button-group button.active-filter:nth-child(4) {
  color: #3db9b4
}
.button-group-wrap .button-group button.active-filter:nth-child(5) {
  color: #f63d57
}
.deco--img01 {
  position: absolute;
  width: 20vw;
  max-width: 300px;
  left: 0;
  bottom: 0;
  z-index: -1
}
.deco--img02 {
  position: absolute;
  width: 20vw;
  max-width: 790px;
  right: 0;
  bottom: 0;
  z-index: -1
}
.ab__img::before, .ab__img::after {
  content: "";
  display: block;
  position: absolute;
  background: #fdd000;
  top: 30.4px;
  height: .2rem;
  width: calc(50vw - 300px)
}
.ab__img::before {
  left: 0
}
.ab__img::after {
  right: 0
}
.ab__body {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: 30vh;
  padding-bottom: 10%
}
@media(min-width: 576px) {
  .ab__body {
    min-height: 60vh
  }
}
.ab__deco {
  position: absolute;
  background: no-repeat center bottom/contain url(../img/deco-ab-10.png);
  width: 100%;
  height: 100%
}
.box-listing {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 42px)
}
.box-listing .box-item {
  width: calc(50% - 14px);
  box-shadow: 0 0 5px #fff;
  margin: 7px;
  text-align: left;
  font-size: 18px;
  border-width: 1px 1px 5px 1px;
  border-bottom-width: 5px;
  border-style: solid;
  border-color: #cdcdcd;
  transition: all .2s;
  background: #fff;
  z-index: 1
}
@media(min-width: 576px) {
  .box-listing .box-item {
    width: calc(33.3% - 14px)
  }
}
.box-listing .box-item:hover {
  box-shadow: 3px 4px 16px 6px rgba(0, 0, 0, .17);
  transform: translateY(-5px);
  color: #000
}
.box-listing .box-item .item-name {
  font-family: "Kanit", "Noto Sans", "Noto Sans TC", "Noto Sans SC", Helvetica, sans-serif;
  font-size: 1.3em; position: relative;
  font-weight: 600;
  padding: .5rem;
  color: #fff
}
.box-listing .box-item .item-name small {
  font-size: .6em
}
.box-listing .box-item .item-txt {
  margin: 7% 7% 2.8em 7%;position: relative;
  font-size: .65em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden
}
.box-item button{
	border:none; background-color:#acb3bc; color: white; font-size: .6em; border-radius: 50px; padding: 2px 8px; position: absolute; right:10px; bottom:0.5em;
} 
@media(min-width: 576px) {
  .box-listing .box-item .item-txt {
    font-size: .9em
  }
	.box-item button{font-size: .7em}
}

.box-item.plan {
  border-color: #3db9b4
}
.box-item.plan .item-category {
  background: linear-gradient(to right, #40d7a1 0%, #3db9b4 100%)
}
.box-item {
  border-color: #4a83b8
}
.box-item .item-category {
  background: linear-gradient(to right, #4a83b8 0%, #305589 100%)
}

.ab-content {
  border-bottom: 5px solid #4a83b8/*#f63d57*/
}
.art-wrapper {
  width: 100%;
  height: 100%;
  position: absolute
}
.art-wrapper .container {
  margin: 0 auto;
  display: flex; 
  justify-content: space-between
}
.art-wrapper .container .collumn {
  display: inline-block;
  height: 100%;
  display: flex
}
.art-wrapper .container .collumn .left {
  left: -10%
}
.art-wrapper .container .collumn .right {
  right: 0
}
.art-wrapper .container .collumn .ab-img-01 {
  width: 100%;
  left: -60%;
  opacity: .5
}
@media(min-width: 768px) {
  .art-wrapper .container .collumn .ab-img-01 {
    width: 50%;
    left: -10%
  }
}
.art-wrapper .container .collumn .ab-img-02 {
  width: 80%;
  left: -20%
}
@media(min-width: 768px) {
  .art-wrapper .container .collumn .ab-img-02 {
    width: 33%;
    left: -5%
  }
}
.art-wrapper .container .collumn .ab-img-03 {
  width: 100%;
  right: -70%;
  opacity: .8
}
@media(min-width: 768px) {
  .art-wrapper .container .collumn .ab-img-03 {
    width: 33%;
    right: -20%
  }
}
.art-wrapper .container .collumn img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute
}
.ab-wrap {
  background: #f6f1d8
}
.ab-wrap .ab-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2rem
}
.ab-wrap .ab-content .ab-content-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 16px
}
.ab-wrap .ab-content h3 {
  margin-top: 75px;
  line-height: 1.3;
  font-size: 1rem
}
@media(min-width: 576px) {
  .ab-wrap .ab-content h3 {
    font-size: 1.25rem
  }
}
.ab-wrap .ab-content p {
  margin-top:0.5em;
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: .04em
}

.ab-wrap .ab-content p.ab-point{margin-top: 2em;margin-bottom: 0em;
    line-height: 1.3;
    font-size: 1.2rem; font-weight:700;}