@charset 'UTF-8';
img{
  width: 100%;
}
body {
  font-family: serif;
}

.width{
  width: 57% !important;
  margin-left: 5%;
}
/*=============================
header
=============================*/
header {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px;
}

@media screen and (max-width: 767px) {
  header {
    padding: 15px 0px;
  }
}

header .header_left {
  width: 200px;
}

@media screen and (max-width: 767px) {
  header .header_left {
    width: 120px;
  }
}

header .header_right {
  width: 230px;
}

@media screen and (max-width: 767px) {
  header .header_right {
    width: 150px;
  }
}

.main_visual img {
  width: 100%;
}
.main_visual_desc {
  background-color: #152142;
  color: #fff;
  padding: 50px 10%;
}
.main_visual_desc p {
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.access-movie{
  position: relative;
  width: 70%;
  padding-top: 40%;
  margin: 0 auto;
}
.access-movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-flow img{
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}

/***************************
mv
 ***************************/
.mv-msg{
  width: 80%;
  margin: 30px auto;
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: .2em;
  text-align: justify;
}

/***************************
 concept
 ***************************/
.concept{
  background-image: url(../img/bg_img.jpg);
  background-size: cover;
  padding: 60px 0px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.25em;
}
.concept-h2{
  font-size: 30px;
  letter-spacing: 0.3em;
}
.concept p{
  margin-top: 30px;
  line-height: 2.2;
  font-weight: 600;
  font-feature-settings: "palt";
}

.pd{
  margin-top: 20px;
}
.pd span{
  font-size: 13px;
  letter-spacing: 0.15em;
}
.none{
  display: none;
}

@media screen and (max-width: 767px) {
  .concept{
  padding: 40px 0px;
}
.concept-h2{
  font-size: 18px;
  letter-spacing: 0.2em;
}
.concept p{
  margin-top: 20px;
  line-height: 1.8;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.25em;
}

.pd{
  margin-top: 20px;
}
.pd span{
  font-size: 12px;
  letter-spacing: 0.1em;
}

}

/***************************
 points
 ***************************/
 .points{
   padding: 80px 0px;
 }
 .points_inner{
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
 }
 .points_wrapper{
   display: flex;
   justify-content: space-between;
   margin-bottom: 30px;
 }
 .points_wrapper a{
   cursor: pointer;
 }
 .points_wrapper a:hover{
   opacity: 0.8;
   transition: all .3s;
 }
 .points_wrapper_left{
   width: 30%;
 }
 .points_wrapper_center{
   width: 30%;
 }
 .points_wrapper_right{
   width: 30%;
 }

 .link_text{
  width: 75%;
  margin: 0 auto;
 }

 @media (max-width: 768px){
.link_text{
  width: 80%;
  margin-bottom: 20px;
 }
 }
/***************************
 micro
 ***************************/
.micro{
  padding: 0px 0 60px;
  color:rgb(192, 30, 30);
}
.micro-wrapper{
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
.micro h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.5px;
  font-style: italic;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 35px;
  font-weight: 600;
}
.micro h2 span {
  display: block;
  font-size: 20px;
  padding-top: 13px;
  letter-spacing: .7em;
}
.micro h3 {
  text-align: center;
  font-size: 50px;
  letter-spacing: 3px;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.micro h3 span {
  display: block;
  font-size: 27px;
  padding-top: 20px;
}
.micro p{
  font-size: 18px;
  line-height: 1.8em;
}
.black{
  color : #000;
}
.box{
  display: flex;
}
.box p{
  border: 1px solid rgb(192, 30, 30);
  /* font-size: 22px; */
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  padding: 10px 0px;
  margin-top: 25px;
  letter-spacing: 2.5px;
}
.box .border{
  border-left: 0px solid #fff;
}
/***************************
 macro
 ***************************/
.macro{
  padding: 0;
  color:rgb(192, 30, 30);
}
.macro-wrapper{
  width: 80%;
  margin: 70px auto;
  max-width: 1000px;
}

.macro h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.5px;
  font-style: italic;
  width: 400px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.macro h2 span {
  display: block;
  font-size: 20px;
  padding-top: 13px;
  letter-spacing: .7em;
}
.macro h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 3px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.macro h3 span {
  display: block;
  font-size: 27px;
  padding-top: 20px;
}
.macro p{
  font-size: 18px;
  line-height: 1.8em;
  color: #333;
}
.macro h4{
  max-width: 1200px;
  margin-top: 40px;
  color: #000;
  font-size: 24px;
  text-align: center;
}
.img-wrapper{
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-wrapper-left{
  width: 35%;
}
.img-wrapper-right{
  width: 60%;
  margin-top: 40px;
}


/***************************
 staff
***************************/
.staff{
  padding: 60px 0px;
  background-color: #F7F8F8;
}
.staff-wrapper{
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
.staff h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.5px;
  font-style: italic;
  width: 400px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.staff h2 span {
  display: block;
  font-size: 22px;
  padding-top: 13px;
  font-style: normal;
}
.staff-top{
  display: flex;
  justify-content: space-between;
}
.staff-top .staff-lead{
  width: 64%;
}
.staff-top .staff-lead h1{
  font-size: 28px;
  color: #000;
  line-height: 1.5em;
}
.staff-top .staff-lead p{
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 20px;
}
.staff-top .staff-img{
  width: 32%;
}
.staff-middle{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.staff-middle .staff-img{
  width: 32%;
}
.staff-bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.staff-bottom .staff-img{
  width: 32%;
}
.staff-img p{
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5em;
}


.service {
  padding: 0px;
}
.service h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  margin: 0 auto;
  margin-bottom: 35px;
  color: #1D2088;
  font-weight: 600;
}
.service h2 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.service h3 {
  text-align: center;
  font-size: 27px;
  letter-spacing: 3.5px;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #1D2088;
  font-weight: 600;
}
.service h3 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.service img {
  width: 100%;
}
.serviceWrapper {
  width: 80%;
  margin: 0 auto;
}
.service h3+p {
  font-size: 21px;
  letter-spacing: 2.4px;
  color: #152142;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.7;
}
.service h3+p+p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.serviceBox {
  margin-bottom: 80px;
}
.serviceBox p{
  line-height: 1.6;
  letter-spacing: 1.4px;
  margin-bottom: 40px;
  max-width: 1000px;
}
.serviceLinks p {
  font-size: 23px;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.serviceLinks ul {
  display: flex;
  margin: 0 auto;
  width: 75%;
  justify-content: space-between;
}
.serviceLinks ul li {
  border-right: 1px solid #000;
  width: 25%;
  text-align: center;
}
.serviceLinks ul li:last-child {
  border: none;
}
.serviceLinks ul li a {
  text-decoration: none;
  color: #000;
  letter-spacing: 2px;
}
.digital {
  padding: 0px 0px 60px;
}
.digital h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.5px;
  font-style: italic;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.digital h2 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.walkthrough {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
.walkthrough h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  padding-bottom: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
.walkthrough h3 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.wtBox {
  display: flex;
  margin-bottom: 30px;
}
.wtBox .wtInnerbox {
  width: 50%;
}
.wtInnerbox p:first-child {
  font-size: 28px;
  letter-spacing: 5px;
  color: #152142;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.wtInnerbox p:last-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  padding-right: 60px;
}
.wtBox .wtInnerbox img {
  width: 100%;
}
.wtView {
  display: flex;
  justify-content: space-between;
}
.wtViewBox {
  width: 47%;
}
.wtView img {
  width: 100%;
}
.mdpBoxWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mdpBox {
  width: 48%;
  margin-bottom: 25px;
}
.mdpBox h4 {
  font-size: 18px;
  letter-spacing: 3px;
  color: #152142;
  font-weight: bold;
  margin-bottom: 30px;
}
.mdpBox img {
  width: 95%;
  margin: 0 auto;
}

.vr {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.vr h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.vr h3 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.vrBoxWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.vrBoxWrapper .vrBox {
  width: 47%;
}
.vrBoxWrapper .vrBox p:first-child {
  font-size: 28px;
  letter-spacing: 5px;
  color: #152142;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.vrBoxWrapper .vrBox p:last-child {
  font-size: 20px;
  line-height: 2;
  padding-right: 60px;
}
.vrBoxWrapper .vrBox img {
  width: 100%;
}
.vrExample img {
  width: 96%;
}

.mdp {
  width: 80%;
  margin: 0 auto;
}
.mdp h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.mdp h3 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.contact {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
}
.contact h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.contact_box {
  display: flex;
  justify-content: space-between;
}
.contact_box a {
  width: 48.5%;
  display: block;
}
.contact_box img {
  width: 100%;
}
.map {
  margin-bottom: 20px;
}
.map iframe {
  width: 100%;
  margin-bottom: 40px;
}
.map p {
  text-align: center;
  font-size: 26px;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
.map img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
footer {
  width: 500px;
  padding-bottom: 60px;
  display: block;
  margin: 0 auto;
}

footer img {
  width: 100%;
}

.pc-none{
  display: none;
}

.pc {
  display: block!important;
}
.sp {
  display: none!important;
}

.btn_03_inner{
  margin-top: 20px !important;
}



/***************************
plus
***************************/

.sakura_map{
  margin-bottom: 60px;
}

.sales_inner{
  width: 80%;
  margin: 70px auto 0px;
  max-width: 1000px;
  padding: 50px 0px 0px;
  line-height: 1.6;
}

.sales_title{
  text-align: center;
  font-size: 30px;
  color: #003F66;
  margin-bottom: 35px;
  font-weight: 600;
  letter-spacing: 3.5px;
}

.sales p{
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.sales h2{
  margin-top: 40px;
  font-size: 20px;
}

.sales_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sales_left{
  width: 45%;
}

.sales_right{
  width: 45%;
}
.sales_caption{
  font-size: 10px;
  letter-spacing: 1px !important;
  font-feature-settings: "palt";
}

.serviceLinks{
  margin: 70px 0px 30px;
}


.service .sales_inner{
  padding-top: 0px;
}





@media (max-width: 768px){
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .sp-none{
    display: none;
  }
  .main_visual_desc {
    padding: 35px 5%;
  }
  .main_visual_desc p {
    font-size: 14px;
  }

/***************************
 concept
***************************/
.concept{
  padding-bottom: 100px;
  background-image: url(../img/bg_img_sp.jpg);
  padding:40px 25px 40px;
}
.concept-wrapper{
  display: block;
}

.concept-left{
  width: 100%;
}
.concept-left__left{
  font-size: 12px;
  line-height: 1.8em;
  text-align: justify;
}
.concept-name{
  text-align: right;
}
.sp-right{
  text-align: right;
}
.concept-right{
  width: 100%;
  margin-top: 40px;
}
.concept-right img{
  width: 100%;
}

.right{
  text-align: right;
}
.small{
  font-size: 10px !important;
}

/***************************
 micro
***************************/
 .micro h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.5px;
  font-style: italic;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.micro h2 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.micro h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.micro h3 span {
  display: block;
  font-size: 20px;
  line-height: 1.7em;
  padding-top: 20px;
}
.micro p{
  font-size: 14px;
  line-height: 1.8em;
}
.black{
  color : #000;
  margin-bottom: 20px;
}
.box{
  display: block;
}
.box p{
  border: 1px solid rgb(192, 30, 30);
  font-size: 11px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.box .border{
  border-left: 1px solid rgb(192, 30, 30);
  border-top:0px solid #fff;
}

/***************************
 points
 ***************************/
 .points{
  padding: 40px 0px;
}
.points_inner{
 width: 80%;
 margin: 0 auto;
 max-width: 1200px;
}
.points_wrapper{
  display: block;
  margin-bottom: 30px;
}
.points_wrapper a{
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.points_wrapper a:hover{
  opacity: 0.8;
  transition: all .3s;
}
.points_wrapper_left{
  width: 70%;
  margin-bottom: 20px;
}
.points_wrapper_center{
  width: 70%;
  margin-bottom: 20px;
}
.points_wrapper_right{
  width: 70%;
}



/***************************
 macro
 ***************************/
 .macro-wrapper {
  width: 80%;
  margin: 30px auto;
  max-width: 1000px;
}
 .macro h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.5px;
  font-style: italic;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.macro h2 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.macro h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.macro h3 span {
  display: block;
  font-size: 17px;
  padding-top: 20px;
  line-height: 1.7em;
}
.macro p{
  font-size: 14px;
  line-height: 1.8em;
}
.macro h4{
  font-size: 18px;
  line-height: 1.5;
}
.img-wrapper-left{
  width: 70%;
  margin: 0 auto;
  max-width: 350px;
}
.img-wrapper-right{
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
}
/***************************
 staff
***************************/
.staff-wrapper{
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
  letter-spacing: 1px;
}
.staff h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.5px;
  font-style: italic;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.staff h2 span {
  display: block;
  font-size: 15px;
  padding-top: 13px;
  font-style: normal;
}
.staff-top{
  display: block;
  justify-content: space-between;
}
.staff-top .staff-lead{
  width: 100%;
}
.staff-top .staff-lead h1{
  font-size: 13px;
  text-align: center;
  color: #000;
  line-height: 1.5em;
}
.staff-top .staff-lead p{
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 20px;
}
.staff-top .staff-img{
  width: 32%;
}
.staff-middle{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.staff-middle .staff-img{
  width: 32%;
}
.staff-bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.staff-bottom .staff-img{
  width: 32%;
}

.staff-img p{
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5em;
}
.staff-img{
  margin-right: 20px;
  margin-top: 20px;
}
.staff-sp{
  display:flex;
  overflow-x:scroll;
}
.staff-sp img{
  width:50vw;

}
.staff-sp p{
  font-size: 12px;
}





  .point1 {
    width: 88%;
    padding: 25px 0;
  }
  .point1 h2 {
    text-align: justify;
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .point1 h2 br {
    display: none;
  }
  .point1_case {
    display: block;
  }
  .point1_casebox {
    width: 100%;
    margin-bottom: 15px;
    padding: 25px;
  }
  .point1_casebox h3 {
    margin-bottom: 15px;
  }
  .point2_container {
    width: 88%;
    padding: 25px 0;
  }
  .point2 h2 {
    text-align: justify;
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
  .point2 h2 br {
    display: none;
  }
  .point2_case {
    display: block;
  }
  .point2_casebox {
    width: 100%;
    margin-bottom: 15px;
  }
  .point2_casebox h3.mb-45 {
    margin-bottom: 25px!important;
  }
  .point2 .caseList {
    margin-bottom: 25px;
  }
  .point3 {
    width: 88%;
    padding: 25px 0;
  }
  .point3 h2 {
    text-align: justify;
    font-size: 27px;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .point3_container {
    display: block;
  }
  .point3_desc {
    width: 100%;
  }
  .point3_desc h3 br {
    display: none;
  }
  .point3_desc h3+p {
    padding-right: 0px;
    letter-spacing: 0.7px;
  }
  .point3_figure {
    width: 90%;
    margin: 0 auto;
  }
  .news {
    padding: 0px;
  }
  .news img {
    width: 100%;
  }
  .contents {
    width: 88%;
    padding: 25px 0;
  }
  .contents h2 {
    font-size: 20px;
    padding-bottom: 10px;
    width: 100px;
  }
  .contents h2+p {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .contents-menu {
    display: block;
    margin-bottom: 10px;
  }
  .contents-menu img {
    width: 100%;
    margin-bottom: 15px;
  }
  .solution_container {
    width: 88%;
    padding: 25px 0;
  }
  .solution h2 {
    font-size: 20px;
    padding-bottom: 10px;
    width: 100px;
  }
  .solution h2+p {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: justify;
  }
  .solution h2+p br {
    display: none;
  }
  .wanted {
    padding: 0px;
  }
  .wanted img {
    width: 100%;
  }
  .specialtySite_container {
    width: 88%;
    padding: 25px 0;
  }
  .specialtySite h2 {
    font-size: 20px;
    padding-bottom: 10px;
    width: 150px;
  }
  .specialtySite_box {
    display: block;
  }
  .specialtySite_box a {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact {
    width: 88%;
    padding: 25px 0;
  }
  .contact h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .contact_box {
    display: block;
  }
  .contact_box a {
    width: 100%;
    margin-bottom: 20px;
  }
  .map iframe {
    width: 100%;
    height: 400px;
  }
  footer {
    padding: 18px 30px;
  }
  .point-heading {
    margin-bottom: 30px;
    font-size: 22px;
    width: 90px;
    border-bottom: 2px solid #000;
  }
  .point-heading .big {
    font-size: 35px;
  }
  .point1 h2+p {
    letter-spacing: 0.7px;
  }
  .point2 h2+p {
    letter-spacing: 0.7px;
  }
  .customerSatisfaction {
    padding: 10px 0;
  }
  .customerSatisfaction img {
    width: 60%;
  }
  .customerSatisfaction p {
    font-size: 10px;
  }
  .service {
    padding-top:0;
  }
  .service h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .service h3 span {
    font-size: 11px;
  }
  .service h3+p {
    font-size: 17px;
  }
  .service h3+p+p {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
  .serviceBox {
    margin-bottom: 40px;
  }
  .serviceLinks p {
    font-size: 16px;
  }
  .serviceLinks ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .serviceLinks ul li {
    width: 50%;
    box-sizing: border-box;
    border: none;
    margin-bottom: 12px;
  }
  .serviceLinks ul li:first-child , .serviceLinks ul li:nth-child(3) {
    border-right: 1px solid #000;
  }

  .walkthrough {
    margin-bottom: 50px;
  }
  .walkthrough h3 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .walkthrough h3 span {
    font-size: 12px;
  }
  .wtBox {
    flex-direction: column;
  }
  .wtBox .wtInnerbox {
    width: 100%;
  }
  .wtInnerbox p:first-child {
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    width: 280px;
  }
  .wtInnerbox p:first-child br {
    font-size: 20px;
    margin-bottom: 10px;
    display: none;
  }
  .wtInnerbox p:last-child {
    padding-right: 0px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .vr {
    margin-bottom: 50px;
  }
  .vr h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .vr h3 span {
    font-size: 12px;
  }
  .vrBoxWrapper {
    flex-direction: column;
  }
  .vrBoxWrapper .vrBox {
    width: 100%;
  }
  .vrBoxWrapper .vrBox p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .vrBoxWrapper .vrBox p:first-child br {
    display: none;
  }
  .vrBoxWrapper .vrBox p:last-child {
    padding-right: 0px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .mdp h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .mdp h3 span {
    font-size: 12px;
  }
  .mdpBox {
    width: 100%;
  }
  .mdpBox h4 {
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .map {
    margin-bottom: 0px;
  }
  .map p {
    font-size: 15px;
  }
  .digital h2 {
    margin-bottom: 15px;
  }
  .contact h2 {
    font-size: 18px;
  }
  .service h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .wtView {
    flex-direction: column;
  }
  .wtViewBox {
    width: 100%;
  }
  .vrExample img {
    width: 100%;
  }
  .casestudy li {
    margin-bottom: 15px;
  }
  .map img {
    width: 60%;
  }
  .access-flow img{
    width: 90%;
  }

  .serviceBox p{
    font-size: 14px ;
    margin-bottom: 20px;
  }
.sales img{
  display: block;
}
  .sales_inner{
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .sales_title {
    font-size: 20px;
    margin-bottom: 20px;
  }


  .digital{
    padding-bottom: 0px;
  }

  .sales p  {
    font-size: 14px;
     margin-bottom: 20px;
     text-align: justify;
  }

  .sales_caption{
    font-size: 10px !important;
  }

  .sales h2 {
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .sales_wrapper{
    display: block;
  }
  .sales_left{
    width: 95%;
    margin: 0 auto;
  }
  .sales_right{
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .macro{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .micro{
    padding-bottom: 40px;
  }
  .sakura_map{
    margin-bottom: 30px;
  }
  .serviceLinks{
    margin: 30px 0px 0px;
  }

  .staff{
    padding: 30px 0px;
  }
  .staff h2{
    margin-bottom: 15px;
  }

  .sales_inner{
    margin-top: 20px;
  }

  footer {
    width: 300px;
    padding-bottom: 40px;
    display: block;
    margin: 0 auto;
  }
}

