.page_home{
 background: url(../img/home/bg_ttl.jpg) no-repeat top center;
 background-size: auto 750px;
}
.slick-prev:before,
.slick-next:before{
 display: none;
}
.slick-prev{
 left: 12px;
 z-index: 2;
 border-top: solid 3px #fff;
 border-left: solid 3px #fff;
 width: 30px;
 height: 30px;
 transform: rotate(-45deg);
 margin-top: -15px;
}
.slick-next{
 right: 12px;
 z-index: 2;
 border-top: solid 3px #fff;
 border-right: solid 3px #fff;
 width: 30px;
 height: 30px;
 transform: rotate(45deg);
 margin-top: -15px;
}
.serviceList{
 background: #052d74;
}
.serviceList .slick-slide{
 padding: 3px;
}
.serviceList .slick-list{
 padding-top: 4px;
}

#section1 .ttl{
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 padding:120px 15px;
}
#section1 .chara{
 position: relative;
}
#section1 .chara img{
 position: absolute;
 right: 20px;
 bottom: 10px;
 width: 25%;
 max-width: 500px;
 height: auto;
}
#section2 .textBox1{
 border-bottom: solid 5px #e4007f;
 position: relative;
}
#section2 .textBox1:after{
 display: block;
 content: "";
 position: absolute;
 left: 50%;
 bottom: -30px;
 border-top: solid 30px #e4007f;
 border-left: solid 25px transparent;
 border-right: solid 25px transparent;
 margin-left: -25px;
}
#section2 .textBox2{
 border:solid 5px #e4007f;
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}
#section2 .textBox2 p{
 padding: 20px;
}
#section2 .youtube iframe{
 width: 80%;
 height: 50vw;
 max-width: 800px;
 max-height: 500px;
}
#section2 .productsList>li{
 border:solid 1px #ccc;
}
#section3 .serviceMenu{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
#section3 .serviceMenu>li{
 background: #fff;
 padding: 50px 3.5% 120px;
 position: relative;
 border: solid 1px var(--purple);
 width: 40%;
 margin-bottom: 35px;
}
#section3 .serviceMenu>li .styleBtn{
 position: absolute;
 bottom: 40px;
 left: 0px;
 width: 100%;
 text-align: center;
}
#section3 .serviceMenu>li .styleBtn a{
 display: block;
 width: 60%;
 margin: 0px auto;
 position: relative;
}
#section3 .serviceMenu>li .styleBtn a .inner{
 justify-content: center;
}
#section3 .serviceMenu>li .styleBtn a .inner .icon{
 position: absolute;
 right: 10px;
}
#section4 {
 text-align: center;
 color: #fff;
}
#section4 h2{
 padding: 100px 15px;
 font-size: 400%;
 text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
#section4 .ttl1{
 background: url(../img/home/topbg1.jpg) no-repeat center center;
}
#section4 .ttl2{
 background: url(../img/home/topbg2.jpg) no-repeat center center;
}
#section4 .ttl3{
 background: url(../img/home/topbg3.jpg) no-repeat center center;
}
#section5{
 background: url(../img/home/topbg4.jpg) no-repeat center center;
}
#section5 .inner{
 min-height: 500px;
 display: flex;
 justify-content: center;
 align-items: center;
}
#section5 .inner .tmpMsg{
 font-size: 300%;
 color: #fff;
 font-weight: bold;
}
#section5 .inner .tmpMsg span{
 position: relative;
}
#section5 .inner .tmpMsg span:after{
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 border-bottom: solid 2px #fff;
 bottom: -10px;
}
#section6 .styleList.list4 li{
 border:solid 2px #e4007f;
}
#section6 .styleList.list4 li a{
 display: block;
 padding: 10px;
}
#section7 .points {
 display: flex;
 justify-content: center;
}
#section7 .points li{
 background: #fff;
 border:solid 2px #f8b62b;
 display: flex;
 width: 180px;
 height: 180px;
 justify-content: center;
 align-items: center;
 border-radius: 150px;
 color: #fea700;
 font-weight: bold;
 margin: 10px;
}
#section7 .btnPush a .inner{
 border:solid 2px #fea700;
 background: #fff;
 box-shadow: 3px 5px 0px rgba(254,143,0,1);
 color: #fea700;
}
#section7 .btnPush a:hover{
 opacity: 1;
 color: #fea700;
}
#section7 .btnPush a:hover .inner{
 box-shadow: 3px 5px 0px rgba(254,143,0,0);
}
#section7 .btnPush a .inner>span.icon{
 border-left: solid 2px #fea700;
}
#section8 .workList .img{
 height: 20vw;
 max-height: 150px;
}
#section2 .youtubeList li iframe{
 width: 100%;
 height: 30vw;
 max-height: 220px;
}
#section9 .newsList li{
 border-bottom: solid 1px #ccc;
}
#section9 .newsList li a{
 display: flex;
 width: 100%;
}
#section9 .newsList li a>span{
 padding: 15px;
}

/*
===================================================
	ps oversize
===================================================
*/
@media screen and (min-width: 1800px) {
 .page_home{
  background: url(../img/home/bg_ttl.jpg) no-repeat top center;
  background-size: contain;
 }
}
/*
===================================================
	pc
===================================================
*/
@media screen and (max-width: 1200px) {
 .page_home{
  background-size: auto 800px;
 }
}
/*
===================================================
 sp
===================================================
*/
@media screen and (max-width: 768px) {
 .page_home{
  background-size: auto 650px;
 }
 #section2 .youtubeList li iframe{
  width: 100%;
  height: 50vw;
  max-height: 220px;
 }
 #section3 .serviceMenu{
  display: block;
 }
 #section3 .serviceMenu>li{
  background: #fff;
  padding: 20px 3.5% 80px;
  position: relative;
  border: solid 1px var(--purple);
  width: auto;
  margin-bottom: 25px;
 }
 #section3 .serviceMenu>li .styleBtn{
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
 }
 #section3 .serviceMenu>li .styleBtn a{
  display: block;
  width: 60%;
  margin: 0px auto;
  position: relative;
 }
 #section3 .serviceMenu>li .styleBtn a .inner{
  justify-content: center;
 }
 #section3 .serviceMenu>li .styleBtn a .inner .icon{
  position: absolute;
  right: 10px;
 }
 #section4 h2{
  padding: 50px 15px;
  font-size: 200%;
  text-shadow:2px 2px 2px rgba(0,0,0,0.5);
 }
 #section5 .inner .tmpMsg{
  font-size: 200%;
 }
 #section5 .inner{
  min-height: 300px;
 }

}