#pageData1{
 background: url(../img/company/bg1.jpg) no-repeat center center;
 padding: 120px 0px 360px;
}
#pageData1 .logo{
 display: flex;
 background: #fff;
}
#pageData1 .logo h2{
 display: flex;
 padding: 50px;
 border-right: solid 1px #0c1645;
 justify-content: center;
 align-items: center;
 width: 30%;
}
#pageData1 .logo p{
 padding: 50px;
 display: flex;
 align-items: center;
}
#pageData2{
 margin-top: -200px;
 position: relative;
 transform: skewY(-8deg);
 padding: 200px 0px 100px;
 overflow: hidden;
}
#pageData2 .maxWidth{
 transform: skewY(8deg);
 position: relative;
}
#pageData2 .maxWidth:before{
 position: absolute;
 content: "";
 display: block;
 background: url(../img/company/photo1.png) no-repeat center center;
 width: 40%;
 height: 160%;
 background-size: contain;
 right: 10%;
 bottom: -20%;
 max-width: 400px;
}
#pageData2 .maxWidth .inner{
 width: 50%;
}
#pageData3{
 margin-top: -2px;
 position: relative;
 transform: skewY(-8deg);
 padding: 100px 0px 150px;
 overflow: hidden;
}
#pageData3 .maxWidth{
 transform: skewY(8deg);
 position: relative;
}
#pageData4{
 padding: 300px 0px 100px;
 margin-top: -180px;
}
#pageData5{
 background: url("../img/company/photo2_20220318.jpg") no-repeat center center;
 padding: 100px 0px;
}

.pageBox{
 padding: 50px;
 background: #fff;
 box-shadow:2px 2px 20px rgba(0,0,0,0.1);
}
.pageBox h3{
 background: #0d1644;
 color: #fff;
 padding: 10px 30px;
 display: inline-block;
 letter-spacing: .2em;
}

.pageList li{
 display: flex;
 width: 100%;
 border-bottom: solid 1px #0c1645;
 align-items: center;
}
.pageList li:last-child{
 border-bottom: none;
}
.pageList li h4{
 min-width: 15em;
 padding: 20px 0px;
}
.pageList li p{
 padding: 20px;
}
/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 960px) {
 #pageData1{
  background: url(../img/company/bg1.jpg) no-repeat center center;
  padding: 50px 0px 280px;
  background-size: cover
 }
 #pageData1 .logo{
  display: block;
  background: #fff;
 }
 #pageData1 .logo h2{
  display: flex;
  padding: 30px 10px 20px;
  border-right: none;
  border-bottom: solid 1px #0c1645;
  justify-content: center;
  align-items: center;
  width: auto;
 }
 #pageData1 .logo p{
  padding: 10px 10px 20px;
  display: flex;
  align-items: center;
 }
 #pageData2{
  margin-top: -200px;
  position: relative;
  transform: skewY(-8deg);
  padding: 80px 0px 0px;
  overflow: hidden;
 }
 #pageData2 .maxWidth{
  transform: skewY(8deg);
  position: relative;
  padding-bottom: 280px
 }
 #pageData2 .maxWidth:before{
  position: absolute;
  content: "";
  display: block;
  background: url(../img/company/photo1.png) no-repeat center center;
  width: 100%;
  height: 300px;
  background-size: contain;
  right: 0px;
  bottom: -70px;
  max-width: none;
 }
 #pageData2 .maxWidth .inner{
  width: auto;
 }
 #pageData3{
  margin-top: -2px;
  position: relative;
  transform: skewY(-8deg);
  padding: 50px 0px 80px;
  overflow: hidden;
 }
 #pageData3 .maxWidth{
  transform: skewY(8deg);
  position: relative;
 }
 #pageData4{
  padding: 250px 0px 50px;
  margin-top: -180px;
 }
 #pageData5{
  background: url("../img/company/photo2_sp_20220318.jpg") no-repeat center center;
  padding: 40px 0px;
  background-size: cover;
 }

 .pageBox{
  padding: 20px;
  background: #fff;
  box-shadow:2px 2px 20px rgba(0,0,0,0.1);
 }
 .pageBox h3{
  background: #0d1644;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  letter-spacing: .2em;
 }

 .pageList li{
  display: flex;
  width: 100%;
  border-bottom: solid 1px #0c1645;
  align-items: center;
  font-size: 90%;
 }
 .pageList li:last-child{
  border-bottom: none;
 }
 .pageList li h4{
  min-width: 7em;
  padding: 10px 0px;
 }
 .pageList li p{
  padding: 10px;
 }
}