@charset 'UTF-8';

body {
  font-family: serif;
}
/*=============================
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%;
}

.point1 {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}
.point-heading {
  text-align: center;
  font-size: 30px;
  letter-spacing: 1.5px;
  font-style: italic;
  border-bottom: 3px solid #000;
  width: 107px;
  margin: 0 auto;
  padding-bottom: 7px;
  margin-bottom: 35px;
}
.point-heading .big {
  font-size: 42px;
}
.point1 h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
}
.point1 h2 + p {
  text-align: justify;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
}
.point1_case {
  display: flex;
  justify-content: space-between;
}
.point1_casebox {
  color: #fff;
  background-color: #152142;
  width: 32%;
  padding: 30px;
  box-sizing: border-box;
}
.point1_casebox h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.point1_casebox h3 + p {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: justify;
}
.customerSatisfaction {
  width: 100%;
  text-align: left;
  margin-top: 60px;
}
.customerSatisfaction h3 {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 30px;
}
.customerSatisfaction img {
  width: 100%;
  margin-bottom: 30px;
}
.customerSatisfaction p {
  font-size: 11.5px;
  line-height: 1.3;
}

.service {
  background-color: #f2f2f2;
  padding: 60px 0;
}
.service 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;
}
.service h2 span {
  display: block;
  font-size: 14px;
  padding-top: 13px;
}
.service h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.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;
}
.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: 60px 0;
}
.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;
  margin-bottom: 100px;
}
.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: 24px;
  letter-spacing: 5px;
  color: #152142;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.wtInnerbox p:last-child {
  font-size: 18px;
  line-height: 1.8;
  padding-right: 50px;
}
.wtBox .wtInnerbox img {
  width: 100%;
  max-width: 650px;
}
.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;
  text-align: justify;
  letter-spacing: 2px;
}
.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;
}

.point2 {
  background-color: #f7f8f8;
}
.point2_container {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}
.point2 h2 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.point2 h2 + p {
  text-align: justify;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
}
.point2_case {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.point2_casebox {
  color: #fff;
  background-color: #152142;
  width: 32%;
  padding: 30px;
  box-sizing: border-box;
}
.point2_casebox h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.point2_casebox h3 + p {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.point2_casebox h3.mb-45 {
  margin-bottom: 45px !important;
}
.point2 .caseList {
  margin-bottom: 50px;
}

.casestudy {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #fff;
}

.casestudy img {
  width: 100%;
}
.casestudy h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  padding-bottom: 18px;
  margin-bottom: 15px;
  font-style: italic;
}
.casestudy h3 span {
  display: block;
  font-size: 16px;
  padding-top: 13px;
  font-style: normal;
}
.casestudy li {
  margin-bottom: 30px;
}

.point3Wrapper {
  width: 100%;
  background-color: #f7f8f8;
}
.point3 {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}
.point3 h2 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-weight: bold;
}
.point3_container {
  display: flex;
}
.point3_desc {
  width: 50%;
}
.point3_figure {
  width: 50%;
}
.point3_figure img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.point3_desc h3 {
  font-size: 18px;
  letter-spacing: 2.6px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: bold;
  color: #152142;
}
.point3_desc h3 + p {
  font-size: 14px;
  text-align: justify;
  letter-spacing: 1.9px;
  line-height: 1.8;
  margin-bottom: 27px;
  padding-right: 50px;
}

.area {
  width: 100%;
}
.area img {
  width: 100%;
}

/* Specialty Site */
.specialtySite {
  background-color: #fff;
  margin-top: 30px;
  max-width: 1600px;
  margin: 0 auto;
}
.specialtySite_container {
  width: 80%;
  margin: 0 auto;
}
.specialtySite_container a {
  text-decoration: none;
}
.sp-h2 {
  text-align: center;
  font-size: 27px;
  letter-spacing: 1.5px;
  font-style: italic;
  width: 200px;
  margin: 10px auto;
  padding-bottom: 18px;
  margin-top: 50px;
  margin-bottom: 35px;
  position: relative;
}
.sp-h2::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 90px;
  border-bottom: 2px solid #161b3f;
  left: calc(50% - 45px);
}
.site_nomucom {
  margin: 30px auto;
}
.nomucom_box {
  background-color: #152142;
  color: #fff;
  padding: 30px;
  line-height: 1.75;
}
.nomucom_box h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 3px;
}
.nomucom_box p {
  text-align: justify;
}
.nomucom_image {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  flex-wrap: wrap;
  align-items: center;
}
.nomucom_img-left {
  max-width: 30%;
}
.nomucom_img-right {
  max-width: 70%;
}
.nomucom-pro_image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -40px;
}
.pro_logo {
  width: 20%;
}
.nomucom-pro_image p {
  width: 40%;
  margin-left: 30px;
  line-height: 1.5;
}
.pro_img {
  width: 30%;
}
.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 {
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
footer img {
  margin: 0 auto;
  width: 500px;
}

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

  .point1 {
    width: 88%;
    padding: 25px 0;
  }
  .point1 h2 {
    text-align: justify;
    font-size: 20px;
    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: 20px;
    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: 20px;
    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;
  }

  .sp-h2 {
    margin-top: 30px;
  }
  .nomucom_box {
    padding: 20px;
  }
  .nomucom_box h3 {
    font-size: 16px;
  }
  .nomucom_box p {
    font-size: 14px;
  }
  .nomucom_image {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
  .nomucom_img-left {
    width: 80%;
    max-width: 350px;
  }
  .nomucom_img-right {
    margin-top: 0px;
    width: 100%;
    max-width: 700px;
  }
  .nomucom-pro_image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }
  .pro_logo {
    margin-top: 20px;
    width: 70%;
    max-width: 250px;
  }
  .nomucom-pro_image p {
    margin-top: 20px;
    width: 100%;
    font-size: 13px;
    text-align: justify;
    margin-left: 0px;
    line-height: 1.5;
  }
  .pro_img {
    margin-top: 30px;
    width: 80%;
    max-width: 500px;
  }
  .contact {
    width: 88%;
    padding: 25px 0;
  }
  .contact h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .contact_box {
    display: block;
    margin-bottom: 10px;
  }
  .contact_box a {
    width: 100%;
    margin-bottom: 30px;
  }
  .map iframe {
    width: 100%;
    height: 400px;
  }
  footer {
    padding: 30px 0px 20px;
  }
  footer img {
    width: 280px;
  }
  .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 {
    margin-top: 40px;
  }
  .customerSatisfaction h3 {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .customerSatisfaction img {
    width: 100%;
  }
  .customerSatisfaction p {
    font-size: 8px;
  }
  .service {
    padding: 40px 0;
  }
  .service h3 {
    font-size: 21px;
    margin-bottom: 0px;
    width: 250px;
  }
  .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: 50px;
  }
  .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;
  }
  .digital {
    padding: 40px 0;
  }
  .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: 17px;
  }
  .service h2 {
    margin-bottom: 20px;
  }
  .wtView {
    flex-direction: column;
  }
  .wtViewBox {
    width: 100%;
  }
  .vrExample img {
    width: 100%;
  }
  .casestudy {
    width: 90%;
  }
  .casestudy h3 {
    font-size: 30px;
  }
  .casestudy li {
    margin-bottom: 15px;
  }
  .tenpo-link {
    margin-top: 25px;
  }
  .map img {
    width: 60%;
  }
}
