/* ①メニューボタンのスタイル */

* {
  padding: 0;
  margin: 0;
}

ul,li {
  list-style: none;
}
a.link{
  color:#f15122;
  border-bottom: 1px solid #f15122;
}


/*PC SP 共通*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}


@media screen and (max-width: 768px) {
.pc_disp{display: none;}
.sp_disp{display: block;}
}

@media screen and (min-width: 768px) {
  .pc_disp{display: block}
  .sp_disp{display: none;}
}
  

html,body{
  font-size: 62.5%; /* 10px */;
  width: 100%;
  visibility: visible;
}
  
html p{
  font-size: 1.5rem; 
  line-height: 2.2em;
  margin-bottom: 20px;
}
  
p{
  font-size: 1.6rem;
}
  
.inner{
  max-width: 1160px;
  margin: 0px auto;
  padding: 40px 0 40px 0px;
}
  
header#mainHead{
  max-width: 2000px;
  margin: 0 auto;
  height:84px;
}
  
header#mainHead p#logo{
  padding: 20px 0 0 20px;
  display: inline-block;
  width: 300px;
  position: absolute;
}
  
header#mainHead #subInfo{
  max-width: 800px;
  display: block;
  text-align: right;
  margin: 0 0 0 auto;
  font-size: 1.6rem;
}
  
header#mainHead #subInfo ul{
  padding: 0px 0 0;
  display: flex;
  justify-content: end;
}
  
header#mainHead #subInfo ul li{
  display:inline-flex;
  white-space: nowrap;
  align-items: flex-start;
}
  
header#mainHead #subInfo ul li#msg {
  visibility: visible;
  align-items: center;
  padding: 0 0px 0 0px;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 25px;
}

header#mainHead #subInfo ul li#msg img{
  width: auto;
  height: 30px;
}


header#mainHead #subInfo ul li#tel{
  padding: 10px 20px 0;
}
  
header#mainHead #subInfo ul li#contact a{
  display: block;
  padding: 20px 10px;
  background:#e33d87;
  transition: 0.5s;
}

header#mainHead #subInfo ul li a:hover{
  opacity: 0.8;
}

#mvArea{
  max-width: 2000px;
  margin: 0 auto;
  height: 344px;
  position: relative;
}
  
#mvArea h1{
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 70px auto 20px;
}
  
#mvArea h1 span{
  font-size: 1.6rem;
  color:#e33d87;
  display: block;
  padding: 16px;
}

#mvArea #mainVisual{
  background-size: 100% auto;
  position: absolute;
  z-index:-1;
  width: 100%;
  height: 100%;
  top:0;
}

#about #mvArea #mainVisual{
  background:url(/common/img/bg_about.jpg?01) top center no-repeat;
  background-size: 100% auto;
}
#maintenance #mvArea #mainVisual{
  background:url(/common/img/bg_maintenance.jpg?02) top center no-repeat;
  background-size: 100% auto;
}
#caribration #mvArea #mainVisual{
  background:url(/common/img/bg_caribration.jpg?02) top center no-repeat;
  background-size: 100% auto;
}
#construction #mvArea #mainVisual{
  background:url(/common/img/bg_construction.jpg?02) top center no-repeat;
  background-size: 100% auto;
}
#case #mvArea #mainVisual{
  background:url(/common/img/bg_case.jpg?02) top center no-repeat;
  background-size: 100% auto;
}
#company #mvArea #mainVisual{
  background:url(/common/img/bg_company.jpg?02) top center no-repeat;
  background-size: 100% auto;
}
#recruit #mvArea #mainVisual{
  background:url(/common/img/bg_recruit.jpg?02) top center no-repeat;
  background-size: 100% auto;
}
#contact #mvArea #mainVisual{
  background:url(/common/img/bg_contact.jpg?02) top center no-repeat;
  background-size: 100% auto;
}
#news #mvArea #mainVisual{
  background:url(/common/img/bg_news.jpg?02) top center no-repeat;
  background-size: 100% auto;
}
#privacy #mvArea #mainVisual{
  background:url(/common/img/bg_privacy.jpg?02) top center no-repeat;
  background-size: 100% auto;
}

#mvArea nav{
  width: 1116px;
  height: 72px;
  display: block;
  text-align: right;
  margin: 0 0 0 auto;
}
  
#mvArea nav ul{
  display: flex; 
}
    
#mvArea nav ul li{
  display: inline-flex;
  width: 100%;
}

#mvArea nav ul li.sp_disp{
  display: none;
}
  
#mvArea nav ul li:nth-child(1){
  display: inline-flex;
  flex-basis: 244px;
  height: 72px;
  background:url(/common/img/bg_nav.png?2022) top left;
}
  
#mvArea nav ul li a{
  font-size:15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 26px 0 0 0;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
}
  
#mvArea nav ul li a:after{
  content:"";
  position: absolute;
  border-right:1px solid rgba(255,255,255,0.22);
  left: 0px;
  width: 1px;
  height: 30px;
  top:20px;
}
  
#mvArea nav ul li:nth-child(1) a:after{
  display: none;
}
  
#mvArea nav ul li:nth-child(1) a{
  display: block;
  width: 243px;
  padding-left: 20px;
}
  
#mvArea nav ul li:nth-child(2) a{
  width: 221px;
  background:url(/common/img/bg_nav.png?2022) top right;
}

#mvArea nav ul li:nth-child(3) a{
  width: 191px;
  background:url(/common/img/bg_nav.png?2022) top right;
}

#mvArea nav ul li:nth-child(4) a{
  width: 118px;
  background:url(/common/img/bg_nav.png?2022) top right;
}
  
#mvArea nav ul li:nth-child(5) a{
  width: 118px;
  background:url(/common/img/bg_nav.png?2022) top right;
}
  
#mvArea nav ul li:nth-child(6) a{
  width: 110px;
  background:url(/common/img/bg_nav.png?2022) top right;
}
  
#mvArea nav ul li:nth-child(7) a{
  width: 115px;
  background:url(/common/img/bg_nav.png?2022) top right;
}
  
  
#mvArea nav ul li a:hover:after{
  display: none;
}
  
  
#mvArea nav ul li:nth-child(1) a:hover{
  background:url(/common/img/bg_nav.png?2022) bottom left;
}
  
  #mvArea nav ul li:nth-child(2) a:hover,
  #mvArea nav ul li:nth-child(3) a:hover,
  #mvArea nav ul li:nth-child(4) a:hover,
  #mvArea nav ul li:nth-child(5) a:hover,
  #mvArea nav ul li:nth-child(6) a:hover,
  #mvArea nav ul li:nth-child(7) a:hover,
  #mvArea nav ul li:nth-child(8) a:hover{
    background:url(/common/img/bg_nav.png?2022) bottom right;
  }

  #about #mvArea nav ul li:nth-child(1) a{
    background:url(/common/img/bg_nav.png?2022) bottom left;
  }
  #maintenance #mvArea nav ul li:nth-child(2) a{
    background:url(/common/img/bg_nav.png?2022) bottom right;
  }
  #caribration #mvArea nav ul li:nth-child(3) a{
    background:url(/common/img/bg_nav.png?2022) bottom right;
  }
  #construction #mvArea nav ul li:nth-child(4) a{
    background:url(/common/img/bg_nav.png?2022) bottom right;
  }
  #case #mvArea nav ul li:nth-child(5) a{
    background:url(/common/img/bg_nav.png?2022) bottom right;
  }
  #company #mvArea nav ul li:nth-child(6) a{
    background:url(/common/img/bg_nav.png?2022) bottom right;
  }
  #recruit #mvArea nav ul li:nth-child(7) a{
    background:url(/common/img/bg_nav.png?2022) bottom right;
  }

  
.flex{
  display: flex;
}

.flex.row-reverse{
  display: flex;
  flex-direction: row-reverse;
}
  
.flexBox{
  display:inline-flex;
  flex-direction: column;
  flex-basis: 50%;
}
  
.btn a{
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 1.7rem;
  background: #70389e;
  margin: 40px auto 10px;
  transition: 0.5s;
}
  
.btn a:hover{
  transform: translateX(10px);
}
   
#mainContents{
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 40px 0 0px;
}

#mainContents:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 660px 1000px 0;
  border-color: transparent #70389e transparent transparent;
  opacity: 0.1;
  left: 1340px;
  top: 0px;
  position: absolute;
  z-index: -1;
}


#mainContents #breadCrumb{
  max-width: 1140px;
  margin: 0 auto;
}

#mainContents #breadCrumb li,
#mainContents #breadCrumb li a{
  display: inline-block;
  font-size: 1.3rem;
  border-bottom:1px solid rgba(0,0,0,0) ;
  color: rgb(47, 54, 56);
}

  #mainContents #breadCrumb li a{
    position: relative;
    padding: 0 2px 0 2px;
    margin-right: 24px;
  }

  #mainContents #breadCrumb li:nth-child(1) a{
    color:#70389e;
    padding-left:0px;
  }

  #mainContents #breadCrumb li:nth-child(1) :before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(/common/img/icon_breadCrumb.png) no-repeat 0px 1px;
    display: inline-block;
    position: absolute;
    margin-left: -22px;
  }

  #mainContents #breadCrumb li a:hover{
    color:#70389e;
    border-bottom:1px solid #70389e;
  }
  
  #mainContents #breadCrumb li a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #70389e;
    border-right: solid 1px #70389e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -2px;
  }

  


  #contactArea{
    padding: 60px 0 100px;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
  }
  
  #contactArea:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 500px 0 0 350px;
      border-color: transparent transparent transparent #70389e;
      opacity: 0.1;
      left: 0;
      bottom: 0;
      position: absolute;
      z-index: -10;
  }
  
  #contactArea .box{
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    max-width: 1200px;
    border-top:6px solid #70389e;
    border-radius: 4px;
    padding: 60px 60px 40px;
    position: relative;
    z-index: 5;
    background: #fff;
  }
  
  #contactArea .msg{
    font-weight: bold;
    font-size: 1.7rem;
    margin: 30px auto 20px;
    text-align: center;
  }
  
  #contactArea .border{
    max-width: 80%;
    margin: 40px auto 40px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding: 30px 20px 30px;
  }
  
  #contactArea a{
    display: block;
    background:#e33d87;
    padding: 20px 10px 10px;
    text-align: center;
    border-radius: 4px;
    border-bottom: 6px solid #c6276e;
    transition: 0.5s;
  }
  #contactArea a:hover{
    opacity: 0.8;
  }
  
  #contactArea .border{
    justify-content: space-around;
  }
  
  #contactArea .border li{
    flex-basis: 40%;
  }
  
  footer{
    background: #483a56;
    padding:20px 20px 10px;
  }
  
  footer #footLogo{
    position: absolute;
    left: 0;
    transition-duration: 0.5s;
  }
  footer #footLogo:hover{
    opacity: 0.9;
  }
  
  footer .inner{
    max-width: 1200px;
    margin: 0 auto;
    position:relative;
  }
  
  
  footer .flex{
    padding: 0 0 0 380px;
  }
  
  
  footer .inner ul{
    flex-direction: column;
    flex-basis: 100%;
    margin-right: 10px;
  }
  
  footer .inner ul li.ttl{
    margin-bottom: 10px;
    background: url(/common/img/footer_arrow.png) no-repeat 0 3px;
  }
  
  footer .inner ul li a{
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block;
    font-size: 1.4rem;
    padding:0 0px 10px 20px;
    transition: 0.5s;
  }
  
  footer .inner ul > li > ul > li a{
    margin-bottom: 10px;
    background: url(/common/img/footer_cat.png) no-repeat 0 3px;
    font-size: 1.2rem;
    margin: 0 0 0 16px;
  }
  
  footer .inner  small{
    font-size:1.3rem;
    margin: 40px 0 10px;
    color: #ffffff;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4em;
  }
  
  
  footer .inner ul li a:hover{
    opacity: 0.7;
  
  }
  

h2{
  font-size: 3.2rem;
  font-weight: bold;
  margin: 60px auto 20px;
  text-align: center;
  color: #70389e;
  letter-spacing: 0.05em;
}

h2 .en{
  font-size: 5rem;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 4px;
}


#aboutIntroArea{
  max-width: 2000px;
  margin: 0px auto;
  position: relative;
  padding: 0px 0 100px 0px;
}

.intro{
  max-width: 2000px;
  margin: 0px auto;
  position: relative;
}

.intro:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 330px 0 0 200px;
  border-color: transparent transparent transparent #70389e;
  opacity: 0.1;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index:-1;
}


#aboutIntroArea .flex{
  width: 100%;
  justify-content: space-between;
}

#aboutIntroArea .flexBox{
  flex-direction: column;
  flex-basis: 32%;
  border-top: 6px solid #70389e;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
  height: 620px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

#aboutIntroArea .flexBox .img{
  margin: 0;
}

#aboutIntroArea .flexBox .img img{
  width: 100%;
  height: auto;
}



#aboutIntroArea .flexBox:after{
content:"";
width: 100%;
height: 200px;
position: absolute;
left:0px;
bottom:0px;
background: linear-gradient(0deg, rgba(255,255,255,1) 39%, rgba(255,255,255,0) 100%);
}

#aboutIntroArea .txtArea{
  padding: 20px 40px 40px;
  position: relative;
  width: 100%;
  height: auto;
}

#aboutIntroArea .ttl{
  color: #70389e;
  text-align: center;
  margin: 30px 0 20px;
  font-size: 2rem;
  position: relative;
  font-weight: bold;
  line-height: 1.8em;
  z-index: 5;
}

#aboutIntroArea .ttl:after{
  content: "";
  position: absolute;
  width: 120px;
  height: 300px;
  background: url(/common/img/aboutIntro_number01.png) no-repeat top center;
  right: -40px;
  top: -20px;
  z-index: -1;
}

#aboutIntroArea .ttl.no1:after{
  background:  url(/common/img/aboutIntro_number01.png) no-repeat top center;
}
#aboutIntroArea .ttl.no2:after{
  background:  url(/common/img/aboutIntro_number02.png) no-repeat top center;
}
#aboutIntroArea .ttl.no3:after{
  background:  url(/common/img/aboutIntro_number03.png) no-repeat top center;
}

#aboutIntroArea .txtArea a{
  position: absolute;
  left: 45%;
  top: 310px;
  width: 50px;
  height: 50px;
  background: url(/common/img/arrow_below.png) no-repeat top center;
  z-index: 10;
}

#aboutIntroArea .txtArea a:hover{
  background:  url(/common/img/arrow_below_on.png) no-repeat top center;
}


.bgPurple{
  background:#f0ebf5;
}

h2.main,
h3.main{
  font-size: 3.2rem;
    color: #70389e;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 45px 10px 30px 10px;
    border-bottom: 1px solid #70389e;
    margin: 0 0 80px;
    position: relative;
}

h2.main:after,
h3.main:after{
  content: "";
    transform: rotate(45deg);
    width: 60px;
    border: 0;
    border-top: 1px solid #70389e;
    margin: 0;
    padding: 0;
    display: block;
    bottom: -22px;
    left: -10px;
    position: absolute;
}
#aboutArea h3{
  padding: 45px 10px 30px 160px;
  text-align: left;
}

#aboutArea h3:before{
  content:"";
  width: 80px;
  height: 80px;
  background:url(/common/img/about_number01.png) no-repeat top center;
  display: inline-block;
  position: absolute;
  top:0px;
  left: 20px;
}
#aboutArea h3#about01:before{
  background:url(/common/img/about_number01.png) no-repeat top center;
}

#aboutArea h3#about02:before{
  background:url(/common/img/about_number02.png) no-repeat top center;
}
#aboutArea h3#about03:before{
  background:url(/common/img/about_number03.png) no-repeat top center;
}

#aboutArea .inner{
  padding: 80px 0 100px;
}

#aboutArea .img{
  flex-basis: 45%;
  padding: 0 20px 0 0;
}
#aboutArea .txtArea{
  flex-basis: 55%;
  padding: 0 0px 0 40px;
}


#introArea{
  max-width: 1100px;
  margin: 120px auto 60px;
}

#introArea ul{
  padding: 40px 0 0;
}

#introArea ul li img{
  margin: 20px 0 20px 20px;
}

#introArea ul li a{
  flex-direction: column;
  text-align: center;
  color: #70389e;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition-duration: 0.5s;
}

#introArea ul li a p{
  font-size: 2rem;
  font-weight: bold;
  margin-left: -30px;
}

#introArea ul li a:hover{
  opacity: 0.7;
}



#serviceIntroArea ul{
  border-top:4px solid #70389e;
}

#serviceReqArea {
  padding: 40px 0;
}

#serviceIntroArea .txtArea{
  padding: 60px 0 40px;
}

#serviceReqArea .flex{
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

#serviceReqArea .flexBox {
  flex-direction: column;
  flex-basis: 49%;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

#serviceReqArea .flexBox .company{
  padding: 30px;
  background: #fff;
  height: 230px;
}

#serviceReqArea .flexBox .img{
  position: absolute;
  top:34px;
  left: 30px;
}

#serviceReqArea .flexBox .txtArea{
  padding:0 0 0 180px;
}

#serviceReqArea .flexBox .ttl{
  font-size:2rem;
  font-weight: bold;
  color:#70389e;
  margin-bottom: 10px;
  
}#serviceReqArea .flexBox p{
  font-size: 1.4rem;
  line-height: 2em;
}

#serviceReqArea .flexBox .solution{
  padding:0 0 0 180px ;
  background: #70389e;
  color: #fff;
  padding: 30px;
}

#serviceReqArea .flexBox .solution .ttl{
  color: #f9fcd1;
  padding: 0 0 0 22px;
  font-size: 1.4rem;
  position: relative;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#serviceReqArea .flexBox .solution .ttl:before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #f9fcd1;
  display: inline-block;
  left: 0px;
  top:3px;
  position: absolute;
}


#serviceSupArea .flex{
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

#caribration #serviceSupArea .flex{
  justify-content: flex-start;
}

#serviceSupArea .flexBox {
  flex-direction: column;
  flex-basis: 31.5%;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

#caribration #serviceSupArea .flexBox{
  margin: 0px 2% 30px 0;
}


#serviceSupArea .flexBox .img img{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#serviceSupArea .flexBox .txtArea {
  padding:20px 40px 20px 40px;
}

#serviceSupArea .flexBox .txtArea ul{
  margin-bottom: 20px;
}
#serviceSupArea .flexBox .txtArea ul.point li{
  color: #70389e;
  font-weight: bold;
  font-size: 1.5rem;
  background: url(/common/img/icon_check.png) no-repeat 0 3px;
  background-size: 15px auto;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}


#serviceSupArea .flexBox .ttl{
  font-size: 1.9rem;
  font-weight: bold;
  color: #70389e;
  margin-bottom: 10px;
  text-align: center;
}

#serviceSupArea.flexBox .txt{
  line-height: 1.8em;
}

#mainteToolArea h4,
#maintelicArea h4{
  border-left:8px solid #70389e;
  font-size:2.3rem;
  padding: 6px 10px 4px 30px;
  letter-spacing: 0.1em;
}

#mainteToolArea table,
#maintelicArea table{
  border: 2px solid #ddd;
  width: 100%;
  margin: 20px auto 60px;
  background: #ffffff;
}

#mainteToolArea th,
#mainteToolArea td,
#maintelicArea th,
#maintelicArea td{  
  font-size: 1.5rem;
  padding: 16px 20px 16px 20px;
  line-height: 1.7;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #ddd;
  width: 25%;
}

#mainteToolArea table.bg tr td:nth-of-type(1),
#mainteToolArea table.bg tr td:nth-of-type(3){
  text-align:center;
  width: 200px;
  background: #a4a2a7;
  font-weight: bold;
  color: #fff;
  font-family: Arial;
}


#caseNav{
  max-width: 600px;
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-between;
}

#caseNav li{
  flex-basis: 48%;
  display: inline-flex;
}

#caseNav li a{
  border: 2px solid #70389e;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #70389e;
  font-weight: bold; 
  padding: 20px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  position: relative;
}

#caseNav li.click a,
#caseNav li a:hover{
  background: #70389e;
  color: #fff;
} 

#caseNav li.click a:before,
#caseNav li a:hover:before{
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #70389e transparent transparent transparent;
  bottom:-14px;
  left: 50%;
  margin-left:-10px;
  position: absolute;
}


#caseUserArea .flex{
  justify-content: space-between;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

#caseUserArea .flexBox {
  flex-direction: column;
  flex-basis: 49%;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

#caseUserArea .flexBox .company .img img{
  width: 100%;
  height: auto;
}

#caseUserArea .flexBox .company {
  background: #fff;
  position: relative;
}

#caseUserArea .flexBox:before{
  content:"";
  width: 240px;
  height: 50px;
  position: absolute;
  background: url(/common/img/icon_case.png) no-repeat;
  background-size: 100% auto;
  top:0px;
  z-index: 5;
}

#caseUserArea .flexBox .company .txtArea{
  padding: 20px 30px;
}

#caseUserArea .flexBox .company .txtArea02{
  padding: 40px 30px 20px;
  min-height: 210px;
}



#caseUserArea .flexBox .company .ttl,
#caseUserArea .flexBox .company .ttl02{
  font-size:2.2rem;
  font-weight: bold;
  margin-bottom: 0px;
  position: relative;
}

#caseUserArea .flexBox .company .ttl span{
  font-size:1.6rem;
  padding: 0 0 0 20px;
}

#caseUserArea .flexBox .company .ttl02 span{
  position: absolute;
  top:-24px;
  font-size: 1.6rem;
  left: 0px;
}


#caseUserArea .flexBox .company .txt,
#caseUserArea .flexBox .company .txt02{
  color: #70389e;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8em;
}

#caseUserArea .flexBox .company .txt02{
  color: #70389e;
  background: #f5f5f5;
  padding: 20px 20px 20px;
  border-radius: 4px;
  margin-bottom: 0px;
  height: 94px;
}

#caseUserArea .flexBox .solution,
#caseUserArea .flexBox .solution02 {
  background: #f0ebf5;
  padding: 30px 30px 30px;
  height: 200px;
}
#caseUserArea .flexBox .solution02{
  background: #fff;
  padding: 10px 30px 30px;
}

#caseUserArea .flexBox .solution .ttl,
#caseUserArea .flexBox .solution02 .ttl {
  color: #e33d87;
  padding: 0 0 0 22px;
  font-size: 1.4rem;
  position: relative;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: bold;
}

#caseUserArea .flexBox .solution .ttl:before,
#caseUserArea .flexBox .solution02 .ttl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #e33d87;
  display: inline-block;
  left: 0px;
  top: 3px;
  position: absolute;
}


#companyphilArea #msgBox{
  width: 100%;
  background: url(/common/img/bg_company02.jpg) no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 30px;
  margin-bottom: 40px;
}

#companyphilArea #msgBox p{
  font-size:2.2rem;
  line-height: 1.8em;
}

#companyphilArea #msgBox02 p{
  font-weight: bold;
  text-align: center;
  padding: 60px 0 40px;
  font-size:2.2rem;
  line-height: 1.8em;
}

#companyphilArea ul li{
  border-bottom:1px dotted #a4a2a7;
  padding: 20px 0px 20px 10px;
  width: 1100px;
  position: relative;
  font-weight: bold;
  font-size:1.6rem;
}

#companyphilArea ul li img,
#companyphilArea ul li p{
  display: inline-block;
}

#companyphilArea ul li img{
  position: absolute;
  top:10px;
  left: 0px;
}

#companyphilArea ul li p{
  margin: 0px 0 0 370px;
  font-size: 1.6rem;
}
#companyphilArea ul li p:before {
  content: "";
  background: url(/common/img/company_dots.jpg) no-repeat center center;
  display: inline-block;
  width: 100px;
  height: 30px;
  position: absolute;
  left: 270px;
}


#companyphilArea ul li p span{
  color: #70389e;
  padding: 0 4px;
  font-size: 1.8rem;
}

#companyphil02Area{
  padding: 10px 0 40px;
}

#companyphil02Area .philBox{
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
  border-radius: 4px;
  border-top:solid 4px #70389e;
  padding: 30px 60px 20px;
  margin:0 20px 30px;
}

#companyphil02Area .philBox .ttl{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #70389e;
}

#companyphil02Area .philBox .txt{
  font-size: 1.7rem;
  line-height: 1.8em;
}



#companyinfoArea table {
  width: 100%;
  margin: 20px auto 60px;
  background: #ffffff;
}

#companyinfoArea  th,
#companyinfoArea  td{
  font-size: 1.5rem;
  padding: 16px 20px 16px 20px;
  line-height: 1.7;
  border-bottom:1px dotted #a4a2a7;
  border-right:1px dotted #a4a2a7;
  width: 80%;
  
}

#companyinfoArea tr:first-of-type td{
  border-top:1px dotted #a4a2a7;
}

#companyinfoArea tr td:nth-of-type(1){
  width: 20%;
  font-weight: bold;
  color: #70389e;
  letter-spacing: 0.1em;
  padding-left: 30px;
}
#companyinfoArea tr td:nth-of-type(2){
  border-right:none;
}


#companyaccessArea{
  padding: 10px 0 60px;
}

#companyaccessArea #map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#companyaccessArea #map{ 
  position: relative; 
  min-height: 320px;
}

#companyaccessArea .txtArea{
  margin: 30px 0 20px;
}
#companyaccessArea .txtArea .ttl{
  font-size: 2rem;
  margin-bottom: 10px;
}

#companyaccessArea .txtArea ul li{
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#companyaccessArea .txtArea ul li span{
  color: #70389e;
}


#recruitMsgArea{
  padding: 10px 0 20px;
}

#recruitMsgArea .txtArea,
#recruitInfoArea .txtArea{
  padding: 10px 20px;
}


#recruitInfoArea {
  padding: 10px 0 40px;
}

#recruitInfoArea ul li {
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
  border-radius: 4px;
  padding: 30px 40px 30px;
  margin: 0 20px 30px;
}

#recruitInfoArea ul li p{
  display: inline-block;
  margin-bottom: 0px;
}

#recruitInfoArea ul li .jobname{
  font-weight: bold;
  font-size: 1.8rem;
  padding-right: 40px;
}


#recruitInfoArea ul li .btnRecurit{
  float: right;
  margin-top: -10px;
}

#recruitInfoArea ul li .btnRecurit a{
  padding: 10px 30px;
  display: block;
  border-radius: 4px;
  width: 100%;
  height: auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #70389e;
}

#recruitInfoArea ul li .btnRecurit a:hover{
  background: #c6276e;
}


#recruitDetailArea table{
  border: 2px solid #ddd;
  width: 100%;
  margin: 20px auto 40px;
  background: #ffffff;
}

#recruitDetailArea tr td:nth-of-type(1) {
  width: 20%;
  font-weight: bold;
  color: #70389e;
  letter-spacing: 0.1em;
  padding-left: 30px;
}

#recruitDetailArea table td{
  font-size: 1.5rem;
  padding: 16px 20px 16px 20px;
  line-height: 1.7;
  border-bottom: 1px dotted #a4a2a7;
  border-right: 1px dotted #a4a2a7;
  width: 80%;
}
#recruitDetailArea table td span{
  font-weight: bold;
  font-size: 1.6rem;
}

#recruitDetailArea table tr:first-of-type td {
  border-bottom: none;
  background: #70389e;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  padding-top:20px;
  padding-bottom:20px;
}

#recruitDetailArea table tr:nth-last-of-type(1) td {
  border-bottom: none;
}





/* お問い合わせ */


.contact {
  max-width: 1000px;
  margin:0px auto 20px;
}

.contact .head {
  margin: 0 auto;
  text-align: center;
}
.contact .head .txt {
  display: inline-block;
  text-align: right;
  color: #70389e;
  font-size: 26px;
}
.contact .head .txt span{
  color: #030f1d;
  font-size: 13px;
}
.contact .head .txt span em{
  color: #70389e;
}

.contact .privacy {
  margin: 10px auto 60px;
}
.contact .privacy .title{
  margin-bottom: 10px;
}

.contact .privacy .text{
  font-size: 1.3rem;
}

.contact .privacy a{
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
  border-bottom:1px solid #70389e;
  font-weight: bold;
}

.contact .privacy a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #70389e;
  display: inline-block;
  left: 0px;
  top: 8px;
  position: absolute;
}


.contact .privacy .text a:hover {
  text-decoration: none;
}

.contact_description span,
.contact_block-ttl span
{
  color: #70389e;
}
.contact .contact_block {
  font-size: 1.6rem;
  font-weight: 500;
}

.contact.confirm .contact_block{
  border-bottom: 1px dotted #a4a2a7;
}

.contact.confirm #errorMsg{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #e33d87;
  margin-bottom: 20px;
  border: 1px solid #e33d87;
  padding: 10px;
}

.contact.confirm .errorBox{
  background:#e33d87;
  padding: 6px;
  color: #fff;
  margin: 0;
}


.contact.confirm .contact_block-ttl{
  font-size: 1.6rem;
  font-weight: 500;
  width: 160px;
  color:#70389e;
  display: inline-block;
  padding: 10px;
}

.contact .full_name.flex{
  justify-content: space-between;
}

.contact_block.w50 {
  display: inline-flex;
  flex-direction: column;
  flex-basis: 48%;
}

.contact.confirm .contact_block.w50{
  display: inline-block;
  width: 49%;
}


.contact_block.w50 .contact_block-ttl{
 width: 2rem;
}

.contact.confirm .contact_block.w50 .contact_block-ttl{
  width: 160px;
}


.contact.thanks .txtArea p{
  text-align: center;
  font-size:1.8rem;
}

.contact.thanks .txtArea .ttl{
  font-size:2.2rem;
  color: #70389e;
  font-weight: bold;
  text-align: center;
}


.contact_block-ttl {
  padding: 0 0 0 0;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1.6rem;
  display: inline-block;
}

.required,
.required2,
.select_wrap{
  position: relative;
}

.required:after {
  content:"";
  background: url(/common/img/icon_contact01.png) no-repeat top left;
  width: 60px;
  height: 20px;
  display: block;
  position: absolute;
  right: -70px;
  top:5px;
}

.contact.confirm .required:after,
.contact.confirm .required2:after,
.contact.confirm .select_wrap:before{
  display: none;
}


.required2:after {
  content:"";
  background: url(/common/img/icon_contact02.png) no-repeat top left;
  width: 60px;
  height: 20px;
  display: block;
  position: absolute;
  right: -70px;
  top:5px;
}
.contact_block-txt {
  vertical-align: middle;
  padding: 15px 0 0;
  line-height: 1.5;
  border-bottom: none;
}

.contact.confirm .contact_block-txt{
  width: 80%;
  display: inline-block;
  padding: 10px;
}

.contact.confirm .contact_block.w50 .contact_block-txt{
  width: 60%;
  display: inline-block;
  padding: 10px;
}



input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
}

select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: #fdfdfd;
  border: 1px solid #e5e5e5 !important;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  color: #444;
}

input[type=text] {
  border: 1px solid #e5e5e5 !important;
  padding: 10px;
  background-color: #fdfdfd;
  width: 100%;
  margin-bottom: 20px;
}

.select_wrap:before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}


.btnSubmit a{
  display: block;
  background: #70389e !important;
  padding: 20px 80px;
  margin: 60px auto 60px;
  width: 400px !important;
  text-align: center;
  color: #fff !important;
  background: none;
  font-size: 2rem;
  border: none;
}

.btnModify a{
  display: block;
  background: #fff !important;
  padding: 20px 80px;
  margin: -30px auto 60px;
  width: 400px !important;
  text-align: center;
  color: #70389e !important;
  background: none;
  font-size: 2rem;
  border: 1px solid #70389e;
}

.contact .btn:hover{
  opacity: 0.8;
}


#newsListArea{
  padding: 20px 0 220px;
}


#newsListArea ul li a{
  border-bottom: 1px dotted #a4a2a7;
  display: block;
  padding: 20px 0px 20px 30px;
  width: 1100px;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  transition-duration: 0.5s;
  position: relative;
  margin: 0 auto;
}

#newsListArea ul li p.ttl{
  color: #444;
}


#newsListArea ul li a:after{
  background: url(/common/img/icon_news.png) no-repeat 0 0;
  content:"";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 20px;
  top: 27px;
}

#newsListArea ul li a:hover{
  transform: translateX(10px);
  background: #f0ebf5;
  color: #70389e;
}

#newsListArea ul li a p{
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 0;
}

#newsListArea ul li a p.date{
  width: 200px;
  font-size: 1.6rem;
}

#newsDetailArea{
  padding: 60px 0 220px;
}


#newsDetailArea .flex{
  max-width: 1100px;
  margin: 0 auto 60px;
}


#newsDetailArea .flex{
  max-width: 1100px;
  margin: 0 auto 60px;
  justify-content: space-between;
}

#newsDetailArea .imgArea{
  flex-basis: 40%;
}

#newsDetailArea .imgArea img{
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
}


#newsDetailArea .txtArea{
  flex-basis: 50%;
}

#newsDetailArea .txtArea p{
  font-size: 1.6rem;
}

#newsDetailArea .txtArea p.date{
  color: #70389e;
  font-weight: bold;
  margin-bottom: 10px;
}

#newsDetailArea .txtArea h2{
  font-weight: bold;
  margin:10px 0 10px 0;
  font-size: 2.2rem;
  text-align: left;
}

#privacyArea{
  padding: 20px 0 60px;
}

#privacyArea h3{
  color:#70389e;
  position: relative;
  padding: 10px 10px;
  font-size: 2.2rem;
  text-align: left;
  border-bottom: 1px dotted #a4a2a7;
  letter-spacing: 0.1em;
  margin: 40px 0 20px;
  width: 100%;
}

#privacyArea ul li {
  font-size: 1.5rem;
  line-height: 1.7;
  text-indent: -1.2rem;
  padding-left: 1rem;
}

.privacyBox {
  max-width: 1000px;
  margin:0px auto 20px;
}














@media screen and (max-width: 768px){

  #mvArea nav{
    width: 100%;
    position: absolute;
    top:0px;
    overflow: hidden;
    height: auto;
    z-index: 10;
    display: none;
  }

  #mvArea nav ul{
    display: block;
  }

  #mvArea nav ul li,
  #mvArea nav ul li:nth-child(1) a,
  #mvArea nav ul li:nth-child(2) a,
  #mvArea nav ul li:nth-child(3) a,
  #mvArea nav ul li:nth-child(4) a,
  #mvArea nav ul li:nth-child(5) a,
  #mvArea nav ul li:nth-child(6) a,
  #mvArea nav ul li:nth-child(7) a,
  #mvArea nav ul li:nth-child(8) a{
    width: 100%;
    text-align: center;
    position:relative;
    height: 70px !important;
    line-height: 70px !important;
    padding: 0;
    display: block;
    background: #70389e !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  #mvArea nav ul li:nth-child(8) a{
    background:#c6276e !important;
  }

  #mvArea nav ul li a:hover{
    background: #c6276e !important;
  }
  #mvArea nav ul li a:after{
    border: none;
  }
  #mvArea nav ul li.sp_disp{
    display: block;
  }

  .pc_disp {
    display: none !important;
  }

  .header_sp_nav{
    width: 30px;
    height: 26px;
    position: absolute;
    top: 16px;
    right: 20px;
    margin:auto;
    cursor: pointer;
}

.header_sp_nav:before{
    display: block;
    content:"";
    background: url(/common/img/icon_sp_btn_3line_black.png?2022-01) no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    font-weight: 900;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2rem;

}

.header_sp_nav.active:before {
  content:"";
  background: url(/common/img/icon_sp_btn_close_white.png?2022-01) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
}



#mainContents{
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 0px;
}


#mainContents img{
  max-width: 100%;
  height: auto;
}

header#mainHead {
    height: 90px;
    z-index: 11;
    position: relative;
    background: #fff;
    width: 100%;
    position: fixed;
    top:0;
    overflow: hidden;
}

header#mainHead p#logo{
  padding: 13px 0 0 18px;
  display: inline-block;
  width: 260px;
  position: absolute;
}

header#mainHead p#logo img{
  width: 100%;
  height: auto;
}

header#mainHead p#logo img.sp_disp{
  width: 160px;
  height: auto;
  margin: -3px 0 0 20px;
}




#mvArea{
  margin-top: 90px;
  height: auto;
  width: 100%;
  height: 200px;
}

#mvArea h1 {
  font-size: 2.2rem;
  padding: 70px 0 20px;
}

#mvArea h1 span {
  font-size: 1.4rem;
}


#about #mvArea #mainVisual{
  background:url(/common/img/bg_about.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#maintenance #mvArea #mainVisual{
  background:url(/common/img/bg_maintenance.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#caribration #mvArea #mainVisual{
  background:url(/common/img/bg_caribration.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#construction #mvArea #mainVisual{
  background:url(/common/img/bg_construction.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#case #mvArea #mainVisual{
  background:url(/common/img/bg_case.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#company #mvArea #mainVisual{
  background:url(/common/img/bg_company.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#recruit #mvArea #mainVisual{
  background:url(/common/img/bg_recruit.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#contact #mvArea #mainVisual{
  background:url(/common/img/bg_contact.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#news #mvArea #mainVisual{
  background:url(/common/img/bg_news.jpg?01) top center no-repeat;
  background-size: 200% auto;
}
#privacy #mvArea #mainVisual{
  background:url(/common/img/bg_privacy.jpg?01) top center no-repeat;
  background-size: 200% auto;
}

#mvArea:after,
#mvArea:before,
#mainContents #breadCrumb{
  display: none;
}

.inner {
  padding: 20px 20px 0 20px;
} 

h2 {
  font-size: 2rem;
  margin: 20px auto 20px;
  letter-spacing: 0.05em;
}
  
h2 .en {
  font-size: 3rem;
  padding: 0 2px;
}


#aboutIntroArea{
  padding: 0px 0 40px 0px;
}


#aboutIntroArea .flex{
  display: block;
}


#aboutIntroArea .flex{
  display: block;
}

#aboutIntroArea .flexBox {
  height: auto;
  display: block;
  margin-bottom: 20px;
  min-height: 100px;
}

#aboutIntroArea .flexBox:after{
  display: none;
}

#aboutIntroArea .txtArea .txt{
  display: none;
}

#aboutIntroArea .txtArea{
  padding: 10px 10px 0 110px;
}
#aboutIntroArea .txtArea a,
#aboutIntroArea .txtArea a:hover{
  background: none;
}


#aboutIntroArea .ttl {
  margin: 10px 0 10px;
  font-size: 1.6rem;
  line-height: 1.4em;
  text-align: left;
  z-index: 5;
  position: relative;
}

#aboutIntroArea .img{
  width: 80px;
  height: 80px;
  position: absolute;
  top:10px;
  left: 10px;
  overflow: hidden;
}

#aboutIntroArea .img img{
  height: auto;
  max-width: 160% !important;
  width: 160% !important;
}

#aboutIntroArea .ttl:after{
  content: "";
  position: absolute;
  width: 120px;
  height: 70px;
  background: url(/common/img/aboutIntro_number01.png) no-repeat top center;
  background-size:auto 100%;
  right:-30px;
  top: -10px;
  z-index: -1;
}

#aboutIntroArea .ttl.no1:after{
  background:  url(/common/img/aboutIntro_number01.png) no-repeat top center;
  background-size:auto 100%;
}
#aboutIntroArea .ttl.no2:after{
  background:  url(/common/img/aboutIntro_number02.png) no-repeat top center;
  background-size:auto 100%;
}
#aboutIntroArea .ttl.no3:after{
  background:  url(/common/img/aboutIntro_number03.png) no-repeat top center;
  background-size:auto 100%;
}

#aboutIntroArea .txtArea a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: none;
  z-index: 100;
  display: block;
}

#aboutArea h3:before {
  content: "";
  width: 50px;
  height: 80px;
  background: url(/common/img/about_number01.png) no-repeat top center;
  top: 0px;
  left: 20px;
}

#aboutArea h3{
  padding: 25px 10px 20px 100px;
  text-align: left;
}

#aboutArea h3#about01:before {
  background: url(/common/img/about_number01.png) no-repeat top center;
  background-size: 100% auto;
}
#aboutArea h3#about02:before {
  background: url(/common/img/about_number02.png) no-repeat top center;
  background-size: 100% auto;
}
#aboutArea h3#about03:before {
  background: url(/common/img/about_number03.png) no-repeat top center;
  background-size: 100% auto;
}

h2.main,
h3.main{
  font-size: 2.2rem;
  padding: 10px 0px 20px 0px;
  margin: 0 0 40px;
  text-align: center;
}

h2.main:after,
h3.main:after{
  content: "";
    transform: rotate(45deg);
    width: 50px;
    border: 0;
    border-top: 1px solid #70389e;
    margin: 0;
    padding: 0;
    display: block;
    bottom: -18px;
    left: -9px;
    position: absolute;
}


#aboutArea .inner {
  padding: 40px 10px 60px;
}

#aboutArea .flex{
  display: block;
  text-align: center;
}

#aboutArea .flexBox{
  margin: 0 auto;
  display: block;
}

#aboutArea .img {
  padding: 0px 10px 20px;
}

#aboutArea .img img{
  width: 100%;
  height: auto;
}

#aboutArea .txtArea {
  padding: 10px 10px 0 10px;
}

#introArea ul{
  padding: 40px 20px 0;
  display: block;
}

#introArea ul li.flexBox{
  display: block;
  position: relative;
  width: 100%;
  min-height: 80px;
  margin: 0 0 20px 0;
  border: 2px solid #f0ebf5;
  border-bottom:4px solid #f0ebf5;
  border-radius: 6px;
}

#introArea ul li img {
  margin: 0px 0 20px 0px;
  position: absolute;
  top:-10px;
  left: 10px;
  width: 100px;
  height: auto;
}

#introArea ul li a p {
  font-size: 1.7rem;
  text-align: center;
  margin-left: -10px;
  padding: 20px 10px 0 80px;
}


#introArea {
  max-width: 1100px;
  margin: 60px auto 40px;
}
    



#contactArea {
    padding: 20px 0 60px;
}
#contactArea .box {
    padding: 40px 30px 20px;
}
#contactArea .box .ttl {

  width: 260px;
  margin: 0 auto;
}

#contactArea .box .ttl img{
  width: 90%;
  margin: 0 0 0 -20px;
}

#contactArea .msg {
  font-size: 1.6rem;
  margin: 30px auto 20px;
  text-align: left;
}

#contactArea .border {
  display: block;
  max-width: 80%;
  margin: 40px auto 40px;
  padding: 30px 20px 30px;
}
#contactArea .border li:nth-child(1) {
    margin-bottom: 20px;
}

.contact.confirm .contact_block-txt{
  width: 100%;
}

.contact.confirm #errorMsg {
  font-size: 1.7rem;
  text-align: left;
}

.contact.thanks .txtArea p{
  text-align: left;
  font-size:1.6rem;
}

.contact.thanks .txtArea .ttl{
  font-size:1.8rem;
  color: #70389e;
  font-weight: bold;
  text-align: center;
}


.btn a {
  display: block;
  padding: 20px 40px;
  font-size: 1.6rem;
  margin: 40px auto 10px;
  width: 220px;
  text-align: center;
}

footer .flex{
  display: block;
  padding: 10px 0 0 0px;
}

    footer .flex .flexBox{
      display: block;
    }

    footer .inner ul li ul{
      display: none;
    }
    footer .inner ul li.ttl {
      margin-bottom: 10px;
      background: url(/common/img/footer_arrow.png) no-repeat 0 3px;
  }


  footer #footLogo{
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  

.fix{
  top:0px !important;
  position: fixed !important;
}


.navFix{
  top:90px !important;
  position: fixed !important;
}


#serviceIntroArea ul{
  border-top:4px solid #70389e;
  display: block;
}

#serviceIntroArea ul li:nth-child(2){
  display: none;
}

#serviceIntroArea .txtArea {
  padding: 30px 0 40px;
}


.intro:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 0 0 110px;
  border-color: transparent transparent transparent #70389e;
  opacity: 0.1;
  left: 0;
  bottom: 0;
  position: absolute;
}

#serviceReqArea .flex{
  display: block;
}

#serviceReqArea .flexBox .img {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 100px;
}
#serviceReqArea .flexBox .txtArea {
  padding: 0 0 0 0px;
}

#serviceReqArea .flexBox .company .ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  height: 110px;
  padding: 0 0 0 120px;
}

#serviceReqArea .flexBox .company {
  padding: 30px 20px 0px 20px;
  background: #fff;
  height: auto;
}

#serviceReqArea .flexBox .solution {
  padding: 0 0 0 180px;
  padding: 20px 20px 0 20px;
  min-height: auto;
}

#serviceSupArea{
  padding: 0 0 20px;
}

#serviceSupArea .flex {
  display: block;
}

#serviceSupArea .flexBox .txtArea {
  padding: 0px 20px 10px 20px;
}

#serviceSupArea .flexBox .ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}


.scroll {
  overflow: auto;
}
#mainteToolArea{
  padding: 0px 0 20px;
}

#mainteToolArea h4, #maintelicArea h4 {
  border-left: 6px solid #70389e;
  font-size: 2rem;
  padding: 6px 10px 4px 20px;
  margin: 20px 0 0;
}

#mainteToolArea table,
#maintelicArea table{
  width: 800px;
  margin: 20px auto 0px;
}

#mainteToolArea table.bg tr td:nth-of-type(1), #mainteToolArea table.bg tr td:nth-of-type(3) {
  text-align: left;
  width: 15%;
}
#mainteToolArea th, #mainteToolArea td, 
#maintelicArea th, #maintelicArea td {
  font-size: 1.4rem;
  padding: 10px 20px 10px 20px;
  line-height: 1.6;
}


#mainteToolArea .caution,
#maintelicArea .caution{
  font-size:1.3rem;
  margin:10px 0 40px 0;
}

#mainteToolArea .caution span,
#maintelicArea .caution span{
  color:#70389e;
}

#caseNav li a {
  font-size: 1.6rem;
  padding: 10px 10px;
}

#caseNav {
  margin: 0px auto 10px;
}

#caseUserArea .flex {
  display: block;
}

#caseUserArea .flexBox .company .ttl span {
  padding: 0 0 0 0px;
  display: block;
}

#caseUserArea .flexBox .company .ttl, #caseUserArea .flexBox .company .ttl02 {
  font-size: 2rem;
  margin-bottom: 0px;
  line-height: 1.7em;
}

#caseUserArea .flexBox .solution, #caseUserArea .flexBox .solution02 {
  padding: 10px 20px 0px;
  height: auto;
}
#caseUserArea .flexBox .company .txtArea {
  padding: 20px 20px;
}

#caseUserArea .flexBox .company .ttl02 span {
  position: relative;
  top:0px;
  display: block;
}

#caseUserArea .flexBox .company .txtArea02 {
  padding: 20px 20px 20px;
  min-height: auto;
}
#caseUserArea .flexBox .company .txt02{
  margin-top: 10px;
  height: auto;
}

#caseUserArea .flexBox:before {
  width: 200px;
  height: 50px;
  background: url(/common/img/icon_case.png) no-repeat;
  background-size: 100% auto;
}


#companyphilArea #msgBox {
  background: url(/common/img/bg_company02.jpg) no-repeat;
  background-size: auto 100%;
  text-align: center;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  border-radius:2px ;
}
#companyphilArea #msgBox p {
  font-size: 1.7rem;
  text-align: left;
}

#companyphilArea ul{
  width: 100%;
}

#companyphilArea ul li {
  padding: 10px 0px 10px 0px;
  width: 100%;
  line-height: 1.7em;
}
#companyphilArea ul li img {
  position: relative;
  top: 0;
  left: -24px;
  display: block;
  width: 180px;
  height: auto;
}

#companyphilArea ul li img.left00{
  left: -8px;
}

#companyphilArea ul li p:before {
  display: none;
}

#companyphilArea ul li p {
  margin: 10px 0 0 0px;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0;
}
#companyphilArea ul li p span {
  padding: 0 0px;
  font-size: 1.6rem;
}

#companyphilArea #msgBox02 p {
  text-align: left;
  padding: 40px 0 40px;
  font-size: 1.7rem;
  margin-bottom: 0px;
}

#companyphil02Area{
  padding: 20px 0 40px;
}

#companyphil02Area .philBox {
  padding: 30px 30px 10px;
  margin: 0 0px 30px;
}

#companyphil02Area .philBox .ttl {
  font-size: 1.8rem;
  line-height: 1.7em;
}

#companyphil02Area .philBox .txt {
  font-size: 1.5rem;
}

#companyinfoArea{
  padding: 20px 0 20px;
}

#companyinfoArea th, #companyinfoArea td {
  font-size: 1.4rem;
  padding: 10px 10px 10px 10px;
  width: 60%;
}
#companyinfoArea tr td:nth-of-type(1) {
  width: 40%;
  letter-spacing: 0em;
  padding-left: 10px;
}

#companyaccessArea{
  padding: 20px 0 40px;
}

#companyaccessArea .txtArea .ttl {
  font-size: 1.8rem;
}

#companyaccessArea .txtArea ul li {
  font-size: 1.4rem;
}


#recruitMsgArea .txtArea, #recruitInfoArea .txtArea {
  padding: 10px 0px;
}


#recruitInfoArea ul li p {
  display: block;
}

#recruitInfoArea ul li {
  padding: 30px 20px 30px;
  margin: 0 0px 30px;
}

#recruitInfoArea ul li .btnRecurit {
  float: none;
  margin: 20px auto 10px;
}



#recruitDetailArea table td {
  font-size: 1.4rem;
  padding: 10px 10px 10px 10px;
  line-height: 1.7;
  width: 70%;
}

#recruitDetailArea tr td:nth-of-type(1) {
  width: 30%;
  letter-spacing: 0em;
  padding-left: 10px;
}


#recruitDetailArea table tr:first-of-type td {
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

#recruitDetailArea table td span {
  font-size: 1.5rem;
}




.btnSubmit a{
  padding: 20px 20px;
  margin: 60px auto 60px;
  width: 300px !important;
  font-size: 1.8rem;
}

.btnModify a{
  padding: 20px 20px;
  margin: -30px auto 60px;
  width: 300px !important;
  font-size: 1.8rem;
}



#newsListArea {
  padding: 20px 0 120px;
}

#newsListArea ul li a {
  padding: 10px 0px 10px 10px;
  width: 100%;
  font-size: 1.5rem;
}

#newsListArea ul li a p {
  display: block;
  font-size: 1.5rem;
}


#newsDetailArea {
  padding: 20px 0 100px;
}

#newsDetailArea .flex {
  display: block;
  margin: 0 auto 60px;
}
#newsDetailArea .imgArea {
  margin-bottom: 40px;
}

#newsDetailArea .txtArea p.date {
  margin:20px 0 10px;
}


#newsDetailArea .txtArea h2{
  text-align: left;
}


#privacyArea {
  padding: 0px 0 80px;
}

#privacyArea h3{
  padding: 10px 0px;
  font-size: 2rem;
}


}




/**********************************************************************************/

/* スマホ閲覧時のハンバーガーメニュー */
 /*----------------------------------------------------------------------*/
/*Layout(common)
/*----------------------------------------------------------------------*/

@media screen and (max-width: 768px){

body{
  margin:0;
  padding:0;
}

.main_cover{
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: -1;  
    -webkit-transition: .3s;
    transition: .3s;
}
.main_cover.active{
    height:100%;
    visibility: visible;
    background: rgb(35 0 50 / 50%);
    z-index:10;
    top:0;
}


}

/**********************************************************************************/




  /* PC/SP 共通 アニメーションの指定 */

.Headline{
    animation-fill-mode: forwards;
    animation-name: SlideIn;
    animation-duration: 1s;
    /*animation-delay: 0.3s;*/
    opacity: 0;
    transform: translateY(-10px);
}

@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }}

.haikei{
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-delay: 1s;
  opacity: 0;
  transform: translateY(-10px);
}

@keyframes fadeIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(20px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }


/* 画面外にいる状態 */
.fadein,
.fadein02,
.fadein03,
.fadein04,
.fadeinQ-1,
.fadeinQ-2,
.fadeinQ-3,
.fadeinQ-4{
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1s;
}

/* 画面内に入った状態 */
.fadein.scrollin,
.fadein02.scrollin,
.fadein03.scrollin,
.fadein04.scrollin,
.fadeinQ-1.scrollin,
.fadeinQ-2.scrollin,
.fadeinQ-3.scrollin,
.fadeinQ-4.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

.fadeLeft {
  opacity : 0;
  transform : translate(100px, 0px);
  transition : all 1s;
}
  
/* 画面内に入った状態 */
.fadeLeft.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
  
  
.fadeRight {
  opacity : 0;
  transform : translate(-100px, 0px);
  transition : all 1.5s;
}
    
/* 画面内に入った状態 */
.fadeRight.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


.fadeRightBox {
  opacity : 0;
  right: 100px;
  transition : all 1.5s;
}

/* 画面内に入った状態 */
.fadeRightBox.scrollin {
  opacity : 1;
  right: 0px;
}


.fadeLeftBox {
  opacity : 0;
  left: 100px;
  transition : all 1.5s;
}

/* 画面内に入った状態 */
.fadeLeftBox.scrollin {
  opacity : 1;
  left: 0px;
}


/**********************************************************************************/

@media screen and (max-width: 1100px){
  header#mainHead #subInfo ul li#msg{
    display: none !important;
  }
}
