.nk-list .item, .nk-image-block .item .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------------------------------------------------
header
----------------------------------------------------*/
.nk-header {
  font-family: "Lato", "Noto Sans CJK JP";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  text-align: left;
  z-index: 999;
}
.nk-header .innercol {
  position: relative;
}
.nk-header .logo {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 20px;
}
@media (max-width: 767px) {
  .nk-header .logo {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 10px;
  }
}
.nk-header .contact {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nk-header .contact a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  padding: 5px 40px;
  border: 1px solid #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .nk-header .contact a {
    padding: 5px 10px;
  }
}
.nk-header .contact a:hover {
  color: #000;
  background: #fff;
  opacity: 1;
}

/* ---------------------------------------------------
footer
----------------------------------------------------*/
.nk-footer {
  font-family: "Lato", "Noto Sans CJK JP";
  background: #222;
  padding: 60px 0 0;
}
.nk-footer .about {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.nk-footer .list {
  padding: 10px 0 40px;
}
.nk-footer .list a {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}
.nk-footer .copyright {
  background: #111;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
}

/* ---------------------------------------------------
visual
----------------------------------------------------*/
.nk-visual {
  font-family: "Lato", "Noto Sans CJK JP";
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  text-align: center;
  position: relative;
}
.nk-visual:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  min-height: 90vh;
}
@media (max-width: 767px) {
  .nk-visual:after {
    min-height: 60vh;
  }
}
.nk-visual .center {
  width: 100%;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .nk-visual .center {
    top: 50%;
  }
}
.nk-visual .title {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.nk-visual .word {
  color: #fff;
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  opacity: 0;
  transform: scale(3);
  transition: all .3s ease;
}
.nk-visual .word.space {
  width: 20px;
}
@media (max-width: 767px) {
  .nk-visual .word.space {
    width: 10px;
  }
}
@media (max-width: 767px) {
  .nk-visual .word {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0 1px;
  }
}
.nk-visual .word:nth-child(1) {
  transition-delay: 0.05s;
}
.nk-visual .word:nth-child(2) {
  transition-delay: 0.1s;
}
.nk-visual .word:nth-child(3) {
  transition-delay: 0.15s;
}
.nk-visual .word:nth-child(4) {
  transition-delay: 0.2s;
}
.nk-visual .word:nth-child(5) {
  transition-delay: 0.25s;
}
.nk-visual .word:nth-child(6) {
  transition-delay: 0.3s;
}
.nk-visual .word:nth-child(7) {
  transition-delay: 0.35s;
}
.nk-visual .word:nth-child(8) {
  transition-delay: 0.4s;
}
.nk-visual .word:nth-child(9) {
  transition-delay: 0.45s;
}
.nk-visual .word:nth-child(10) {
  transition-delay: 0.5s;
}
.nk-visual .word:nth-child(11) {
  transition-delay: 0.55s;
}
.nk-visual .word:nth-child(12) {
  transition-delay: 0.6s;
}
.nk-visual .word:nth-child(13) {
  transition-delay: 0.65s;
}
.nk-visual .word:nth-child(14) {
  transition-delay: 0.7s;
}
.nk-visual .word:nth-child(15) {
  transition-delay: 0.75s;
}
.nk-visual .word:nth-child(16) {
  transition-delay: 0.8s;
}
.nk-visual .word:nth-child(17) {
  transition-delay: 0.85s;
}
.nk-visual .word:nth-child(18) {
  transition-delay: 0.9s;
}
.nk-visual .word:nth-child(19) {
  transition-delay: 0.95s;
}
.nk-visual .word:nth-child(20) {
  transition-delay: 1s;
}
.nk-visual .word:nth-child(21) {
  transition-delay: 1.05s;
}
.nk-visual .word:nth-child(22) {
  transition-delay: 1.1s;
}
.nk-visual .word:nth-child(23) {
  transition-delay: 1.15s;
}
.nk-visual .word:nth-child(24) {
  transition-delay: 1.2s;
}
.nk-visual .word:nth-child(25) {
  transition-delay: 1.25s;
}
.nk-visual .word:nth-child(26) {
  transition-delay: 1.3s;
}
.nk-visual .word:nth-child(27) {
  transition-delay: 1.35s;
}
.nk-visual .word:nth-child(28) {
  transition-delay: 1.4s;
}
.nk-visual .word:nth-child(29) {
  transition-delay: 1.45s;
}
.nk-visual .word:nth-child(30) {
  transition-delay: 1.5s;
}
.nk-visual.active .word {
  opacity: 1;
  transform: scale(1);
}

/* ---------------------------------------------------
title
----------------------------------------------------*/
.nk-title {
  font-family: "Lato", "Noto Sans CJK JP";
  padding: 10px 0;
}
@media (max-width: 767px) {
  .nk-title {
    padding: 10px 0;
  }
}
.nk-title .word {
  color: #000;
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  opacity: 0;
  transform: scale(3);
  transition: all .3s ease;
  line-height: 1;
}
.nk-title .word.space {
  width: 20px;
}
@media (max-width: 767px) {
  .nk-title .word.space {
    width: 10px;
  }
}
@media (max-width: 767px) {
  .nk-title .word {
    font-size: 34px;
    font-size: 3.4rem;
    padding: 0 1px;
  }
}
.nk-title .word:nth-child(1) {
  transition-delay: 0.05s;
}
.nk-title .word:nth-child(2) {
  transition-delay: 0.1s;
}
.nk-title .word:nth-child(3) {
  transition-delay: 0.15s;
}
.nk-title .word:nth-child(4) {
  transition-delay: 0.2s;
}
.nk-title .word:nth-child(5) {
  transition-delay: 0.25s;
}
.nk-title .word:nth-child(6) {
  transition-delay: 0.3s;
}
.nk-title .word:nth-child(7) {
  transition-delay: 0.35s;
}
.nk-title .word:nth-child(8) {
  transition-delay: 0.4s;
}
.nk-title .word:nth-child(9) {
  transition-delay: 0.45s;
}
.nk-title .word:nth-child(10) {
  transition-delay: 0.5s;
}
.nk-title .word:nth-child(11) {
  transition-delay: 0.55s;
}
.nk-title .word:nth-child(12) {
  transition-delay: 0.6s;
}
.nk-title .word:nth-child(13) {
  transition-delay: 0.65s;
}
.nk-title .word:nth-child(14) {
  transition-delay: 0.7s;
}
.nk-title .word:nth-child(15) {
  transition-delay: 0.75s;
}
.nk-title .word:nth-child(16) {
  transition-delay: 0.8s;
}
.nk-title .word:nth-child(17) {
  transition-delay: 0.85s;
}
.nk-title .word:nth-child(18) {
  transition-delay: 0.9s;
}
.nk-title .word:nth-child(19) {
  transition-delay: 0.95s;
}
.nk-title .word:nth-child(20) {
  transition-delay: 1s;
}
.nk-title .word:nth-child(21) {
  transition-delay: 1.05s;
}
.nk-title .word:nth-child(22) {
  transition-delay: 1.1s;
}
.nk-title .word:nth-child(23) {
  transition-delay: 1.15s;
}
.nk-title .word:nth-child(24) {
  transition-delay: 1.2s;
}
.nk-title .word:nth-child(25) {
  transition-delay: 1.25s;
}
.nk-title .word:nth-child(26) {
  transition-delay: 1.3s;
}
.nk-title .word:nth-child(27) {
  transition-delay: 1.35s;
}
.nk-title .word:nth-child(28) {
  transition-delay: 1.4s;
}
.nk-title .word:nth-child(29) {
  transition-delay: 1.45s;
}
.nk-title .word:nth-child(30) {
  transition-delay: 1.5s;
}
.nk-title.active .word {
  opacity: 1;
  transform: scale(1);
}

/* ---------------------------------------------------
description
----------------------------------------------------*/
.nk-description {
  color: #e91e63;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.nk-description.active {
  opacity: 1;
  transform: none;
}
@media (max-width: 767px) {
  .nk-description {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
  }
}

/* ---------------------------------------------------
section
----------------------------------------------------*/
.nk-section {
  font-family: "Lato", "Noto Sans CJK JP";
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nk-section {
    padding: 30px 0;
  }
}

/* ---------------------------------------------------
animate
----------------------------------------------------*/
.nk-animate {
  transition: all .3s ease;
  opacity: 0;
}
.nk-animate.fade {
  transform: none;
}
.nk-animate.focus {
  transform: scale(2);
}
.nk-animate.fly-in-top {
  transform: translateY(-100px);
}
.nk-animate.fly-in-bottom {
  transform: translateY(100px);
}
.nk-animate.fly-in-right {
  transform: translateX(100px);
}
.nk-animate.fly-in-left {
  transform: translateX(-100px);
}
.nk-animate.active {
  opacity: 1;
  transform: none;
}

/* ---------------------------------------------------
column
----------------------------------------------------*/
.nk-column {
  font-family: "Lato", "Noto Sans CJK JP";
  background: #fff;
  padding: 40px;
  margin: 30px 0 0;
  border: 1px solid #ddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .nk-column {
    padding: 20px;
  }
}
.nk-column .image {
  max-width: 40%;
}
@media (max-width: 767px) {
  .nk-column .image {
    max-width: 100%;
    text-align: center;
  }
}
.nk-column .image img {
  max-width: 100%;
}
.nk-column .image.align-left {
  float: left;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .nk-column .image.align-left {
    float: none;
    margin: 0 0 20px;
  }
}
.nk-column .image.align-right {
  float: right;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .nk-column .image.align-right {
    float: none;
    margin: 0 0 20px;
  }
}
.nk-column .text {
  overflow: hidden;
}
.nk-column .title {
  color: #e91e63;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .nk-column .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.nk-column .description {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 0;
}

/* ---------------------------------------------------
about
----------------------------------------------------*/
.nk-about {
  background: #eee;
}
.nk-about .nk-animate {
  transition-duration: 1s;
}
.nk-about .innercol {
  text-align: center;
}
.nk-about .image {
  padding: 20px 0;
}
.nk-about .image img {
  max-width: 100%;
}
.nk-about .caption {
  color: #000;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 2px;
  padding: 20px 0;
}
.nk-about .description {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 10px 0;
  line-height: 1.5;
}

/* ---------------------------------------------------
list
----------------------------------------------------*/
.nk-list {
  font-size: 0;
  background: #222;
}
.nk-list .nk-title .word {
  color: #fff;
}
.nk-list .item {
  font-family: "Lato", "Noto Sans CJK JP";
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  margin: 40px 0 0;
  position: relative;
}
.nk-list .item:before, .nk-list .item:after {
  content: '';
  height: 4px;
  position: absolute;
}
.nk-list .item:before {
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  box-shadow: inset -4px 4px 0 #fff;
}
.nk-list .item:after {
  right: 0;
  bottom: 0;
  left: 100%;
  box-shadow: inset 4px -4px 0 #fff;
}
.nk-list .item:nth-child(3n-1) {
  margin: 40px 5% 0;
}
@media (max-width: 767px) {
  .nk-list .item:nth-child(3n-1) {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .nk-list .item {
    width: 100%;
    margin: 20px 0 0;
  }
}
.nk-list .item .image {
  opacity: 0;
  line-height: 1;
}
.nk-list .item .image img {
  width: 100%;
}
.nk-list .item .text {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  opacity: 0;
}
@media (max-width: 767px) {
  .nk-list .item .text {
    padding: 10px;
  }
}
.nk-list .item .title {
  color: #e91e63;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .nk-list .item .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.nk-list .item .description {
  font-size: 16px;
  font-size: 1.6rem;
}
.nk-list .item.active .image {
  opacity: 1;
  transition: all .3s ease .4s;
}
.nk-list .item.active .text {
  opacity: 1;
  transition: all .3s ease .4s;
}
.nk-list .item.active:before {
  height: 100%;
  right: 0;
  transition: right .1s ease, height .1s ease .1s;
}
.nk-list .item.active:after {
  height: 100%;
  left: 0;
  transition: left .1s ease .2s, height .1s ease .3s;
}

/* ---------------------------------------------------
image-block
----------------------------------------------------*/
.nk-image-block {
  padding: 0;
}
.nk-image-block .item {
  background: no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .nk-image-block .item:before {
    content: '';
    display: block;
    padding: 60% 0 0;
  }
}
.nk-image-block .item.align-left {
  text-align: left;
}
.nk-image-block .item.align-right {
  text-align: right;
}
.nk-image-block .item .text {
  width: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  padding: 60px 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .nk-image-block .item .text {
    width: 100%;
    padding: 30px 20px;
  }
}
.nk-image-block .item .title {
  color: #e91e63;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .nk-image-block .item .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.nk-image-block .item .description {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ---------------------------------------------------
graph
----------------------------------------------------*/
.nk-graph {
  background: #eee;
}
.nk-graph .innercol {
  text-align: center;
}
.nk-graph .description {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 10px 0;
  line-height: 1.5;
}

.nk-graph-circle {
  padding: 30px 0;
}
.nk-graph-circle img {
  max-width: 100%;
}

/* ---------------------------------------------------
check
----------------------------------------------------*/
.nk-check .innercol {
  text-align: center;
}
.nk-check .description {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 10px 0;
  line-height: 1.5;
}
.nk-check .list {
  font-family: "Lato", "Noto Sans CJK JP";
  background: #fff;
  padding: 20px;
  margin: 30px 0;
  border: 1px solid #ddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.nk-check .list .item {
  text-align: left;
  padding: 20px;
}
.nk-check .list .check {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #36a2eb;
  margin: 0 10px 0 0;
  position: relative;
}
.nk-check .list .check .mark {
  content: '';
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nk-check .list .check .mark:before, .nk-check .list .check .mark:after {
  content: '';
  display: block;
  position: absolute;
}
.nk-check .list .check .mark:before {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  box-shadow: inset 4px 0 0 #fff;
  transition: height .2s linear;
}
.nk-check .list .check .mark:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 -4px 0 #fff;
  transition: width .2s linear .2s;
}
.nk-check .list .check.active .mark:before {
  height: 100%;
}
.nk-check .list .check.active .mark:after {
  width: 100%;
}
.nk-check .list .text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px;
  overflow: hidden;
}

/* ---------------------------------------------------
fixed-bg
----------------------------------------------------*/
.nk-fixed-bg {
  background: no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .nk-fixed-bg {
    background-attachment: scroll;
  }
}

/* ---------------------------------------------------
conversion
----------------------------------------------------*/
.nk-conversion {
  text-align: center;
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .nk-conversion {
    padding: 30px 0;
  }
}
.nk-conversion a {
  display: block;
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  padding: 50px 40px;
  text-decoration: none;
  background: #087f23;
  position: relative;
  top: 0;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.3), 0 10px 0 #003300, inset 0 0 30px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  opacity: 1;
}
@media (max-width: 767px) {
  .nk-conversion a {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 30px 0;
  }
}
.nk-conversion a:hover {
  background: #00701a;
  top: 10px;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.3), 0 0 0 #003300, inset 0 0 0 rgba(255, 255, 255, 0.3);
}
