#pageSection{
 background: url(../img/company/page.jpg) center center;
 background-size: cover;
}

#sec1 .text{
 background: url(../img/company/pagebg.png) no-repeat right bottom;
 background-size: 60% auto;
 display: flex;
 padding-left: 20px;
 justify-content: flex-start;
}
#sec1 .text .maxWidth3{
 margin: 0px;
}
#sec2{
 background: url(../img/company/sectionbg1.jpg) no-repeat center center;
 background-size: cover;
}
#sec3 .sttl{
 margin-top: -25%;
}
#sec4{
 background: url(../img/company/sectionbg2.jpg) no-repeat center center;
 background-size: cover;
 min-height: 30vw;
}
#sec6{
 background: url(../img/company/sectionbg3_202307.jpg) no-repeat center center;
 background-size: cover;
}

.pageList li{
 display: flex;
}
.pageList li>span{
 padding: 10px;
 width: 80%;
}
.pageList li>span:first-child{
 width: 20%;
 min-width: 5.5em;
}

/*
===================================================
        tb
===================================================
*/
@media screen and (max-width: 1500px) {
#sec6{
 background: url(../img/company/sectionbg3_sp_202307.jpg) no-repeat center center;
 background-size: cover;
}
}
@media screen and (max-width: 960px) {
 #sec1 .text{
  background: url(../img/company/pagebg.png) no-repeat right center;
  background-size: 60% auto;
 }
}

/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 768px) {
 #sec1 .text{
  display: flex;
  padding-left: 0px;
  justify-content: center;
 }
}

#sec1_5 .item {
  display: flex;
  position: relative;
  align-items: center;
  width: 90%;
  border: solid 2px rgba(0, 0, 0, 0.13);
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057),
  0 5px 6.1px rgba(0, 0, 0, 0.076),
  0 10.1px 11.4px rgba(0, 0, 0, 0.086),
  0 19.2px 19.8px rgba(0, 0, 0, 0.092);
  margin: 1rem auto 0;
}
#sec1_5 .item:nth-of-type(1){
  margin: 0 auto;
}
#sec1_5 .item:nth-of-type(1) h3>span{
  padding-left: 1rem;
}
#sec1_5 .item:nth-of-type(4) h3>span{
  padding-right: 1rem;
}
#sec1_5 .item h2{
  min-width: 4.1em;
}
#sec1_5 .item ul{
  margin-left: 1.5rem;
}
#sec1_5 li{
  list-style: square;
}
#sec1_5 .item_content {
  border-left: solid 2px #fff;
  padding-left: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
#sec1_5 .item {
  display: block;
  padding: 30px 10px;
}
#sec1_5 .item>h2 {
  width: fit-content;
  border-bottom: solid 2px #fff;
  padding-bottom: 1rem;
  margin: 0 auto;
}
#sec1_5 .item_content>h3{
  text-align: center;
}
#sec1_5 .item:nth-of-type(1) h3>span{
  padding-left: 0;
}
#sec1_5 .item:nth-of-type(4) h3>span{
  padding-right: 0;
}
#sec1_5 .item_content {
  width: 90%;
  border-left: none;
  padding: 0;
  margin: 1rem auto 0;
}
}