#header-company {
  z-index: 501;
}

.cnt_block {
  margin: 0 auto;
  width: 960px;
  padding: 0 15px;
  box-sizing: border-box;
}

.link_detail a {
  display: inline-block;
  background: #FCEB60;
  color: #000;
  text-decoration: none;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  font-size: 13px;
  padding: 0 15px;
}
.link_detail a:hover {
  opacity: .5;
}
.link_detail a::before, .link_detail a::after {
  content: "";
  border: 16px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}
.link_detail a::before {
  border-left-width: 0;
  border-right-color: #FCEB60;
  left: -16px;
}
.link_detail a::after {
  border-right-width: 0;
  border-left-color: #FCEB60;
  right: -16px;
}

.cf {
  width: 100%;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.sp-Header {
  z-index: 1000;
}

#animation_png {
  width: 340px;
  height: 127px;
  background: url("../img/what_is_kintone/beginners/animation_png.png") no-repeat;
  position: absolute;
  top: 120px;
  left: calc(50% - 203px);
  z-index: 8;
  transform: translate3d(0, 0, 0);
}
#animation_png.fixed {
  top: 10%;
  position: fixed;
}
#animation_png.app {
  animation: app 1s steps(15) forwards;
}
#animation_png.app_back {
  animation: app_back 1s steps(15) forwards;
}
#animation_png.data {
  animation: data 1s steps(15) forwards;
}
#animation_png.data_back {
  animation: data_back 1s steps(15) forwards;
}
#animation_png.communication {
  animation: communication 1s steps(15) forwards;
}
#animation_png.communication_back {
  animation: communication_back 1s steps(15) forwards;
}
#animation_png.device {
  animation: device 1s steps(15) forwards;
}
#animation_png.device_back {
  animation: device_back 1s steps(15) forwards;
}
#animation_png.work {
  animation: work 1s steps(15) forwards;
}
#animation_png.work_back {
  animation: work_back 1s steps(15) forwards;
}
#animation_png.cooperation {
  animation: cooperation 1s steps(15) forwards;
}
#animation_png.cooperation_back {
  animation: cooperation_back 1s steps(15) forwards;
}
#animation_png.foot {
  animation: foot 1s steps(15) forwards;
}
#animation_png.foot_back {
  animation: foot_back 1s steps(15) forwards;
}

@keyframes app {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5100px 0;
  }
}
@keyframes app_back {
  0% {
    background-position: -5100px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes data {
  0% {
    background-position: -5100px 0;
  }
  100% {
    background-position: -10200px 0;
  }
}
@keyframes data_back {
  0% {
    background-position: -10200px 0;
  }
  100% {
    background-position: -5100px 0;
  }
}
@keyframes communication {
  0% {
    background-position: -10200px 0;
  }
  100% {
    background-position: -15300px 0;
  }
}
@keyframes communication_back {
  0% {
    background-position: -15300px 0;
  }
  100% {
    background-position: -10200px 0;
  }
}
@keyframes device {
  0% {
    background-position: -15300px 0;
  }
  100% {
    background-position: -20400px 0;
  }
}
@keyframes device_back {
  0% {
    background-position: -20400px 0;
  }
  100% {
    background-position: -15300px 0;
  }
}
@keyframes work {
  0% {
    background-position: -20400px 0;
  }
  100% {
    background-position: -25500px 0;
  }
}
@keyframes work_back {
  0% {
    background-position: -25500px 0;
  }
  100% {
    background-position: -20400px 0;
  }
}
@keyframes cooperation {
  0% {
    background-position: -25500px 0;
  }
  100% {
    background-position: -30600px 0;
  }
}
@keyframes cooperation_back {
  0% {
    background-position: -30600px 0;
  }
  100% {
    background-position: -25500px 0;
  }
}
@keyframes foot {
  0% {
    background-position: -30600px 0;
    top: 10%;
  }
  100% {
    background-position: -35700px 0;
    top: 30%;
  }
}
@keyframes foot_back {
  0% {
    background-position: -35700px 0;
    top: 30%;
  }
  100% {
    background-position: -30600px 0;
    top: 10%;
  }
}
#introduction {
  position: relative;
  text-align: center;
  padding: 275px 0 173px;
}
#introduction h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
#introduction p {
  font-size: 20px;
  line-height: 36px;
  color: #424242;
}

#app {
  background: #FFFAD3;
  padding: 180px 0 80px;
}
#app .cnt_block img {
  float: right;
}
#app_text {
  float: left;
  width: 430px;
  padding-top: 35px;
}
#app_text h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 25px;
  position: relative;
}
#app_text h3 span {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 4px;
  letter-spacing: 2.1em;
}
#app_text p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 23px;
  color: #424242;
}
#app_text p:last-child {
  margin-bottom: 0;
}
#app .link_detail {
  padding-top: 32px;
  clear: both;
  text-align: center;
}

#data {
  padding: 160px 0 60px;
}
#data .cnt_block {
  min-height: 427px;
  position: relative;
}
#data .cnt_block img {
  position: absolute;
  top: 0;
  left: -190px;
}
#data_text {
  float: right;
  width: 430px;
}
#data_text h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 25px;
}
#data_text p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 23px;
  color: #424242;
}
#data_text p:last-child {
  margin-bottom: 0;
}

#communication {
  background: #FFFAD3;
  padding: 190px 0 240px;
  position: relative;
}
#communication img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 590px);
}
#communication_text {
  text-align: center;
}
#communication_text h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 26px;
}
#communication_text p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 35px;
  color: #424242;
}
#communication_text .link_detail {
  margin-bottom: 45px;
}

#device {
  padding: 240px 0 138px;
}
#device .cnt_block img {
  float: right;
}
#device_text {
  float: left;
  width: 430px;
}
#device_text h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 25px;
}
#device_text p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 23px;
  color: #424242;
}
#device_text p:last-child {
  margin-bottom: 0;
}

#work {
  background: #FFFAD3;
  padding: 190px 0 84px;
}
#work .cnt_block img {
  float: left;
}
#work_text {
  float: right;
  width: 430px;
  padding-top: 45px;
}
#work_text h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 25px;
}
#work_text p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 23px;
  color: #424242;
}
#work_text p:last-child {
  margin-bottom: 0;
}
#work .link_detail {
  padding-top: 32px;
  clear: both;
  text-align: center;
}

#cooperation {
  padding: 145px 0 0;
}
#cooperation .cnt_block img {
  float: right;
}
#cooperation_text {
  float: left;
  width: 505px;
  padding-top: 95px;
}
#cooperation_text h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 25px;
}
#cooperation_text p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 23px;
  color: #424242;
}
#cooperation_text p:last-child {
  margin-bottom: 0;
}

#cnt_bottom {
  background: #FEF6B9;
  padding: 400px 0 265px;
  padding: 290px 0 335px;
}
#cnt_bottom_text {
  text-align: center;
  line-height: 1;
}
#cnt_bottom_text #foot_text {
  margin-bottom: 15px;
}
#cnt_bottom_text #foot_logo {
  display: block;
  opacity: 0;
  margin-bottom: 15px;
}
#cnt_bottom_text #foot_logo img.pc {
  transform: translate(-1px, 0);
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .cnt_block {
    width: auto;
    padding: 0;
  }

  .link_detail a {
    line-height: 40px;
    padding: 0;
    width: 160px;
    text-align: center;
  }
  .link_detail a::before, .link_detail a::after {
    border-width: 20px;
  }
  .link_detail a::before {
    border-left-width: 0;
    left: -20px;
  }
  .link_detail a::after {
    border-right-width: 0;
    right: -20px;
  }

  #animation_png {
    top: 40px;
    transform: scale(0.7) translate3d(0, 0, 0);
    left: calc(50% - 195px);
  }

  #introduction {
    padding: 130px 15px 40px;
  }
  #introduction h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #introduction p {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }

  #what_is_kintone .sec {
    padding: 133px 0 50px;
  }
  #what_is_kintone .sec .cnt_block {
    float: none;
  }
  #what_is_kintone .sec_text {
    float: none;
    width: auto;
    padding: 0;
  }
  #what_is_kintone .sec_text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  #what_is_kintone .sec_text h3 + img {
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
  }
  #what_is_kintone .sec_text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 26px;
    padding: 0 15px;
    text-align: left;
  }
  #what_is_kintone .sec_text p:last-child {
    margin-bottom: 0;
  }

  #app .link_detail {
    padding-top: 26px;
  }

  #data_text h3 + img {
    margin-bottom: 20px;
  }

  #communication.sec {
    padding-bottom: 30px;
  }

  #data .cnt_block img,
  #communication .cnt_block img {
    position: static;
  }

  #cooperation {
    position: relative;
  }
  #cooperation_icon {
    position: absolute;
    top: 15px;
    left: calc(50% - 195px);
    transform: scale(0.7);
    width: auto;
  }
  #cooperation h3 {
    margin-bottom: 27px;
  }
  #cooperation h3 + img {
    margin-bottom: 10px;
  }

  #cnt_bottom {
    padding: 132px 0 112px;
    padding: 112px 0 132px;
  }
  #cnt_bottom_text #foot_text img {
    margin: 0 auto 5px;
    width: 220px;
    height: auto;
  }
  #cnt_bottom_text #foot_logo {
    transform: scale(0.6) translate(-4px, 0);
  }
}

/*# sourceMappingURL=what_is_kintone.bundle.css.map */
