@charset "utf-8";

/**************************************************************
*
* トップページ
*
**************************************************************/

/* 応募職種 */

.top .job.content_type1 {
    overflow: hidden;
  }

.top .job.content_type1 [data-animation="true"] .fitem {
        transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition-property: transform, opacity;
        /* safari10 s */
        display: inline-block;
        width: 49%;
        /* safari10 e */
      }

.top .job.content_type1 [data-animation="true"].hidden .fitem {
          opacity: 0;
          -ms-transform: translateY(10px);
              transform: translateY(10px);
        }

/* インタビュー */

.top .interview.content_type1 [data-animation="true"] .block_paragraph,
      .top .interview.content_type1 [data-animation="true"] .box_type1 {
        transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition-property: transform, opacity;
      }

.top .interview.content_type1 [data-animation="true"].hidden .block_paragraph,
        .top .interview.content_type1 [data-animation="true"].hidden .box_type1 {
          opacity: 0;
          -ms-transform: translateY(10px);
              transform: translateY(10px);
        }

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
}
/*# sourceMappingURL=custom.css.map */

/* 薬剤師 2020.10.27 オンライン就職説明会バナー */
.online_jobfir {
    margin-bottom: 1em;
}
.online_jobfir img {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .online_jobfir img {
    width: auto;
    }
}

/* トップページ 2022.5.24 診療情報管理士　調整 */
@media screen and (max-width: 599px) {
      .box_type2 .box.w80 {
        width: 80%;
      }
	.box_type2 .box .subtext.text_sm {
        font-size: 2.5em; 
	}
  }
