/*=============================
responsive
=============================*/
.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

img {
  width: 100%;
}

body {
  font-family: serif;
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
  transition: all ease 0.5s;
}

header img {
  width: 100%;
}

.add_caption {
  font-size: 10px;
  margin-top: -60px;
  margin-bottom: 60px;
  letter-spacing: 0em;
}

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

.header_left,
.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;
}

/***************************
 message
 ***************************/
.message {
  background-color: #dbe1e6;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .message {
    padding: 30px 0;
  }
}

.message_inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

.message-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .message-wrapper {
    display: block;
  }
}
.message-wrapper .message-l {
  width: 40%;
  text-align: justify;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .message-wrapper .message-l {
    width: 100%;
  }
}
.message-wrapper .message-l h3 {
  color: #004072;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767px) {
  .message-wrapper .message-l h3 {
    font-size: 16px;
  }
}
.message-wrapper .message-l h3 span {
  border-bottom: solid 5px rgba(223, 103, 84, 0.6549019608);
}
.message-wrapper .message-l p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .message-wrapper .message-l p {
    font-size: 13px;
  }
}
.message-wrapper .message-r {
  width: 50%;
}
@media (max-width: 767px) {
  .message-wrapper .message-r {
    width: 100%;
    margin-top: 20px;
  }
}

/***************************
 gree
 ***************************/
.gree {
  background-color: #f2f2f2;
  padding: 80px 0px 10px;
}

.gree_inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

.gree h2 {
  text-align: center;
  font-size: 35px;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: cursive;
  color: #152142;
}
.gree h3 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  color: #152142;
}
.gree h1 {
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  color: #152142;
}
.gree p {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  margin-top: 30px;
  margin-bottom: 50px;
}
.gree .staff_inner {
  width: 80%;
  max-width: 1300px;
  margin: 20px auto 50px;
}

@media (max-width: 768px) {
  .gree {
    padding: 50px 0px 5px;
  }
  .gree_inner {
    width: 88%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .gree h2 {
    text-align: center;
    font-size: 25px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: cursive;
    color: #152142;
  }
  .gree h3 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #152142;
  }
  .gree h1 {
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    color: #152142;
  }
  .gree p {
    font-size: 14px;
    line-height: 1.8em;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
  }
  .gree .staff_inner {
    width: 100%;
  }
}
/***************************
 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,
.points_wrapper_center,
.points_wrapper_right {
  width: 30%;
}

.btn {
  margin: 80px auto;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  .btn {
    margin: 50px auto;
    font-size: 17px;
  }
}
.btn a {
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  background-color: #a71f24;
  border: solid 1px #a71f24;
  border-radius: 50px;
  padding: 20px 35px 20px 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .btn a {
    padding: 12px 30px 12px 25px;
  }
}
.btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -3px;
  top: 50%;
  right: 18px;
}

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

/***************************
 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: 0.3em;
  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;
}

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

.img-wrapper {
  display: flex;
  margin: 25px auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .img-wrapper {
    display: block;
  }
}
.img-wrapper .nomucom-l {
  width: 30%;
}
@media (max-width: 767px) {
  .img-wrapper .nomucom-l {
    width: 80%;
    margin: 0 auto;
  }
}
.img-wrapper .nomucom-r {
  width: 68%;
}
@media (max-width: 767px) {
  .img-wrapper .nomucom-r {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.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: 18px;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
.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 {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 800px;
}
footer img {
  width: 100%;
}

.pc-none {
  display: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

@media (max-width: 768px) {
  footer {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  footer img {
    width: 100%;
  }
}
/***************************
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;
}

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

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

.sales_left,
.sales_right {
  width: 48%;
}

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

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

.sales_caption {
  font-size: 10px;
  letter-spacing: 0em;
}

@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;
  }
  .adp {
    text-align: center;
    margin-top: 30px;
    font-size: 16px !important;
  }
  /***************************
   concept
  ***************************/
  .concept {
    padding-bottom: 100px;
  }
  .concept-wrapper {
    display: block;
  }
  .concept-left {
    width: 100%;
  }
  .concept-left p {
    font-size: 12px;
    line-height: 1.8em;
  }
  .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 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: 85%;
    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,
  .points_wrapper_center {
    width: 70%;
    margin-bottom: 20px;
  }
  .points_wrapper_right {
    width: 70%;
  }
  .points_text {
    margin-bottom: 30px;
  }
  /***************************
  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: 16px;
    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;
    text-align: justify;
  }
  .img-wrapper {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /***************************
   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,
  .staff-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .staff-middle .staff-img,
  .staff-bottom .staff-img {
    width: 32%;
  }
  .staff-img {
    margin-right: 20px;
    margin-top: 20px;
  }
  .staff-img p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5em;
  }
  .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;
  }
  .point-heading {
    margin-bottom: 30px;
    font-size: 22px;
    width: 90px;
    border-bottom: 2px solid #000;
  }
  .point-heading .big {
    font-size: 35px;
  }
  .point1 h2 + p,
  .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 {
    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: 16px;
  }
  .service h2 {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .wtView {
    flex-direction: column;
  }
  .wtViewBox,
  .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 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .sales_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .digital {
    padding-bottom: 0px;
  }
  .sales .sales_caption {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .sales p {
    font-size: 14px;
    text-align: justify;
  }
  .sales h2 {
    font-size: 16px;
    text-align: justify;
  }
  .sales_wrapper {
    display: block;
  }
  .sales_left {
    width: 100%;
    margin-left: -2%;
  }
  .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;
    letter-spacing: 0em;
  }
}/*# sourceMappingURL=style.css.map */