@charset "UTF-8";

/* common */

#top .mainarea h2{
  margin-bottom: 60px;
}
@media screen and (max-width:767px) { 
  #top .mainarea h2{
    margin-bottom: 40px;
  }
}

/* mainvisual */

.top-mainvisual{
  height: 600px;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.top-mainvisual .layout{
  text-align: left;
}
.top-mainvisual video{
  min-height: 600px;
  margin: auto;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-mainvisual h1{
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 3px;
  line-height: 1.6em;
  margin: 0 0 30px;
  padding-top: 120px;
}
.top-mainvisual p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.0em;
  margin: 0 0 50px;
}
.top-mainvisual .btn-area ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.top-mainvisual .btn-area ul li{
  margin: 0 30px 0 0;
  padding: 0;
  text-align: center;
}
.top-mainvisual .btn-area ul li:last-child{
  margin: 0;
}
@media screen and (min-width:768px) and ( max-width:1065px) {
  .top-mainvisual{
    height: 432px;
  }
  .top-mainvisual video{
    min-height: 432px;
    width: 100%;
  }
  .top-mainvisual h1{
    font-size: 3.6rem;
    padding-top: 50px;
  }
  .top-mainvisual p{
    font-size: 1.5rem;
    line-height: 1.8em;
    margin: 0 0 40px;
  }
}
@media screen and (min-width:801px) and ( max-width:1065px) {
  .english .top-mainvisual h1{
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
  .english .top-mainvisual p{
    margin-bottom: 20px;
  }
}
@media screen and (min-width:768px) and ( max-width:800px) {
  .english .top-mainvisual h1{
    font-size: 3.2rem;
  }
  .english .top-mainvisual p{
    font-size: 1.4rem;
    line-height: 1.6em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) { 
  .top-mainvisual{
    height: auto;
    min-height: auto;
    margin-bottom: 80px;
  }
  .top-mainvisual .inner{
    height: 300px;
    min-height: 100%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .top-mainvisual video{
    height: auto;
    min-height: 100%;
    margin-left: -20%;
    width: 140%;
    z-index: -1;
  }
  .top-mainvisual h1{
    font-size: 2.2rem;
    letter-spacing: 1px !important;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .top-mainvisual p{
    font-size: 1.3rem;
    line-height: 1.6em;
    text-align: left;
  }
  .top-mainvisual .btn-area ul{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  .top-mainvisual .btn-area ul li{
    margin: 0 0 30px 0 ;
  }
}

/* greeting */

.block-top-greeting{
  margin-bottom: 150px;
}
.block-greeting-movie{
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.block-greeting-movie iframe{
  height: 90% !important;
  margin: 0 auto;
  width: 90% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width:767px) { 
  .block-top-greeting{
    margin-bottom: 100px;
  }
  .block-greeting-movie iframe{
    height: 100% !important;
    width: 100% !important;
  }
}

/* video */

.block-top-video{
  overflow: hidden;
  padding-bottom: 200px;
  position: relative;
}
.block-top-video:after{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #eee transparent;
}
.block-top-video .wrapper-video{
  display: flex;
}
.block-top-video .wrapper-video .block{
  margin-right: 5%;
  width: calc( (100% - 5%) / 2);
}
.block-top-video .wrapper-video .block:nth-of-type(2){
  margin-right: 0;
}
.block-top-video .wrapper-video .block div{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.block-top-video .wrapper-video .block div iframe{
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width:767px) { 
  .block-top-video{
    padding-bottom: 100px;
  }
  .block-top-video:after{
    border-width: 0 0 70px 100vw ;
  }
  .block-top-video .wrapper-video{
    display: block;
  }
  .block-top-video .wrapper-video .block{
    margin: 0 0 30px;
    width: 100%;
  }
  .block-top-video .wrapper-video .block:nth-of-type(2){
    margin: 0;
  }
}

/* client */

.block-top-client{
  background: #eee;
  overflow: hidden;
  padding-bottom: 190px;
  position: relative;
}
.block-top-client:after{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.block-top-client ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.block-top-client ul li{
  margin: 0 2% 10px 0;
  padding: 0;
  width: calc(( 100% - 6%) / 4);
}
.block-top-client ul li:nth-of-type(4n){
  margin-right: 0;
}
.block-top-client ul li img{
  width: 100%;
}
@media screen and (max-width:767px) { 
  .block-top-client{
    padding-bottom: 50px;
  }
  .block-top-client:after{
    border-width: 0 0 70px 100vw ;
  } 
  .block-top-client ul li{
    margin: 0 2% 10px 0;
    width: calc(( 100% - 4%) / 3);
  }
  .block-top-client ul li:nth-of-type(3n){
    margin-right: 0 !important;
  }  
  .block-top-client ul li:nth-of-type(4n){
    margin-right: 2%;
  }  
}

/* product */

.block-top-product{
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}
.block-top-product:after{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #eee transparent;
}
.block-product{
  margin-bottom: 120px;
}
@media screen and (max-width:767px) { 
  .block-top-product{
    padding-bottom: 50px;
  }
  .block-top-product:after{
    border-width: 0 0 70px 100vw ;
  }
  .block-product{
    margin-bottom: 90px;
  }
  .block-product:last-child{
    margin-bottom: 0;
  }
}

.block-main-product-detail{
  margin-bottom: 100px;
  text-align: left;
  display: flex;
}
.block-main-product-detail figure{
  margin-right: 10%;
  width: 35%
}
.block-main-product-detail figure img{
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%
}
.block-main-product-detail .text-area{
  width: 55%
}
.block-main-product-detail .text-area h4{
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.block-main-product-detail .text-area h4 span.release{
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
}
.block-main-product-detail .text-area span.type{
  background: #0e214e;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 5px 1.5em;
}
.block-main-product-detail .text-area h4 span.supplement{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  line-height: 1em;
  margin-left: 10px;
}
.block-main-product-detail .text-area .guideline{
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin: 10px 0 0;
}
.block-main-product-detail .text-area p{
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 2em;
  margin-top: 40px;
  padding-top: 20px;
}
@media screen and (max-width:767px) { 
  .block-main-product-detail{
    margin-bottom: 50px;
    text-align: center;
    display: block;
  }
  .block-main-product-detail span.type{
    background: #0e214e;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1em;
    margin-bottom: 10px;
    padding: 5px 1.5em;
  }
  .block-main-product-detail h4{
    font-size: 3.0rem;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .block-main-product-detail .guideline{
    display: block;
    font-size: 1.5rem;
    margin: 10px 0 30px;
  }
  .block-main-product-detail figure{
    margin: 0 auto 50px;
    width: 70%
  }
  .block-main-product-detail .text-area h4,
  .block-main-product-detail .text-area span.type{
    display: none;
  }
  .block-main-product-detail .text-area .guideline{
    display: none;
  }
  .block-main-product-detail .text-area{
    width: 100%
  }
  .block-main-product-detail .text-area p{
    border-top: none;
    padding-top: 0;
    text-align: left;
  }
}

.block-product-detail{
  margin-bottom: 100px;
}
.block-solution{
  border: 10px solid #eee;
  box-sizing: border-box;
  padding: 50px;
  text-align: left;
}
.block-solution ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-solution ul li{
  background: url(/common/img/product/icon-check.png) no-repeat left 5px;
  background-size: 25px;
  color: #0e214e;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 10px 0;
  padding: 1px 0 1px 35px;
}
.block-solution ul li:last-child{
  margin: 0;
}
figure.specification{
  margin-bottom: 50px;
  width: 100%;
}
figure.specification img{
  width: 100%;
}
.block-specification{
  margin-bottom: 50px;
}
.block-specification:last-child{
  margin-bottom: 0;
}
.table-specification{
  border-collapse: collapse;
  border-top: solid 1px #ccc;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.table-specification tr{
  border-bottom: solid 1px #ccc;
}
.table-specification th{
  background: #eee;
  margin: 0;
  padding: 20px 1em;
  vertical-align: top;
  width: 12em;
}
.table-specification td{
  margin: 0;
  padding: 20px 2em;
}
figure.drawing{
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
}
figure.drawing img{
  width: 100%;
}
@media screen and (max-width:767px) { 
  .block-product-detail{
    margin-bottom: 50px;
  }
  .block-solution{
    border: 5px solid #eee;
    box-sizing: border-box;
    padding: 30px 5%;
    text-align: left;
  }
  .block-solution ul li{
    background: url(/common/img/product/icon-check.png) no-repeat left 5px;
    background-size: 20px;
    font-size: 1.9rem;
    padding-left: 30px;
  }
  .table-specification{
    border-top: none;
    font-size: 1.4rem;
  }
  .table-specification tr{
    border-bottom: none;
  }
  .table-specification th{
    box-sizing: border-box;
    display: block;
    padding: 8px 1em;
    width: 100%;
  }
  .table-specification td{
    display: block;
    padding: 10px 1em 20px;
  }
  figure.drawing{
    border: none;
    padding: 0;
  }
}

.table-other-product{
  border-collapse: collapse;
  border-top: solid 1px #eee;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.table-other-product tr{
  border-bottom: solid 1px #eee;
}
.table-other-product th{
  font-size: 1.4rem;
  line-height: 1.2em;
  margin: 0;
  padding: 10px .5em;
  text-align: center;
  vertical-align: top;
}
.table-other-product th:first-child{
  padding-left: 0;
}
.table-other-product th:last-child{
  padding-right: 0;
}
.table-other-product td{
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 0;
  padding: 0 .5em;
  text-align: center;
  vertical-align: center;
}
.table-other-product td:first-child{
  padding-left: 0;
}
.table-other-product td:last-child{
  padding-right: 0;
}
.table-other-product td span.caution{
  display: block;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.table-other-product td span.release{
  display: block;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.table-other-product table{
  border-collapse: collapse;
  border-top: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 270px;
}
.table-other-product table tr{
  border-bottom: none;
}
.table-other-product table td{
  margin: 0;
  padding: 0;
}
.table-other-product table td:nth-of-type(1){
  width: calc(270px - 100px);
}
.table-other-product table td:nth-of-type(2){
  text-align: right;
  width: 100px;
}
.table-other-product table td figure{
  width: 100px;
}
.table-other-product table td figure img{
  width: 100%;
}
@media screen and (max-width:767px) {
  .block-other-product{
    width: 1000px;
    display: table;
  }
  .table-other-product table{
  }
  .table-other-product th,
  .table-other-product td{
    text-align: left;
  }
  .table-other-product table td:nth-of-type(1){
    width: calc(270px - 100px);
  }
}

.block-product .block{
  margin-bottom: 70px;
}
.block-feature{
  display: flex;
  flex-wrap: wrap;
}  
.block-feature div{
  background: #eee;
  box-sizing: border-box;
  margin: 0 4% 20px 0;
  padding: 25px;
  width: calc((100% - 8%) / 3);
  display: flex;
  align-items: center;
}   
.block-feature div:nth-of-type(3n),
.block-feature div:nth-last-of-type(1){
  margin-right: 0;
}
.block-feature h4{
  color: #0e214e;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.block-product .block .pic{
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 30px;
  width: 100%;
}  
.block-product .block .pic img{
  width: 50%;
}
.block-step{
  margin-bottom: 40px;
  display: flex;
}
.block-step h5{
  font-size: 1.7rem;
  margin-bottom: 0;
  text-align: left;
  width: 100px;
}
.block-step p{
  font-size: 1.7rem;
  line-height: 1.8em;
  text-align: left;
  width: calc(100% - 100px);
}
@media screen and (max-width:767px) {
  .block-feature{
    display: block;
  }   
  .block-feature div{
    margin: 0 0 20px 0;
    padding: 25px;
    width: 100%;
    display: block;
  } 
  .block-feature div:nth-last-of-type(1){
    margin-bottom: 0;
  }
  .block-product .block .pic{
    padding: 5%;
  }  
  .block-product .block .pic img{
    width: 100%;
  }
  .block-step h5{
    font-size: 1.6rem;
    width: 5em;
  }
}

/* case */

.block-top-case{
  background: #eee;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}
.block-top-case:after{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.block-top-case p{
  margin-bottom: 40px;
}
.block-top-case .block-case{
  border-bottom: 1px solid #ccc;
  margin-bottom: 70px;
  padding-bottom: 70px;
}
.block-top-case .block-case:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-top-case .block-bottom-aera{
  display: flex;
}
.block-top-case .block-bottom-aera figure{
  order: 2;
  width: 40%;
}
.block-top-case .block-bottom-aera figure img{
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
}
.block-top-case .block-bottom-aera .text-area{
  margin-right: 5%;
  text-align: left;
  width: 55%;
}
.block-top-case .block-bottom-aera .text-area .block:first-child{
  margin-bottom: 40px;
}
.block-top-case .block-bottom-aera .text-area .block ol{
  margin: 0 0 0 2em;
  padding: 0;
}
.block-top-case .block-bottom-aera .text-area .block ol li{
  font-size: 1.6rem;
  line-height: 2em;
  margin: 0 0 10px 0;
  padding: 0;
}
.block-top-case .block-bottom-aera .text-area .block ol li:last-child{
  margin: 0;
}
.block-top-case .block-bottom-aera .text-area .block table{
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.block-top-case .block-bottom-aera .text-area .block table th{
  font-weight: normal;
  margin: 0;
  padding: 0 0 15px;
  vertical-align: top;
  width: 12em;
}
.block-top-case .block-bottom-aera .text-area .block table td{
  margin: 0;
  padding: 0 0 15px;
  vertical-align: top;
}
.block-top-case .block-bottom-aera .text-area .block table td ul{
  margin: 0 0 0 1em;
  padding: 0;
}
.block-top-case .block-bottom-aera .text-area .block table td ul li{
  margin: 0 0 10px 0;
  padding: 0;
}
.block-top-case .block-bottom-aera .text-area .block table td ul li:last-child{
  margin: 0;
}
@media screen and (max-width:767px) {
  .block-top-case{
    padding-bottom: 50px;
  }
  .block-top-case:after{
    border-width: 0 0 70px 100vw ;
  } 
  .block-top-case p{
    margin-bottom: 30px;
  }
  .block-top-case .block-case{
    margin-bottom: 50px;
  }
  .block-top-case .block-bottom-aera{
    display: block;
  }
  .block-top-case .block-bottom-aera figure{
    margin: 0 auto 30px;
    width: 100%;
  }
  .block-top-case .block-bottom-aera .text-area{
    margin-right: 0;
    width: 100%;
  }
  .block-top-case .block-bottom-aera .text-area .block:first-child{
    margin-bottom: 40px;
  }
  .block-top-case .block-bottom-aera .text-area .block h4{
    font-size: 1.8rem;
  }
  .block-top-case .block-bottom-aera .text-area .block table th{
    font-weight: bold;
    padding: 0 0 5px;
    width: 100%;
    display: block;
  }
  .block-top-case .block-bottom-aera .text-area .block table td{
    font-size: 1.5rem;
    margin: 0;
    padding: 0 0 25px;
    display: block;
  }
  .block-top-case .block-bottom-aera .text-area .block table tr:last-child td{
    padding-bottom: 0;
  }
}

/* step */

.block-top-step{
  margin-bottom: 120px;
}
.block-top-step figure{
  margin: 0 auto;
  width: 80%;
}
.block-top-step figure img{
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5%;
  width: 100%;
}
@media screen and (max-width:767px) {
  .block-top-step{
    margin-bottom: 100px;
  }
  .block-top-step figure{
    width: 100%;
  }
  .block-top-step figure img{
    padding: 3%;
  }
}

/* partner */

.block-top-partner{
  margin-bottom: 120px;
}
.table-partner{
  border-collapse: collapse;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.table-partner tr{
  border-bottom: solid 1px #eee;
}
.table-partner th{
  background: #0e214e;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 0;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
}
.table-partner td{
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0;
  padding: 20px 1em;
  text-align: left;
}
.table-partner td:nth-of-type(1){
  padding-left: 0;
  padding-right: 0;
  width: 25%;
}
.table-partner td:nth-of-type(1) img{
  width: 100%;
}
.table-partner td:nth-of-type(2){
  padding-left: 3em;
}
.table-partner td:nth-of-type(3),
.table-partner td:nth-of-type(4){
  font-size: 2.0rem;
  text-align: center;
  width: 20%;
}
.table-partner td:nth-of-type(3) img,
.table-partner td:nth-of-type(4) img{
  width: 40px;
}
@media screen and (max-width:767px) {
  .table-partner th{
    font-size: 1.2rem;
    padding-left: .5em;
    padding-right: .5em;
  }
  .table-partner td{
    font-size: 1.5rem;
    padding: 25px .5em;
  }
  .table-partner td:nth-of-type(1){
    padding-left: 0;
    padding-right: 0;
    width: 0%;
  }
  .table-partner td:nth-of-type(1) img{
    display: none;
  }
  .table-partner td:nth-of-type(2){
    padding-left: .5em;
  }
  .table-partner td:nth-of-type(3),
  .table-partner td:nth-of-type(4){
    font-size: 1.8rem;
    width: 25%;
  }
  .table-partner td:nth-of-type(3) img,
  .table-partner td:nth-of-type(4) img{
    width: 30px;
  }
}

/* company */

.block-top-company{
  margin-bottom: 120px;
}
.block-company{
  margin-bottom: 70px;
}
.block-company .bg-mission{
  background: #e3eafa;
  padding: 50px 5%;
}
.block-company .bg-mission p.strong{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.8em;
}
.block-company .caution{
  font-size: 1.3rem;
  line-height: 1.6em;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width:767px) { 
  .block-top-company{
    margin-bottom: 100px;
  }
  .block-company{
    margin-bottom: 50px;
  }
  .block-company .bg-mission{
    padding: 30px 5%;
  }
  .block-company .bg-mission p.strong{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8em;
    text-align: left;
  }
  .block-company .caution{
    font-size: 1.2rem;
  }
}

.table-outline{
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.table-outline tr{
  border-bottom: solid 1px #ddd;
}
.table-outline th{
  border-bottom: solid 1px #0e214e;
  margin: 0;
  padding: 25px 0;
  vertical-align: top;
  width: 10em;
  position: relative;
}
.table-outline th:after{
  background: #ff0030;
  content: "";
  height: 1px;
  width:10px;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.table-outline td{
  margin: 0;
  padding: 25px 0 25px 1em;
}
.table-outline td ul{
  margin: 0 0 0 1em;
  padding: 0;
}
.table-outline td ul li{
  margin: 0 0 10px 0;
  padding: 0;
}
.table-outline td span.post{
  margin-right: 20px;
}
.table-outline td span.building{
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .table-outline{
    font-size: 1.5rem;
  }
  .table-outline tr{
    border-bottom: none;
  }
  .table-outline th{
    display: block;
    font-size: 1.6rem;
    padding: 0 0 10px;
    width: 100%;
  }
  .table-outline td{
    display: block;
    padding: 10px 0 35px;
    width: 100%;
  }
  .table-outline td table th{
    background: #eee;
    border-bottom: none;
    box-sizing: border-box;
    font-size: 1.5rem;
    padding: 3px 1em;
    width: 100%;
  }
  .table-outline table tr:first-child th{
    padding-top: 3px;
  }
}

#video,
#product,
#main-product,
#solution,
#specification,
#other-product,
#outline,
#case,
#case-01,
#case-02,
#case-03,
#case-04,
#case-05,
#case-06,
#case-07,
#case-08,
#step,
#partner,
#company,
#mission,
#vision,
#company-outline{
  margin-top: -120px;
  padding-top: 120px;
}
a#video,
a#case{
  display: block;
}







