@charset "utf-8";
/* CSS Document */


/* ==============================================================

//　セントラルジャパンTOP

============================================================== */
h1 {
  display: none;
}

/*----------------------------------------
topSec
----------------------------------------*/
/* .topSec {
  background-image: url(../images/main.jpg);
  background-position: top right;
  background-position-y: top;
  background-position-x: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 65px);
  position: relative
} */

.topSec {
  background-color: transparent; /* naka-common.css打消し */
  padding: 0; /* naka-common.css打消し */
  position: relative
}
.topSec .imgSpc img {
  height: calc(100vh - 65px);
  width: 100%;
  object-fit: cover;
}
.topSec .nursingcare .imgSpc img {
  object-position: 82%;
}
.topSec .security .imgSpc img {
  object-position: 74%;
}
.topSec .txtSpc {
  background: #fff;
  width: 30%;
  position: absolute;
  min-width: 400px;
  padding: 80px 15px;
  bottom: 0;
  border-radius: 0 60px 0 0;
  display: grid;
  place-items: center;
}
.topSec .txtSpc .ttl {
  font-size: 3em;
  font-size: 2.2vw;
  margin-bottom: 20px;
}
.topSec .txtSpc .sub {
  font-size: .85em;
  font-size: .6vw;
}
@media screen and (max-width:768px){
  .topSec .txtSpc {
    width: 80%;
    min-width: unset;
    min-height: 235px;
    padding: 50px 15px;
  }
  .topSec .txtSpc .ttl {
    font-size: 7.4vw;
    margin-bottom: 15px;
  }
  .topSec .txtSpc .sub {
    font-size: 2.5vw;
  }
  .topSec .nursingcare .txtSpc .ttl {
    font-size: 6.2vw;
  }
  .topSec .nursingcare .txtSpc .sub {
    font-size: 2.5vw;
  }
}

  /* スクロールダウン */
  .p-scrolldown2 {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 10px 10px 110px 10px;
    overflow: hidden;
    color:  #000;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
  }

    .p-scrolldown2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      background: #000;
      height: 100px;
      animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
    }

    @media screen and (max-width:768px) {
      .p-scrolldown2 {
        font-size: 9px;
        right: 5px;
        bottom: 0;
        color:  #fff;
      }
      .p-scrolldown2::after {
        background: #fff;
      }
    }

    @keyframes sdl {
      0% {
        opacity: 1;
        transform: scale(1, 0);
        transform-origin: 0 0;
      }
      30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
      }
      30.1%, 70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
      }
      100% {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: 0 100%;
      }
    }



/*----------------------------------------
Project
----------------------------------------*/
.p-imgItem {
  text-align: center;
}
.p-imgItem img{
  border-radius: 30px;
}

@media screen and (min-width:769px){
  .p-mainBox__ttl {
    padding-left: 100px;
  }
  .p-mainBox__naka__img {
    display: flex;
    justify-content: space-around;
  }
  .p-imgItem.item2 {
    width: 35%;
    margin-top: 320px;
  }
  .p-imgItem.item3 {
    width: 45%;
    margin-top: 35px;
  }
  .p-imgItem-sp {
    display: none;
  }
}

@media screen and (max-width:768px){
  .p-imgItem-sp {
    display: flex;
    justify-content: space-between;
  }
  .p-imgItem-sp__spc01 {
    width: 58%;
  }
  .p-imgItem-sp__spc02 {
    width: 37%;
  }
  .p-imgItem-sp .p-imgItem.item2 {
    width: 80%;
    margin-top: 55px;
  }
  .p-imgItem-sp .p-imgItem.item3 {
    margin-top: 30px;
  }
  .p-imgItem.item2 img{
    border-radius: 20px;
  }
  .p-imgItem.item3 img{
    border-radius: 25px;
  }
  .p-mainBox__ttl {
    margin-top: -50px;
  }
  .p-mainBox__naka__img {
    display: none;
  }
}


/*SP*/
@media screen and (max-width:768px){}
/*PC*/
@media screen and (min-width:769px){}

/*----------------------------------------
Company
----------------------------------------*/

.l-secCont.Company {
  background-image: url(../images/bg-company.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-secCont.Company * {
  color: #fff;
}


/*----------------------------------------
Recruitment
----------------------------------------*/
.Recruitment .l-flexBox__spc01 {
  text-align: right;
}
.Recruitment .l-flexBox__spc01 img{
  backface-visibility: hidden;
}
@media screen and (max-width:768px){
  .Recruitment .l-flexBox__spc01 {
    text-align: center;
  }
}

/*----------------------------------------
News
----------------------------------------*/
.p-newsWrap dl {
  border-bottom: 1px  solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
}
.p-newsWrap dl dt {
  width: 12%;
  color: #ea609e;
}
.p-newsWrap dl dd {
  width: 88%;
}
.p-newsWrap dl dd a {
  display: block;
}
.p-newsWrap .p-pickupNews {
  padding: 15px 25px 15px 185px;
  background: #fff;
  border: none;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}

.p-newsWrap .p-pickupNews::before {
  content: "PICK UP NEWS";
  display: inline-flex;
  align-items: center;
  background: #ea609e;
  padding: 2px 15px;
  width: 130px;
  position: absolute;
  left: -5px;
  top: 15px;
  font-size: 12px;
  color: #fff;
}
.p-newsWrap .p-pickupNews::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 10px solid #fff;
  border-left: 0;
  position: absolute;
  left: 145px;
  top: 15px;
}

.p-newsWrap .p-pickupNews dt {
  display: none;
}

.p-newsWrap .p-pickupNews dd {
  width: 100%;
}

@media screen and (max-width:768px){
  .p-newsWrap dl {
    display: block;
  }
  .p-newsWrap dl dt,.p-newsWrap dl dd {
    width: 100%;
  }
  .p-newsWrap .p-pickupNews {
    padding: 50px 15px 15px 15px;
  }

}

/*----------------------------------------
バナーエリア
----------------------------------------*/
.p-bnrSec {
  margin-bottom: 0;
  padding: 80px 0 0 0;
}
.p-bnrlist {
  text-align: center;
}
.p-bnrlist li {
  margin-top: 10px;
}
.p-bnrlist li:first-of-type {
  margin-top: 0;
}
.p-bnrlist li a {
  display: block;
}

@media screen and (max-width:768px) {
.p-bnrSec {
  padding: 60px 0 0 0;
}
}

/*----------------------------------------
●●●
----------------------------------------*/

/*--------------------------------------*/

/*SP*/
@media screen and (max-width:768px){}
/*PC*/
@media screen and (min-width:769px){}

/*--------------------------------------*/
