@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: 120vh;
  position: relative;
  overflow: hidden;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mv img{
  height: 120vh;
  object-fit: cover;
}

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

.catch-copy-sav{
  color:#ffffff;
  font-size: 2.2vw;
  font-weight: 400;
  text-shadow:1px 3px 6px #000000;
  margin-top: 2vh;
  text-align: center;
}

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

.message-wrap{
  display: flex;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 150px;
  width: 85%;
}

.message-wrap2{
  display: none;
}

.message{
  width: 50%;
  margin-right: 5%;
}

.message p{
  font-size: 16px;
  padding-bottom: 8px;
}

.message p:last-child{
  padding-top: 2px;
  text-align: end;
}

.message-title{
  color: #D27045;
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 5.5vw;
  margin-bottom: 4vw;
  line-height: 0.8;
}

.message-img{
  width: 50%;
}

.message-img img{
  height: 100%;
  object-fit: cover;
}

.origin-wrap{
  width: 85%;
  margin: 0 auto;
  margin-bottom: 150px;
}

.origin{
  display: flex;
  justify-content: end;
}

.origin-text{
  width: 50%;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.origin-text p{
  font-size: 16px;
  padding-bottom: 8px;
}

.origin-img{
  overflow: hidden;
  width: 50%;
  height: 80%;
}

.origin-img img{
  object-fit: cover;
  height: 100%;
}

.about-company-wrap1{
  width: 50%;
  height: 180px;
  background-color: #DD6A37;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.about-company-wrap2{
  width: 95%;
  height: 85%;
  background-color: #DD6A37;
  border: solid 15px #FCF7EB;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FCF7EB;
 
}

.about-company-wrap2 h3{
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 3.5vw;
  margin-bottom: 5px;
}


.slider-wrap{
  width: 50%;
  height: 700px;
  margin: 0 auto;
  border: solid 8px #DD6A37;
  margin-top: 75px;
}

table{
  border-collapse: collapse ;
}

.company-slider{
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.company-slider tr td:first-child{
  padding-right: 20px;
}

.company-slider tr{
  border-bottom: solid #DD6A37 2px;
}

.company-slider tr:last-child{
  border-bottom: 0;
}

.purpose{
  width: 80%;
  margin-top: 150px;
  padding-bottom: 150px;
  border-bottom: solid 3px #DD6A37;

}

.purpose h3{
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 50px;
  color: #DD6A37;
}

.purpose-wrap{
  display: flex;
  width: 100%;
}

.purpose-img{
  width: 40vw;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.purpose-img img{
  height: 100%;
  object-fit: cover;
}

.purpose-text{
  padding-top: 40px;
  padding-left: 40px;
}

.purpose-text p:first-child{
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 500;
  color:#126467;
}

.purpose-text p:last-child{
  line-height: 1.6;
}

.mission{
  width: 80%;
  margin-top: 150px;
  padding-bottom: 150px;
  border-bottom: solid 3px #DD6A37;

}

.mission h3{
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 50px;
  color: #DD6A37;
}

.mission-wrap{
  display: flex;
  width: 100%;
}

.mission-img{
  width: 40vw;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-img img{
  height: 100%;
  object-fit: cover;
}

.mission-text{
  padding-top: 40px;
  padding-left: 40px;
}

.mission-text p:first-child{
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 500;
  color:#126467;
}

.mission-text p:last-child{
  line-height: 1.6;
}

.works{
  width: 80%;
  margin-top: 150px;
  padding-bottom: 150px;


}

.works h3{
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 50px;
  color: #DD6A37;
}

.works-wrap{
  display: flex;
  width: 100%;
}

.works-img{
  width: 28vw;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.works-img img{
  height: 100%;
  object-fit: cover;
}

.works-text{
  padding-top: 40px;
  padding-left: 40px;
}

.works-text p:first-child{
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 500;
  color:#126467;
}

.works-text p:last-child{
  line-height: 1.6;
}

.our-services-wrap1{
  width: 50%;
  height: 180px;
  background-color: #DD6A37;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
}

.our-services-wrap2{
  width: 95%;
  height: 85%;
  background-color: #DD6A37;
  border: solid 15px #FCF7EB;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FCF7EB;
 
}

.our-services-wrap2 h3{
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 3.5vw;
  margin-bottom: 5px;
}

.about-services{
  margin: 0 auto;
  margin-top: 75px;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.blower{
  width: 400vw;
  margin-right: 20px;
}

.blower-text{
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 20px;

}

.motor{
  width: 400vw;
  margin-right: 20px;
}


.motor-text{
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 20px;
}

.ponpu{
  width: 400vw;
  margin-right: 20px;
}

.wrap{
  position: relative;
}

.hover{
  position: absolute;
  width: 100%;
  height: 12.3vw;
  background-color: rgba(18, 100, 103, 0.4);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.hover p{
  font-family: 'Dela Gothic One', sans-serif;
  color: #ffffff;
  font-size: 2vw;
}

.wrap:hover .hover{
  opacity: 1;
}

.ponpu-text{
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 20px;
}

.denki{
  width: 400vw;
}

.denki-text{
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 20px;
}

.more-services {
  display: flex;
  justify-content: end;
  margin-top: 30px;
  padding-bottom: 50px;
}

.more-services a {
  font-family: 'verdana-pro', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #126467;
  font-size: 3vw;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

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

.form-btn{
  position: relative;
  height: 15vw;
}

.form-btn-triangle{
  position: absolute;
  width: 40%;
  height: 15vw;
  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: 40%;
  height: 10vw;
  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;
}

.more-services img {
  width: 50%;
  margin-left: 20px;
  margin-right: 40px;
}

.footer{
  width: 100%;
  height: 135vh;
  position: relative;
  padding-top: 15vh;
}

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

.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) {
  .modal_box {
    height: 570px;
  }

  .modal-complete{
    height: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .message p{
    font-size: 16px;
  }

  .purpose-img {
    width: 45vw;
  }

  .mission-img{
    width:45vw;
  }

  .works-img {
    width: 40vw;
  }
}

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

  .message-wrap {
    display: none;
  }

  .message-wrap2 {
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .message {
    width: 75%;
    margin-right: 0;
    margin: 0 auto;
  }

  .message-title {
    font-size: 7.5vw;
    text-align: center;
  }

  .message-img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4vw;
  }

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

  .origin-wrap{
    width: 75%;
  }

  .origin{
    flex-direction: column;
  }

  .origin-title{
    margin-bottom: 8vw;
  }

  .origin-img {
    margin: 0 auto;
}
  
  .origin-text {
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .mission-img{
    width:50vw;
  }

  .works-img {
    width: 45vw;
  }
}

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

  header {
    font-size: 1.3vw;
  }

  body h1 {
    font-size: 4.2vw;
  }

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

  .catch-copy-sav {
    font-size: 3.0vw;
  }

  .purpose-img {
    width: 55vw 
  }

  .mission-img{
    width: 65vw;
  }

  .works-img {
    width: 50vw;
  }

  .more-services img {
    width: 40%;
  }

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

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

  .footer {
    height: 1050px;
    padding-top: 150px;
  }

  .footer-wrap {
    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: 970px) {

  .purpose-img img{
    height: 80%;

  }

  .mission-img img{
    height: 70%;
  }

  .works-img{
    width: 60vw;
  }

  .works-img img{
    height: 65%;
  }

}

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

  .footer{
    height: 880px;
  }


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

  .mv{
    height: 100vh;
  }

  .catch-copy-sav{
    line-height: 1.6;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
  }

  .about-company-wrap1 {
    width: 75%;
  }

  .about-company-wrap2 h3{
    font-size: 5vw;
  } 
  

  .slider-wrap {
    width: 75%;
  }

  .purpose {
    width: 75%;
    margin-top: 100px;
    padding-bottom: 50px;
  }

  .purpose-text {
    padding-left: 0;
  }

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

  .purpose h3 {
    text-align: center;
  }

  .purpose-img {
    width: 20vw;
    margin: 0 auto;
  }

  .mission {
    width: 75%;
    padding-bottom: 50px;
  }

  .mission-text {
    padding-left: 0;
}
  
  .mission-wrap {
    flex-direction: column;
  }

  .mission h3 {
    text-align: center;
  }

  .mission-img {
    width: 20vw;
    margin: 0 auto;
  }

  .works {
    width: 75%;
    padding-bottom: 50px;
  }

  .works-text {
    padding-left: 0;
}

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

  .works h3 {
    text-align: center;
  }

  .works-img {
    width: 20vw;
    margin: 0 auto;
  }

  .our-services-wrap1 {
    width: 75%;
  }

  .our-services-wrap2 h3{
    font-size: 5vw;
  } 

  .about-services {
    flex-wrap: wrap;
    width: 75%;
  }

  .blower {
    width: 36vw;
    margin-right: 0;
  }

  .motor {
    width: 36vw;
    margin-right: 0;
  }

  .ponpu {
    width: 36vw;
    margin-right: 0;
    margin-top: 20px;
  }

  .denki {
    width: 36vw;
    margin-right: 0;
    margin-top: 20px;
  }

  .hover {
    width: 100%;
    height: 24vw;
    padding-top: 0;
  }

  .hover p {
    font-size: 5vw;
  }

  .more-services a:first-child{
    font-size: 3.5vw;
  }

  .more-services a:last-child{
    width: 20%;
  }

  .more-services img{
    width: 55%;
    margin-right: 0;
  }

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

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

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

  .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: 1070px;
  }

  .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: 706px) {

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

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

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

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

  .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 {
    width: 40px;
    margin-top: 10px;
    margin-left: 50vw;
    padding-bottom: 5px;
  }

}

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

  .message-title {
    font-size: 9.5vw;
  }

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

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

  .footer-bottom{
    height: 125px;
  }

  body p {
    font-size: 16px;
}
}

@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%;
  }

  body p {
    font-size: 14px;
  }

  .company-slider td{
    font-size: 14px;
  }

  .mv-catch {
    width: 68%;
    right: 10%;
  }

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

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

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

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

  .about-company-wrap1 {
    width: 75%;
    height: 110px;
  }
  
  .about-company-wrap2 {
    width: 95%;
    height: 85%;
    border: solid 5px #FCF7EB;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FCF7EB;
   }

   .slider-wrap {
    width: 90%;
    margin-top: 50px;
    border: solid 6px #DD6A37;
   }

   .company-slider {
    width: 90%;
   }

   .purpose {
    width: 90%;
   }    

   .purpose h3 {
    font-size: 11vw;
   }

   .purpose-text p:first-child {
    font-size: 24px;
    text-align: center;
   }

   .mission h3 {
    font-size: 11vw;
   }

   .mission-text p:first-child {
    font-size: 24px;
    text-align: center;
   }

   .mission {
    width: 90%;
    margin-top: 100px;
   }  

   .works h3 {
    font-size: 11vw;
   }

   .works-text p:first-child {
    font-size: 24px;
    text-align: center;
   }

   .works {
    width: 90%;
    margin-top: 100px;
   }  

   .our-services-wrap1 {
    width: 75%;
    height: 110px;
    margin-top: 100px;
  }
  
  .our-services-wrap2 {
    width: 95%;
    height: 85%;
    border: solid 5px #FCF7EB;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FCF7EB;
   }

   .about-services {
    flex-direction: column;
    margin-top: 50px;
   }

   .blower {
    width: 100%;
   }

   .motor {
    width: 100%;
    margin-top: 50px;
   }

   .ponpu {
    width: 100%;
    margin-top: 50px;
   }

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

   .hover {
    width: 100%;
    height: 50vw;
    padding-top: 0;
   }

   .hover p {
    font-size: 8vw;
   }

  .more-services{
    margin-left: 15%;
    padding-top: 0;
   }

   .more-services a:first-child {
    font-size: 6vw;
   }

   .more-services a:last-child {
    width: 35%;
   }

   .more-services img {
    margin-left: 10px
   }

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

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

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


  .info-wrap2 {
    height: 420px;
  }

  .contact-left2 {
    height: 220px;
  }

  .info2 {
    height: 220px;
  }

  .info-text2 {
    width: 92%;
    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: 10px;
  }

  .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: 208px;
  }

  .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: 350px) {

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

  .contact-address{
    font-size: 1rem;
  }

  .works-text p:first-child {
    font-size: 22px;
  }
}
