@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　integrated

**********************************************************************************************/
/*---------------------------------------------
integrated
---------------------------------------------*/
.integratedList {
  background: url("../img/strong/integrated/integrated_bg.png") no-repeat center center;
  background-size: contain;
  background-size: 530px;
  height: 1430px;
  position: relative; }
  @media (max-width: 750px) {
    .integratedList {
      background: none;
      height: auto; } }
  .integratedList li {
    width: 47%;
    position: absolute; }
    @media (max-width: 750px) {
      .integratedList li {
        width: 100%;
        position: static; }
        .integratedList li:not(:last-child) {
          margin: 0 0 8vw; } }
    .integratedList li:nth-child(odd) {
      left: 0; }
    .integratedList li:nth-child(even) {
      right: 0; }
    .integratedList li:nth-child(1) {
      top: 0; }
    .integratedList li:nth-child(2) {
      top: 180px; }
    .integratedList li:nth-child(3) {
      top: 430px; }
    .integratedList li:nth-child(4) {
      top: 600px; }
    .integratedList li:nth-child(5) {
      bottom: 170px; }
    .integratedList li:nth-child(6) {
      bottom: 0; }
  .integratedList .borderTit {
    margin: 0 0 20px; }
    @media (max-width: 750px) {
      .integratedList .borderTit {
        margin: 0 0 2.6vw; } }
