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

.add_caption {
  font-size: 10px;
  margin-top: -60px;
  margin-bottom: 60px;
}

header {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

.header_left {
  width: 200px;
}

.header_right {
  width: 200px;
}

.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;
}
/***************************
 concept
 ***************************/
.concept {
  background-image: url(../img/sakura-bg.jpg);
  background-size: cover;
  padding: 80px 0px 100px;
}
.concept-wrapper {
  width: 50%;
  margin: 0 auto;
  align-items: center;
  max-width: 1300px;
}
.concept-left {
  width: 100%;
}
.concept-left p {
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
.concept-left p span {
  text-align: right;
}
.right {
  text-align: right;
}

.pd {
  padding-right: 30px;
  margin-top: 20px;
  font-size: 18px;
}
.pd span {
  font-size: 15px;
}

/***************************
 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 0.3s;
}
.points_wrapper_left {
  width: 30%;
}
.points_wrapper_center {
  width: 30%;
}
.points_wrapper_right {
  width: 30%;
}

.link_text{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}


/***************************
 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;
}
.micro h2 span {
  display: block;
  font-size: 20px;
  padding-top: 13px;
  letter-spacing: 0.7em;
}
.micro h3 {
  text-align: center;
  font-size: 50px;
  letter-spacing: 3px;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.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;
  padding: 10px 30px;
  margin-top: 25px;
}
.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: 0.7em;
}
.macro h3 {
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 3px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 0px;
}
.macro h3 span {
  display: block;
  font-size: 27px;
  padding-top: 20px;
}
.macro p {
  font-size: 18px;
  line-height: 1.8em;
  color: #333;
}
.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;
}

.adp {
  text-align: center;
  margin-top: 30px;
  font-size: 20px !important;
}
/***************************
 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: 13.5px;
  line-height: 1.5em;
}

.service {
  padding: 0px;
}
.service h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 1.5px;
  margin: 0 auto;
  margin-bottom: 35px;
  color: #1d2088;
}
.service h2 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.service h3 {
  text-align: center;
  font-size: 27px;
  letter-spacing: 3px;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #1d2088;
}
.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: 30px;
}
.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;
}
.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: 20px;
  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: 50px;
}
.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 {
  padding: 50px 290px;
}
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: #1d2088;
  margin-bottom: 35px;
}

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

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

.sales_wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sales_caption{
  font-size: 10px;
}
.sales_left {
  width: 48%;
}

.sales_right {
  width: 48%;
}

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

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

@media (max-width: 768px) {
  .sales_inner{
    width: 88%;
  }
  .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;
  }

  .adp {
    text-align: center;
    margin-top: 30px;
    font-size: 16px !important;
  }

  /***************************
 concept
***************************/
  .concept {
    padding-top: 30px;
    padding-bottom: 140px;
  }
  .concept-wrapper {
    display: block;
    width: 88%;
  }

  .concept-left {
    width: 100%;
    text-align: justify;
  }
  .concept-left p {
    font-size: 12px;
    line-height:2;
  }
  .concept-left p span {
    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-wrapper{
  width: 90%;
}
  .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: 90%;
    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 0.3s;
  }
  .points_wrapper_left {
    width: 70%;
    margin-bottom: 20px;
  }
  .points_wrapper_center {
    width: 70%;
    margin-bottom: 20px;
  }
  .points_wrapper_right {
    width: 70%;
  }

  .link_text{
  width: 85%;
  margin-bottom: 20px;
}

  /***************************
 macro
 ***************************/
  .macro-wrapper {
    width: 90%;
    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: 16px;
    letter-spacing: 3px;
    width: 100%;
    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;
  }
 .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: 90%;
    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: 15.5px;
    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;
  }
  .contact_box {
    display: block;
  }
  .contact_box a {
    width: 100%;
    margin-bottom: 10px;
  }
  .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: 20px;
    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 {
    width: 88%;
    margin-bottom: 50px;
  }
  .walkthrough h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .walkthrough h3 span {
    font-size: 12px;
  }
  .wtBox {
    flex-direction: column;
  }
  .wtBox .wtInnerbox {
    width: 100%;
  }
  .wtInnerbox p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .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: 10px;
  }
  .map p {
    font-size: 15px;
  }
  .digital h2 {
    margin-bottom: 15px;
  }
  .contact h2 {
    font-size: 14px;
  }
  .service h2 {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .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_inner {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 0px;
  }

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

  .digital {
    padding-bottom: 0px;
  }

  .sales p {
    font-size: 14px;
    margin-bottom: 20px;
  }
.sales_caption{
 font-size: 8px !important;
}
  .sales h2 {
    font-size: 16px;
  }
  .sales_wrapper {
    display: block;
  }
  .sales_left {
    width: 100%;
    margin-left: -5%;
  }
  .sales_right {
    width: 100%;
    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;
  }

  header {
    padding: 15px 0px;
  }

  .header_left {
    width: 120px;
  }

  .header_right {
    width: 150px;
  }

  .add_caption {
    font-size: 10px;
    margin-top: -20px;
    margin-bottom: 40px;
  }
}

.footer {
  padding: 50px 0px 70px;
}

@media screen and (max-width: 905px) {
  .footer {
    padding: 50px 0px 30px;
  }
}

.footer img {
  width: 700px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 905px) {
  .footer img {
    width: 500px;
  }
}

@media screen and (max-width: 430px) {
  .footer img {
    width: 300px;
  }
}

/*=============================
movie
=============================*/
.movie {
  width: 70%;
  margin: 100px auto 0px;
  margin-bottom: 80px;
  max-width: 1040px;
}

@media screen and (max-width: 905px) {
  .movie {
    margin-bottom: 0px;
    width: 88%;
    margin-top: 0px;
    padding-top: 30px;
  }
}

.movie .iframe-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(315 / 560 * 100%);
  position: relative;
}

.movie .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
