/* flex-display*/


/* flex-direction*/


/* flex-wrap*/


/* justify-content*/




/* align-items*/




/* align-content*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
.main-wrapper {
	padding-bottom: 0;
  background-image: none;
 }
 
.wrapper>h2 {
  margin-bottom: 60px;
  line-height: 1;
}
@media (max-width: 640px) {
  .wrapper>h2 {
    margin-bottom: 50px;
  }  
}  

.sec-wrapper01 {
  position: relative;
  min-height: 845px;
  padding-bottom: 100px;
}
.sec-wrapper01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 325px;
  width: 600px;
  height: 1200px;
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_triangle_l.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  z-index: -3;
} 
@media (max-width: 640px) {
  .sec-wrapper01:before {
    width: 200px;
    height: 400px;
  }  
}  
.sec-wrapper01:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_triangle_rs.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  z-index: -3;
}
@media (max-width: 640px) {
  .sec-wrapper01:after {
    width: 100px;
    height: 100px;
  }  
}  

.sec-wrapper02 {
  position: relative;
  padding: 100px 0;
  background-color: #cee8f5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebf6fb+0,cee8f5+100 */
  background-image: -moz-linear-gradient(top,  #ebf6fb 0%, #cee8f5 100%); /* FF3.6-15 */
  background-image: -webkit-linear-gradient(top,  #ebf6fb 0%,#cee8f5 100%); /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom,  #ebf6fb 0%,#cee8f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.sec-wrapper02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 400px solid rgba(255,255,255,0.2);
  border-right: 400px solid transparent;
  z-index: 1;
} 
.sec-wrapper02:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 680px solid rgba(255,255,255,0.2);
  border-left: 680px solid transparent;
  z-index: 1;
}
@media (max-width: 640px){
  .sec-wrapper02 {
    padding: 80px 0;
  }  
  .sec-wrapper02:before {
   border-top: 100px solid rgba(255,255,255,0.2);
		border-right: 100px solid transparent;
  }
  .sec-wrapper02:after{
    border-bottom: 200px solid rgba(255,255,255,0.2);
  	border-left: 200px solid transparent;
  }  
}  

.sec-wrapper03 {
  position: relative;
  padding: 100px 0;
}
.sec-wrapper03:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 600px;
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_triangle_ll.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  z-index: -3;
} 
.sec-wrapper03:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_triangle_rs.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  z-index: -3;
}
@media (max-width: 640px){
  .sec-wrapper03 {
    padding: 80px 0;
  } 
  .sec-wrapper03:before {
    width: 200px;
    height: 200px;
  }
  .sec-wrapper03:after{
    width: 100px;
    height: 100px;
  }  
}  


.kv-wrapper {
 position: relative;
}
.kv-wrapper:before {
  content: "";
   position: absolute;
  top: 0;
  left: 0;
  height: 845px;
  width: 100%;
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_home_kv.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -2;
} 
@media (min-width: 1501px) {
  .kv-wrapper:before {
    background-size: cover;
    width: 77%;
    margin-left: 23%;
  }  
}  
@media (max-width: 640px) {
  .kv-wrapper:before {
     background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_home_kv_sp.png);
   	 background-position: right bottom;
   	 background-size: cover;
   	height: 500px;
  }  
  
}  

.kv-wrapper h1 {
  padding-top: 256px;
  margin: 0 0 120px;
}
@media (max-width: 640px) {
  .kv-wrapper h1 {
    padding-top: 120px;
    margin: 0 0 78px;;
  }  
} 

.kv-wrapper .lead-box .icon {
  margin-bottom: 30px;
}
.kv-wrapper .lead-box .icon>span {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(92,201,190,0.8);
  color: #ffffff;
  font-size: calc(20 / 16 * 1rem);
  letter-spacing: 0.2em;
  line-height: 1.5;
}  
@media (max-width: 640px) {
  .kv-wrapper .lead-box .icon {
    margin-bottom: 20px;
  } 
  .kv-wrapper .lead-box .icon>span {
    padding: 14px;
     font-size: calc(16 / 16 * 1rem);
  }  
}

.kv-wrapper .lead-box .title {
  font-size: calc(35 / 16 * 1rem);
  letter-spacing: 0.2em;
  font-family: "NotoSansCJKjp-Bold";
  color: #05314c;
  margin-bottom: 40px;
  line-height: 1.5;
}
.kv-wrapper .lead-box .title:first-letter {
  color: #e3df00;
}  
.kv-wrapper .lead-box .title>span {
  color: #5cc8bd;
}  

@media (max-width: 640px) {
  .kv-wrapper .lead-box .title {
    font-size: calc(28 / 16 * 1rem);
    margin-bottom: 30px;
  }  
}  

.casestudy-wrapper {
  max-width: 1280px;
  margin:40px auto 130px;
}

@media (max-width: 1330px) {
  .casestudy-wrapper {
    margin: 40px 0 25px;
  }  
} 
@media (max-width: 840px) {
  .casestudy-wrapper {
    margin: 80px 0;
  }  
} 

.casestudy-wrapper h2{
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: calc(50 / 16 * 1rem);
  line-height: 0.7;
  letter-spacing: 0.5em;
  color: #05314c;
  text-align: right;
  margin-bottom: 0;
  margin-top: 40px;
}  
.casestudy-wrapper h2:first-letter{
  color: #e3df00;
}  
.casestudy-wrapper h2>span {
  color: #5cc8bd;
}
@media (max-width: 840px) {
  .casestudy-wrapper h2{
    font-size: calc(30 / 16 * 1rem);
    letter-spacing: 0.5em;
    margin-bottom: 20px;
    margin-top: 80px;
    text-align: center;
  } 
} 

.casestudy-wrapper ul {
  -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    
    display: flex;;
  -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;;
  -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;;
  -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;;
  -webkit-box-pack: end;
    -ms-flex-pack: end;;
  margin-right: 130px;
}
.casestudy-wrapper ul>li {
  width: 190px;
  overflow: hidden;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  text-align: center;
}  
.casestudy-wrapper ul>li>a {
  display: block;
  height: 190px;
   text-align: center;
}  
.casestudy-wrapper ul>li>a>span {
  position: relative;
  width: 100%;
    -webkit-transform: skewX(45deg) scale(2.2);
    transform: skewX(45deg) scale(2.2);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 190px;
    background-size: contain;
}
.casestudy-wrapper ul>li>a>span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 190px;
  width: 100%;
  background-color: rgba(5,49,76,0.4);
  z-index: -1;
  transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
}  
.casestudy-wrapper ul>li:nth-of-type(2)>a>span:before {
  background-color: rgba(5,49,76,0.2);
}  
@media (min-width: 769px) {
  .casestudy-wrapper ul>li>a:hover>span:before {
    background-color: rgba(5,49,76,0.8);
  }  
}  
.casestudy-wrapper ul>li>a>span>span {
  position: relative;
  display: inline-block;
  height: 190px;
  line-height: 190px;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  padding-right: 10px;	
}  

.casestudy-wrapper ul>li>a>span>span:after{
  position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
} 
@media (min-width: 769px) {
  .casestudy-wrapper ul>li>a:hover>span>span:after {
    right: -5px;
  }  
}
.casestudy-wrapper ul>li:nth-of-type(1)>a>span {
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/casestudy/img_casestudy01.jpg);
}
.casestudy-wrapper ul>li:nth-of-type(2)>a>span {
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/casestudy/img_casestudy02.jpg);
}
.casestudy-wrapper ul>li:nth-of-type(3)>a>span {
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/casestudy/img_casestudy03.jpg);
}
@media (max-width: 840px) {
  .casestudy-wrapper ul {
 	 -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;;
  	-webkit-box-pack: start;
    -ms-flex-pack: start;;
  	margin-right: 0; 
  }  
  .casestudy-wrapper ul>li {
    width: 33.4375%;
    overflow: hidden;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    text-align: center;
  } 
  .casestudy-wrapper ul>li:first-child {
    width: 33.125%;
  }  
  .casestudy-wrapper ul>li>a {
    height: 180px;
  }  
  .casestudy-wrapper ul>li>a>span {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 180px;
    background-size: cover;
  }  
  .casestudy-wrapper ul>li>a>span:before {
    height: 180px;
  }  
  .casestudy-wrapper ul>li>a>span>span {
    height: 180px;
    line-height: 180px;
    font-size: calc(15 / 16 * 1rem);
    font-family: "NotoSansCJKjp-Bold";
  }  
}  

.reason-wrapper {
  width: 70%;
  max-width: 736px;
  display: table;
}
.reason-wrapper:nth-of-type(1) {
  margin-left: 30%;
}  
.reason-wrapper:nth-of-type(2) {
  margin-left: auto;
  margin-right: auto;
}
.reason-wrapper:nth-of-type(3) {
  margin-right: 30%;
}
.reason-wrapper+.reason-wrapper { 
  margin-top: 30px;
}  
.reason-wrapper>.left {
  display: table-cell;
  vertical-align: top;
  width: 11%;
}  
.reason-wrapper>.left>.no {
  font-family: 'Roboto Condensed';
  font-size: calc(75 / 16 * 1rem);
  font-weight: 700;
  color: #05314c;
  line-height: 0.5;
  padding-top: 16px;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
} 
.reason-wrapper>.right {
  display: table-cell;
  vertical-align: top;
  width: 89%;
}
.reason-wrapper>.right>h3 {
  position:relative;
  font-size: calc(25 / 16 * 1rem);
  font-family: "NotoSansCJKjp-Bold";
  color: #05314c;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #05314c;
}  
.reason-wrapper>.right>h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background-color: #e3df00;
  z-index: 2;
}
.reason-wrapper>.right>h3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background-color: #5cc8bd;
  z-index: 2;
}
@media (max-width: 640px) {
  .reason-wrapper {
    width: 100%;
    max-width: inherit;
    display: block;
    position: relative;
  }  
  .reason-wrapper:nth-of-type(1) {
    margin-left: 0;
  }  
  .reason-wrapper:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
  } 
  .reason-wrapper:nth-of-type(3) {
    margin-right: 0;
  }  
  .reason-wrapper+.reason-wrapper { 
    margin-top: 40px;
  }  
  .reason-wrapper>.left {
    display: block;
    width: 24%;
    position: absolute;
    top: 0;
    left: 0;
  }  
  .reason-wrapper>.left>.no {
    font-size: calc(50 / 16 * 1rem);
  } 
  .reason-wrapper>.right {
    width: 100%;
    display: block;
  }  
  .reason-wrapper>.right>h3 {
    width: 76%;
    margin-left: 24%;
    font-size: calc(22 / 16 * 1rem);
    padding-bottom: 8px;
    margin-bottom: 0;
  }  
  .reason-wrapper>.right>h3:before,
  .reason-wrapper>.right>h3:after{
    width: 30px;
  }
  .reason-wrapper>.right>p {
    margin-top: 20px;
  }
}  

.cta-wrapper.-download {
  padding: 100px 0;
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_download.jpg);
}
@media (min-width: 1501px) {
  .cta-wrapper.-download:before {
    background: -moz-linear-gradient(top, #e0e5e8, #dbe2e4);
    background: -webkit-linear-gradient(top, #e0e5e8, #dbe2e4);
    background: linear-gradient(to bottom, #e0e5e8, #dbe2e4);
  }  
}  

.cta-wrapper.-download .text-lower {
  bottom: 0;
}

@media (max-width: 640px) {
  .cta-wrapper.-download  {
    padding: 60px 0;
    background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_download_sp.jpg);
  }  
}

.sec-wrapper02 .wrapper>h2{
  margin-bottom: 46px;
}  
@media (max-width: 640px) {
  .sec-wrapper02 .wrapper>h2{
    margin-bottom: 72px;
  }
} 

.sec-wrapper02 .wrapper>.columns.-three {
  -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    
    display: flex;;
  -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;;
  -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;;
}
.sec-wrapper02 .wrapper>.columns.-three>.column {
  width: 34.28571428571429%;
  padding-right: 30px;
  margin-top: 0;
  box-sizing: border-box;
}
.sec-wrapper02 .wrapper>.columns.-three>.column:nth-of-type(3n+3) {
  width: 31.42857142857143%;
  padding-right: 0;
} 
.sec-wrapper02 .wrapper>.columns.-three>.column:nth-of-type(3n+1) {
  margin-top: 80px;
}
.sec-wrapper02 .wrapper>.columns.-three>.column:nth-of-type(3n+2) {
  margin-top: 40px;
}
.sec-wrapper02 .wrapper>.columns.-three>.column:nth-of-type(3n+3) {
  margin-top: 0;
}
.sec-wrapper02 .wrapper>.columns.-three>.column>a {
  text-decoration: none;
  display: block;
}
.sec-wrapper02 .wrapper>.columns.-three>.column>a>.img {
  transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
}  

.sec-wrapper02 .wrapper>.columns.-three>.column>a>.title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 20px 0 12px;
  color: #05314c;
  font-size: calc(20 / 16 * 1rem);
  font-family: "NotoSansCJKjp-Bold";
  letter-spacing: 0.1em;
  padding-right: 23px;
  transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
}
 
.sec-wrapper02 .wrapper>.columns.-three>.column>a>.title:after {
  position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #05314c;
    border-right: 2px solid #05314c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
} 
@media (min-width: 769px) {
  .sec-wrapper02 .wrapper>.columns.-three>.column>a:hover>.img {
    opacity: 0.7;
  }  
  .sec-wrapper02 .wrapper>.columns.-three>.column>a:hover>.title {
    color: #5cc9be;
  } 
  .sec-wrapper02 .wrapper>.columns.-three>.column>a:hover>.title:after {
    border-top: 2px solid #5cc9be;
    border-right: 2px solid #5cc9be;
    right: 2px;
  }  
}  
.sec-wrapper02 .wrapper>.columns.-three>.column>.message {
  color: #05314c;
}
@media (max-width: 640px) {
  .sec-wrapper02 .wrapper>.columns.-three {
    display: block;
  }
  .sec-wrapper02 .wrapper>.columns.-three>.column {
    width: 100%;
    padding: 0 0 60px;
  }
  .sec-wrapper02 .wrapper>.columns.-three>.column:last-child {
    padding-bottom: 0;
  }  
  .sec-wrapper02 .wrapper>.columns.-three>.column:nth-of-type(3n+3) {
    width: 100%;
  } 
  .sec-wrapper02 .wrapper>.columns.-three>.column:nth-of-type(3n+1) {
    margin-top: 0;
  }
  .sec-wrapper02 .wrapper>.columns.-three>.column:nth-of-type(3n+2) {
    margin-top: 0;
  }
  .sec-wrapper02 .wrapper>.columns.-three>.column:nth-of-type(3n+3) {
    margin-top: 0;
  }
  
  .sec-wrapper02 .wrapper>.columns.-three>.column>a>.title {
    font-size: calc(18 / 16 * 1rem);
  }
}  

.flow-wrapper {
  background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_home_flow.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0;
  color: #ffffff;
}
@media (max-width: 640px) {
  .flow-wrapper {
    background-image: url(//cdn2.hubspot.net/hubfs/4539740/images-site/product/home/bg_home_flow_sp.jpg);
    padding: 80px 0;
  }  
}  
.flow-wrapper .img-flow{
  margin-top: 56px;
}
@media (max-width: 640px) {
  .flow-wrapper .img-flow{
    margin-top: 50px;
  }  
}  
  
