.pageTtl{
 background: url(../img/voice/page_202603.jpg) no-repeat center center;
 background-size: cover;
}

.btmLink{
 background: url(../img/voice/btmlink_202603.jpg) no-repeat center center;
 background-size: cover
}

.pageList1{
 display: flex;
 flex-wrap: wrap;
}
.pageList1 li{
 width: 18%;
 margin: 4px 1%;
 background: #fff;
 overflow: hidden;
 border-radius: 10px;
 box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
 position: relative;
}
.pageList1 li a{
 display: flex;
 height: 100%;
 align-items: center;
}
.pageList1 li a .img{
 width: 50%;
}
.pageList1 li a .text{
 width: 50%;
 padding: 10px;
 text-align: center;
}
.pageList1 li a .text:before{
 position: absolute;
 display: block;
 content: "";
 border-top: solid 1px #f8c64e;
 width: 25px;
 right: 10px;
 bottom: 8px;
}
.pageList1 li a .text:after{
 position: absolute;
 display: block;
 content: "";
 border-top: solid 1px #f8c64e;
 width: 8px;
 right: 10px;
 bottom: 10px;
 transform: rotate(30deg);
}

.pageSection{
 position: relative;
 height: 35vw;
 max-height: 550px;
 padding-bottom: 2vw;
 max-width: 1800px;
 margin-left: auto;
 margin-right: auto;
}
.pageSection:before{
 width: 80%;
 height: 80%;
 display: block;
 content: "";
 position: absolute;
 left: 0px;
 bottom: 0px;
 background: linear-gradient(-90deg, #eaf1f6, #d1dde9);
}
.pageSection.reverse:before{
 left: inherit;
 right: 0px;
 bottom: 0px;
 background: linear-gradient(-90deg, #eaf1f6, #d1dde9);
}
.pageSection .text{
 position: absolute;
 z-index: 2;
 top: 40px;
 left: 10%;
 width: 40%;
 box-sizing: border-box;
}
.pageSection.reverse .text{
 left: inherit;
 right: 10%;
}
.pageSection .text .inner{
 padding: 50px;
}
.pageSection .img{
 position: absolute;
 z-index: 1;
 right: 0px;
 top: 0px;
 width: 58%;
 max-height: 500px;
 text-align: right;
}
.pageSection.reverse .img{
 right: inherit;
 left: 0px;
 text-align: left;
}
.pageSection .img .inner{
 display: inline-block;
 border-radius: 10px 0px 0px 10px;
 overflow: hidden;
 max-height: 500px;
}
.pageSection.reverse .img .inner{
 border-radius: 0px 10px 10px 0px;
}
.pageSection .img .inner img{

}

/*
===================================================
        tb
===================================================
*/
@media screen and (max-width: 960px) {
 .pageSection{
  position: relative;
  height: auto;
  max-height: none;
  padding-bottom: 0px;
  padding-top: 40vw;
 }
 .pageSection:before{
  width: 80%;
  height: 40%;
  display: block;
  content: "";
  position: absolute;
  top: 10vw;
  left: 0px;
  bottom: inherit;
  background: linear-gradient(-90deg, #eaf1f6, #d1dde9);
 }
 .pageSection .text{
  position: relative;
  z-index: 2;
  top: 20px;
  left: 0px;
  width: 100%;
 }
 .pageSection.reverse .text{
  left: inherit;
  right: 0px;
 }
 .pageSection .text .inner{
  padding: 20px;
 }
 .pageSection .img{
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  width: 75%;
  max-height: none;
 }
}

/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 768px) {
 .pageList1 li{
  width: 48%;
  font-size: 80%;
 }
 .pageList1 li a .img{
  width: 40%;
 }
 .pageList1 li a .text{
  width: 60%;
  padding: 10px;
  text-align: center;
 }
}