@charset "utf-8";

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


/******header******/
#header{
  width: 100%;
  margin: 0 auto;
}

.wrap_header{
  width: 100%;
  padding: 30px 50px;
  box-sizing: border-box;
}

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

.leftHeader{
  float: left;
  width: 48%;
}

.leftHeader >h1{
  display: inline-block;
  vertical-align: top;
}

.leftHeader >h1 >a{
  width: 120px;
  display: block;
}


.leftHeader >h1 >a >img{
  width: 100%;
}

.HeaderList{
  display: none;
  vertical-align: top;
  width: 500px;
  margin: 40px 0 0 30px;
}

.HeaderList >li{
  display: inline-block;
  vertical-align: middle;
  width: 19%;

}
.HeaderList >li >a{
  display: block;
  font-size: 18px;
  text-align: center;
}


.RightHeader{
  float: right;
  margin-top: 20px;
}

.Contact{
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  border-radius: 30px;
  border: 1px solid #1d2088;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  transform: skew(0.03deg);
  color: #1d2088;
  font-weight: bold;
  transition: All 0.4s;
}


.Contact:hover{
  border: 1px solid #1d2088;
  background-color: #1d2088;
  color: #fff;
}

.Menu{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 40px;
}

.Menu img{
  width: 100%;
}



/******footer*****/


#footer{
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

.wrap_footer{
  width: 94%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}


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


.LeftFooter{
  float: left;
}


.LeftFooter >a{
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}

.LeftFooter >a >img{
  width: 100%;
}


.footerInfo{
  display: block;
  vertical-align: middle;
  margin-left: 0;
  margin-top: 30px;
}

.footerInfo address{
  transform: skew(-0.03deg);
  font-size: 15px;
  line-height: 25px;
}

.footerInfo >p{
  transform: skew(-0.03deg);
  font-size: 15px;
  line-height: 25px;
}

.footMoBr {
  display: none;
}




.Sns{
  float: right;
  width: 24%;
}

.Sns::after{
  display: none;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #e5e5e5;
  position: absolute;
  left: -40%;
  top: 15%;
}


.snsList{
  width: 100%;
  margin: 30px auto 0;
}

.snsList >li{
  display: inline-block;
  vertical-align: middle;
  width: 30.3%;
  margin-left: 1%;
}

.snsList >li:first-child{
  margin-left: 0;
}


}


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



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

/******header******/
#header{
  width: 100%;
  margin: 0 auto;
}

.wrap_header{
  width: 100%;
  padding:1em 20px;
  box-sizing: border-box;
}

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

.leftHeader{
  float: left;
  width: 48%;
}

.leftHeader >h1{
  display: inline-block;
  vertical-align: top;
}

.leftHeader >h1 >a{
  width: 90px;
  display: block;
}


.leftHeader >h1 >a >img{
  width: 100%;
}

.HeaderList{
  display: none;
  vertical-align: top;
  width: 500px;
  margin: 40px 0 0 30px;
}

.HeaderList >li{
  display: inline-block;
  vertical-align: middle;
  width: 19%;

}
.HeaderList >li >a{
  display: block;
  font-size: 18px;
  text-align: center;
}


.RightHeader{
  float: right;
  margin-top: 20px;
  display: none;
}

.Contact{
  display: none;
  vertical-align: middle;
  width: 130px;
  border-radius: 30px;
  border: 1px solid #1d2088;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  transform: skew(0.03deg);
  color: #1d2088;
  font-weight: bold;
  transition: All 0.4s;
}


.Contact:hover{
  border: 1px solid #1d2088;
  background-color: #1d2088;
  color: #fff;
}

.Menu{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 40px;
}

.Menu img{
  width: 100%;
}



/******footer*****/


#footer{
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

.wrap_footer{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}


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


.LeftFooter{
  float: left;
}


.LeftFooter >a{
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}

.LeftFooter >a >img{
  width: 100%;
}


.footerInfo{
  display: block;
  vertical-align: middle;
  margin-left: 0;
  margin-top: 30px;
}

.footerInfo address{
  transform: skew(-0.03deg);
  font-size: 14px;
  line-height: 24px;
}

.footerInfo >p{
  transform: skew(-0.03deg);
  font-size: 14px;
  line-height: 24px;
  word-break:keep-all;
}

.footMoBr {
  display: block;
}




.Sns{
  float: none;
  width: 100%;
}

.Sns::after{
  display: none;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #e5e5e5;
  position: absolute;
  left: -40%;
  top: 15%;
}


.snsList{
  width: 100%;
  margin: 30px auto 0;
}

.snsList >li{
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 1%;
  margin-top: 30px;
}

.snsList >li:first-child{
  margin-left: 0;
}



.mo_767{
  display: none;
}

.mo_1180{
  display: block;
}

.pc{
  display: none;
}



.over{
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
}

.over.HanOn{
  display: block;
}

.mo_ham{
  display: block;
  float: right;
  width: 40px;
  margin: 20px 0;

}


.mo_ham >img{
  width: 100%;
}
.hamburger.HanOn{
  right: 0;
}

.hamburger{
  display: block;
  position: fixed;
  top: 0;
  right: -81%;
  width: 80%;
  height: 100%;
  z-index: 99999;
  background-color: #fff;
  transition:  All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;

}


.TopHam{
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.TopHam::after{
  display: block;
  content: "";
  clear: both;
}
.mainLogo_ham{
  float: left;
  display: block;
  width: 100px;
  margin: 0 auto;
}

.mainLogo_ham >img{
  width: 100%;
}

.close{
  float: right;
  width: 30px;
  margin: 20px 15px 0 0;
  padding: 6px 7px;
  box-sizing: border-box;
}

.close >img{
  width: 100%;
}

.HamList{
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #70917c;


}


.HamList >li{

}

.HamList >li >a{
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  transform: skew(-0.03deg);
}



.HamSomenu{
  width: 100%;
  margin: 0px auto;
  display: none;
  border-top: 1px solid #70917c;
  border-bottom: 1px solid #70917c;
  box-sizing: border-box;
}

.HamSomenu >li{
  border-bottom: 1px solid #e5e5e5;
}

.HamSomenu >li:last-child{
  border-bottom: 0;
}
.HamSomenu >li >a{
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 40px;
  padding-left: 25px;
  transform: skew(-0.03deg);
}


.arrow{
	width: 9%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.arrow01{
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #70917c;
	border-right: 2px solid #70917c;
	transform: translate(-50%,-50%) rotate(135deg);
	transition: All 0.5s;
}

.arrow01.RotateOn{
	transform: translate(-50%)rotate(-45deg);
}


}
