@charset "utf-8";

/**
 *
 *　only vie
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* sec-information
-----------------------------------------------------------------*/
.sec-information h2{
  letter-spacing: .15rem;
}


/* sec-attractiveness
-----------------------------------------------------------------*/
.sec-attractiveness{
  background: url(../image/bg_strongs_pc.png) no-repeat left bottom,url(../../image/bg_attractiveness_pc.png) no-repeat center top #FFE9F0;
  background-size: 45% auto,100% auto;
}

.department-list .txt-area h3{
  line-height: 1.4;
}
.department-list .txt-area h3 {
    margin-bottom: 32px;
}

.sec-pickup .pickup-list {
  max-width: 980px;
}


/* sec-sns
-----------------------------------------------------------------*/
.sec-sns{
  background:url(../../image/bg_sns_01.png) no-repeat center top 80px, url(../../image/bg_sns_02.png) no-repeat center bottom;
  background-size:100% auto,100% auto;
  background-color:#FFC2C2;
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
  .sec-attractiveness {
    padding: 50px 0 380px;
  }
  .sec-attractiveness h2 {
    max-width: 322px;
  }

/* sec-department
-----------------------------------------------------------------*/
  .department-list .txt-area .btn-detail{
    background:url(../../common/image/arw_btn_circle.svg) no-repeat right 15px center;
    background-size:18px auto;
  }
  .department-list .txt-area h3 {
    margin-bottom: 15px;
  }


/* sec-pickup
-----------------------------------------------------------------*/
  .sec-pickup{
    background:url(../../image/bg_pickup_sp.png) no-repeat center center;
    background-size:cover;
  }
  .sec-pickup .pickup-list .ttl{
    background:url(../../common/image/arw_btn_circle.svg) no-repeat right 15px center;
    background-size: 25px auto;
    line-height: 1.4;
  }


/* sec-attractiveness
-----------------------------------------------------------------*/
  .sec-attractiveness{
    background: url(../image/bg_strongs_sp.png) no-repeat left bottom,url(../../image/bg_attractiveness_sp.png) no-repeat center top #fa888a;
    background-size: 100% auto,100% auto;
  }

}