/* --------------------- 共通 --------------------- */
#ContentsWrap {
  overflow: hidden;
}
a {outline:none;}
 
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
outline: none;
}
.swiper-wrapper { align-items: stretch!important; }
.swiper-slide { height: auto; }

#Gnavi .swiper-wrapper .swiper-slide {
  width: auto;
}
.sectionTitleA .ja:after  {
  display: none;
}
.sectionTitleA {
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
}
.sectionTitleA .ja {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 25px;
  font-size: 36px;
  line-height: 36px;
}
.sectionTitleA .en {
  line-height: 100%;
  color: #2B65AE;
  font-weight: bold;
}
.pageTitleA {
  height: 180px;
}
h3.below,
h3.side  {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 80px;
  position: relative;
}
h3.side {
  display: table-cell;
  padding-bottom: 50px;
}
h3.below:after {
  position: absolute;
  content: '';
  display: block;
  background: #2B65AE;
  width: 148px;
  height: 1px;
  top: 65px;
}
h3.side:after {
  position: absolute;
  content: '';
  display: block;
  background: #2B65AE;
  width: 148px;
  height: 1px;
  top: 15px;
  right: -160px;
}
/* sectionB  */
.sectionB {
  position:relative;
}
.sectionB .sectionInner {
  position:relative;
  z-index:10;
}
.sectionB.top {
  padding-top:240px;
}
.sectionB.top:after {
  content:" ";
  position:absolute;
  display:block;
  width:100%;
  height:235px;
  left:0px;
  z-index:1;
  top:0;
}
.sectionB._1:after {
  background:#fff url(/_pack/img/cmn_section_bg_01.png?ver2) center center no-repeat;
  background-size:100% 100%;
}
.sectionB._1.re:after {
    transform: scale(1, -1);
}
.sectionB._2:after {
  background:#fff url(/_pack/img/cmn_section_bg_02.png?ver2) center center no-repeat;
  background-size:100% 100%;
}
.sectionB._2.re:after {
    transform: scale(1, -1);
}
.sectionB.only {
  margin-top: -160px;
} 

a.invalid {
    pointer-events: none;
}
a.invalid {
  color: #959595 !important;
  border: 1px solid #959595 !important;
  box-shadow: 4px 4px 0px #959595 !important;
  padding-right: 0 !important;
}
svg, img {
    vertical-align: bottom;
    max-width: 100%;
}
.fc-blu1 {
  color: #3372BD;
}
.fc-blu2 {
  color: #2889CD;
}
.fwBold {
  font-weight: 700;
}

.cvBtn {
  min-width:250px;
  border-radius: 100px;
}

/* b1  */
.b1 {
  color:#3372BD !important;
  background-color:#FFF;
  border:1px solid #3372BD;
}
.b1.shadow {
  box-shadow: 4px 4px 0px #3372BD;
}
.b1:before {
  background-color:#3372BD;
  opacity:0.1;
}
@media all and (max-width: 840px)  {
/* ---sp --- */
#SPModalMenu .swiper-wrapper {
  display: block;
}
.sectionTitleA {
  display: inherit;
  margin-bottom: 50px;
}
.sectionTitleA .ja {
  margin-right: 15px;
  font-size: 24px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.sectionTitleA .en {
  line-height: 100%;
  text-align: left;
}
h3.below,
h3.side {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
h3.below:after,
h3.side:after {
  width: 120px;
  height: 1px;
  top: 50px;
}
h3.below2:after {
  top:70px;
}
h3.side {
  display: inherit;
  padding-bottom: inherit;
}
h3.side:after {
  top: 50px;
  right: inherit;
}
/* sectionB  */
.sectionB {
  position:relative;
}
.sectionB .sectionInner {
}
.sectionB.top {
  padding-top:120px;
}
.sectionB.top:after {
  height:100px;
  top:0px;
}
.sectionB._1:after {
  background:#fff url(/_pack/img/cmn_section_bg_01.png?ver2) center center no-repeat;
  background-size:100% 100%;
}
.sectionB._2:after {
  background:#fff url(/_pack/img/cmn_section_bg_02.png?ver2) center center no-repeat;
  background-size:100% 100%;
}
.sectionB.only {
  margin-top: -80px;
} 
}


/* --------------------- Header --------------------- */
.pageTitleA {
  height:0;
  background: #3372BD;
  padding:65px 0 85px;
  position: relative;
}
.pageTitleA:before {
  content: " ";
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(/_pack/img/cmn_bg_02.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  background-color: transparent;
  right: 0px;
  top: -30px;
  left: auto;
  transform: translate(20%,-20%) rotate(387deg);
  opacity: 0.2;
  z-index: 5;
}
.pageTitleA .textWrap {
  width: 1100px;
  margin: 0 auto;
}
.pageTitleA h1 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
@media all and (max-width: 840px)  {
.pageTitleA {
  height:0;
  background: #3372BD;
  padding:45px 0 65px;
}
.pageTitleA:before {
  width: 150px;
  height: 150px;
}
.pageTitleA .textWrap {
  width: 100%;
  margin: 0 15px;
}
.pageTitleA h1 {
  font-size: 24px;
  color: #fff;
}
}



/* --------------------- Mv --------------------- */
#Mv {
    background: url(/_pack/img/career_mv_bg.jpg?ver3) no-repeat top center;
    width: 100%;
    height: 75vh;
    position: relative;
    z-index: 5;
    background-size: cover;
}
#Mv .catch {
    position: absolute;
    width: 920px;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    background-color: rgba(255,255,255,0.85);
    padding:60px 0;
    border-radius: 10px;
}
#Mv .catch .title {
  font-size: 28px;
  font-weight: 700;
  color: #3372BD;
  letter-spacing: 0.1em;
  z-index: 10;
  position: relative;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}
#Mv .catch .text {
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 840px)  {
/* --------------------- xxx sp --------------------- */
#Mv {
  background: url(/_pack/img/career_mv_bg_sp.jpg?ver3) no-repeat top center;
  width: 100%;
  height: 160vw;
  position: relative;
  background-size: cover;
  background-position-y: top;
}
#Mv .catch {
  position: absolute;
  top:20vw;
  left: 5%;
  width: 90%;
  transform: inherit;
  padding:30px 20px;
}
#Mv .catch .title {
  font-size: 5vw;
  margin-bottom: 20px;
  line-height: 1.6;
}
#Mv .catch .text {
  font-weight: 500;
  text-align: center;
}
#Mv .catch .text {
  font-weight: 500;
  text-align: left;
  font-size: 3.2vw
}
}
@media all and (max-width: 393px)  {
#Mv {
  height: 170vw;
}
}
@media all and (max-width: 320px)  {
#Mv {
  height: 220vw;
}
}
@media all and (max-width: 200px)  {
#Mv {
  height: 250vw;
}
}








/* --------------------- 私たちについて --------------------- */
#Career {
  overflow: hidden;
  padding: 60px 0 20px;
}
#Career .wrap {
  display: flex;
  flex-wrap:wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
}
#Career .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_01.png) no-repeat;
  right: -270px;
  top: -345px;
  content: "";
  width: 471px;
  height: 631px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#Career .wrap iframe  {
  width: 50%;
  margin-right: 60px;
  height: 310px
}
#Career .wrap .swiper-container.swipe01 {
  width: 50%;
  margin-left: 0;
  margin-right: 60px;
}
.swipe01 .swiper{
   border:1px solid #e0e0e0;
}
/* 前へ次への矢印カスタマイズ */
.swipe01 .swiper-button-prev,
.swipe01 .swiper-button-next {
  height: 30px !important;
  width: 30px !important;
}
/* 前へ次への矢印カスタマイズ */
.swipe01 .swiper-button-prev:after,
.swipe01 .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 30px;
  margin: auto;
  width: 30px;
}
/* 前への矢印カスタマイズ */
.swipe01 .swiper-button-prev:after {
  background-image: url(/_pack/img/arrow_prev.png);
}
/* 次への矢印カスタマイズ */
.swipe01 .swiper-button-next:after {
  background-image: url(/_pack/img/arrow_next.png?ver2);
}
/* 画像サイズ調整 */
.swipe01 .swiper-slide img {
  height: auto;
  width: 100%;
}
.swipe01 .swiper-button-next,
.swipe01 .swiper-rtl .swiper-button-prev {
  right: 22% !important;
  top: 102% !important;
}
.swiper-button-prev,
.swipe01 .swiper-rtl .swiper-button-next {
  left: 22% !important;
  top: 102% !important;
}
.swiper-container.swipe01 {
    position: relative;
    overflow: inherit;
}
.swipe01 .swiper-container .swiper-pagination{
  position: absolute;
  bottom: -15px!important;
  z-index: -1;
}

@media all and (max-width: 840px)  {
/* ---sp --- */
#Career {
  padding: 60px 0 20px;
}
#Career .wrap {
  display: inherit;
}
#Career .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_01.png) no-repeat;
  right: -60px;
  top: -43vw;
  content: "";
  width: 50vw;
  height: 247px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#Career .wrap iframe  {
  width: 100%;
  margin-right: inherit;
  margin-top: 40px;
  height: auto
}
#Career .wrap .swiper-container.swipe01 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
}
.swipe01 .swiper{
   max-width: 100%;
   min-width:100%;
   height: inherit;
}
/* 前へ次への矢印カスタマイズ */
.swipe01 .swiper-button-prev,
.swipe01 .swiper-button-next {
  height: 30% !important;
  width: 10% !important;
}
/* 前へ次への矢印カスタマイズ */
.swipe01 .swiper-button-prev:after,
.swipe01 .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 100%;
  margin: auto;
  width: 100%;
}
.swipe01 .swiper-button-next,
.swipe01 .swiper-rtl .swiper-button-prev {
  right: 2% !important;
  top: 65vw !important;
}
.swipe01 .swiper-button-prev,
.swipe01 .swiper-rtl .swiper-button-next {
  left: 2% !important;
  top: 65vw !important;
}
.swipe01 .swiper-container .swiper-pagination{
  position: absolute;
    bottom: -20px!important;
}
}







/* --------------------- 展開している事業 --------------------- */
#Business {
  background: #F3F9FF;
  padding-bottom: 0;
}
#Business .wrap {
  position: relative;
}
#Business .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_02.png) no-repeat;
  left: -240px;
  bottom: -75px;
  content: "";
  width: 322px;
  height: 345px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#Business .item {
  background: #fff;
  padding:60px;
  border-radius: 10px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.17);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#Business .item:before {
  content: '';
  position: absolute;
  width: 1100px;
  height: 11px;
  background: #3372BD;
  z-index: 100;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0 ; 
}
#Business .item:not(:last-child) {
  margin-bottom: 60px;
}
#Business .item .img {
  width: 47.5%;
}
#Business .item .detail {
  width: 47.5%;
}

@media all and (max-width: 840px)  {
/* ---sp --- */
#Business .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_02.png) no-repeat;
  left: -90px;
  bottom: -20vw;
  content: "";
  width: 50vw;
  height: 247px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#Business .item {
  background: #fff;
  padding:30px 15px;
  border-radius: 8px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.17);
  display: inherit;
}
#Business .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height:8px;
  z-index: 100;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 0 ; 
}
#Business .item:not(:last-child) {
  margin-bottom: 30px;
}
#Business .item .img {
  width: 100%;
  margin-bottom: 20px;
}
#Business .item .detail {
  width: 100%;
}
}





/* --------------------- CULTURE --------------------- */
#Culture {
  overflow: hidden;
  padding-bottom: 220px;
  margin-top: 60px;
}
#Culture .wrap {
  position: relative;
}
#Culture .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_03.png) no-repeat;
  right: -270px;
  top: 1600px;
  content: "";
  width: 318px;
  height: 436px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
/*#Culture .wrap:after {
  position: absolute;
  background: url(/_pack/img/career_bg_03.png) no-repeat;
  left: -340px;
  top: 1300px;
  content: "";
  width: 318px;
  height: 436px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}*/
#Culture .block01 {
  columns: 24rem;
  gap: 1rem;
  counter-reset: grid;
}
#Culture .block01 .item + #Culture .block01 .item {
  margin-top: 1rem;
}
#Culture .block01 .item {
  break-inside: avoid;
  padding: 30px;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
#Culture .block01 .item::before {
  counter-increment: grid;
}
#Culture .block01 .item:nth-child(odd) {
  background: #F3F9FF;
}
#Culture .block01 .item:nth-child(even) {
  background: #E9F8FF;
}
#Culture .block01 .item .comment {
  font-size: 18px;
  font-weight: 400;
}
#Culture .block01 .item .answerer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
#Culture .block01 .item .answerer .affiliation {
  line-height: 1.5;
}
#Culture .block01 .item .answerer .img {
  width: 27%;
}
#Culture .block02 {
  margin-bottom: 90px;
}
#Culture .block02 .img02 {
  margin-top: 80px;
  width: 100%;
  text-align: center;
}
#Culture .block03 {
  margin-bottom: 220px;
}
#Culture .block03 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Culture .block03 .inner .item{
  width: 32%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  padding:40px 30px;
}
#Culture .block03 .inner .item .img {
  width: 100%;
  text-align: center;
}
#Culture .block03 .inner .item .img img{
  width: 70%;
  text-align: center;
}
#Culture .block03 .inner .item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin:40px 0 15px;
}
#Culture .block04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#Culture .block04 .detail {
  width: 48%;
}
#Culture .block04 .left {
  width: 50%;
  position: relative;
}
#Culture .block04 .left:before {
  position: absolute;
  background: url(/_pack/img/career_culture_img_07.png?ver2) no-repeat;
  left: 0;
  top: -160px;
  content: "";
  width: 898px;
  height: 584px;
  display: inline-block;
  background-size: contain;
  z-index:-1;
}
#Culture .block04 .left .img{
  display: none;
}
@media all and (max-width: 840px)  {
/* ---sp --- */
#Culture {
  padding-bottom: 70px;
}
#Culture .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_03.png) no-repeat;
  right: -60px;
  top: 520vw;
  content: "";
  width: 38vw;
  height: 247px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
/*#Culture .wrap:after {
  position: absolute;
  background: url(/_pack/img/career_bg_03.png) no-repeat;
  left: -90px;
  top: 196vw;
  content: "";
  width: 38vw;
  height: 247px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}*/
#Culture .block01 {
  columns: 9rem;
  gap: 1rem;
  counter-reset: grid;
}
#Culture .block01 .item + #Culture .block01 .item {
  margin-top: 1rem;
}
#Culture .block01 .item {
  break-inside: avoid;
  padding: 20px 12px;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
#Culture .block01 .item::before {
  counter-increment: grid;
}
#Culture .block01 .item:nth-child(odd) {
  background: #F3F9FF;
}
#Culture .block01 .item:nth-child(even) {
  background: #E9F8FF;
}
#Culture .block01 .item .comment {
  font-size: 15px;
  font-weight: 400;
}
#Culture .block01 .item .answerer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
#Culture .block01 .item .answerer .affiliation {
  line-height: 1.5;
  font-size: 13px;
}
#Culture .block01 .item .answerer .img {
  width: 27%;
}
#Culture .block02 {
  margin-bottom: 60px;
}
#Culture .block02 .img01 {
  width: 100%;
  text-align: center;
  margin-left: inherit;
}
#Culture .block02 .img01 img{
  width: 60%;
}
#Culture .block02 .img02 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#Culture .block02 .img02 img {
  width: 94%;
}
#Culture .block03 {
  margin-bottom: 60px;
}
#Culture .block03 .inner {
  display: inherit;
}
#Culture .block03 .inner .item{
  width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  padding:30px 15px;
}
#Culture .block03 .inner .item:not(:last-child) {
  margin-bottom: 30px;
}
#Culture .block03 .inner .item .img {
  width: 100%;
  text-align: center;
}
#Culture .block03 .inner .item .img img{
  width:45%;
  text-align: center;
}
#Culture .block03 .inner .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin:30px 0 10px;
}
#Culture .block04 {
  display: inherit;
}
#Culture .block04 .detail {
  width: 100%;
}
#Culture .block04 .left {
  width: 100%;
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
#Culture .block04 .left .img{
  display: inherit;
}
#Culture .block04 .left:before {
  display: none;
}
}



/* --------------------- 募集職種 --------------------- */
#JobType {
  background: #F3F9FF;
  padding-bottom: 120px;
}
#JobType .wrap {
  position: relative;
}
#JobType .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_01.png) no-repeat;
  right: -270px;
  bottom: -440px;
  content: "";
  width: 471px;
  height: 631px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#JobType .widthFix {
  margin-top: -210px;
}
#JobType .item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.17);
  padding:60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#JobType .item:before {
  content: '';
  position: absolute;
  width: 1100px;
  height: 11px;
  background: #3372BD;
  z-index: 100;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0 ; 
}
#JobType .item:not(:last-child){
  margin-bottom: 50px;
}
#JobType .item .detail {
  width: 48%
}
#JobType .item .detail .category {
  display: flex;
  flex-wrap: wrap;
}
#JobType .item .detail .category .type {
  background-image: linear-gradient(to right, #3169B4 0%, #2788CC 100%);
  color: #fff;
  padding:0 25px;
  border-radius: 50px;
  margin-right: 10px;
}
#JobType .item .detail .category .name {
  font-size: 16px;
  font-weight: 500;
}
#JobType .item .detail .catch {
  font-size: 22px;
  font-weight: 500;
  margin:25px 0;
  line-height: 1.6;
}
#JobType .item .detail .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#JobType .item .detail .points li {
  display: block;
  position: relative;
  background-color: #F0F0F0;
  font-weight: 500;
  font-size: 90%;
  line-height: 1.4;
  padding: 8px 8px 8px 36px;
  margin-bottom: 2px;
}
#JobType .item .detail .points li:after {
  position: absolute;
  left: 10px;
  top: 17px;
  font-size: 115%;
  content: "\ea7c";
  font-family: iconfontA;
  color: #3372BD;
  transform: translateY(-50%);
}
#JobType .item .img {
  width: 48%
}
#JobType .item .detail .btn {
  text-align: right;
}
#JobType .item .detail .btn a {
  width: 280px;
  font-size: 16px;
}
@media all and (max-width: 840px)  {
/* ---sp --- */
#JobType .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_01.png) no-repeat;
  right: -60px;
  bottom: -60vw;
  content: "";
  width: 60vw;
  height: 247px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#JobType .widthFix {
  margin-top: -110px;
}
#JobType .item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(215, 80, 56, 0.17);
  padding:30px 15px; 
  display: inherit;
}
#JobType .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height:8px;
  z-index: 100;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 0 ; 
}
#JobType .item:not(:last-child) {
  margin-bottom: 30px;
}
#JobType .item .detail {
  width: 100%
}
#JobType .item .detail .category {
  display: inherit;
}
#JobType .item .detail .category .type {
  color: #fff;
  padding:0 25px;
  border-radius: 50px;
  margin-right: 10px;
  display: table;
  margin-bottom: 5px;
}
#JobType .item .detail .category .name {
  font-size: 14px;
  font-weight: 500;
}
#JobType .item .detail .catch {
  font-size: 18px;
  font-weight: 500;
  margin:20px 0;
  line-height: 1.6;
}
#JobType .item .detail .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
#JobType .item .detail .points li {
  font-size: 84%;
  padding: 6px 6px 6px 26px;
}
#JobType .item .detail .points li:after {
  left: 8px;
  top: 15px;
  font-size: 102%;
}
#JobType .item .img {
  width: 100%
}
#JobType .item .detail .btn {
  text-align: center;
}
#JobType .item .detail .btn a {
  width: 85%;
  font-size: inherit;
}
}






/* --------------------- メンバー --------------------- */
#Member .wrap {
  position: relative;
}
#Member .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_02.png) no-repeat;
  left: -240px;
  bottom: -75px;
  content: "";
  width: 322px;
  height: 345px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#Member .swiper-container {
  overflow: hidden;
}
#Member .swiper-container.swipe01,
#Member .swiper-container.swipe02 {
  width: 130%;
  margin-left: 0;
  margin-right: 60px;
  overflow: hidden;
}
#Member .swiper-container.swipe01 .swiper-slide .inner,
#Member .swiper-container.swipe02 .swiper-slide .inner {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  margin: 15px;
}
#Member .swiper-container.swipe01 .swiper-slide .inner .detail,
#Member .swiper-container.swipe02 .swiper-slide .inner .detail {
  font-weight: 600;
  line-height: 1.6;
  padding:30px;
}
#Member .block01 .swiper-container.swipe01 .swiper-slide .inner .detail,
#Member .block01 .swiper-container.swipe02 .swiper-slide .inner .detail {
  min-height: 130px;
}
#Member .block02 .swiper-container.swipe01 .swiper-slide .inner .detail,
#Member .block02 .swiper-container.swipe02 .swiper-slide .inner .detail {
  min-height: 180px;
}
#Member .swiper-container.swipe01 .swiper-slide .inner .detail .title,
#Member .swiper-container.swipe02 .swiper-slide .inner .detail .title {
  font-size: 18px;
}
#Member .swiper-container.swipe01 .swiper-slide .inner .detail .tag,
#Member .swiper-container.swipe02 .swiper-slide .inner .detail .tag {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  font-weight: 500;
}

/* --------------------- PATで働く「人」スライダー PC --------------------- */
/* 前へ次への矢印カスタマイズ */
.swipe01 .swiper-button-prev,
.swipe01 .swiper-button-next {
  height: 60px !important;
  width: 60px !important;
}
/* 前へ次への矢印カスタマイズ */
.swipe01 .swiper-button-prev:after,
.swipe01 .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 60px;
  margin: auto;
  width: 60px;
  display: none;
}
/* 前への矢印カスタマイズ */
.swipe01 .swiper-button-prev:after {
  background-image: url(/_pack/img/arrow_prev.png);
}
/* 次への矢印カスタマイズ */
.swipe01 .swiper-button-next:after {
  background-image: url(/_pack/img/arrow_next.png?ver2);
}
/* 画像サイズ調整 */
.swipe01 .swiper-slide img {
  height: auto;
  width: 100%;
}
.swipe01 .swiper-button-next,
.swipe01 .swiper-rtl .swiper-button-prev {
  right: 15% !important;
  top: 39% !important;
  position: absolute;
  z-index: 10;
}
.swipe01 .swiper-button-prev,
.swipe01 .swiper-rtl .swiper-button-next {
  left: 0 !important;
  top: 39% !important;
}
.swipe01 .swiper-button-prev {
  display: none;
}
.swiper-container.swipe01 {
    position: relative;
    overflow: inherit;
}
.swipe01 .swiper-container .swiper-pagination{
  position: absolute;
  bottom: -15px!important;
  z-index: -1;
}

/* --------------------- 業務内容とメンバーのチャレンジスライダー PC --------------------- */
/* 前へ次への矢印カスタマイズ */
.swipe02 .swiper-button-prev,
.swipe02 .swiper-button-next {
  height: 60px !important;
  width: 60px !important;
}
/* 前へ次への矢印カスタマイズ */
.swipe02 .swiper-button-prev:after,
.swipe02 .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 60px;
  margin: auto;
  width: 60px;
  display: block;
}
/* 前への矢印カスタマイズ */
.swipe02 .swiper-button-prev:after {
  background-image: url(/_pack/img/arrow_prev.png);
}
/* 次への矢印カスタマイズ */
.swipe02 .swiper-button-next:after {
  background-image: url(/_pack/img/arrow_next.png?ver2);
}
/* 画像サイズ調整 */
.swipe02 .swiper-slide img {
  height: auto;
  width: 100%;
}
.swipe02 .swiper-button-next,
.swipe02 .swiper-rtl .swiper-button-prev {
  right: 15% !important;
  top: 39% !important;
  position: absolute;
  z-index: 10;
}
.swipe02 .swiper-button-prev,
.swipe02 .swiper-rtl .swiper-button-next {
  left: 0 !important;
  top: 39% !important;
}
.swipe02 .swiper-button-prev {
  display: none;
}
.swiper-container.swipe02 {
    position: relative;
    overflow: inherit;
}
.swipe02 .swiper-container .swiper-pagination{
  position: absolute;
  bottom: -15px!important;
  z-index: -1;
}

#Member .wrap .cvBtn {
  min-width: 350px;
}

@media all and (max-width: 840px)  {
/* ---sp --- */
#Member .wrap:before {
  position: absolute;
  background: url(/_pack/img/career_bg_02.png) no-repeat;
  left: -90px;
  bottom: -29vw;
  content: "";
  width: 50vw;
  height: 247px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#Member .swiper-container.swipe01,
#Member .swiper-container.swipe02 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
}
.swipe02 .swiper{
   max-width: 100%;
   min-width:100%;
   height: inherit;
}
#Member .swiper-container.swipe01 .swiper-slide .inner .detail,
#Member .swiper-container.swipe02 .swiper-slide .inner .detail {
  font-weight: 600;
  line-height: 1.6;
  padding:25px 15px;
  min-height: 120px;
}
#Member .block01 .swiper-container.swipe01 .swiper-slide .inner .detail,
#Member .block01 .swiper-container.swipe02 .swiper-slide .inner .detail {
  min-height: 130px;
}
#Member .block02 .swiper-container.swipe01 .swiper-slide .inner .detail,
#Member .block02 .swiper-container.swipe02 .swiper-slide .inner .detail {
  min-height: 190px;
}
#Member .swiper-container.swipe01 .swiper-slide .inner .detail .title,
#Member .swiper-container.swipe02 .swiper-slide .inner .detail .title {
  font-size: 4.4vw;
}
#Member .swiper-container.swipe01 .swiper-slide .inner .detail .tag
#Member .swiper-container.swipe02 .swiper-slide .inner .detail .tag {
  font-size: 3vw;
  color: #999999;
  margin-top: 10px;
  font-weight: 500;
}
#Member .wrap .cvBtn {
  min-width: 85%;
  width: 85%;
}


/* --------------------- PATで働く「人」スライダー SP --------------------- */
/* 前へ次への矢印カスタマイズ */
.swipe01 .swiper-button-prev,
.swipe01 .swiper-button-next {
  height: 30% !important;
  width: 10% !important;
}
/* 前へ次への矢印カスタマイズ */
.swipe01 .swiper-button-prev:after,
.swipe01 .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 100%;
  margin: auto;
  width: 100%;
  display: block;
}
.swipe01 .swiper-button-prev {
  display: flex;
}
.swipe01 .swiper-button-next,
.swipe01 .swiper-rtl .swiper-button-prev {
  right: 8% !important;
  top: 40vw !important;
}
.swipe01 .swiper-button-prev,
.swipe01 .swiper-rtl .swiper-button-next {
  left: 8% !important;
  top: 40vw !important;
}
.swipe01 .swiper-container .swiper-pagination{
  position: absolute;
    bottom: -20px!important;
}

/* --------------------- 業務内容とメンバーのチャレンジスライダー SP --------------------- */
/* 前へ次への矢印カスタマイズ */
.swipe02 .swiper-button-prev,
.swipe02 .swiper-button-next {
  height: 30% !important;
  width: 10% !important;
}
/* 前へ次への矢印カスタマイズ */
.swipe02 .swiper-button-prev:after,
.swipe02 .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 100%;
  margin: auto;
  width: 100%;
}
.swipe02 .swiper-button-prev {
  display: flex;
}
.swipe02 .swiper-button-next,
.swipe02 .swiper-rtl .swiper-button-prev {
  right: 8% !important;
  top: 40vw !important;
}
.swipe02 .swiper-button-prev,
.swipe02 .swiper-rtl .swiper-button-next {
  left: 8% !important;
  top: 40vw !important;
}
.swipe02 .swiper-container .swiper-pagination{
  position: absolute;
    bottom: -20px!important;
}
}










/* --------------------- xxx pc --------------------- */


@media all and (max-width: 840px)  {
/* ---sp --- */

}



/* --------------------- xxx pc --------------------- */


@media all and (max-width: 840px)  {
/* ---sp --- */

}



/* --------------------- xxx pc --------------------- */


@media all and (max-width: 840px)  {
/* ---sp --- */

}
