@charset "utf-8";
/*----- ▼▼▼共通▼▼▼ -----*/
/*  ▼▼獣医師SNC▼▼  */
#snc_area {
  background-color: #2361c6;
  color: #FFFFFF;
  padding-bottom: 30px;
}
#snc_box {
  padding-left: 10px;
  padding-right: 10px;
}
#snc_area h3 {
  padding-bottom: 15px;
  padding-top: 15px;
}
#snc_area .sub_title {
  border-left: 4px solid #FFFFFF;
  padding-left: 10px;
  margin-bottom: 20px;
}
.work_style {
  overflow-x: hidden;
  margin-bottom: 30px;
  clear: both;
}
#snc_area .work_section {
  color: #2361C6;
  background-color: #FFFFFF;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
  width: 95%;
  text-align: center;
  padding: 10px;
  max-width: 420px;
}
#snc_area .work_article {
  float: left;
  line-height: 36px;
}
.link_btnA {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 97%;
  margin-bottom: 50px;
}
.link_btnA a {
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  text-align: center;
  /*    border: 1px solid #FFFFFF;*/
  width: 100%;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-color: #FF8C26;
}
.link_btnA a:hover {
  background-color: #FFC81F;
}
/*  ▲▲獣医師SNC▲▲  */
/*----- ▲▲▲共通▲▲▲ -----*/
/*----- ▼▼▼獣医師SNC▼▼▼ -----*/
@media screen and (max-width:479px) {
  #snc_area h3 {
    font-size: 22px;
  }
  .link_btnA a {
    font-size: 14px;
  }
  /*  ▼▼SNSバナー▼▼  */
  .sns_box {
    display: grid;
    grid-row-gap: 40px;
    padding: 30px 20% 60px;
  }
  .sns_box a:hover {
    opacity: 0.7;
  }
  /*  ▲▲SNSバナー▲▲  */
  #snc_area .work_article {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (min-width:480px) and (max-width:899px) {
  #snc_area h3 {
    font-size: 24px;
  }
  .link_btnA {
    max-width: 400px;
  }
  /*  ▼▼SNSバナー▼▼  */
  .sns_box {
    display: grid;
    grid-row-gap: 50px;
    padding: 30px 30% 60px;
  }
  .sns_box a:hover {
    opacity: 0.7;
  }
  /*  ▲▲SNSバナー▲▲  */
}
@media screen and (min-width:900px) {
  #snc_area h3 {
    font-size: 28px;
  }
  .link_btnA {
    max-width: 580px;
  }
  /*  ▼▼SNSバナー▼▼  */
  .sns_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 100px;
    padding: 40px 10% 80px;
  }
  .sns_box a:hover {
    opacity: 0.7;
  }
  /*  ▲▲SNSバナー▲▲  */
}
@media screen and (min-width:1802px) {
  #snc_area {
    background-color: #2361c6;
    color: #FFFFFF;
    padding-bottom: 30px;
  }
  #snc_box {
    width: 1264px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1264px;
  }
  #snc_area h3 {
    font-size: 36px;
  }
  .link_btnA {
    max-width: 580px;
  }
  /*  ▼▼SNSバナー▼▼  */
  .sns_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 130px;
    padding: 30px 100px 60px;
  }
  .sns_box a:hover {
    opacity: 0.7;
  }
  /*  ▲▲SNSバナー▲▲  */
}
/*----- ▲▲▲獣医師SNC▲▲▲ -----*/
/*----- ▼▼▼転職・派遣をご希望の方MENU▼▼▼ -----*/
#categoryA_area {
  background-color: #e8f1f6;
}
#categoryA_box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/categoryA_bg.jpg);
  padding: 40px 20px 50px;
}
#categoryA_box ul {
  padding-bottom: 40px;
}
.menu_titleA {
  color: #14366e;
}
.under_lineA {
  border-bottom: 3px solid #3265ce;
}
.menu_listA a {
  text-decoration: none;
  color: #14366e;
  font-size: 23px;
  line-height: 50px;
}
.menu_listA a:hover {
  color: #ff5f07;
}
/*  ▼hoverの擬似要素(矢印マーク)▼  */
.menu_listA a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  margin-left: 0px;
  border: transparent solid 6px;
  border-left-color: #3265ce;
  vertical-align: 4px;
}
.menu_listA a:hover:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  margin-left: 0px;
  border: transparent solid 6px;
  border-left-color: #ff5f07;
  vertical-align: 4px;
}
/*  ▲hoverの擬似要素(矢印マーク)▲  */
.link_btnB {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 97%;
}
.link_btnB a {
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  text-align: center;
  width: 100%;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-color: #14366e;
}
.link_btnB a:hover {
  background-color: #2461c6;
}
@media screen and (max-width:479px) {
  #categoryA_box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu_titleA {
    font-size: 20px;
  }
  .menu_listA a {
    font-size: 16px;
  }
  /*  ▼hoverの擬似要素(矢印マーク)▼  */
  .menu_listA a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    margin-left: 0px;
    border: transparent solid 6px;
    border-left-color: #3265ce;
    vertical-align: 0px;
  }
  .menu_listA a:hover:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    margin-left: 0px;
    border: transparent solid 6px;
    border-left-color: #ff5f07;
    vertical-align: 0px;
  }
  /*  ▲hoverの擬似要素(矢印マーク)▲  */
  .link_btnB a {
    font-size: 14px;
  }
}
@media screen and (min-width:480px) and (max-width:899px) {
  .menu_titleA {
    font-size: 25px;
  }
  .link_btnB {
    max-width: 400px;
  }
}
@media screen and (min-width:900px) {
  .menu_titleA {
    font-size: 38px;
  }
  .link_btnB {
    max-width: 580px;
  }
  @media screen and (min-width:1802px) {
    #categoryA_box {
      width: 1264px;
      margin-left: auto;
      margin-right: auto;
      min-width: 1264px;
    }
  }
}
/*----- ▲▲▲転職・派遣をご希望の方MENU▲▲▲ -----*/
/*----- ▼▼▼採用をご希望の病院、企業の方MENU▼▼▼ -----*/
#categoryB_area {
  background-color: #7bb0dc;
}
#categoryB_box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/categoryB_bg.jpg);
  padding: 40px 20px 50px;
}
#categoryB_box ul {
  padding-bottom: 40px;
}
.menu_titleB {
  color: #FFFFFF;
  text-align: right;
}
.under_lineB {
  border-bottom: 3px solid #FFFFFF;
}
.menu_listB a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 23px;
  line-height: 50px;
  margin-left: 60%;
}
.menu_listB a:hover {
  color: #fede04;
}
/*  ▼hoverの擬似要素(矢印マーク)▼  */
.menu_listB a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  margin-left: 0px;
  border: transparent solid 6px;
  border-left-color: #FFFFFF;
  vertical-align: 4px;
}
.menu_listB a:hover:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  margin-left: 0px;
  border: transparent solid 6px;
  border-left-color: #fede04;
  vertical-align: 4px;
}
/*  ▲hoverの擬似要素(矢印マーク)▲  */
.link_btnC {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 99%;
}
.link_btnC a {
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  text-align: center;
  width: 100%;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 99%;
  background-color: #9a9025;
}
.link_btnC a:hover {
  background-color: #e5d737;
}
@media screen and (max-width:479px) {
  #categoryB_box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu_titleB {
    font-size: 20px;
  }
  .menu_listB a {
    margin-left: 58%;
    font-size: 16px;
  }
  /*  ▼hoverの擬似要素(矢印マーク)▼  */
  .menu_listB a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    margin-left: 0px;
    border: transparent solid 6px;
    border-left-color: #FFFFFF;
    vertical-align: 0px;
  }
  .menu_listB a:hover:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    margin-left: 0px;
    border: transparent solid 6px;
    border-left-color: #fede04;
    vertical-align: 0px;
  }
  /*  ▲hoverの擬似要素(矢印マーク)▲  */
  .link_btnC a {
    font-size: 14px;
  }
}
@media screen and (min-width:480px) and (max-width:899px) {
  .menu_titleB {
    font-size: 25px;
  }
  .link_btnC {
    max-width: 400px;
  }
}
@media screen and (min-width:900px) {
  .menu_titleB {
    font-size: 38px;
  }
  .link_btnC {
    max-width: 580px;
  }
}
@media screen and (min-width:1802px) {
  #categoryB_box {
    width: 1264px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1264px;
  }
}
/*----- ▲▲▲採用をご希望の病院、企業の方MENU▲▲▲ -----*/
/*----- ▼▼▼NEWS▼▼▼ -----*/
#news_area {}
#news_box {
  padding: 40px 20px 50px;
}
.under_lineC {
  border-bottom: 1px solid #000000;
  width: 60%;
  margin-bottom: 20px;
}
.menu_titleC {
  font-size: 38px;
  margin-right: 20px;
}
#news_list {
  width: 100%;
  height: 300px;
  overflow: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
}
.ifrm {
  width: 100%;
  height: 100%;
  border: none;
  display: block; /* 2重スクロールへの対処 */
}
.link_btnD {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 99%;
  padding-bottom: 30px;
}
.link_btnD a {
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  text-align: center;
  width: 100%;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 99%;
  background-color: #fc7c15;
}
.link_btnD a:hover {
  background-color: #fcbf06;
}
@media screen and (max-width:479px) {
  .under_lineC {
    border-bottom: 1px solid #000000;
    width: 70%;
    margin-bottom: 20px;
  }
  .menu_titleC {
    font-size: 25px;
    margin-right: 20px;
  }
}
@media screen and (min-width:480px) and (max-width:899px) {
  .link_btnD {
    max-width: 400px;
  }
}
@media screen and (min-width:900px) {
  .link_btnD {
    max-width: 580px;
  }
}
@media screen and (min-width:1802px) {
  #news_box {
    width: 1264px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1264px;
  }
}
/*----- ▲▲▲NEWS▲▲▲ -----*/