@charset "UTF-8";


.composing {
  overflow: hidden;
}

/* 行コンテナ */
.row {
  /* width: 125%; */
}

/* 列コンテナ */
.col {
  float: left;
  margin: 0 3.4% 30px 0;
}

/* 列幅（.col[n]は均等割） */
.col2 .col,
.c6 {
  /*width: 38.3%;*//* 2段組み幅 */
/*  width: 46%;*/
  width: 48.3%;
}
.col2 .col:nth-child(2n){
  margin-right: 0;
}

.col3 .col,
.c4 {
  width: 24.4%;/* 3段組み幅 */
}

.col4 .col,
.c3 {
  width: 25%;/* 4段組み幅 */
}

.col5 .col {/* c2.4 */
  width: 13.28%;/* 5段組み幅 */
}

/* 任意幅指定 */
.c12 {width: 80%;}
.c11 {width: 73.05%;}
.c10 {width: 66.1%;}
.c9 {width: 68%;}
.c8 {width: 52.2%;}
.c7 {width: 45.25%;}
.c5 {width: 31.35%;}
.c2 {width: 10.5%;}
.c1 {width: 3.55%;}


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

  .b960 .col {
    width: 80%;/* 全幅 */
  }

/* 960px */}

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

  .b768 .col {
    width: 80%;/* 全幅 */
  }

/* 768px */}

@media screen and (max-width: 750px){/* iPhone 6+ */

  .col3 .col,
  .col4 .col,
  .col5 .col {
    width: 38.3%;/* 2段組み幅 */
  }

/* 750px */}

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

  .col2 .col,
  .col3 .col,
  .col4 .col,
  .col5 .col,
  .b480 .col {
    width: 100%;/* 全幅 */
  }

/* 480px */}

@media screen and (max-width: b320){

  .b320 .col {
    width: 80%;/* 全幅 */
  }

/* b320 */}



.bg-nuhw{background-color: #F09AA5 !important;}
.bg-pt{background-color: #6542a1 !important;}
.bg-ot{background-color: #3761a9 !important;}
.bg-st{background-color: #009de0 !important;}
.bg-at{background-color: #28928c !important;}
.bg-mt{background-color: #0068b9 !important;}
.bg-ort{background-color: #0f50aa !important;}
.bg-em{background-color: #0082c6 !important;}
.bg-rt{background-color: #009CBB !important;}
.bg-hn{background-color: #ed8200 !important;}
.bg-hs{background-color: #da3726 !important;}
.bg-nr{background-color: #e95182 !important;}
.bg-sw{background-color: #3ead34 !important;}
.bg-hi{background-color: #db528c !important;}

.text-nuhw{color: #F09AA5 !important;}
.text-pt{color: #6542a1 !important;}
.text-ot{color: #3761a9 !important;}
.text-st{color: #009de0 !important;}
.text-at{color: #28928c !important;}
.text-mt{color: #0068b9 !important;}
.text-ort{color: #0f50aa !important;}
.text-em{color: #0082c6 !important;}
.text-rt{color: #009CBB !important;}
.text-hn{color: #ed8200 !important;}
.text-hs{color: #da3726 !important;}
.text-nr{color: #e95182 !important;}
.text-sw{color: #3ead34 !important;}
.text-hi{color: #db528c !important;}

.border-nuhw{border-color: #F09AA5 !important;}
.border-pt{border-color: #6542a1 !important;}
.border-ot{border-color: #3761a9 !important;}
.border-st{border-color: #009de0 !important;}
.border-at{border-color: #28928c !important;}
.border-mt{border-color: #0068b9 !important;}
.border-ort{border-color: #0f50aa !important;}
.border-em{border-color: #0082c6 !important;}
.border-rt{border-color: #009CBB !important;}
.border-hn{border-color: #ed8200 !important;}
.border-hs{border-color: #da3726 !important;}
.border-nr{border-color: #e95182 !important;}
.border-sw{border-color: #3ead34 !important;}
.border-hi{border-color: #db528c !important;}

#site_logo,
#job .category .what_job .figure,
#site_content .pattern1 li a {
  display: block;
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
  *text-indent: -9999px;
  white-space: nowrap;
}


#job .category h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 5px solid #FFE900;
  line-height: 1.3;
  font-size: 163%;
}
#job .category p {
  font-weight: normal;
}

#job .category .report {
  /* margin-bottom: 20px; */
}

#job .category figure img {
  width: 100%;
  margin-bottom: 30px;
}

#job .category .name {
  text-align: right;
  position:relative;
}

#job .category .name p {
  font-size: 12px;
}

#job .category .name p span {
  font-size: 14px;
}

#job .category .profile{
}
#job .category .profile__image{
  flex: none;
  width: 150px;
  height: 150px;
  /* border: 2px solid #333; */
  margin: 0 auto 15px;
  border-radius: 50%;
}
#job .category .profile__image img{
  max-width: 100%;
  border-radius: 50%;
}
#job .category .profile__text{
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
#job .category .profile__text p{
  margin-bottom: 0;
  
}
#job .category .profile__title{
  margin-bottom: 5px !important;
  font-size: 18px !important;
  font-weight: bold;
}

#job .category .report-video{
  margin-bottom:45px;
  padding-bottom: 20px;
  text-align: center;
}
#job .category .report-video img{
  max-width: 100%;
}

@media screen and (max-width: 768px){
#job .category .profile{
  display: flex;
  align-items: center;
  
}
#job .category .profile__image{
  width: 90px;
  height: 90px;
  margin: 0;
}
#job .category .profile__title{
  margin-bottom: 0 !important;
  font-size: 15px !important;
}
#job .category .profile__text{
  width: 100%;
  margin-left: 15px;
  font-size: 78%;
  text-align: left;
}
/* 768px */}


/*  -1. what job？
------------------------------------------------------------------------------*/

#job .category .what_job {
  position: relative;
  padding: 40px;
  background-color: #F0F0E1;
}

#job .category .what_job .figure {
  position: absolute;
  left: 40px;
  top: -45px;
  width: 120px;
  height: 120px;
  background-image: url(/job_guide/img/whatjob_figure01.png);
  background-size: contain;
}

#job .category .what_job h4 {
  position: relative;
  margin: 36px 10% 0;
  padding: 4px 0 0 116px;
  border-bottom: 0;
}

#job .category .what_job h4:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100px;
  height: 71px;
}

#job .ot .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_ot.png) top right no-repeat;
  background-size: contain;
}

#job .st .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_st.png) top right no-repeat;
  background-size: contain;
}

#job .at .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_at.png) top right no-repeat;
  background-size: contain;
}

#job .mt .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_mt.png) top right no-repeat;
  background-size: contain;
}

#job .ce .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_ce.png) top right no-repeat;
  background-size: contain;
}

#job .ort .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_ort.png) top right no-repeat;
  background-size: contain;
}

#job .sw .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_sw.png) top right no-repeat;
  background-size: contain;
}

#job .hi .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_hi.png) top right no-repeat;
  background-size: contain;
}

#job .pt .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_pt.png) top right no-repeat;
  background-size: contain;
}

#job .ce .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_ce.png) top right no-repeat;
  background-size: contain;
}

#job .er .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_er.png) top right no-repeat;
  background-size: contain;
}

#job .rt .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_rt.png) top right no-repeat;
  background-size: contain;
}

#job .nrd .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_nrd.png) top right no-repeat;
  background-size: contain;
}

#job .hme .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_hme.png) top right no-repeat;
  background-size: contain;
}

#job .pet .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_pet.png?2208) top right no-repeat;
  background-size: contain;
}

#job .nur .what_job h4:before {
  background: url(/job_guide/img/whatjob_figure_nur.png) top right no-repeat;
  background-size: contain;
}

#job .ort .what_job h4:before,
#job .rt .what_job h4:before,
#job .nrd .what_job h4:before,
#job .sw .what_job h4:before {
  top: -10px;
}

#job .category .what_job .composing {
  margin-top: 40px;
}
#job .category .what_job .composing2 .col {
  width:80%;

}

#job .category .what_job h5 {
  padding: 0.2em 0;
  font-weight: normal;
}

#job .category .what_job h5 span {
  padding: 0.2em 1.4em;
  background: #FFF;
  border: 1px solid #333;
  border-radius: 3px;
}
#job .category .movieBtn {
  width: 60%;
  position:absolute;
  left:0px;
  top:0px;
}
#job .category .movieBtn a {
  position: relative;
  display: block;
  padding: 12px;
  background:#e34a5f;
  border-radius:3px;
  color:#fff;
  padding-left: 30%;
  font-size: 100%;
  line-height: 1.4;
  text-align:left;
}
#job .category .movieBtn a span {
  font-size:120%;
}
#job .category .movieBtn a:before {
  display: block;
  position: absolute;
  left: 6%;
  top: 13px;
  content: "";
  width: 60px;
  height: 36px;
  background: url(/job_guide/img/movie_icon01.png) top right no-repeat;
  background-size: contain;
}
#job .category .movieBtn a:after {
  display: block;
  position: absolute;
  right: 3%;
  top: 22px;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid #e34a5f;
  border-left-color: #fff;
}

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

  #job .category .what_job .figure {
    width: 100px;
    height: 100px;
  }

  #job .category .what_job h4 {
    margin: 51px 5% 0;
    
  }

  #job .category .what_job h4:before {
    left: 30px;
    width: 80px;
    height: 68px;
  }

  #job .ort .what_job h4:before,
  #job .sw .what_job h4:before {
    top: 0;
  }

  #job .category .movieBtn {
    width: 100%;
    position:relative;
    top:0;
    left:0;
    margin-top:10px;
    margin-bottom:20px;
  }

/* 960px */}


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

  #job .category .what_job h4 {
    margin: 51px 5% 0;
    padding: 0 0 0 80px;
  }

  #job .category .what_job h4:before {
    left: 10px;
    width: 58px;
    height: 42px;
  }


/* 768px */}

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

  #job .category .movieBtn a {
    padding-right: 10%;
    padding-left: 30%;
    font-size: 90%;
  }
  #job .category .movieBtn a br {
    display:none;
  }
  #job .category .movieBtn a:before {
    width: 20%;
  }

/* 560px */}


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

  #job .category .what_job .figure {
    left: 50%;
    margin-left: -50px;
  }

  
  #job .category .what_job h4 {
    margin: 51px 0 20px;
  }

  #job .category .what_job h4 {
    padding-left: 70px;
    font-size: 110%;
  }
  
  #job .category .what_job h4:before {
    left: 0;
    width: 58px;
    height: 50px;
  }

  #job .category .what_job .composing {
    margin-top: 20px;
  }

  #job .category .what_job h5 {
    margin-bottom: 10px;
    font-size: 90%;
  }

  #job .category .what_job .col {
    margin-bottom: 20px;
  }
  #job .category .movieBtn {
    margin-bottom:0;
  }
  #job .category .movieBtn a {
    padding-right: 10%;
    padding-left: 29%;
    font-size: 100%;
  }
  #job .category .movieBtn a br {
    display:inline;
  }
  #job .category .movieBtn a:before {
    left: 5%;
    width: 20%;
  }


/* 480px */}


/* ボタン */

#job .category .button {
  padding: 30px 40px;
  background: #96A8C6;
}

#job .category .button .col {
  margin-bottom: 0;
}

#job .category .button p {
  background: #FFF;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.5;
}

#job .category .button p span {
  font-size: 140%;
}

#job .category.at .button p span,
#job .category.pet .button p span {
  font-size: 120%;
}

#job .category .button a {
  position: relative;
  display: block;
  padding: 18px;
  border-radius: 4px;
  border: 5px solid #FFF;
}

#job .category .button .web a {
  padding-left: 110px;
  background:#DDE8FF;
}

#job .category .button .info a {
  padding-left: 130px;
  background: #F5F5F5;
}

#job .category .button .web a:before {
  position: absolute;
  left: 20px;
  top: 10px;
    content: "";
  width: 76px;
  height: 76px;
}

#job .category .button .info a:before {
  position: absolute;
  left: 30px;
  top: 12px;
  content: "";
  width: 83px;
  height: 76px;
}

#job .category .button a:after {
  display: block;
  position: absolute;
  right: 20px;
  top: 40px;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid #FFF;
  border-left-color: #333;
}


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

  #job .category .what_job ,
  #job .category .button {
    padding: 3%;
  }
  
  #job .category .button p span {
    font-size: 120%;
  }

  #job .category .button .web a {
    padding-left: 75px;
  }
  
  #job .category .button .info a {
    padding-left: 80px;
  }
  
  #job .category .button .web a:before {
    left: 20px;
    top: 20px;
    width: 45px;
    height: 41px;
  }

  #job .category .button .info a:before {
    left: 15px;
    top: 20px;
    width: 50px;
    height: 46px;
  }

  #job .category .button a:after {
    right: 10px;
    top: 35px;


  }


/* 960px */}


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

  #job .category .button .col2 .col {
    width: 100%;
  }

  #job .category .button .web a {
    margin-bottom: 10px;
  }


/* 700px */}


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

  #job .category .what_job,
  #job .category .button {
    padding: 5%;
  }

  #job .category .button p span {
    font-size: 105%;
  }
  #job .category.pet .button p span {
    font-size: 105%;
  }
  #job .category.pet .button .info p {font-size: 85%;}
  
  #job .category .button .web a {
    padding-left: 45px;
    padding-right: 10px;
  }
  
  #job .category .button .info a {
    padding-left: 45px;
    padding-right: 10px;
  }

  #job .category .button .web a:before {
    top: 25px;
    left: 10px;
    width: 30px;
    height: 27px;
  }

  #job .category .button .info a:before {
    left: 15px;
    top: 25px;
    width: 38px;
    height: 30px;
  }

  #job .category .button .info a:before {
    left: 5px;
  }

  #job .category .button a:after {
    right: 5px;
  }



/* 480px */}




/* 仕事別指定 */

/*--理学療法士--*/
#job .pt h3,
#job .pt .what_job h4,
#job .pt .what_job h5 span,
#job .pt .button p,
#job .pt .button a {
  color: #7c5aa3;
}

#job .pt h3:before {
  background: url(/job_guide/img/number_pt.png) no-repeat;
  background-size: contain;
}
/*message2017.html*/
#job .old h3:before {
  background-image:none !important;
}
#job .old h3 {
  padding-left: 50px !important;
}


#job .pt .what_job h5 span {
  border: 1px solid #7c5aa3;
}

#job .pt .button {
    background: #9582bf;
}

#job .pt .button .web a {
  background: #d9cbea;
}

#job .pt .button .web a:before {
  background: url(/job_guide/img/pt_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .pt .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_pt.png) no-repeat;
  background-size: contain;
}

#job .pt .button a:after {
  border: 7px solid #d9cbea;
  border-left-color: #7c5aa3;
}

#job .pt .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #7c5aa3;
}

/*--作業療法士--*/
#job .ot h3,
#job .ot .what_job h4,
#job .ot .what_job h5 span,
#job .ot .button p,
#job .ot .button a {
  color: #3a62ad;
}

#job .ot h3:before {
  background: url(/job_guide/img/number_ot.png) no-repeat;
  background-size: contain;
}

#job .ot .what_job h5 span {
  border: 1px solid #3a62ad;
}

#job .ot .button .web a:before {
  background: url(/job_guide/img/ot_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .ot .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_ot.png) no-repeat;
  background-size: contain;
}

#job .ot .button a:after {
  border: 7px solid #DDE8FF;
  border-left-color: #3a62ad;
}

#job .ot .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #3a62ad;
}

/*--言語聴覚士--*/
#job .st h3,
#job .st .what_job h4,
#job .st .what_job h5 span,
#job .st .button p,
#job .st .button a {
  color: #009de0;
}

#job .st h3:before {
  background: url(/job_guide/img/number_st.png) no-repeat;
  background-size: contain;
}

#job .st .what_job h5 span {
  border: 1px solid #009de0;
}

#job .st .button {
    background: #78C6E0;
}

#job .st .button .web a {
  background:#DCF4FF;
}

#job .st .button .web a:before {
  background: url(/job_guide/img/st_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .st .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_st.png) no-repeat;
  background-size: contain;
}

#job .st .button a:after {
  border: 7px solid #DCF4FF;
  border-left-color: #3D61AC;
}

#job .st .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #3D61AC;
}


/*--義肢装具士--*/
#job .at h3,
#job .at .what_job h4,
#job .at .what_job h5 span,
#job .at .button p,
#job .at .button a {
  color: #28928c;
}

#job .at h3:before {
  background: url(/job_guide/img/number_at.png) no-repeat;
  background-size: contain;
}

#job .at .what_job h5 span {
  border: 1px solid #28928c;
}

#job .at .button {
    background: #8CC1B6;
}

#job .at .button .web a {
  background: #E6F3F3;
}

#job .at .button .web a:before {
  background: url(/job_guide/img/at_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .at .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_at.png) no-repeat;
  background-size: contain;
}

#job .at .button a:after {
  border: 7px solid #E6F3F3;
  border-left-color: #28928c;
}

#job .at .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #28928c;
}

/*--臨床工学技士--*/
#job .ce h3,
#job .ce .what_job h4,
#job .ce .what_job h5 span,
#job .ce .button p,
#job .ce .button a {
  color: #0068b7;
}

#job .ce h3:before {
  background: url(/job_guide/img/number_ce.png) no-repeat;
  background-size: contain;
}

#job .ce .what_job h5 span {
  border: 1px solid #0068b7;
}

#job .ce .button {
    background: #719fbb;
}

#job .ce .button .web a {
  background: #c4d9e8;
}

#job .ce .button .web a:before {
  background: url(/job_guide/img/ce_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .ce .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_ce.png) no-repeat;
  background-size: contain;
}

#job .ce .button a:after {
  border: 7px solid #c4d9e8;
  border-left-color: #0068b7;
}

#job .ce .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #0068b7;
}

/*--臨床検査技師--*/
#job .mt h3,
#job .mt .what_job h4,
#job .mt .what_job h5 span,
#job .mt .button p,
#job .mt .button a {
  color: #0068b7;
}

#job .mt h3:before {
  background: url(/job_guide/img/number_mt.png) no-repeat;
  background-size: contain;
}

#job .mt .what_job h5 span {
  border: 1px solid #0068b7;
}

#job .mt .button {
    background: #719fbb;
}

#job .mt .button .web a {
  background: #c4d9e8;
}

#job .mt .button .web a:before {
  background: url(/job_guide/img/ce_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .mt .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_mt.png) no-repeat;
  background-size: contain;
}

#job .mt .button a:after {
  border: 7px solid #c4d9e8;
  border-left-color: #0068b7;
}

#job .mt .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #0068b7;
}


/*--視機能訓練士--*/
#job .ort h3,
#job .ort h3,
#job .ort .what_job h4,
#job .ort .what_job h5 span,
#job .ort .button p,
#job .ort .button a {
  color: #014099;
}

#job .ort h3:before {
  background: url(/job_guide/img/number_ort.png) no-repeat;
  background-size: contain;
}

#job .ort .what_job h5 span {
  border: 1px solid #014099;
}

#job .ort .button {
    background: #6a8fc3;
}

#job .ort .button .web a {
  background: #a6c2e8;
}

#job .ort .button .web a:before {
  background: url(/job_guide/img/ort_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .ort .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_ort.png) no-repeat;
  background-size: contain;
}

#job .ort .button a:after {
  border: 7px solid #a6c2e8;
  border-left-color: #014099;
}

#job .ort .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #014099;
}

/*--救命救急士--*/
#job .er h3,
#job .er .what_job h4,
#job .er .what_job h5 span,
#job .er .button p,
#job .er .button a {
  color: #007ec8;
}



#job .er h3:before {
  background: url(/job_guide/img/number_er.png) no-repeat;
  background-size: contain;
}

#job .er .what_job h5 span {
  border: 1px solid #007ec8;
}

#job .er .button {
    background: #6aa1c1;
}

#job .er .button .web a {
  background: #c8e2f1;
}

#job .er .button .web a:before {
  background: url(/job_guide/img/er_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .er .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_er.png) no-repeat;
  background-size: contain;
}

#job .er .button a:after {
  border: 7px solid #c8e2f1;
  border-left-color: #007ec8;
}

#job .er .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #007ec8;
}

/*--診療放射線技師--*/
#job .rt h3,
#job .rt .what_job h4,
#job .rt .what_job h5 span,
#job .rt .button p,
#job .rt .button a {
  color: #009CBB;
}
/*#job .rt h3 {
  width:40%;
}*/

#job .rt h3:before {
  background: url(/job_guide/img/number_rt.png) no-repeat;
  background-size: contain;
}

#job .rt .what_job {
  /* margin-top:60px; */
}
#job .rt .what_job h5 span {
  border: 1px solid #009CBB;
}

#job .rt .button .web a:before {
  background: url(/job_guide/img/rt_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .rt .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_rt.png) no-repeat;
  background-size: contain;
}

#job .rt .button a:after {
  border: 7px solid #DDE8FF;
  border-left-color: #009CBB;
}

#job .rt .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #009CBB;
}


/*--管理栄養士--*/
#job .nrd h3,
#job .nrd .what_job h4,
#job .nrd .what_job h5 span,
#job .nrd .button p,
#job .nrd .button a {
  color: #f39800;
}

#job .nrd h3:before {
  background: url(/job_guide/img/number_nrd.png) no-repeat;
  background-size: contain;
}

#job .nrd .what_job h5 span {
  border: 1px solid #f39800;
}

#job .nrd .button {
    background: #f1ad5c;
}

#job .nrd .button .web a {
  background: #ffe2c1;
}

#job .nrd .button .web a:before {
  background: url(/job_guide/img/nrd_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .nrd .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_nrd.png) no-repeat;
  background-size: contain;
}

#job .nrd .button a:after {
  border: 7px solid #ffe2c1;
  border-left-color: #f08200;
}

#job .nrd .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #f08200;
}

/*--栄養教諭--*/
#job .ntc h3,
#job .ntc .what_job h4,
#job .ntc .what_job h5 span,
#job .ntc .button p,
#job .ntc .button a {
  color: #f39800;
}

#job .ntc h3:before {
  background: url(/job_guide/img/number_ntc.png) no-repeat;
  background-size: contain;
}

#job .ntc .what_job h5 span {
  border: 1px solid #f39800;
}

#job .ntc .button {
    background: #f1ad5c;
}

#job .ntc .button .web a {
  background: #ffe2c1;
}

#job .ntc .button .web a:before {
  background: url(/job_guide/img/ntc_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .ntc .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_ntc.png) no-repeat;
  background-size: contain;
}

#job .ntc .button a:after {
  border: 7px solid #ffe2c1;
  border-left-color: #f08200;
}

#job .ntc .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #f08200;
}

/*--保険体育教諭--*/
#job .pet h3,
#job .pet .what_job h4,
#job .pet .what_job h5 span,
#job .pet .button p,
#job .pet .button a {
  color: #ea4c34;
}
#job .pet h3{
  letter-spacing:-1px;
}

#job .pet h3:before {
  background: url(/job_guide/img/number_pet.png?2) no-repeat;
  background-size: contain;
}

#job .pet .what_job h5 span {
  border: 1px solid #ea4c34;
}

#job .pet .button {
    background: #d27267;
}

#job .pet .button .web a {
  background: #f5cbc6;
}

#job .pet .button .web a:before {
  background: url(/job_guide/img/pet_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .pet .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_pet.png?2208) no-repeat;
  background-size: contain;
}

#job .pet .button a:after {
  border: 7px solid #f5cbc6;
  border-left-color: #ea4c34;
}

#job .pet .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #ea4c34;
}


/*--健康運動指導士--*/
#job .hme h3,
#job .hme .what_job h4,
#job .hme .what_job h5 span,
#job .hme .button p,
#job .hme .button a {
  color: #ea4c34;
}
#job .hme h3{
  letter-spacing:-1px;
}

#job .hme h3:before {
  background: url(/job_guide/img/number_hme.png) no-repeat;
  background-size: contain;
}

#job .hme .what_job h5 span {
  border: 1px solid #ea4c34;
}

#job .hme .button {
    background: #d27267;
}

#job .hme .button .web a {
  background: #f5cbc6;
}

#job .hme .button .web a:before {
  background: url(/job_guide/img/hme_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .hme .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_hme.png) no-repeat;
  background-size: contain;
}

#job .hme .button a:after {
  border: 7px solid #f5cbc6;
  border-left-color: #ea4c34;
}

#job .hme .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #ea4c34;
}

/*--看護師--*/
#job .nur h3,
#job .nur .what_job h4,
#job .nur .what_job h5 span,
#job .nur .button p,
#job .nur .button a {
  color: #e95283;
}

#job .nur h3:before {
  background: url(/job_guide/img/number_nur.png?2) no-repeat;
  background-size: contain;
}

#job .nur .what_job h5 span {
  border: 1px solid #e95283;
}

#job .nur .button {
    background: #e09ab1;
}

#job .nur .button .web a {
  background: #ffcfde;
}

#job .nur .button .web a:before {
  background: url(/job_guide/img/nur_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .nur .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_nur.png) no-repeat;
  background-size: contain;
}

#job .nur .button a:after {
  border: 7px solid #ffcfde;
  border-left-color: #e95283;
}

#job .nur .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #e95283;
}

/*--社会福祉士--*/
#job .sw h3,
#job .sw .what_job h4,
#job .sw .what_job h5 span,
#job .sw .button p,
#job .sw .button a {
  color: #3ead34;
}

#job .sw h3:before {
  background: url(/job_guide/img/number_sw.png?2) no-repeat;
  background-size: contain;
}

#job .sw .what_job h5 span {
  border: 1px solid #3ead34;
}

#job .sw .button {
    background: #97CE8A;
}

#job .sw .button .web a {
  background: #E3F3E1;
}

#job .sw .button .web a:before {
  background: url(/job_guide/img/sw_button_figure01.png) no-repeat;
  background-size: contain;
}

#job .sw .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_sw.png) no-repeat;
  background-size: contain;
}

#job .sw .button a:after {
  border: 7px solid #E3F3E1;

  border-left-color: #3ead34;
}

#job .sw .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #3ead34;
}

/*--診療情報管理士--*/
#job .hi h3,
#job .hi .what_job h4,
#job .hi .what_job h5 span,
#job .hi .button p,
#job .hi .button a {
  color: #AE3F88;
}

#job .hi h3:before {
  background: url(/job_guide/img/number_hi.png?2) no-repeat;
  background-size: contain;
}

#job .hi .what_job h5 span {
  border: 1px solid #AE3F88;
}

#job .hi .button {
    background: #CF97B4;
}

#job .hi .button .web a {
  background: #F5E6EE;
}

#job .hi .button .web a:before {
  background: url(/job_guide/img/hi_button_figure01.png) no-repeat;
  background-size: contain;
}


#job .hi .button .info a:before {
  background: url(/job_guide/img/whatjob_figure_hi.png) no-repeat;
  background-size: contain;
}

#job .hi .button a:after {
  border: 7px solid #F5E6EE;
  border-left-color: #AE3F88;
}

#job .hi .button .info a:after {
  border: 7px solid #F5F5F5;
  border-left-color: #AE3F88;
}