@charset "utf-8";


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



/*---------------------------------------------------------
     進路開発センター
---------------------------------------------------------*/

/* shushoku */
.shushoku_clm2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shushoku_clm2 .w48 {
  width: 48.437%;
}

.shushoku_clm2 .w48 .c-ttl3_nomal {
  margin-bottom: 30px;
}

.shushoku_clm2 .w40 {
  width: 40.156%;
}


.shushoku_clm3 {
  display: grid;
  gap: 54px 40px;
  grid-template-columns: repeat(3, 1fr);
}

.shushoku_clm3 .item {
  border-bottom: var(--line-color1);
  padding-bottom: 50px;
}

.shushoku_clm3 .item .hight {
  min-height: 54px;
}

@media screen and (max-width: 767px) {

  /* shushoku_clm */
  .shushoku_clm2 {
    flex-wrap: wrap;
  }

  .shushoku_clm2 .w48 {
    width: 100%;
  }

  .shushoku_clm2 .w40 {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
  }

  .shushoku_clm3 {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
  }

}


/*---------------------------------------------------------
  スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {




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



}