#sec_mv{
 background: url(../img/frameR.png) no-repeat right top , url(../img/frameL.png) no-repeat left top , url(../img/mv.jpg) no-repeat center top;
 background-size: contain , contain , cover;
 overflow-x: hidden;
 width: 100%;
}
#sec_mv>.inner{
 position: relative;
 height: 100vh;
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto;
}
#sec_mv .mainText{
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%)
}
#sec_mv>.inner .btnGo{
 position: absolute;
 right: 20px;
 bottom: 20px;
 transition: .5s;
 max-width: 180px;
}
#sec_mv>.inner .btnGo:hover{
 transform:scale(1.03);
}

#sec_about .inner{
 background: var(--main-color);
 color: #fff;
 border-radius: 50px 50px 0px 0px;
 padding: 50px 0px 100px;
}
#sec_about .photo{
 overflow: hidden;
 height: 550px;
 text-align: center;
 position: relative;
}
#sec_about .photo img{
 position: absolute;
 width: 2564px;
 max-width: none;
 height: auto;
 top:50%;
 left: 50%;
 transform: translate(-50%,-50%);
}
#sec_about .inner2{
 padding: 50px 100px 100px;
 background: url(../img/frameL2.png) no-repeat left top ,  url(../img/frameR2.png) no-repeat right top ;
 background-size: auto 100%;
 text-shadow: 0px 0px 2px #fff , 0px 0px 2px #fff ,0px 0px 2px #fff, 0px 0px 2px #fff ,0px 0px 2px #fff, 0px 0px 2px #fff ,0px 0px 2px #fff, 0px 0px 2px #fff ,0px 0px 2px #fff;
}
#sec_about .inner2 .bg{
 background: rgba(255,255,255,0.7);
 padding: 15px;
 border-radius: 10px;

}
#sec_about .photo2{
 text-align: center;
}
#sec_about .photo2 img{
 border-radius: 25px;
}

#sec_item .secList{
 display: flex;
 justify-content: center;
}
#sec_item .secList li{
 text-align: center;
 margin:0px 20px 0px;
}
#sec_item .secList li img{
 border-radius: 50%;
 margin-bottom: 20px;
}

#sec_recruit{
 background: url(../img/bg_recruit.jpg) no-repeat center center , var(--main-color);
 height: 443px;
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
}
#sec_recruit .styleBtn{
 position: absolute;
 bottom: 50px;
 left: 0px;
 width: 100%;
}

#sec_form {
 overflow-x: hidden;
 width: 100%;
}
#sec_form form{
 background: #F0E6BF;
 padding: 50px;
}

#sec_service .list1{
 display: flex;
}
#sec_service .list1 li{
 width: 50%;
 box-sizing: border-box;
 padding: 15px;
}
#sec_service .list1 li:nth-child(odd){
 border-right: solid 1px var(--main-color);
}
#sec_service .list1 li .photo{
 position: relative;
}
#sec_service .list1 li .photo img{
 border:solid 10px #fff;
 box-shadow: 6px 6px 10px rgba(0,0,0,0.5);
 box-sizing: border-box;
}
#sec_service .list1 li .photo .text{
 position: absolute;
 bottom: 30px;
 left: 0px;
 text-align: center;
 width: 100%;
}
#sec_service .list1 li .photo .text>span{
 display: inline-block;
 color: #fff;
 background: var(--main-color);
 border-radius: 30px;
 min-width: 150px;
 padding: 5px;
}
/*
===================================================
	sp
===================================================
*/
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
.t-w64vw{
	width: 64vw;
}
}
@media screen and (max-width: 1257px) {

 #sec_mv{
  height: 60vh;
 }
 #sec_mv>.inner{
  height: 60vh;
 }
 #sec_mv .mainText{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: 30vh;
 }
 #sec_mv .mainText img{
  height: 100%;
  width: auto;
 }
 #sec_mv>.inner .btnGo{
  position: absolute;
  right: 8px;
  bottom: 8px;
  transition: .5s;
  width: 20vw;
  max-width: 150px;
 }
 #sec_news .maxWidth{
  max-width: 550px;
 }
 #sec_about .inner{
  background: var(--main-color);
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 30px 0px 40px;
 }
 #sec_about .photo{
  height: 200px;
 }
 #sec_about .inner2{
  padding: 20px 0px 50px;
  background: none ;
  text-shadow: 0px 0px 2px #fff , 0px 0px 2px #fff ,0px 0px 2px #fff, 0px 0px 2px #fff ,0px 0px 2px #fff, 0px 0px 2px #fff ,0px 0px 2px #fff, 0px 0px 2px #fff ,0px 0px 2px #fff;
 }
 #sec_about .inner2 .bg{
  padding: 10px 0px;
 }
 #sec_about .photo2{
  text-align: center;
 }
 #sec_about .photo2 img{
  border-radius: 10px;
 }

 #sec_item .secList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
 }
 #sec_item .secList li{
  width: 29%;
  text-align: center;
  margin:0px 2% 25px;
 }

 #sec_recruit{
  background: url(../img/bg_recruit_sp.jpg) no-repeat center top , var(--main-color);
  background-size: cover;
  height: 250px;
  padding: 10px;
 }
 #sec_recruit .styleBtn{
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
 }

 #sec_form form{
  background: #F0E6BF;
  padding: 30px;
 }

 #sec_service .list1{
  display: flex;
  display: block;
 }
 #sec_service .list1 li{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
 }
 #sec_service .list1 li:nth-child(odd){
  border-right: none;
 }
 #sec_service .list1 li .photo{
  position: relative;
 }
 #sec_service .list1 li .photo img{
  border:solid 6px #fff;
  box-shadow: 6px 6px 10px rgba(0,0,0,0.5);
  box-sizing: border-box;
 }
 #sec_service .list1 li .photo .text{
  position: absolute;
  bottom: 30px;
  left: 0px;
  text-align: center;
  width: 100%;
 }
 #sec_service .list1 li .photo .text>span{
  display: inline-block;
  color: #fff;
  background: var(--main-color);
  border-radius: 30px;
  min-width: 150px;
  padding: 5px;
 }

}
@media screen and (max-width: 1100px) {
 #sec_about .photo img{
  position: absolute;
  width: 1100px;
  max-width: none;
  height: auto;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
 }
}
/*
===================================================
	sp small
===================================================
*/
@media screen and (max-width: 600px) {
}


.news_img{
	aspect-ratio: 29 / 19;
	object-fit: cover;
}