@charset "utf-8";
section,
body{
  background:transparent;
}
main{
  padding-top:90px;
}

header.pos_fix,
header{
  background-color: #fff;
  height:90px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
header > div h1 img{
  margin-top:14px;
}
header #side-box{
  top:20px;
}
header .button-contact{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:194px;
  height:50px;
  margin-left:24px;
  border: solid 1px #957b67;
  border-radius: 25px;
  box-sizing: border-box;
  text-indent: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
header .button-contact:hover{
  text-decoration: none;
  opacity:0.7;
}
header .button-contact::before{
  position:absolute;
  top:50%;
  left:30px;
  width:30px;
  height:23px;
  margin-top:-10px;
  background: url('/img/icon-baloon.svg') no-repeat  0 0 scroll;
  background-size: 100% auto;
  content:"";

}
header #btn-camera {
  margin-top: 2px;
}
header #btn-x {
  margin-top: 8px;
}



/* .service-page-mv */

.service-page-mv{
  overflow:hidden;
  width:auto;
  position:relative;
  /* padding-top:42px; */
  padding-top:117px;
  min-width:1240px;
}
.service-page-mv::before{
  position:absolute;
  top:0;
  left:50%;
  z-index: -2;
  width:1920px;
  height:100%;
  margin-left:-960px;
  background:url('/img/img-service-mv.webp') no-repeat center 0 scroll;
  background-size: 1920px auto;
  content:"";
}
.service-page-mv::after{
  position:absolute;
  bottom: 4px;
  left:50%;
  z-index: -1;
  width:1920px;
  height:100%;
  margin-left:-960px;
  background:url('/img/bg-service-mv.svg') no-repeat center bottom 0 scroll;
  background-size: 1920px 666px;
  content:"";

}
.service-page-mv.release-fixed::after{
  left:0%;
  width:100%;
  margin:0;
  background-size: 100% 666px;
}
.service-page-mv.release-fixed::before{
  left:0%;
  width:100%;
  margin:0;
  background-size: 100% auto;
}
.service-page-mv h1 {
  /* margin-bottom:338px; */
  margin-bottom:326px;
  padding-left:104px;
}
.service-page-mv h1 img{
  height:232px;
}
.service-page-mv h2{
  margin-bottom:34px;
  font-size: 2.6rem;
}
.service-page-mv p{
  line-height: 1.8;
  font-size: 1.6rem;
}
.service-page-mv .txt-message{
  margin-bottom: 55px;
  text-align: center;
}

.service-page-mv .mvfooter{
  display:flex;
  align-items:center;
  justify-content:center;
  max-width:1000000px;
  min-width:1120px;
  height:134px;
  background:#f8f8f8;
  border-top: solid 1px #957b67;
}
.service-page-mv .button{
  position:relative;
  display:flex;
  align-items:center;
  width:215px;
  height: 60px;
  padding: 0 30px;
  margin-right: 32px;
  border: solid 1px #957b67;
  box-sizing:border-box;
  border-radius: 30px;
  font-size: 1.6rem;
}
.service-page-mv .button:last-child{
  margin-right: 0;
}
.service-page-mv .button::after{
  position:absolute;
  top:50%;
  right:30px;
  width:10px;
  height:10px;
  margin-top: -8px;
  border-right: solid 1px #957b67;
  border-bottom: solid 1px #957b67;
  transform:rotate(45deg);  
  content: "";
}
.service-page-mv .button:hover{
  text-decoration:none;
  cursor:pointer;
  opacity:0.7;
}


/* .box-service-inner */
.box-service-inner{
  min-width:1240px;
}
.box-service-inner > div{
  padding: 104px 30px 110px;
  max-width:960px;
  margin: 0 auto;
}
.box-service-inner h3{
  margin-bottom:65px;
}
.box-service-inner h3 img{
  width:253px;
}
.box-service-inner li{
  position: relative;
  display:flex;
  align-items: flex-start;
  justify-content:space-between;
  height:440px;
  padding-top: 75px;
  padding-bottom: 76px;
  border-bottom: solid 2px #e0d7d0;
}
.box-service-inner li:first-child{
  height:auto;
  padding-top:0;
}
.box-service-inner li:last-child{
  border:none;
  padding-bottom:0;
}
.box-service-inner li figure{
  overflow:hidden;
  width: 450px;
  height: 288px;
  border-radius: 10px;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.box-service-inner li:last-child figure{
  width:397px;
  height:319px;
  border-radius: 0;
  box-shadow:none;
}
.box-service-inner li figure img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.box-service-inner h4{
  margin: 25px 0 35px;
  padding-left:8px;
  border-left:7px solid #957b67;
  line-height:1;
  letter-spacing: -0.04em;
  font-size: 2.3rem;
}
.box-service-inner p{
  font-size: 1.6rem;
}
.box-service-inner li  div{
  width:calc(100% - 510px);
}
.box-service-inner li:last-child  div{
  width:calc(100% - 480px);
}
.box-service-inner li:nth-child(2n) figure{
  position:absolute;
  right:0;
  top:65px;
}
.box-service-inner li a{
  position:relative;
  display: block;
  width:382px;
  height: 32px;
  margin: 35px auto 0;
  border:1px solid #957b67;
  border-radius: 16px;
  line-height: 30px;
  text-align:center;
  font-weight: 600;
}
.box-service-inner li a::after{
  position:absolute;
  top: 50%;
  right: 15px;
  display:inline-block;
  width:8px;
  height:8px;
  margin-top: -4px;
  border-right:1px solid #957b67;
  border-bottom:1px solid #957b67;
  transform:rotate(-45deg);
  content:"";
}
.box-service-inner li a:hover{
  text-decoration: none;
  opacity:0.7;
}

/* .box-stadio */
.box-stadio > div{
  width:1240px;
  padding: 95px 65px 112px;
  background-color: #f8f8f8;
  border-radius: 10px;
  text-align: center;
}
.box-stadio h3{
  margin-bottom:32px;
}
.box-stadio h3 img{
  width:510px;
}
.box-stadio h4{
  font-size:2.4rem;
}
.box-stadio h4 small{
  font-size:1.8rem;
}
.box-stadio p{
  font-size:1.6rem;
}
.box-stadio .lead{
  margin: 40px 0 50px;
  line-height: 2;
}
.box-stadio ul.img-container{
  display:flex;
  justify-content:center;
  margin-bottom:80px;
  padding-bottom:87px;
  border-bottom:solid 2px #e0d7d0;

}
.box-stadio .img-container li{
  width:475px;
}
.box-stadio .img-container li:first-child{
  margin-right:46px;
}
.box-stadio .box-setubi{
  margin-top:25px;
  margin-bottom:45px;
  text-align:center;
}
.box-stadio .box-setubi img{
  width:847px;
}
.box-stadio .list-disc{
  margin-bottom:80px;
  padding: 0 60px 80px;
  border-bottom:solid 2px #e0d7d0;
}
.box-stadio .list-disc li{
  position:relative;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align:left;
  font-size:1.4rem;
}
.box-stadio .list-disc li::before{
  position:absolute;
  top:0;
  left:0;
  color:#e0d7d0;
  content:"●"
}
.box-stadio .text-access{
  padding: 25px 0 0;
}
.box-stadio .box-access-info{
  display:flex;
  height:444px;
  margin-top:45px;
  background-color: #fff;
}
.box-stadio .box-access-info > div:first-child{
  padding:56px 76px;
  text-align:left;
}
.box-stadio  h5{
  margin-bottom:50px;
}
.box-stadio h5 img{
  width:330px;
}
.box-stadio .box-access-info ul.list-disc{
  margin:0;
  padding: 20px 0 30px;
  border: none;

}
.box-stadio .box-access-info > div:first-child a{
  position:relative;
  display: block;
  width:364px;
  height: 32px;
  border:1px solid #957b67;
  border-radius: 16px;
  line-height: 30px;
  font-size: 1.4rem;
  text-align:center;
  font-weight: 600;
}
.box-stadio .box-access-info > div:first-child a::after{
  position:absolute;
  top: 50%;
  right: 15px;
  display:inline-block;
  width:8px;
  height:8px;
  margin-top: -4px;
  border-right:1px solid #957b67;
  border-bottom:1px solid #957b67;
  transform:rotate(-45deg);
  content:"";
}
.box-stadio .box-access-info > div:first-child a:hover{
  text-decoration: none;
  opacity:0.7;
}
.box-stadio .box-access-info iframe{
  width:590px;
  height:444px;
}

/* .box-use-case */
.box-use-case > div{
  width:1240px;
  margin-bottom:122px;
  padding: 82px 65px 100px;
  background-color: #957b67;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color:#fff;
}
.box-use-case  .header{
  display:flex;
  margin-bottom: 65px;
}
.box-use-case h3{
  width:357px;
}
.box-use-case h3 img{
  width:298px;
}
.box-use-case  .header P{
  width: calc(100% - 357px);
  padding-top:20px;
  font-size: 1.6rem;
}
.box-use-case ul{
  display:flex;
}

.box-use-case ul li{
  width:calc((100% -76px) / 3);
  margin-right:36px;
  border-radius: 10px;
  background:#fff;
  color:#957b67;
}
.box-use-case ul li:last-child{
  margin:0;
}

.box-use-case ul li figure{
  overflow:hidden;
  width:100%;
  height:200px;
  margin-bottom: 20px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
.box-use-case ul li figure img{
  width:100%;
  height:auto;
}

.box-use-case ul li h4{
  padding: 0 25px;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.box-use-case ul li p{
  padding: 0 25px 30px;
  line-height:2;
  font-size: 1.6rem;
}

/* .box-about */
.box-about{
  background:url('/img/bg-service-about.svg') no-repeat 0 0 scroll;
  background-size:100% 100%;
}
.box-about > div{
  width:1240px;
  padding: 90px 0;

}
.box-about div h3{
  margin-bottom: 50px;
  text-align: center;
}
.box-about div h3 img{
  width:221px;
}
.box-about .box-exp{
  display:flex;
  align-items: flex-start;
  justify-content:center;
}
.box-about .box-exp figure{
  width:502px;
}
.box-about .box-exp figure img{
  width:100%;;
}
.box-about .box-exp > div{
  padding-top:19px;
  padding-left:34px;
}
.box-about .box-exp h4{
  margin-bottom:12px;
  font-size: 1.8rem;

}
.box-about .box-exp p{
  line-height:2;
  font-size: 1.6rem;
}
.box-about .box-exp a{
  position:relative;
  display: block;
  width:364px;
  height: 32px;
  margin-top:24px;
  border:1px solid #957b67;
  border-radius: 16px;
  line-height: 30px;
  font-size: 1.4rem;
  text-align:center;
  font-weight: 600;
}
.box-about .box-exp a::after{
  position:absolute;
  top: 50%;
  right: 15px;
  display:inline-block;
  width:8px;
  height:8px;
  margin-top: -4px;
  border-right:1px solid #957b67;
  border-bottom:1px solid #957b67;
  transform:rotate(-45deg);
  content:"";
}
.box-about .box-exp a:hover{
  text-decoration: none;
  opacity:0.7;
}


/* .box-contact */
.box-contact > div{
  padding: 72px 0;
  text-align: center;
}
.box-contact h3{
  margin-bottom:38px;
}
.box-contact h3 img{
  width:297px;
}
.box-contact p{
  font-size: 1.6rem;
}
.box-contact a{
  position:relative;
  display:flex;
  justify-content: center;
  align-items: center;
  width:331px;
  height:56px;
  margin: 50px auto 0;
  border:1px solid #957b67;
  border-radius:28px;
  text-indent: 20px;
  font-size: 1.4rem;
}
.box-contact a:hover{
  text-decoration: none;
  opacity:0.7;
}
.box-contact a::before{
  position:absolute;
  top:50%;
  left:30px;
  width:30px;
  height:23px;
  margin-top:-10px;
  background: url('/img/icon-baloon.svg') no-repeat  0 0 scroll;
  background-size: 100% auto;
  content:"";

}

.box-contact a::after{
  position:absolute;
  top:50%;
  right:30px;
  width:10px;
  height:10px;
  margin-top: -5px;
  border-right: solid 1px #957b67;
  border-bottom: solid 1px #957b67;
  transform:rotate(-45deg);  
  content: "";  

}

/* footer */
footer{
  padding-bottom:22px;
  background:#957b67;
  color:#fff;
  text-align: center;
}
footer > div{
  padding: 22px 0;
}
footer > div ul{
  display:flex;
  justify-content:center; 
}
footer > div li{
  margin-right: 22px;
}
footer > div li:last-child{
  margin-right: 0;
}
footer > div li a{
  color:#fff;
  font-size: 1.5rem;
}

footer > div li a::after{
  display:inline-block;
  width:13px;
  height:12px;
  margin-left:10px;
  background:url('/img/icon-service-pop.svg') no-repeat 0 0 scroll;
  background-size:100% auto;
  vertical-align:middle;
  content:"";
}
footer > div li a:hover{
  opacity:0.7;
}
footer > div li a:hover{
  text-decoration: none;
}
footer p{
  padding:0;
  line-height:1;
  font-size: 1rem;
}
