@charset "UTF-8";


/*==========================================================================
header
============================================================================*/


.header{
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: #FCF7EB;
  border-top: solid #DD6A37 10px;
  border-bottom: solid #DD6A37 10px;
  max-width: 1440px;
  z-index: 500;
}
.header__inner{
  width: 95%; 
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header__logo{
  width: 150px;
}
.header__list{
  display: flex;
  align-items: center;
}

.header__list li{
  margin-right: 30px;
  letter-spacing: 1px;
}

.header__list li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color:#126467;
  
}

.orange li a{
  color:#DD6A37;
}

.header__list li a:hover {
  color:#DD6A37;
}

.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 5%;
}

.header__sns li{
  margin-right: 24px;
}

.header__sns li:last-child{
  margin: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  position: relative;
  width: 32px;
  height: 30px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: none;
}
.header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #126467;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger span:first-of-type {
  top: 0;
}

.header__hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__hamburger span:last-of-type {
  bottom: 0;
}
.header__hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10.5px) rotate(-45deg);
          transform: translateY(10.5px) rotate(-45deg);
}
.header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
          transform: translateY(-15px) rotate(45deg);
}
.header__nav {
  width: 100%;
  height: auto;
  background-color: #FCF7EB;
  border-bottom: solid #DD6A37 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-animation: menu 0.3s ease-out;
          animation: menu 0.3s ease-out;
}

.header__nav li {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.header__nav li :last-child{
  width: 8%;
}

.header__nav li a{
  color: #126467;
}

.header__nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 1;
}

.mv{
  width: 100%;
  max-width: 1440px;
  height: 130vh;
  position: relative;
  overflow: hidden;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mv img{
  height: 130vh;
  object-fit: cover;
  object-position: center;
}

.mv-catch{
  position: absolute;
  bottom: 30%;
  right: 7%;
  transform: translateY(-50%);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}

.mv-catch h1{
  color: #D27045;
  text-shadow:1px 3px 6px #000000;
}

.catch-copy-sav{
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  font-size: 2.2vw;
  font-weight: 400;
  text-shadow:0px 0px 4px #000000;
}

.catch-copy-sav p{
  font-size: 20px;
  color:#ffffff;
}

.catch-phrase{
  color: #D27045;
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 6vw;
  margin-top: 2vh;
  line-height: 1;
  text-shadow:1px 3px 6px #000000;
}

.sumaho-btn{
  display: none;
  justify-content: center;
  width: 100%;
  height: 70px;
}

.sumaho-btn-text{
  line-height: 70px;
  width: 33.3%;
  background-color: #DD6A37;
  border-left: solid 1.5px #FCF7EB;
  text-align: center;
  font-size: 4.5vw;
  font-family: "verdana-pro", sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) ;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.sumaho-btn-text:hover{
  background-color: #126467;

}

.sumaho-btn-text:first-child{
  border-left: none;
}

.sumaho-btn-text a{
  color:#FCF7EB;
}

.text-container{
  opacity: 0;
  transition: .8s .1s ease;
}

.text-container.active{
  opacity: 1;
}

.side-box{
  position: relative;
  width: 18.5%;
  height: 100vh;
  background-color: #126467;
  line-height: normal;
}

.side-box ul li{
  width: 95%;
  background-color: #ffffff;
  margin: 0 auto;
  margin-bottom: 8px;
  height: 7vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-box ul li:first-child{
  margin-top: 8px;
}

.side-box ul li a{
  color: #126467;
}

.side-box-logo {
  position: absolute;
  top: 62vh;
}

.main{
  height: 100%;
}

.services-wrap{
  display: flex;
  position: relative;
}

.popular-posts{
  position: sticky;
  top: 90px;
}

.services-main{
  width: 81.5%;
}

.services-catch-wrap{
  position: relative;
  width: 100%;
  border-top: solid 15px #DD6A37;
  border-bottom: solid 15px #DD6A37;
}

.services-flex{
  display: flex;
}

.services-catch-back{
  width: 60%;
  background-color: #DD6A37;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-image{
  width:40%;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.services-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-catch-copy{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:5%;
  color: #ffffff;
  text-shadow:0 3px 6px #000000;
}

.q-wrap{
  position: relative;
  width: 90%;
  height: 415px;
  margin: 0 auto;
  border: solid 15px #DD6A37;
  margin-top: 150px;
}

.q-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 98%;
  height: 370px;
  margin: 0 auto;
  margin-top: 8px;
  border: solid 5px #DD6A37;
  background-color: #ffffff;
}

.q-image{
  position: absolute;
  width:650px;
  top: -15.5%;
  left: 35%;
}

.q-title{
  color: #126467;
  font-size: 45px;
  padding-left: 5%;
  padding-bottom: 2%;
  line-height: 1.4;
}

.q-container p{
  padding-left: 5%;
  padding-bottom: 2%;
  line-height: 1.4;
  font-size: 20px;
}

.better-company-wrap{
  margin-top: 150px;
  width: 100%;
  border-top: solid 15px #126467;
  border-bottom: solid 15px #126467;
}

.better-company-title{
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 5px #126467;
  border-bottom: solid 5px #126467;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 8%;
}

.better-company-title p{
  font-size: 2vw;
  font-weight: 600;
}

.better-company-image{
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.better-company-image img{
  width: 80%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.better-company-text{
  width: 100%;
  background-color: #DCD7CA;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 500;
}

.better-company-text p{
  width: 50%;
  color: #126467;
}

.better-company-text p:first-child{
  width: 52%;
}

.better-company-text p:nth-child(2){
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: solid 2px #126467;
}

.better-company-text p:nth-child(3){
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: solid 2px #126467;
}

.better-company-text p:last-child{
  padding-top: 45px;
}

.outsourcing{
  padding-top: 100px;
  padding-bottom: 100px;
  width: 90%;
  margin: 0 auto;
  color: #116265;
  text-align: center;
}

.kadai-wrap{
  position: relative;
  width: 90%;
  height: 500px;
  margin: 0 auto;
  border: solid 15px #DD6A37;
}

.kadai-image{
  overflow: hidden;
  width: 98%;
  height: 454px;
  margin: 0 auto;
  margin-top: 8px;
  border: solid 5px #DD6A37;
  object-position: left;
}

.kadai-image img{
  width: 100%;
  height: 454px;
  object-position: top;
  object-fit: cover;
}

.kadai-title{
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 60%;
  left: 13px;
  width: 55%;
  background-color: #116265;
  text-align: center;
  color:#ffffff;
  text-shadow: 0 3px 6px #000000;
}

.kadai1{
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px #ffffff;
  text-align: center;
  width: 42%;
  padding: 20px;
  border-radius: 50%;
  top: 5%;
  left: 50%;
}

.kadai1 p{
  font-size: 22px;
  font-family: "uddigikyokasho-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #565555;
}

.kadai2{
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px #ffffff;
  text-align: center;
  width: 20%;
  padding: 20px;
  border-radius: 50%;
  top: 23%;
  left: 77%;
}

.kadai2 p{
  font-size: 22px;
  font-family: "uddigikyokasho-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #565555;
}

.kadai3{
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px #ffffff;
  text-align: center;
  width: 35%;
  padding: 20px;
  border-radius: 50%;
  top: 25%;
  left: 41%;
}

.kadai3 p{
  font-size: 22px;
  font-family: "uddigikyokasho-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #565555;
}

.kadai4{
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px #ffffff;
  text-align: center;
  width: 35%;
  padding: 20px;
  border-radius: 50%;
  top: 44%;
  left: 55%;
}

.kadai4 p{
  font-size: 26px;
  font-family: "uddigikyokasho-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #565555;
}

.kadai5{
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px #ffffff;
  text-align: center;
  width: 25%;
  padding: 20px;
  border-radius: 50%;
  bottom: 21%;
  left: 70%;
}

.kadai5 p{
  font-size: 22px;
  font-family: "uddigikyokasho-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #565555;
}

.kadai6{
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px #ffffff;
  text-align: center;
  width: 40%;
  padding: 20px;
  border-radius: 50%;
  bottom: 6%;
  left: 40%;
}

.kadai6 p{
  font-size: 22px;
  font-family: "uddigikyokasho-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #565555;
}

.owl-services{
  width: 100%;
  height: 150px;
}

.catch-copy{
  width: 100%;
  background-color: #DD6A37;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.catch-copy h5{
  color: #ffffff;
  text-shadow:0 3px 6px #000000;
}

.total-support{
  position: absolute;
  color: #D27045;
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 4.5vw;
  line-height: 1;
  bottom: 20%;
  right: 10%;
  text-align: end;
}


.about-services-wrap{
  position: relative;
  min-height: 50vw;
}

.services-flow{
  position: absolute;
  top: 5%;
  left: 3%;
  width: 52%;
}

.flow-sekkei{
  position: absolute;
  width: 30%;
  top: 8%;
  right: 10%;
}

.hozen{
  position: absolute;
  font-size: 2vw;
  font-weight: 600;
  color: #ffffff;
  text-shadow:1px 3px 6px #000000;
  top: 14%;
  left: 19.5%;
}

.houkokusyo{
  position: absolute;
  font-size: 2vw;
  font-weight: 600;
  color: #ffffff;
  text-shadow:1px 3px 6px #000000;
  top: 52%;
  left: 10%;
}

.sekou{
  position: absolute;
  font-size: 2vw;
  font-weight: 600;
  color: #ffffff;
  text-shadow:1px 3px 6px #000000;
  top: 52%;
  left: 44%;
}

.plus{
  position: absolute;
  width: 10%;
  top:25%;
  left: 50%;
  
}

.sekkei-text1{
  position: absolute;
  font-size: 1.6vw;
  font-weight: 600;
  color: #ffffff;
  text-shadow:1px 3px 6px #000000;
  width: 25%;
  top: 12%;
  right: 12.5%;
  background-color: rgba(18, 100, 103, 0.4);
  padding: 15px;
}

.sekkei-text2{
  position: absolute;
  font-size: 1.6vw;
  font-weight: 600;
  color: #ffffff;
  text-shadow:1px 3px 6px #000000;
  width: 25%;
  top: 28%;
  right: 12.5%;
  background-color: rgba(18, 100, 103, 0.4);
  padding: 15px;

}

.owl-company-wrap{
  width: 100%;
  border-top: solid 15px #DD6A37;
  border-bottom: solid 15px #DD6A37;
}

.owl-company-title{
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 5px #DD6A37;
  border-bottom: solid 5px #DD6A37;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 8%;
}

.owl-company-title p{
  font-size: 2vw;
  font-weight: 600;
}

.owl-company-image{
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.owl-company-image img{
  width: 85%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.merit{
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  border: solid 15px #DD6A37;
}

.wrap{
  margin: 5px;
  display: flex;
  justify-content: space-between;
  border: solid 5px #DD6A37;
  padding: 5px;

}

.merit-wrap{
  width: 32%;

}

.merit-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160px;
  background-color: #DD6A37;
  margin: 0 auto;
}

.merit-title h5{
  width: 85%;
  margin: 0 auto;
  color: #ffffff;
  text-shadow:1px 3px 6px #000000;
}

.merit-text{
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}

.merit-text p{
  margin: 0 auto ;
  padding: 15px;
  font-size: 18px;
}


.form-btn{
  position: relative;
  height: 15vw;
  margin-top: 150px;
}

.form-btn:last-child{
  margin-bottom: 150px;
}

.form-btn-triangle{
  position: absolute;
  width: 45%;
  height: 12vw;
  top: 8%;
  left: 55%;
  transform: translateX(-50%);
  background-color: #126467;
  -webkit-clip-path: polygon(0 100%,20% 0,60% 100%,0 100%);
  clip-path: polygon(0 100%,20% 0,100% 60%,0 100%);
}

.form-btn-square{
  position: absolute;
  width: 45%;
  height: 8vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: solid 5px #126467;
}

.form-btn-text{
  position: absolute;
  width: 45%;
  height: 10vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  font-weight: 600;
  line-height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-btn a{
  color: #126467;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.form-btn a:hover{
  text-shadow:  0 3px 6px #707070;
}


.taiou-setubi{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:40%;
  margin: 0 auto;
  padding-top: 150px;
}

.taiou-setubi h3{
  margin-left: 20px;
  font-size: 2.3vw;
  font-weight: 600;
}

.taiou-setubi-img1{
  width: 23%;
}

.taiou-setubi-img2{
  width: 35%;
}

.setubi-wrap{
  position: relative;
}

.setubi-wrap h3{
  font-size: 2vw;
}

.blower-image{
  position: absolute;
  top: 30px;
  left: 6vw;
  width: 20vw;
  height: 20vw;
  border: solid 0.5vw #DD6A37;
  overflow: hidden;
}

.blower-image img{
  height: 20vw;
  object-fit: cover;
}

.blower-flex{
  display: flex;
  width: 73vw;
  margin: 0 auto;
  margin-top: 60px;
}

.blower-wrap{
  width: 20vw;
  height: 20vw;
  background-color: #DD6A37;

}

.blower-text{
  width: 53vw;
  background-color: #FCF7EB;
  border: solid 5px #DD6A37;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blower-text p{
  width: 80%;
  margin-top: 15px;
}


.motor-image{
  position: absolute;
  top: -30px;
  right: 6vw;
  width: 20vw;
  height: 20vw;
  border: solid 0.5vw #116265;
  overflow: hidden;
}

.motor-image img{
  height: 20vw;
  object-fit: cover;
}

.motor-flex{
  display: flex;
  width: 73vw;
  margin: 0 auto;
  margin-top: 30px;
}

.motor-wrap{
  width: 20vw;
  height: 20vw;
  background-color: #116265;

}

.motor-text{
  width: 53vw;
  background-color: #FCF7EB;
  border: solid 5px #116265;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.motor-text p{
  width: 80%;
  margin-top: 15px;
}


.ponpu-image{
  position: absolute;
  top: 30px;
  left: 6vw;
  width: 20vw;
  height: 20vw;
  border: solid 0.5vw #DD6A37;
  overflow: hidden;
}

.ponpu-image img{
  height: 20vw;
  object-fit: cover;
}

.ponpu-flex{
  display: flex;
  width: 73vw;
  margin: 0 auto;
  margin-top: 120px;
}

.ponpu-wrap{
  width: 20vw;
  height: 20vw;
  background-color: #DD6A37;

}

.ponpu-text{
  width: 53vw;
  background-color: #FCF7EB;
  border: solid 5px #DD6A37;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ponpu-text p{
  width: 80%;
  margin-top: 15px;
}


.barubu-image{
  position: absolute;
  top: -30px;
  right: 6vw;
  width: 20vw;
  height: 20vw;
  border: solid 0.5vw #116265;
  overflow: hidden;
}

.barubu-image img{
  height: 20vw;
  object-fit: cover;
}

.barubu-flex{
  display: flex;
  width: 73vw;
  margin: 0 auto;
  margin-top: 30px;
}

.barubu-wrap{
  width: 20vw;
  height: 20vw;
  background-color: #116265;

}

.barubu-text{
  width: 53vw;
  background-color: #FCF7EB;
  border: solid 5px #116265;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.barubu-text p{
  width: 80%;
  margin-top: 15px;
}

.denki{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:40%;
  margin: 0 auto;
  padding-top: 150px;
}

.denki h3{
  font-size: 2.3vw;
  font-weight: 600;
}

.denki-img{
  width: 25%;
}

.denki-flex{
  display: flex;
  justify-content: space-between;
  width: 73vw;
  margin: 0 auto;
  margin-top: 60px;
}

.denki-soft-wrap{
  width: 35vw;
  border: solid 0.4vw #DD6A37;
  padding-top: 15px;
}

.denki-soft-wrap p{
  height: 70px;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.soft-image-wrap{
  width:35vw;
}

.soft-image{
  width: 100%;
}

.soft-image img{
  border-left: solid 5vw #DD6A37;
  border-top: solid 1.5vw #DD6A37;
}

.denki-hard-wrap{
  width: 35vw;
  border: solid 0.4vw #116265;
  padding-top: 15px;
}

.soft-title{
  text-align: center;
  color: #DD6A37;
}

.denki-hard-wrap p{
  height: 70px;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
}

.hard-image{
  width: 100%;
}

.hard-image img{
  border-left: solid 5vw #116265;
  border-top: solid 1.5vw #116265;
}


.hard-title{
  text-align: center;
  color:#116265;
}

.hozen-kanryou{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:45%;
  margin: 0 auto;
  padding-top: 150px;
}

.denki-setubi-title h3{
  font-size: 2.3vw;
  font-weight: 600;
}

.keikaku-img{
  width: 25%;
}

.hozen-kanryou-wrap{
  position: relative;
  width: 73vw;
  height: 550px;
  margin: 0 auto;
  margin-top: 60px;
}

.hozen-keikaku{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 56.7%;
  height: 540px;
  top: 5px;
  left: 5px;
  -webkit-clip-path: polygon(0 0,100% 0,70% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,70% 100%,0 100%);
  z-index: 5;
}

.hozen-keikaku-border{
  position: absolute;
  width: 58.0%;
  height: 550px;
  -webkit-clip-path: polygon(0 0,100% 0,70% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,70% 100%,0 100%);
  z-index: 3;
  background-color: #126467;
  
}

.houkokusyo-main{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 56.7%;
  right: 5px;
  top: 5px;
  height: 540px;
  -webkit-clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
  z-index: 5;
}

.houkokusyo-border{
  position: absolute;
  width: 58.0%;
  height: 550px;
  right: 0;
  -webkit-clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
  z-index: 3;
  background-color: #DD6A37;
}

.hozen-keikaku-title{
  position: absolute;
  z-index: 10;
  top: 6%;
  left: 11%;
  color: #ffffff;
  text-shadow:1px 3px 6px #000000;
}

.houkokusyo-title{
  position: absolute;
  z-index: 10;
  bottom: 8%;
  right: 18%;
  color: #ffffff;
  text-shadow:1px 3px 6px #000000;
}


.hozen-keikaku-text{
  width: 70%;
  margin-top: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.hozen-sub-title{
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
  border-bottom: solid 2px #ffffff;
  text-align: center;
  font-size: 24px;
}


.hozen-keikaku-text p{
  color: #ffffff;
  font-size: 16px;
}

.hozen-keikaku-img{
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.hozen-keikaku-img img{
  object-fit: cover;
  height: 350px;
}


.houkokusyo-text{
  width: 70%;
  padding-top: 20px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 10px;
}

.houkokusyo-sub-title{
  color: #ffffff;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 15px;
  border-bottom: solid 2px #ffffff;
  text-align: center;
  font-size: 24px;
}

.houkokusyo-text p{
  color: #ffffff;
  font-size: 16px;
}

.houkokusyo-img{
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.houkokusyo-img img{
  object-fit: cover;
  height: 350px;
}

.sekkei{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:50%;
  margin: 0 auto;
  padding-top: 150px;
}

.sekkei-title h3{
  font-size: 2.3vw;
  font-weight: 600;
}

.sekkei-title{
  text-align: center;
  line-height: 1.5;
}

.sekkei-img{
  width: 25%;
}

.sekkei-wrap{
  display: flex;
  width: 73vw;
  margin: 0 auto;
  margin-top: 60px;
}

.buhin-sekkei-border{
  border: solid 0.4vw #126467;
  border-right: none;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}

.buhin-sekkei{
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buhin-sekkei h4{
  font-size: 25px;
  margin-bottom: 12px;
  color: #126467;
}

.buhin-sekkei p{
  font-size: 16px;
}

.kaizen-sekkei-border{
  border: solid 0.4vw #126467;
  border-right: none;
  min-height: 180px;
  padding-bottom: 20px;
}

.kaizen-sekkei{
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.kaizen-sekkei h4{
  font-size: 25px;
  margin-bottom: 12px;
  color: #126467;
}

.kaizen-sekkei p{
  font-size: 16px;
}

.sekkei-main-img{
  width: 100%;
  border: solid 0.4vw #126467;
}

.sekkei-main-img img{ 
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.footer{
  width: 100%;
  height: 135vh;
  position: relative;
}

.info-wrap{
  width: 100%;
  max-width: 1440px;
  height: 60vh;
  display: flex;
}

.info-wrap2{
  display: none;
}

.contact-left{
  width: 20%;
  height: 60vh;
  background-image: url(../../img/contact-side1.jpeg);
  background-size: cover;
  background-position: 50% 25%;
}

.info{
  width:35%;
  background-color: #ffffff;
  border: solid #126467 5px;
}

.info p{
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
  margin-top: 5vh;
}

.info-text{
  font-size: 1.4vw;
  height: 30vh;
  margin: 0 auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.info-text td:first-child{
  padding-right: 20px;
}

.google-map{
  width: 35%;
  height: 60vh;
}

.google-map iframe{
  width: 100%;
  height: 100%;
}

.contact-right{
  width: 20%;
  height: 60vh;
  background-image: url(../../img/contact-side2.jpeg);
  background-size: cover;
  background-position: 50% 25%;
}

.footer-bottom{
  width: 100%;
  max-width: 1440px;
  height: 30vh;
  background-color: #DD6A37;
  position: absolute;
  bottom: 0;
  z-index: -10;
}

.footer-wrap{
  width: 100%;
  max-width: 1440px;
  display: flex;
  height: 60vh;
  align-items: center;
  justify-content: center;
  margin-top: 15vh;
}

.footer-img{
  padding-bottom: 9vh;
  padding-right: 5%;
}

.footer-list-flex{
  width: 30vw;
  display: flex;
}

.footer-list1{
  font-size: 1.8vw;
  line-height: 1.7;
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.footer-list1 li a{
  color: #116265;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer-list1 li a:hover {
  text-shadow: 2px 3px 3px #707070;
}

.footer-list2{
  font-size: 1.8vw;
  line-height: 1.7;
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-list2 li a{
  color: #116265;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  
}

.footer-list2 li a:hover {
  text-shadow: 2px 3px 3px #707070;
}

.other-color {
  color:#FCF7EB;
}

.footer-sns{
  width: 5%;
  padding-bottom: 11vh;
}

.copyright{
  width: 100%;
  text-align: center;
  background-color: #DD6A37;
}

.copyright p{
  font-size: 18px;
  color: #ffffff;
}

.modal_open {
	text-decoration: underline;
	cursor: pointer;
  text-decoration: none;
}

.modal_bg {
	z-index: 998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, 0.5);
}

.modal_box {
	z-index: 999;
	display: none;
	position: fixed;
	width: 60%;
  height: 600px;
	margin: 0 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	background: #FCF7EB;
}

.modal-complete{
  z-index: 1000;
  width: 60%;
  height: 250px;
  background: #fff;
}

.modal-close{
  text-align: end;
}

.modal-close-button{
	cursor: pointer;
	background: transparent;
	border: 0;
	font-size: 2rem;
  font-family: "verdana-pro", sans-serif;
	font-weight: 800;
	line-height: 1;
  color: #DD6A37;
	outline: none;
  opacity: .5;
  margin-top: 1vh;
  text-align: right;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.modal-close-button:hover{
  opacity: 1;
}

.modal-inner{
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
}

.modal-title{
  text-align: center;
  margin-bottom: 2vh;
}

.modal-title p{
  color:#DD6A37;
  font-size: 3vw;
  font-family: 'Dela Gothic One', sans-serif;
}

.form-item-label-repuired{
  background-color: #DD6A37;
  border-radius: 4px;
  margin-right: 20px;
  line-height: 2.5;
  color: #ffffff;
  font-size: 15px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-item-label{
  color: #DD6A37;
  font-size: 15px;
}

.form-item-input{
  border-color: #DD6A37;
  border-radius: 5px;
  width: 100%;
  line-height: 2;
}

.form-item-textarea{
  border-color: #DD6A37;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px;
  height: 130px;
}

.sousin-btn{
  width: 20vw;
  height: 4vw;
  display: block;
  margin: auto;
  margin-top: 2vh;
  background-color: #DD6A37;
  border-radius: 8px;
  border: none;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.sousin-btn:hover{
  box-shadow: 0 3px 6px #707070;
}

.sousin-btn a{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  color: #ffffff;
}

input:focus{
  outline:2px double #DD6A37;

}

textarea:focus{
  outline:2px double #DD6A37;
}

.modal-complete{
  background-color: #FCF7EB;
  border:8px double #DD6A37;
}


.modal-flex{
  display: flex;
  justify-content: center;
}

.modal-logo{
  width: 30%;
}

.modal-complete-contents{
  margin-left: 50px;
  line-height: 1.5;
}

.tel{
  font-size: 22px;
  font-weight: 600;
  padding-top: 5px;
}

.tel a{
  color: #DD6A37;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.tel a:hover{
  color: #126467;
}
  


@-webkit-keyframes menu {
  from {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes menu {
  from {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

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

  .q-wrap {
    height: 315px;
  }

  .q-container {
    height: 270px;
  }

  .q-image {
    width: 590px;
    top: -42%;
    left: 38%;
  }

  .modal_box {
    height: 570px;
  }

  .modal-complete{
    height: 250px;
  }

}

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

  body h2 {
    font-size: 28px;
  }

  body h5 {
    font-size: 24px;
  }

  .catch-copy-sav p{
    font-size: 18px;
  }
  

  .q-wrap {
    height: 295px;
  }

  .q-container {
    height: 250px;
  }

  .q-container p { 
    font-size: 18px;
  }

  .q-title {
    font-size: 40px;
  }

  .q-image {
    width: 550px;
    top: -41%;
    left: 38%;
  }

  .merit-title h5 {
    font-size: 22px;
  }

  .merit-text p {
    font-size: 16px;
  }

  .hozen-sub-title {
    width: 95%;
  }

}

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

  body h2 {
    font-size: 26px;
  }

  .q-image {
    width: 480px;
    top: -25%;
    left: 41%;
  }

  .better-company-title p {
    font-size: 24px;
  }

  .kadai1 p{
    font-size: 20px;
  }

  .kadai2 p {
    font-size: 20px;
  }

  .kadai3 p {
    font-size: 20px;
  }

  .kadai4 p {
    font-size: 22px;
  }

  .kadai5 p {
    font-size: 20px;
  }

  .kadai6 p {
    font-size: 20px;
  }

  .sekkei-text1 {
    padding: 10px;
  }

  .sekkei-text2 {
    padding: 10px;
  }

  .owl-company-title p {
    font-size: 24px;
  }

  .hozen-sub-title {
    width: 110%;
  }

  .houkokusyo-sub-title {
    width: 90%;
  }

  .houkokusyo-img {
    width: 100%;
  }
}

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

  header {
    font-size: 1.3vw;
  }

  body h1 {
    font-size: 4.2vw;
  }

  body h2{
    font-size: 24px;
  }

  body h3{
    font-size: 30px;
  }

  body h4 {
    font-size: 26px;
  }

  .catch-copy{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .catch-phrase {
    font-size: 8.5vw;
  }

  body h5 {
    font-size: 22px;
  }

  body p{
    font-size: 16px;
  }

  .q-wrap {
    margin-top: 100px;
  }

  .q-image {
    width: 420px;
    top: -10%;
    left: 45%;
  }

  .better-company-wrap {
    margin-top: 100px;
  }

  .better-company-text p {
    font-size: 18px;
  }

  .owl-services {
    height: 100px;
  }

  .form-btn {
    margin-top: 100px;
  }

  .form-btn:last-child {
    margin-bottom: 100px;
  }

  .taiou-setubi {
    padding-top: 100px;
    width: 50%;
  }

  .taiou-setubi h3 {
    font-size: 25px;
  }

  .setubi-wrap h3{
    font-size: 20px;
  }

  .blower-flex {
    margin-top: 40px;
  }

  .ponpu-flex {
    margin-top: 80px;
  }

  .denki {
    width: 50%;
    padding-top: 100px;
  }

  .denki-flex {
    margin-top: 40px;
  }

  .denki h3 {
    font-size: 25px;
  }

  .hozen-kanryou {
    width: 60%;
    padding-top: 100px;
  }

  .hozen-kanryou-wrap {
    margin-top: 40px;
  }

  .denki-setubi-title h3 {
    font-size: 25px;
  }

  .sekkei {
    width: 55%;
    padding-top: 100px;
  }

  .sekkei-wrap {
    margin-top: 40px;
  }

  .sekkei-title h3 {
    font-size: 25px;
  }

  .footer {
    height: 900px;
  }

  .footer-wrap {
    margin-top: 0;
    height: 600px;
  }

  .info-wrap {
    height: 300px;
  }

  .footer-bottom{
    height: 300px;
  }

  .footer-img {
    padding-bottom: 50px;
  }

  .footer-sns {
    padding-bottom: 40px;
  }

  .info-text{
    height: 200px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .info p {
    margin-top: 20px;
}

  .contact-left{
    height:300px;
  }

  .google-map{
    height: 300px;
  }

  .contact-right{
    height: 300px;
  }

  .form-item-textarea{
    height: 140px;
  }

  .modal-complete {
    width: 80%;
  }

}

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

  .kadai-title {
    width: 62%;
  }

  .kadai3 {
    width: 39%;
    left: 37%;
  }
}

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

  body h4{
    font-size: 23px;
  }

  body h5 {
    font-size: 2.3vw;
  }

  body p{
    font-size: 14px;
  }

  .better-company-text p {
    font-size: 16px;
  }

  .side-box ul li a {
    font-size: 14px;
  }

  .services-catch-wrap {
    border-top: solid 10px #DD6A37;
    border-bottom: solid 10px #DD6A37;
  }

  .services-catch-back {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .services-image {
    height: 30vh;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .services-catch-copy {
    width: 65%;
  }

  .q-title {
    font-size: 36px;
  }

  .q-container p {
    font-size: 15px;
  } 

  .q-image {
    width: 370px;
    top: 3%;
    left: 43%;
  }

  .kadai1 p{
    font-size: 18px;
  }

  .kadai2 p {
    font-size: 18px;
  }

  .kadai3 p {
    font-size: 18px;
  }

  .kadai4 p {
    font-size: 20px;
  }

  .kadai5 p {
    font-size: 18px;
  }

  .kadai6 p {
    font-size: 18px;
  }

  .merit-title h5 {
    font-size: 2.1vw;
  }

  .merit-text p {
    font-size: 1.5vw;
  }

}

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

  #slideshow img:first-child{
    object-position: right 50%;
  }

  .setubi-wrap h3{
    font-size: 18px;
  }

  .hozen-sub-title {
    font-size: 22px;
  }

  .houkokusyo-sub-title {
    font-size: 22px;
  }

  .footer{
    height: 730px;
  }


  .footer-wrap {
    height: 420px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
  }

  .footer-list-flex {
    margin-top: 5px;
    width:40%;
    justify-content:space-between;
  }

  .footer-img{
    width: 350px;
    padding-bottom: 0;
  }

  .footer-list1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .footer-list2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .footer-sns {
    width: 6vh;
    padding-bottom: 30px;
    margin-top:30px;
    margin-left: 50vw;
  }
   
  .footer-bottom{
    height: 180px;
  }

  .copyright p{
    font-size: 2vw;
    color: #ffffff;
  }
  
}


@media screen and (max-width: 820px) {
  
  .header__inner {
    justify-content: space-between;
    padding: 0 22px;
  }

  .header__list {
    display: none;
  }
  .header__sns {
    display: none;
  }
  .header__hamburger {
    display: block;
  }

  body h2{
    font-size: 2.8vw;
  }

  body h4 {
    font-size: 3vw;
  }

  body h5 {
    font-size: 2.5vw;
  }

  body p {
    font-size: 15px;
  }

  .mv{
    height: 100vh;
  }

  .mv img:first-child{
    object-position: center;
    height: 100vh;
  }
  .mv-catch {
    top: 55%;
  }

  .mv-catch h1 {
    font-size: 60px;
  }

  .catch-copy-sav{
    bottom: 6%;
    width: 90%;
    line-height: 1.6;
    font-size: 22px;
  }

  .catch-copy-sav p {
    font-size: 18px;
  }

  .catch-phrase{
    font-size: 70px;
    margin-top: 6vh;
  }

  .side-box{
    display: none;
  }

  .services-main {
    width: 100%;
  }

  .services-catch-copy {
    font-size: 22px;
  }

  .services-catch-wrap {
    border-top: solid 8px #DD6A37;
    border-bottom: solid 8px #DD6A37;
}

  .services-image {
    width: 40%;
    height: 270px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
    
  .services-catch-back {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .q-wrap {
    height: 535px;
    margin-top: 100px;
  }

  .q-container {
    margin-top: 5px;
    height: 495px;
    justify-content: flex-start;
    align-items: center;
  }

  .q-title {
    margin-top: 15px;
    font-size: 40px;
    padding-left: 0;
  }

  .q-container p {
    font-size: 18px;
    padding-left: 0;
  }

  .q-image {
    width: 480px;
    top: 35%;
    left: 50%;
    transform: translatex(-50%);
  }

  .better-company-wrap {
    margin-top: 100px;
  }

  .better-company-title p {
    font-size: 25px;
  }

  .better-company-text p{
    font-size: 18px;
  }

  .outsourcing{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kadai-wrap {
    height: 530px;
  }

  .kadai-image {
    margin-top: 88px;
    height: 404px;
  }

  .kadai-title {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: solid 15px #126467;
    border-right: solid 15px #126467;
  }

  .kadai1 {
    top: 22%;
    left: 55%;
    width: 42%;
  }

  .kadai2 {
    top :35%;
    left :42%;
    padding: 15px
  }

  .kadai3 {
    top: 62%;
    left: 50%;
    width: 45%;
  }

  .kadai4 {
    width: 34%;
    top : 42%;
    left: 62%;
  }

  .kadai5 {
    bottom: 7%;
    left: 65%;
    width: 30%;
    
  }

  .kadai6 {
    left: 16%;
    width: 45%;
  }

  
  .catch-copy h5 {
    width: 90%;
    margin: 0 auto;
    text-align: start;
  }

  .catch-copy {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
 }

  .about-services-wrap {
    margin-top: 170px;
    height: 155vw;

  }

  .services-flow {
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .flow-sekkei {
    width: 60%;
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
  }

  .plus {
    width: 12%;
    top: 48%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .hozen {
    font-size: 3.5vw;
    top: 10%;
    left: 49%;
    transform: translateX(-50%);
  }

  .houkokusyo{
    font-size: 3.5vw;
    top: 33%;
    left: 21%;
  }

  .sekou {
    font-size: 3.5vw;
    top: 33%;
    left: 72%;
  }

  .sekkei-text1 {
    font-size: 3.0vw;
    width: 45%;
    top: 63%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
  }

  .sekkei-text2 {
    font-size: 3.0vw;
    width: 45%;
    top: 73%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
  }

  .total-support {
    bottom: 0;
    right: 0;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 60px;
    line-height : 1.3;
  }

  .owl-company-title p {
    font-size: 25px;
  }

  .merit-title {
    height: 115px;
    background-color: #DD6A37;
    margin: 0 auto;
  }

  .merit-text {
    height: 120px;
    background-color: #ffffff;
  }

  .merit-text p {
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    font-size: 14px;
  }

  .form-btn-square{
    height: 11vw;
  }

  .form-btn-triangle {
    top : 4%;
    height: 15vw;
  }

  .form-btn-text {
    font-size: 2.5vw;
  }

  .form-btn {
    margin-top: 100px;
  }

  .taiou-setubi {
    padding-top: 100px;
    width: 50%;
  }

  .taiou-setubi h3 {
    font-size: 24px;
  }

  .setubi-wrap h3 {
    font-size: 18px;
  }

  .blower-text p {
    margin-top: 10px;
    width: 90%;
  }

  .blower-flex {
    width: 90vw;
  }

  .blower-text {
    width: 70vw;
  }

  .motor-flex{
    width: 90vw;
  }

  .motor-text {
    width: 70vw;
  }

  .motor-text p {
    margin-top: 10px;
    width: 90%;
  }

  .ponpu-text p {
    margin-top: 10px;
    width: 90%;
  }

  .ponpu-flex {
    width: 90vw;
  }

  .ponpu-text {
    width: 70vw;
  }

  .barubu-flex{
    width: 90vw;
  }

  .barubu-text {
    width: 70vw;
  }

  .barubu-text p {
    margin-top: 10px;
    width: 90%;
  }

  .denki {
    padding-top: 100px;
    width: 50%;
  }
  
  .denki h3 {
    font-size: 24px;
  }

  .denki-flex {
    width: 90%;
  }

  .denki-soft-wrap {
    width: 49%;
  }

  .denki-hard-wrap {
    width: 49%;
  }

  .denki-soft-wrap p {
    width: 90%
  }

  .denki-hard-wrap p {
    width: 90%
  }

  .hozen-kanryou {
    width: 55%;
    padding-top: 100px;
  } 

  .hozen-kanryou h3 {
    font-size: 24px;
  }

  .hozen-kanryou-wrap {
    width: 90%;
  }

  .sekkei {
    padding-top: 100px;
    width: 60%;
  }

  .sekkei h3 {
    font-size: 24px;
  }

  .sekkei-wrap {
    width: 90%;
  }


  .info-wrap {
    display:none;
  }


  .info-wrap2 {
    display: block;
    height: 500px;
    position: relative;
  }

  .contact-left2{
    position: absolute;
    top: 200px;
    width: 25%;
    height: 300px;
    background-image: url(../../img/contact-side1.jpeg);
    background-size: cover;
    background-position: 50% 25%;
  }

  .info2{
    position: absolute;
    top: 200px;
    left: 25%;
    width: 50%;
    height: 300px;
    background-color: #ffffff;
    border: solid #126467 2px;
  }

  .info2 p{
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
  }

  .info-text2{
    font-size:1.8vw;
    height: 170px;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 5vh;
  }
  

  .google-map2{
    position: absolute;
    width: 100%;
    height: 200px;
  }

  .google-map2 iframe{
    width: 100%;
    height: 100%;
  }

  .contact-right2{
    position: absolute;
    top: 200px;
    right: 0;
    width: 25%;
    height: 300px;
    background-image: url(../../img/contact-side2.jpeg);
    background-size: cover;
    background-position: 50% 25%;
  }
  

  .footer {
    height: 920px;
  }

  .footer-bottom{
    height: 170px;
  }

  .modal_box {
    height: 570px;
  }

  .modal-complete {
    height: 250px;
  }

  .modal-complete-contents {
    margin-left: 15px;
  }

  .modal-complete-contents p{
    font-size: 14px;
  }

  .tel a{
    font-size: 20px;
  }


  .sousin-btn {
    height: 40px;
  }

}

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

  .header{
    height: 80px;
    border-top: solid #DD6A37 8px;
    border-bottom: solid #DD6A37 8px;
  }

  .header__inner{
    height: 63px;
  }

  .header__logo {
    width: 130px;
}

  .header__nav {
    border-bottom: solid #DD6A37 8px;
  }

  body h2 {
    font-size: 22px ;
  }

  body h4 {
    font-size: 20px;
  }

  body h5 {
    font-size: 18px;
  }

  body p {
    font-size: 14px;
  }

  .catch-copy-sav p {
    font-size: 16px;
  }

  .services-catch-copy {
    width: 70%;
  }

  .q-wrap {
    border: solid 10px #DD6A37;
    height: 525px;
  }

  .better-company-wrap {
    border-top: solid 10px #126467;
    border-bottom: solid 10px #126467;
  }
  
  .better-company-text p:first-child {
    width: 85%;
  }

  .better-company-text p {
    width: 80%;
    font-size: 14px;
  }

  .outsourcing {
    width: 90%;
  }

  .kadai-wrap {
    height: 520px;
    border: solid 10px #DD6A37;
  }

  .kadai1 p{
    font-size: 16px;
  }

  .kadai2 p {
    font-size: 16px;
  }

  .kadai3 p {
    font-size: 16px;
  }

  .kadai4 p {
    font-size: 18px;
  }

  .kadai5 p {
    font-size: 16px;
  }

  .kadai6 p {
    font-size: 16px;
  }

  .total-support {
    left: 0%;
    transform: translateX(0);
  }

  .owl-company-wrap {
    border-top: solid 10px #DD6A37;
    border-bottom: solid 10px #DD6A37;
  }

  .merit {
    width: 95%;
    border: solid 10px #DD6A37;
  }

  .wrap {
    display: block;
  }

  .merit-wrap {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }

  .merit-wrap:last-child{
    margin-bottom: 0;
  }

  .merit-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 115px;
    width: 32%;
  }

  .merit-title h5 {
    padding-top: 0;
  }

  .merit-image{
    overflow: hidden;
    width: 20%;
  }

  .merit-image img{
    object-fit: cover;
    height: 115px;
  }

  .merit-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 115px;
    width: 48%;
  }

  .taiou-setubi {
    width: 60%;
  }

  .blower-flex {
    display: block;
    width: 100vw;
  }

  .blower-wrap {
    width: 95vw;
    height: 210px;
    margin-bottom: 45px;
  }

  .blower-image {
    top: 30px;
    left: 5vw;
    width: 95vw;
    height: 210px;
    overflow: hidden;
  }

  .blower-image img {
    height: 210px;
  }

  .blower-text {
    width: 90vw;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 0.6vw #DD6A37;
  }

  .blower-text p {
    font-size: 14px;
  }

  .motor-flex {
    flex-direction: column-reverse;
    width: 100vw;
    margin-top: 70px;
  }

  .motor-wrap {
    width: 95vw;
    height: 210px;
    margin-left: 5vw;
    margin-right: auto;
    margin-bottom: 15px;
  }
  
  .motor-image {
    top: -30px;
    left: 0;
    width: 95vw;
    height: 210px;
    overflow: hidden;
  }

  .motor-image img {
    height: 210px;
  }

  .motor-text {
    width: 90vw;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 0.6vw #126467;
  }

  .motor-text p {
    font-size: 14px;
  }

  .ponpu-flex {
    display: block;
    width: 100vw;
    margin-top : 40px;
  }

  .ponpu-wrap {
    width: 95vw;
    height: 210px;
    margin-bottom: 45px;
  }

  .ponpu-image {
    top: 30px;
    left: 5vw;
    width: 95vw;
    height: 210px;
    overflow: hidden;
  }

  .ponpu-image img {
    height: 210px;
  }

  .ponpu-text {
    width: 90vw;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 0.6vw #DD6A37;
  }

  .ponpu-text p {
    font-size: 14px;
  }

  .barubu-flex {
    flex-direction: column-reverse;
    width: 100vw;
    margin-top: 70px;
  }

  .barubu-wrap {
    width: 95vw;
    height: 210px;
    margin-left: 5vw;
    margin-right: auto;
    margin-bottom: 15px;
  }
  
  .barubu-image {
    top: -30px;
    left: 0;
    width: 95vw;
    height: 210px;
    overflow: hidden;
  }

  .barubu-image img {
    height: 210px;
  }

  .barubu-text {
    width: 90vw;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 0.6vw #126467;
  }

  .barubu-text p {
    font-size: 14px;
  }

  .denki {
    width: 60%;
  }

  .denki-soft-wrap p {
    width: 93%;
  }

  .denki-hard-wrap p {
    width: 93%;
  }

  .hozen-kanryou {
    width: 65%;
  }

  .hozen-kanryou-wrap {
    height: auto;
  }

  .hozen-keikaku {
    position: static;
    width: 100%;
    -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    height: auto;
  }

  .hozen-keikaku-title {
    width: 80%;
    text-align: center;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }

  .hozen-sub-title {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .hozen-keikaku-img {
    border: solid 0.5vw #126467;
    height: 210px;
  }

  .hozen-keikaku-img img{
    height: 210px;
  }

  .hozen-keikaku-border {
    display: none;
  }

  .hozen-keikaku-text {
    width: 100%;
    background-color: #126467;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .hozen-keikaku-text p {
    font-size: 14px;
    width:85%;
    margin: 0 auto;
  }

  .houkokusyo-main {
    position: static;
    width: 100%;
    -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    height: auto;
  }


  .houkokusyo-border {
    display: none;
  }
  
  .houkokusyo-main {
    position: static;
    flex-direction: column-reverse;
  }

  .houkokusyo-title {
    width: 70%;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .houkokusyo-sub-title {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .houkokusyo-img {
    border: solid 0.5vw #DD6A37;
    height: 210px;
    margin-top: 30px;
  }

  .houkokusyo-img img{
    height: 210px;
  }

  .houkokusyo-text {
    width: 100%;
    background-color:#DD6A37;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .houkokusyo-text p {
    font-size: 14px;
    width:85%;
    margin: 0 auto;
  }


  .sekkei {
    width: 70%;
  }

  .sekkei-wrap {
    flex-direction: column;
  }

  .buhin-sekkei-border {
    border: solid 0.4vw #126467;
    min-height: auto;
    margin-bottom: 15px;
  }

  .buhin-sekkei h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .kaizen-sekkei {
    margin-bottom: 20px;
  }

  .kaizen-sekkei-border {
    border: solid 0.4vw #126467;
    min-height: auto;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .kaizen-sekkei h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sekkei-main-img {
    height: 210px;
  }



  .form-btn:last-child {
    margin-bottom: 10px;
  }

  .footer {
    height: 920px;
      padding-top: 90px;
  }

  .footer-wrap {
    padding-top: 40px;
    height: 330px;
  }

  .footer-bottom{
    height: 125px;
  }


  .footer-list-flex {
    margin-top: 3vw;
  }

  .footer-list1{
    font-size: 2.5vw;
  }

  .footer-list2{
    font-size: 2.5vw;
  }

  .footer-img {
    width: 240px;
  }

  .footer-sns {
    padding-bottom: 5px;
  }
}

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

  .footer-sns {
    width: 40px;
    margin-top: 10px;
    margin-left: 50vw;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 600px) {
  .mv-catch h1 {
    font-size: 50px;
  }

  .catch-phrase {
    margin-top: 0;
  }

  .catch-copy-sav p{
    font-size: 14px;
  }

  .services-image img {
    object-position: -150px 0;
    }
  

  .hozen-kanryou {
    width: 70%;
  }

  .kadai1 {
    top: 22%;
    left: 48%;
    width: 45%;
    padding: 18px;
  }

  .kadai2 {
    top:38%;
    left:40%;
    padding: 10px;
  }

  .kadai3 {
    top:65%;
    left: 48%;
    padding: 15px;
  }

  .kadai4 {
    width: 37%;
    top: 46%;
    left: 58%;
    padding: 18px;
  }

  .kadai5 {
    bottom: 10%;
    padding: 10px;
  }

  .kadai6 {
    left: 14%;
    padding: 15px;
  }

  .kadai1 p{
    font-size: 14px;
  }

  .kadai2 p {
    font-size: 14px;
  }

  .kadai3 p {
    font-size: 14px;
  }

  .kadai4 p {
    font-size: 16px;
  }

  .kadai5 p {
    font-size: 14px;
  }

  .kadai6 p {
    font-size: 14px;
  }


  .form-btn-square {
    width: 55%;
    height: 15vw;
  }

  .form-btn-text {
    font-size: 3vw;
  }

  .form-btn-triangle {
    top: -25%;
    width: 55%;
    height: 23vw;
  }

  .footer-bottom{
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .header {
    height: 60px;
  }

  .header__inner {
    height: 51px;
  }

  .header__hamburger span {
    height: 2.5px;
  }

  .header__hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }

  .header__logo {
    width: 100px;
  }

  .header {
    border-top: solid #DD6A37 5px;
    border-bottom: solid #DD6A37 5px;
  }

  .header__nav li :last-child{
    width: 10%;
  }

  .mv-catch h1 {
    font-size: 10vw;
  }

  .sumaho-btn{
    display: flex;
    position: fixed;
    z-index: 500;
    bottom: 0;
  }

  .q-title {
    padding-bottom: 20px;
  }

  .q-image {
    width: 450px;
    top: 39%;
  }

  .outsourcing {
    text-align: start;
  }

  .owl-services {
    width: 100%;
    height: 100px;
  }

  .kadai1 {
    top: 24%;
    left: 38%;
    width: 55%;
    padding: 8px;
  }

  .kadai2 {
    top:36%;
    left:40%;
    width: 35%;
    padding: 8px;
  }

  .kadai3 {
    top:65%;
    left: 40%;
    padding: 8px;
    width: 55%;
  }

  .kadai4 {
    width: 48%;
    top: 50%;
    left: 43%;
    padding: 10px;
  }

  .kadai5 {
    bottom: 15%;
    left: 58%;
    width: 35%;
    padding: 8px;
  }

  .kadai6 {
    left: 14%;
    padding: 8px;
    width: 55%;
  }

  .merit-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }

  .merit-title {
    width: 100%;
  }

  .merit-title h5 {
    font-size: 20px;
  }

  .merit-image {
    width: 100%;
  }

  .merit-image img {
    height: 200px;
  }

  .merit-text {
    height: 90px;
    width: 100%;
  }

  .taiou-setubi h3 {
    font-size: 20px;
  }

  .denki h3 {
    font-size: 20px;
  }

  .hozen-kanryou h3 {
    font-size: 20px;
  }

  .sekkei h3 {
    font-size: 20px;
  }

  .form-btn-square {
    width: 70%;
    height: 17vw;
  }

  .form-btn-triangle {
    top: -40%;
    width: 75%;
    height: 27vw;
  }

  .form-btn-text {
    font-size: 4vw;
    width :60%;
  }

  .about {
    padding-top: 40px;
  }

  .about-catch-wrap {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-catch-copy{
    font-size: 18px;
  }


  .about-text-wrap{
    width: 95%;
    margin-right: 0;
    margin-left: auto;
    background-color: #ffffff;
  }
  .about-text {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
   }

   .about-text p {
    font-size: 15px;
    text-align: start;
   }

   .about-text p:nth-child(3) {
    margin-top: 10px;
   }

   .about-text p:last-child {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
   }

   .total-support{
    left: 0;
    transform: translateX(0%);
   }

   .hozen {
    font-size: 3.8vw;
   }

   .houkokusyo{
    left:19.5%;
    font-size: 3.8vw;
   }
   
   .sekou{
    font-size: 3.8vw;
   }

   .sekkei-text1 {
    padding: 10px;
    font-size: 3.5vw;
   }

   .sekkei-text2 {
    padding: 10px;
    font-size: 3.5vw;
    top: 75%;
   }

  .info-wrap2 {
    height: 420px;
  }

  .contact-left2 {
    height: 220px;
  }

  .info2 {
    height: 220px;
  }

  .info-text2 {
    width: 90%;
    height: 140px;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 7px;
  }

  .contact-right2 {
    height: 220px;
  }

  .info2 p {
    font-size: 4.5vw;
    margin-top: 15px;
  }

  .info-text2 tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    line-height: 1.35;
  }
    
  .footer-img {
    width: 250px;
  }

  .footer-list-flex {
    width: 65%
  }

  .footer-list1 {
    font-weight: 700;
    font-size: 15px;
  }

  .footer-list2 {
    font-weight: 700;
    font-size: 15px;
    padding-left: 5%;
    padding-right: 0;
  }

  .footer-bottom{
    height: 200px;
  }

  .modal-flex {
    flex-direction: column;
  }

  .modal_box {
    width: 85%;
  }

  .modal-logo {
    width: 40%;
    margin: 0 auto;
  }

  .modal-complete-contents {
    text-align: center;
    margin-top: 10px;
  }

  .modal-complete {
    height: 300px;
  }

  .modal-title p {
    font-size: 5vw;
  }

  .form-item-label {
    font-size: 14px;
  }

  .sousin-btn {
    width: 30vw;
  }

  .sousin-btn a {
    font-size: 18px;
  }
  
}

@media screen and (max-width: 450px) {
  .q-title {
    font-size: 38px;
  }

  .q-wrap {
    height: 485px;
  }

  .q-container {
    height: 455px;
  }

  .q-image {
    width: 400px;
    top: 40.5%;
  }

  .better-company-title p {
    font-size: 20px;
  }

  .owl-company-title p {
    font-size: 20px;
  }

}

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

  .q-container p {
    font-size: 14px;
  }

  .denki-flex {
    flex-direction: column;
  }

  .denki-soft-wrap {
    width: 100%;
  }

  .denki-hard-wrap {
    margin-top: 30px;
    width: 100%;
  }

  .info2 p {
    margin-top: 10px;
  }

  .info-text2 {
    width: 95%;
  }
}

@media screen and (max-width: 400px) {
  .q-title {
    font-size: 32px;
  }

  .q-container p {
    text-align: center;
    font-size: 13px;
    width: 90%;
  }

  .q-wrap {
    height: 425px;
  }

  .q-container {
    height: 395px;
  }

  .q-image {
    width: 350px;
  }

  .kadai-title{
    font-size: 5vw;
  }

  .total-support {
    font-size: 50px;
  }

  .taiou-setubi {
    width: 80%;
  }

  .denki {
    width: 70%;
  }

  .hozen-sub-title {
    width: 80%;
    font-size: 20px;
  }

  .hozen-kanryou {
    width: 90%;
  }

  .houkokusyo-sub-title {
    width: 80%;
    font-size: 20px;
  }

  .sekkei {
    width: 80%;
  }
}

  

@media screen and (max-width: 350px) {
  .contact-address{
    font-size: 1rem;
  }

  .q-wrap {
    height: 380px;
  }

  .q-container {
    height: 350px;
  }

  .q-title {
    font-size: 28px;
  }

  .q-container p {
    width: 95%;
    font-size: 12px;
  }

  .q-image {
    width: 300px;
    top: 42%;
  }

  .kadai-wrap {
    height: 500px;
    border: solid 10px #DD6A37;
   }

   .kadai-image {
    margin-top: 83px;
    height: 393px;
   }

   .kadai1 {
    left: 30%;
    width: 60%;
  }

  .kadai2 {
    width: 40%;
  }

  .kadai3 {
    left: 33%;
    width: 60%;
  }

  .kadai4 {
    left: 33%;
    width: 60%;
  }

  .kadai5 {
    bottom: 16%;

  }

  .kadai6 {
    left: 14%;
    width: 70%;
  }

  .footer-list-flex {
    width: 70%;
  }


}
