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

.btmLink{
 background: url(../img/recruit/btmbg_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);
}
.pageList2{
 display: flex;
 flex-wrap: wrap;
}
.pageList2 li{
 width: 30%;
 margin: 1%;
 text-align: center;
}
.pageList2 li p{
 padding: 5px;
}
.pageList3>li{
 border-bottom: solid 1px #eee;
 padding: 10px;
 display: flex;
}
.pageList3>li:first-child{
 border-top: solid 1px #eee;
}
.pageList3>li>span{
 width: 70%;
 padding: 10px;
}
.pageList3>li>span:first-child{
 width: 30%;
}
.pageList3>li .list{
 padding-left: 1.5em;
}
.pageList3>li .list li{
 position: relative;
 list-style: disc;
}
.pageSection{
 display: flex;
}
.pageSection.reverse{
 flex-direction: row-reverse;
}
.pageSection .img{
 width: 55%;
 overflow: hidden;
 display: flex;
 align-self: center;
}
.pageSection .text{
 width: 45%;
 max-width: 550px;
 margin: 15px;
 align-self: center;
 box-sizing: border-box;
}
.pageSection .text .type{
 background: #37414f;
 color: #fff;
 padding: 5px 10px;
 display: inline-block;
}
#movie{
 padding-top: 2em;
 padding-bottom: 2em;
}
#movie .inner{
 display: flex;
 justify-content: space-evenly;
 flex-direction: row-reverse;
}
#movie iframe{
 width: 100%;
 height: auto; 
 aspect-ratio: 16 / 9;
 object-fit: cover;
}

/*
===================================================
        tb
===================================================
*/
@media screen and (max-width: 960px) {
 .pageList1 li{
  width: 23%;
 }
 .pageSection{
  display: block;
  padding: 15px 0px;
 }
 .pageSection.reverse{
  flex-direction: row-reverse;
 }
 .pageSection .img{
  display: block;
  width: 92%;
  margin: 0px auto;
  border-radius: 10px;
 }
 .pageSection .img img{
  transform: scale(1.215,1.215);
  width: 100%;
  height: auto;
 }
 .pageSection.reverse .img img{
  position: relative;
  left: -10%;
 }
 .pageSection .text{
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
 }
 .pageSection .text .type{
  background: #37414f;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
 }
 #movie .inner{
  display: block;
 }
}

/*
===================================================
        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;
 }
 .pageList2 li{
  width: 48%;
  margin: 1%;
  text-align: center;
 }
 .pageList3>li{
  font-size: 80%;
 }
 .pageList3>li>span{
  width: 75%;
  padding: 5px;
 }
 .pageList3>li>span:first-child{
  width: 25%;
 }
}