@charset "UTF-8";
/* ---------------------------------------
#共通セクション
--------------------------------------- */
/* acdのためsecリセット*/
/*.department .section, .carrier .section { margin: -60px 0px 0; padding-top: 60px;}*/
@media screen and (max-width: 959px) {
  .department .section, .carrier .section {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 639px) {
  .department .section, .carrier .section {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 479px) {
  .department .section, .carrier .section {
    margin-bottom: 0px;
  }
}
/* acdのためsecリセット*/
.department .hidecnt, .carrier .hidecnt, .department .acdcnt, .department .nonehidecnt, .carrier .nonehidecnt, .carrier .acdcnt {
  padding-bottom: 160px;
}

@media screen and (max-width: 959px) {
  .department .hidecnt, .carrier .hidecnt, .department .acdcnt, .department .nonehidecnt, .carrier .nonehidecnt, .carrier .acdcnt {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 639px) {
  .department .hidecnt, .carrier .hidecnt, .department .acdcnt, .department .nonehidecnt, .carrier .nonehidecnt, .carrier .acdcnt {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .department .hidecnt, .carrier .hidecnt, .department .acdcnt, .department .nonehidecnt, .carrier .nonehidecnt, .carrier .acdcnt {
    padding-bottom: 50px;
    padding-top: 25px;
  }
}
/* acdのためfitimg調整*/
@media screen and (max-width: 639px) {
  .acdfitimg {
    padding-bottom: 0px !important;
  }
  .acdfitimg .fitimg {
    margin-top: 80px;
  }
}
@media screen and (max-width: 479px) {
  .acdfitimg {
    padding-bottom: 0px !important;
  }
  .acdfitimg .fitimg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .hidecnt {
    display: none;
  }
}

/* ---------------------------------------
#カテゴリーdepartment
--------------------------------------- */
.department .txt_small {
  text-indent: -1em;
  padding-left: 1em;
}

.department #sec_links .tocarrier a .icon {
  display: none;
}

.department #sec_links .tosite {
  text-align: center;
  padding: 40px 0;
  font-size: 0.1em;
  line-height: 0.1;
}

.department #sec_links .tosite img {
  height: 28px;
}

.department #sec_links .tosite a {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.department #sec_links .tosite a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 639px) {
  .department #sec_links .tosite {
    padding: 25px 0;
  }
  .department #sec_links .tosite img {
    height: 24px;
  }
  .department #sec_links .tocarrier a span {
    display: none;
  }
  .department #sec_links .tocarrier a {
    height: 50px;
    background: #ccc;
    line-height: 0.5;
    font-size: 0.8em;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
  }
  .department #sec_links .tocarrier a .img1 {
    height: 14px;
    margin-top: -6px;
  }
  .department #sec_links .tocarrier a:hover {
    background: #ccc;
  }
  .department #sec_links .tocarrier a .icon {
    width: 7px;
    height: auto;
    left: 4%;
    margin-top: -6px;
    font-size: 0em;
    line-height: 0;
    position: absolute;
    display: block;
  }
}
/*看護 子ども*/
.department .note_txt {
  text-align: center;
  position: relative;
  margin-top: -30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1120px) {
  .department .note_txt {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .department .note_txt {
    margin-bottom: 20px;
  }
}
/* ---------------------------------------
#通常ページ
--------------------------------------- */
/* common設定 */
/* .insec */
.insec {
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .insec {
    width: 92%;
    margin: 0 4%;
  }
}
p.tl {
  text-align: left !important;
}

/* #sec_title */
#sec_title {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #sec_title {
    padding: 50px 0;
  }
}
@media screen and (max-width: 639px) {
  #sec_title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 479px) {
  #sec_title {
    padding: 30px 0;
  }
}

/* #sec_bgintro */
#sec_bgintro {
  background: #f7efef;
  padding: 60px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 999px) {
  #sec_bgintro {
    padding: 6% 0;
    margin-bottom: 10%;
  }
}/*# sourceMappingURL=common_sec.css.map */