@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
}

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei",
    "Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial,
    sans-serif;
  --mainBigTitle: 30px;
  --mainTitle: 32px;
  --contentTitle: 22px;
  --mainTxt: 17px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}

@media (min-width: 1300px) {
  :root {
    --mainBigTitle: 35px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont, "Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

a:focus {
  outline: none;
}

#solutions {
  padding: 0px 0 40px;
  text-align: center;
  font-family: "Segoe UI";
  overflow-x: hidden;
  background-color: #fff;
  /* Slick */
}

#solutions .anchor {
  padding-top: 56px;
}

@media (min-width: 1600px) {
  #solutions .anchor {
    padding-top: 0px;
  }
}

#solutions .nav {
  position: fixed;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  top: 85px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  z-index: 150;
}

#solutions .nav--navSmall {
  background-color: #fffffff5;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: translate(0%, -6px);
  transform: translate(0%, -6px);
  padding: 8px;
}

#solutions .nav__title {
  font-size: var(--mainBigTitle);
  color: #ff6600;
  opacity: 1;
  -webkit-transition: 0.5s all ease-in-out, opacity 0.2s ease-in;
  transition: 0.5s all ease-in-out, opacity 0.2s ease-in;
  height: 45px;
  visibility: visible;
  margin-bottom: 10px;
}

#solutions .nav__title--active {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

#solutions .nav__subtitle {
  font-size: var(--mainTxt);
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: 0.5s all ease-in-out, opacity 0.2s ease-in;
  transition: 0.5s all ease-in-out, opacity 0.2s ease-in;
  height: 50px;
  visibility: visible;
}

#solutions .nav__subtitle--active {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding-bottom: 0px;
}

#solutions .nav__flex {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #solutions .nav__flex {
    width: 85%;
  }
}

#solutions .nav__flexBox {
  width: calc(100% / 8);
  margin: 0 10px;
  color: #000;
  text-align: center;
  font-size: 13px;
  position: relative;
}

#solutions .nav__flexBox-icon {
  max-width: 85px;
  margin: 0 auto;
  position: relative;
  height: 32.5px;
  transition: 0.2s all ease-in-out;
}

#solutions .nav__flexBox .icon-g,
#solutions .nav__flexBox .icon-o {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  transition: opacity 0.2s ease-in-out;
}

#solutions .nav__flexBox .icon-g {
  opacity: 1;
}

#solutions .nav__flexBox:hover .icon-g {
  opacity: 0;
}

#solutions .nav__flexBox .icon-o {
  opacity: 0;
}

#solutions .nav__flexBox:hover .icon-o {
  opacity: 1;
}

#solutions .nav__flexBox .iconSmall {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

#solutions .nav__flexBox p {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: #000;
  margin-top: 8px;
}

#solutions .nav__flexBox:hover p {
  color: #ff6600;
  margin-top: 8px;
}

@media (min-width: 768px) {
  #solutions .nav {
    top: 87px;
  }
}

@media (min-width: 996px) {
  #solutions .nav__subtitle {
    padding-bottom: 30px;
  }
  #solutions .nav__subtitle--active {
    padding-bottom: 0;
  }
  #solutions .nav__flexBox {
    font-size: 14px;
  }
}

#solutions .industry {
  background: url(https://storage-asset.msi.com/event/msi_tablet/images/solution/solutions-bg.jpg)
    no-repeat center center / cover;
  background-attachment: fixed;
  margin-top: 300px;
}
#solutions .industry__kv {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#solutions .industry__kv-pic {
  display: block;
}

#solutions .industry__kv--active {
  padding-top: 160px;
}

#solutions .industry__kvTxt {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #solutions .industry__kvTxt {
    width: 85%;
  }
}

#solutions .industry__kvTxtBox {
  color: #000000;
  width: 100%;
}

#solutions .industry__kvTxtBox-title {
  text-align: left;
  font-size: var(--mainBigTitle);
  font-weight: bold;
  text-transform: uppercase;
}

#solutions .industry__kvTxtBox-content {
  text-align: left;
  padding: 15px 0;
  font-size: var(--mainTxt);
  margin-bottom: 30px;
  line-height: 1.45;
}

#solutions .industry__kvTxtBox-list {
  text-align: left;
  padding: 10px 0;
  margin-left: 22px;
  margin-bottom: 30px;
}

#solutions .industry__kvTxtBox-list li {
  list-style-type: disc;
  margin: 5px 0;
  font-size: var(--mainTxt);
  line-height: 1.45;
}

#solutions .industry__kvPd {
  width: 100px;
}

#solutions .industry__pd {
  position: relative;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
  #solutions .industry__pd {
    width: 85%;
  }
}

#solutions .industry__pdLessHeight {
  margin: 0 auto;
}

#solutions .industry .flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#solutions .industry__pdFlexBox {
  margin: 0;
  width: 100%;
}

#solutions .industry__pdFlexBox-lessHeightPic {
  display: none;
}

#solutions .industry__pdFlexBox-lessHeightPic .pic-note {
  position: absolute;
  bottom: 1%;
  left: 54%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #ff6600;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  line-height: 30px;
  width: auto;
}

#solutions .industry__pdFlexBox-lessHeightPic .pic-note2 {
  position: absolute;
  bottom: 30%;
  right: 0%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #ff6600;
  font-weight: bold;
  font-size: 13px;
}

#solutions .industry__pdFlexBox-lessHeightPic .pic-note3 {
  position: absolute;
  bottom: 22%;
  right: 0%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

#solutions .industry__pdFlexBox-lessHeightPic .pic-noteOB {
  background-color: #ff6600;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

#solutions .industry__pdFlexBox-lessHeightPic .pic-noteOB2 {
  position: absolute;
  bottom: 8%;
  left: 20%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #ff6600;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
}

#solutions .industry__pdFlexBox-lessHeightPic .pic-noteOB3 {
  position: absolute;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #ff6600;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
}

#solutions .industry__pdFlexBox-mobilePic {
  display: block;
  margin: 5% auto 0;
}

#solutions .industry__pdFlexBox-mobilePic .pic-note {
  position: absolute;
  bottom: 1%;
  left: 54%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #ff6600;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  line-height: 30px;
  width: auto;
}

#solutions .industry__pdFlexBox-mobilePic .pic-note2 {
  position: absolute;
  bottom: 30%;
  right: 0%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #ff6600;
  font-weight: bold;
  font-size: 13px;
}

#solutions .industry__pdFlexBox-mobilePic .pic-note3 {
  position: absolute;
  bottom: 22%;
  right: 0%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

#solutions .industry__pdFlexBox-mobilePic .pic-noteOB {
  background-color: #ff6600;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

#solutions .industry__pdFlexBox-mobilePic .pic-noteOB2 {
  position: absolute;
  bottom: 8%;
  left: 20%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #ff6600;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

#solutions .industry__pdFlexBox-mobilePic .pic-noteOB3 {
  position: absolute;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #ff6600;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
}

#solutions .industry__pdFlexBox-title {
  text-align: left;
  color: #ff6600;
  font-size: var(--mainTitle);
  font-weight: bold;
}

#solutions .industry__pdFlexBox-txt {
  text-align: left;
  padding: 15px 0;
  font-size: var(--mainTxt);
  line-height: 1.45;
}

#solutions .industry__pdFlexBox-note {
  text-align: left;
  padding: 10px 0;
  color: #ff6600;
  font-size: var(--mainTxt);
}

#solutions .industry__pdFlexBoxPic {
  width: 100%;
  margin: 0 0px;
}

#solutions .industry__iconFlex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0;
}

#solutions .industry__iconFlexBox {
  margin-right: 5px;
  width: 90px;
}

#solutions .industry__iconFlexBox img {
  width: 50px;
}

#solutions .industry__iconFlexBox-txt {
  font-size: var(--mainTxt);
  color: #ec6519;
}

@media (min-width: 768px) {
  #solutions .industry__kvTxtBox {
    position: absolute;
    top: 50%;
    bottom: unset;
    left: unset;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40%;
  }
}

@media (min-width: 996px) {
  #solutions .industry {
    margin-top: 220px;
  }
  #solutions .industry__kv-pic {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 97%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 97%);
  }
  #solutions .industry__kv-pic img {
    width: 100%;
  }
  #solutions .industry__kvTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 850px;
  }
  #solutions .industry__kvTxtBox {
    position: absolute;
    top: 30%;
    bottom: unset;
    left: unset;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #solutions .industry__kvPd {
    width: 100px;
  }
  #solutions .industry__pdLessHeight {
    margin: -150px auto 0px;
  }
  #solutions .industry__pdFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #solutions .industry .flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #solutions .industry__pdFlexBox {
    margin: 0 20px;
    width: 40%;
  }
  #solutions .industry__pdFlexBox-lessHeightPic {
    position: relative;
    display: none;
  }
  #solutions .industry__pdFlexBox-lessHeightPic .pic-note {
    position: absolute;
    top: unset;
    bottom: 5%;
    left: 54%;
    right: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 17px;
  }
  #solutions .industry__pdFlexBox-lessHeightPic .pic-note2,
  #solutions .industry__pdFlexBox-lessHeightPic .pic-note3,
  #solutions .industry__pdFlexBox-lessHeightPic .pic-noteOB,
  #solutions .industry__pdFlexBox-lessHeightPic .pic-noteOB2 {
    font-size: 17px;
  }
  #solutions .industry__pdFlexBoxPic {
    width: calc(100% / 2);
    margin: 0 20px;
  }
}

@media (min-width: 1300px) {
  #solutions .industry__kvTxtBox {
    position: absolute;
    top: 22%;
    bottom: unset;
    left: unset;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #solutions .industry__pdFlexBox-mobilePic {
    display: none;
  }
  #solutions .industry__pdFlexBox-lessHeightPic {
    display: block;
  }
}

#solutions .contact {
  position: relative;
  margin: 80px 0 60px;
  border: 1px solid #ff6600;
  display: inline-block;
  padding: 0 50px;
  max-width: 700px;
}

@media screen and (max-width: 960px) {
  #solutions .contact {
    width: 85%;
  }
}

#solutions .contact__title {
  font-size: 25px;
  font-weight: bold;
  color: #ff6600;
  background-color: #fff;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#solutions .contact__txt {
  padding: 50px 0 70px;
}

#solutions .contact__btn {
  font-size: var(--contentTitle);
  font-weight: bold;
  display: block;
  width: 60%;
  max-width: 350px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 960px) {
  #solutions .contact__btn {
    max-width: 350px;
  }
}

#solutions .contact__btn:hover {
  border: 1px solid #000;
  background: #000;
  border-radius: 0px;
  color: #ff6600;
  display: block;
  width: 70%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media screen and (max-width: 960px) {
  #solutions .contact__btn:hover {
    max-width: 350px;
  }
}

@media (min-width: 996px) {
  #solutions .contact__title {
    font-size: var(--mainBigTitle);
    width: 60%;
  }
}

.slick-prev::before {
  content: "\276E";
  color: #000;
}

.slick-next::before {
  content: "\276F";
  color: #000;
}

.slick-disabled {
  opacity: 0;
}
