@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: 3vw;
  letter-spacing: 1px;
}

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

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

#slideshow {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 120vh;
}
#slideshow img {
  position: absolute;
  top: 0;
  left:0;
  z-index: 8;
  opacity: 0.0;
  object-position: center top;
  width: 100%;
  height: 120vh;
  object-fit: cover;
}

#slideshow img.active {
  z-index: 10;
  opacity: 1.0;
}

#slideshow img.last-active {
  z-index: 9;
}

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

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

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

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

.about{
  padding-top: 60px;
  background-color: #DCD7CA;
  width:100%;
}

.about-catch-wrap{
  background-color: #ffffff;
  color: #116265;
  width: 90%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.about-catch-copy{
  margin-left: 10%;
  margin-right: auto;
  width: 90%;
}

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

.services-flow{
  position: absolute;
  top: 5%;
  left: 8%;
  width: 48%;
}

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

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

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

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

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

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

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

}

.about-text{
  text-align: center;
  color:#116265;
  background-color: #ffffff;
  width: 90%;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-right: 0;
  margin-left: auto;
  font-weight: 500;
  line-height: 1.3;
}

.about-text p{
  font-size: 1.7vw;
}

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

.about-text p:last-child{
  margin-top: 5px;
  font-size: 2vw;
}

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

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

.news{
  width: 60%;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-title{
  text-align: center;
  color:#DD6A37;
  margin-bottom: 10px;
}

.news-wrap{
  margin: 0 auto;
}

.news-wrap td{
  line-height: 1.8;
  margin-bottom: 10px;
}

table{
  border-collapse: collapse ;
}

.news-wrap tr{
  border-bottom: solid #DD6A37 2px;
}

.news-wrap td:first-child{
  background-color: #DD6A37;
  border-radius: 10px;
  color: #ffffff;
  border-bottom: solid #ffffff 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.news-wrap td:nth-child(2){
  padding-left: 10px;
  padding-right: 10px;
}

.btn-wrap{
  width: 80%;
  height: 80vh;
  margin: 0 auto;
  position: relative;
}

.our-company-btn{
  position: absolute;
  border: solid #DD6A37 5px;
  background-color: #FCF7EB;
  width: 35%;
  height: 34vh;
  text-align: center;
  font-size: 4vw;
  z-index: 15;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out ;
}

.our-company-img{
  position: absolute;
  width: 35%;
  height: 34vh;
  z-index: 10;
}

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

.our-company-img p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  color: #DD6A37;
  font-size: 4vw;
  font-weight: 500;
  text-shadow: 0 4px 8px #000000;
  text-align: center;
}

.our-company-btn:hover {
  opacity: 0;
}

.our-company-btn a{
  display: flex;
  height: 33vh;
  justify-content: center;
  align-items: center;
  color: #126467;
  font-weight: 500;
}

.services-btn{
  position: absolute;
  border: solid #DD6A37 5px;
  background-color: #FCF7EB;
  width: 35%;
  height: 40vh;
  text-align: center;
  font-size: 4vw;
  left: 36%;
  z-index: 15;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out ;
}

.services-img{
  position: absolute;
  width: 35%;
  height: 40vh;
  left: 36%;
  z-index: 10;
}

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

.services-img p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  color: #DD6A37;
  font-size: 4vw;
  font-weight: 500;
  text-shadow: 0 4px 8px #000000;
  text-align: center;
}

.services-btn:hover {
  opacity: 0;
}

.services-btn a{
  display: flex;
  height: 39vh;
  justify-content: center;
  align-items: center;
  color: #126467;
  font-weight: 500;
}

.works-btn{
  position: absolute;
  border: solid #DD6A37 5px;
  background-color: #FCF7EB;
  width: 28%;
  height: 20vh;
  text-align: center;
  font-size: 4vw;
  left: 72%;
  z-index: 15;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out ;
}

.works-img{
  position: absolute;
  width: 28%;
  height: 20vh;
  left: 72%;
  z-index: 10;
}

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

.works-img p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  color: #DD6A37;
  font-size: 4vw;
  font-weight: 500;
  text-shadow: 0 4px 8px #000000;
  text-align: center;
}

.works-btn:hover {
  opacity: 0;
}

.works-btn a{
  display: flex;
  height: 19vh;
  justify-content: center;
  align-items: center;
  color: #126467;
  font-weight: 500;
}

.access-btn{
  position: absolute;
  border: solid #DD6A37 5px;
  background-color: #FCF7EB;
  width: 28%;
  height: 18.5vh;
  text-align: center;
  font-size: 4vw;
  left: 72%;
  top:26.8%;
  z-index: 15;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out ;
}

.access-img{
  position: absolute;
  width: 28%;
  height: 18.5vh;
  left: 72%;
  top: 26.8%;
  z-index: 10;
}

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

.access-img p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  color: #DD6A37;
  font-size: 4vw;
  font-weight: 500;
  text-shadow: 0 4px 8px #000000;
  text-align: center;
}

.access-btn:hover {
  opacity: 0;
}

.access-btn a{
  display: flex;
  height: 17.5vh;
  justify-content: center;
  align-items: center;
  color: #126467;
  font-weight: 500;
}

.recruit-btn{
  position: absolute;
  border: solid #DD6A37 5px;
  background-color: #FCF7EB;
  width: 28%;
  height: 32vh;
  text-align: center;
  font-size: 4vw;
  top:44.5%;
  z-index: 15;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out ;
}

.recruit-img{
  position: absolute;
  width: 28%;
  height: 32vh;
  top: 44.5%;
  z-index: 10;

}

.recruit-img img{
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
}

.recruit-img p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  color: #DD6A37;
  font-size: 4vw;
  font-weight: 500;
  text-shadow: 0 4px 8px #000000;
  text-align: center;
}

.recruit-btn:hover {
  opacity: 0;
}

.recruit-btn a{
  display: flex;
  height: 31vh;
  justify-content: center;
  align-items: center;
  color: #126467;
  font-weight: 500;
}


.contact-btn{
  position: absolute;
  border: solid #DD6A37 5px;
  background-color: #FCF7EB;
  width: 71%;
  height: 26vh;
  text-align: center;
  font-size: 4vw;
  top: 51.9%;
  left: 29%;
  z-index: 15;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.contact-img{
  position: absolute;
  width: 71%;
  height: 26vh;
  top: 51.9%;
  left: 29%;
  z-index: 10;
}

.contact-img img{
  height: 100%;
  object-fit: cover;
  object-position: 0 90%;
}

.contact-img p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  color: #DD6A37;
  font-size: 4vw;
  font-weight: 500;
  text-shadow: 0 4px 8px #000000;
  text-align: center;
}

.contact-btn:hover {
  opacity: 0;
}

.contact-btn a{
  display: flex;
  height: 25vh;
  justify-content: center;
  align-items: center;
  color: #126467;
  font-weight: 500;
}

.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  display: flex;
    align-items: center;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 90%;
  max-width: 600px;
  background-color: #fff;
  z-index: 2;
}



.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: 1vw;
  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: 1030px) {

  header {
    font-size: 1.3vw;
  }

  body h1 {
    font-size: 4.2vw;
  }

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

  .mv-catch {
    top: 65%;
    width: 85%;
  }

  .mv-catch h1 {
    font-size: 6.5vh;
  }

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

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

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

  .news-wrap{
    font-size: 1.5vw;
  }

  .btn-wrap {
    height: 480px;
  }

  .our-company-btn{
    height: 205px;
  }

  .our-company-img{
    height: 205px;
  }

  .our-company-btn a{
    height: 195px;
  }

  .services-btn{
    height: 240px;
  }

  .services-img{
    height: 240px;
  }

  .services-btn a{
    height: 230px;
  }

  .works-btn{
    height: 120px;
  }

  .works-img{
    height: 120px;
  }

  .works-btn a{
    height: 110px;
  }

  .access-btn{
    height: 111px;
  }

  .access-img{
    height: 111px;
  }

  .access-btn a{
    height: 101px;
  }

  .recruit-btn{
    height: 190px;
  }

  .recruit-img{
    height: 190px;
  }

  .recruit-btn a{
    height: 180px;
  }

  .contact-btn{
    height: 153px;
  }

  .contact-img{
    height: 153px;
  }

  .contact-btn a{
    height: 143px;
  }


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

  #slideshow {
    height: 100vh;
  }

  #slideshow img {
    height: 100vh;
  }

  .mv-catch {
    top: 65%;
  }

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

  .catch-copy-sav{
    width: 70%;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 500;
    margin-top: 5vh;
  }

  .catch-phrase{
    font-size: 70px;
    margin-top: 6vh;
  }
  
  body h2{
    font-size: 2.8vw;
  }
 
  .about-catch-copy{
    margin-left: 5%;
  }

  .about-text p{
    font-size: 2vw;
  }

  .about-text p:last-child{
    font-size: 2.4vw;
  }

  .about-services-wrap {
    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%);
  }

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

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

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

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

  .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) {
  .mv-catch h1 {
    font-size: 45px;
  }

  .catch-copy-sav{
    font-size: 22px;
    margin-top: 5vh;
  }

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

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

  .mv-catch{
    top: 70%;
  }

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

  .catch-copy-sav{
    width: 60%;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5vh;
  }

  .catch-phrase{
    font-size: 50px;
    margin-top: 10px;
  }

  .news {
    width: 100%;
  }

  .btn-wrap {
    width: 90%;
    height: 320px;
  }

  .our-company-btn{
    width: 52%;
    height: 125px;
  }

  .our-company-img{
    width: 52%;
    height: 125px;
  }

  .our-company-btn a{
    height: 115px;
  }

  .services-btn{
    width: 100%;
    top: 130px;
    left: 0;
    height: 103px;
  }

  .services-img{
    width: 100%;
    top: 130px;
    left: 0;
    height: 103px;
  }

  .services-btn a{
    height: 93px;
  }

  .works-btn{
    left: 53%;
    width: 47%;
    height: 60px;
  }

  .works-img{
    left: 53%;
    width: 47%;
    height: 60px;
  }

  .works-btn a{
    height: 50px;
  }

  .access-btn{
    top: 65px;
    left: 53%;
    width: 47%;
    height: 60px;
  }

  .access-img{
    top: 65px;
    left: 53%;
    width: 47%;
    height: 60px;
  }

  .access-btn a{
    height: 50px;
  }

  .recruit-btn{
    width: 45%;
    top: 238px;
    height: 82px;
  }

  .recruit-img{
    width: 45%;
    top: 238px;
    height: 82px;
  }

  .recruit-btn a{
    height: 72px;
  }

  .contact-btn{
    left: 46%;
    width: 54%;
    top: 238px;
    height: 82px;
  }

  .contact-img{
    left: 46%;
    width: 54%;
    top: 238px;
    height: 82px;
  }

  .contact-btn a{
    height: 72px;
  }



  .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) {

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

  .catch-copy-sav {
    font-size: 16px;
    width: 73%;
  }

  .footer-bottom{
    height: 125px;
  }

}

@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: 6.6vw;
  }

  .catch-copy-sav {
    width: 85%;
  }

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

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

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

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

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

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

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

   .hozen {
    font-size: 3.8vw;
   }

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

   .sekkei-text1 {
    font-size: 3.8vw;
   }

   .sekkei-text2 {
    font-size: 3.8vw;
    top: 75%;
   }

   .news-wrap {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
   }

   .news-wrap tr {
    display: flex;
    flex-direction: column;
  }

  .news-wrap td {
    margin-bottom: 0;
  }

  .news-wrap td:first-child {
    margin-top: 5px ;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 30%;
  }

  .our-company-btn {
    font-size: 8vw;
  }

  .services-btn {
    font-size: 8vw;
  }

  .works-btn{
    font-size: 8vw;
  }

  .access-btn{
    font-size: 8vw;
  }

  .recruit-btn{
    font-size: 8vw;
  }

  .contact-btn{
    font-size: 8vw;
  }

  .our-company-img p {
    font-size: 8vw;
  }

  .services-img p {
    font-size: 8vw;
  }

  .works-img p{
    font-size: 8vw;
  }

  .access-img p{
    font-size: 8vw;
  }

  .recruit-img p{
    font-size: 8vw;
  }

  .contact-img p{
    font-size: 8vw;
  }


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