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


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

//　会社情報CSS

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

/*----------------------------------------
introSec
----------------------------------------*/

.introSec {
  background-image: url(../company/images/bg-main.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px){
  .introSec {
    /* background-image :none; */
    background-position-x: 78%;
    padding-top: 280px;
  }
}

/*----------------------------------------
企業理念
----------------------------------------*/
.bg-flower {
  background-image: url(../company/images/bg-flower.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.p-philosophy-ttl {
  font-size: 1.4em;
}
@media screen and (max-width:768px){
  .bg-flower {
    background-position-x: 34.5%;
  }
  .p-philosophy-ttl {
    font-size: 1.15em;
  }
}
/*----------------------------------------
会社概要
----------------------------------------*/

#Profile dl dd p {
  line-height: 1.7;
}
/*----------------------------------------
●●●
----------------------------------------*/

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

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

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