@charset "utf-8";
/*****************************************
  style.css
  インタビュー用スタイルシート
******************************************/
*{
  margin:0;
  padding:0;
  /*\*/
  *zoom: 1;
  /**/
  box-sizing: border-box;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
  text-align: center;
  margin: 0;
  padding: 0;
  height:100%;
  min-height:100%;
  background-color: #fff;
  text-align:center;
  font-size:12px;
  /*\*/
  *font-size: 76%;
  /**/
  line-height: 1.7;
  color: #3d3d3d;
}
@media screen and (max-width: 950px) {
body { width: 950px;}
}
@media screen and (max-width: 800px) {
body {
  min-width: 1px;
  width: 100%;
}
}
div#container{
  width: 100%;
}
#main .content {
  width: 100%;
  text-align: center;
}
p,ul,ol,li,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
ol, ul {
  letter-spacing: -.40em;
}
li {
  letter-spacing: normal;
  list-style-type: none;
}
hr {
  display: none;
}
img {
  display: block;
  border: 0;
}
form {
  display: inline;
}
table {
  font-size: 12px;
  /*\*/
  *font-size: 100%;
  /**/
}
::-moz-selection{
  background: #77bbff;
  color:#FFF;
}
::selection {
  background: #77bbff;
  color:#FFF;
}

/* テキストリンク */
a:link, a:active
{
  color: #0055dd;
  text-decoration: none;
}

a:visited {
  color: #0055dd;
  text-decoration: none;
}

a:hover {
  color: #0055dd;
  text-decoration: underline;
}
/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
  height: inherit;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
  height: inherit; /* ★2 固定フッタの高さ */
}
#footer {
  height: inherit;  /* footerの高さ（ ★1＋★2 ）分指定する */
}
#main .space
{
  padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
  background-color:#d50000; /* 背景 */
  color: #ffffff; /* 文字色 */
}


/*******************************
 自由ヘッダー
*******************************/
#header .content .free {}
#header .headerIn {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
#header .headerLogo {
  margin: 32px 0 0 25px;
  width: 210px;
}
#header .headerMenu { display: none;}
#header .headerUtility {
  max-width: 915px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 800px) {
#header .content .free {}
#header .headerIn {
  position: relative;
  z-index: 99999;
}
#header .headerLogo {
  margin: 22px 0 0 25px;
  width: 130px;
}
  #header .headerLogo img {
    width: 100%;
  }
#header .headerMenu {
  cursor: pointer;
  float: right;
  height: 62px;
  display: block;
  position: relative;
  text-align: center;
  width: 61px;
}
#header .headerMenu.isOpen:before {
  background: url(/healthcare/images/btn_closemenu.jpg) 0 0 no-repeat;
  background-size: 62px 61px;
  content: '';
  height: 62px;
  left: 0;
  position: absolute;
  top: 0;
  width: 62px;
}
#header .headerMenu:hover {  opacity: 1;}
  #header .headerMenu .ico {
    display: inline-block;
    height: 20px;
    margin-top: 12px;
    width: 26px;
  }
    #header .headerMenu .ico img {
      width: 100%;
    }
  #header .headerMenu .txt {
    color:#0068b7;
    display: block;
  }
#header .headerUtility {
  max-width: 592px;
  text-align: left;
  width: 100%;
}
}

/* ==========================================================
 gNavi1
========================================================== */
.gNavi1 {
  display: inline-block;
  float: left;
  margin: 42px 0 0;
  width: 390px;
}
  .gNavi1 li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
  }
  .gNavi1 li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
    .gNavi1 li:before {
      background-color: #000;
      content: '';
      height: 16px;
      position: absolute;
      top: 3px;
      right: 0;
      width: 1px;
    }
    .gNavi1 li:last-child:before {
      content: none;
    }
    .gNavi1 li a {
      color: #000 !important;
      font-size: 16px;
    }
@media screen and (max-width: 1185px) {
  #header .headerUtility {
  max-width: 730px;
    text-align: right;
  }
  .gNavi1 {
  display: inline-block;
  margin: 22px 10px 0 0;
  width: 188px;
  }
  .gNavi1 li {
    display: block;
    margin-right: 0;
    padding-right: 0;
    position: relative;
  }
  .gNavi1 li:before {
    content: none;
  }
}
@media screen and (max-width: 800px) {
.gNavi1 {
  border-top: 1px solid #0072ce;
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 62px;
  width: 100%;
  z-index: 99;
}
.gNavi1.isOpen {
  display: block;
}
  .gNavi1 li {
    display: block;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
    .gNavi1 li:before {
      content: none;
    }
    .gNavi1 li a {
      background-color:#e8f5ff;
      border-bottom: 1px solid #0072ce;
      display: block;
      font-size: 18px;
      padding: 12px 15px;
      text-align: left;
      position: relative;
    }
    .gNavi1 li a:hover {
      text-decoration: none !important;
    }
    .gNavi1 li a:before,
    .gNavi1 li a:after {
      border-right: 2px solid #0072ce;
      content: "";
      display: block;
      height: 10px;
      margin-top: -8px;
      position: absolute;
      right: 15px;
      top: 50%;
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      width: 0;
    }
    .gNavi1 li a:after {
      margin-top: -2px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
}

/* ==========================================================
 gNavi2
========================================================== */
.gNavi2 {
  display: inline-block;
  float: right;
  overflow: hidden;
}
  .gNavi2 li { float: left;}
    .gNavi2 li img { display: inline-block;}
  .gNavi2 li.nav1 a,
  .gNavi2 li.nav1 span { background-color: #f39700;}
  .gNavi2 li.nav2 a,
  .gNavi2 li.nav2 span { background-color: #0068b7;}
    .gNavi2 li a,
    .gNavi2 li span {
      color:#fff !important;
      cursor: pointer;
      display: block;
      font-size: 20px;
      height: 108px;
      line-height: 1.3;
      padding: 10px 0 0;
      text-align: center;
      width: 250px;
    }
    .gNavi2 li span:hover,
    .gNavi2 li a:hover {
      text-decoration:none !important;
      opacity: 0.7;
    }
@media screen and (max-width: 800px) {
.gNavi2 {}
  .gNavi2 li {}
    .gNavi2 li img { width: 20px;}
    .gNavi2 li a,
    .gNavi2 li span {
      height: 62px;
      float: left;
      font-size: 10px;
      padding: 6px 0 0;
      position: relative;
      text-align: center;
      width: 61px;
    }
    .gNavi2 li.nav2 a.isOpen:before,
    .gNavi2 li.nav2 span.isOpen:before {
      background: url(/healthcare/images/btn_closenav.jpg) 0 0 no-repeat;
      background-size: 62px 61px;
      content: '';
      height: 62px;
      left: 0;
      position: absolute;
      top: 0;
      width: 62px;
    }
    .gNavi2 li a:hover,
    .gNavi2 li span:hover { opacity: 1;}
}
/* ==========================================================
 gNavi3
========================================================== */
.gNavi3 {
  border-top: 1px solid #0072ce;
  display: none;
  right: 0;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 108px;
  width: 276px;
  z-index: 99;
}
.gNavi3.isOpen {
  display: block;
}
  .gNavi3 li {
    display: block;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
  .gNavi3 li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
    .gNavi3 li:before {
      background-color: #000;
      content: none;
      height: 16px;
      position: absolute;
      top: 3px;
      right: 0;
      width: 1px;
    }
    .gNavi3 li:last-child:before {
      content: none;
    }
    .gNavi3 li a {
      background-color:#e8f5ff;
      border-bottom: 1px solid #0072ce;
      border-left: 1px solid #0072ce;
      display: block;
      color: #000 !important;
      font-size: 20px;
      padding: 16px 15px;
      position: relative;
    }
    .gNavi3 li a:hover {
      opacity: 0.7;
      text-decoration: none !important;
    }
@media screen and (max-width: 800px) {
.gNavi3 {
  left: 0;
  top: 62px;
  width: 100%;
}
    .gNavi3 li a {
      border-left: none;
      font-size: 18px;
      padding: 12px 15px;
    }
    .gNavi3 li a:before,
    .gNavi3 li a:after {
      border-right: 2px solid #0072ce;
      content: "";
      display: block;
      height: 10px;
      margin-top: -8px;
      position: absolute;
      right: 15px;
      top: 50%;
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      width: 0;
    }
    .gNavi3 li a:after {
      margin-top: -2px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .gNavi3 li a:hover { opacity: 1;}
}


/* ==========================================================
 imgSlider
========================================================== */
.breadcrumb {
  background-color:#eeeeee;
  padding: 11px 0;
}
  .breadcrumb ul {
    line-height: 1.5;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
  }
    .breadcrumb ul li {
      display: inline-block;
      margin-right: 20px;
      position: relative;
    }
      .breadcrumb ul li.home:after {
        content: '>';
        position: absolute;
        right: -17px;
      }
      .breadcrumb ul li a {
        color: #000;
      }
@media screen and (max-width: 800px) {
.breadcrumb { display:none;}
}
/* ==========================================================
 imgSlider
========================================================== */
.boxMainVisual {
  position: relative;
}
.imgSlider {}
  .imgSlider li {}
    .imgSlider li img { width: 100%;}

.txtIntro {
  background-color:#0068b7;
  color:#fff;
  font-size: 24px;
  font-weight: normal;
  padding: 11px 0 6px;
}
.slick-arrow {
  border: none;
  cursor: pointer;
  height: 78px;
  margin-top: -39px;
  position: absolute;
  top: 50%;
  width: 43px;
  z-index: 10;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-prev {
  left: 14%;
  background: url(/healthcare/images/ico_arrow_prev_pc.png) 0 0 no-repeat;
}
.slick-next {
  right: 14%;
  background: url(/healthcare/images/ico_arrow_next_pc.png) 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
.txtIntro {
  font-size: 18px;
  font-weight: normal;
  margin-top: -5px;
}
.slick-arrow {
  border: none;
  cursor: pointer;
  height: 19px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 11px;
  z-index: 10;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-prev {
  left: 10px;
  background: url(/healthcare/images/ico_arrow_prev_sp.png) 0 0 no-repeat;
  background-size: 11px auto;
}
.slick-next {
  right: 10px;
  background: url(/healthcare/images/ico_arrow_next_sp.png) 0 0 no-repeat;
  background-size: 11px auto;
}
}
/* ==========================================================
 listCmn
========================================================== */
.listCmn {
  margin: 0 auto 30px;
  max-width: 950px;
}
  .listCmn .itemCmn {
    border: 2px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .itemCmn .ttlCmn2 {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#0072ce;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 32px;
    font-weight: bold;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    position: relative;
    text-align: center;
  }
  .itemCmn .ttlCmn2:hover { opacity: 0.7;}
  .itemCmn .ttlCmn2.isOpen {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .itemCmn .ttlCmn2:before {
    background: url(/healthcare/images/ico_accordion_01.png) 0 0 no-repeat;
    content: '';
    height: 36px;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    right: 42px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    width: 36px;
  }
  .itemCmn .ttlCmn2.isOpen:before {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
  }
  .itemCmn .icoMedicine {
    background: #e1f2ff url(/healthcare/images/ico_medicine_01.png) 40px center no-repeat;
  }
  .itemCmn .icoJob {
    background: #e1f2ff url(/healthcare/images/ico_job_01.png) 40px center no-repeat;
  }
  .itemCmn .icoInterview {
    background: #e1f2ff url(/healthcare/images/ico_interview_01.png) 40px center no-repeat;
  }
  .itemCmn .icoSeller {
    background: #e1f2ff url(/healthcare/images/ico_seller_01.png) 40px center no-repeat;
  }
  .itemCmn .icoFaq {
    background: #e1f2ff url(/healthcare/images/ico_qa_01.png) 40px center no-repeat;
  }
  .itemCmn .boxContent {
    display:none;
    padding: 54px 0 68px;
  }
  .itemCmn .boxContent.type1 { padding: 0 0 60px;}
  .itemCmn .boxContent.type2 { padding: 38px 0 60px; }
@media screen and (max-width: 800px) {
.listCmn {
  margin: 0 12px 20px;
  max-width: 100%;
}
  .listCmn .itemCmn {
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .itemCmn .ttlCmn2 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 19px;
    height: 88px;
    padding-left: 25px;
  }
  .itemCmn .ttlCmn2:before {
    background: url(/healthcare/images/ico_accordion_01.png) 0 0 no-repeat;
    background-size: 21px auto;
    content: '';
    height: 21px;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 21px;
  }
  .itemCmn .icoMedicine {
    background: #e1f2ff url(/healthcare/images/ico_medicine_01.png) 20px center no-repeat;
    background-size: 50px auto;
  }
  .itemCmn .icoJob {
    background: #e1f2ff url(/healthcare/images/ico_job_01.png) 20px center no-repeat;
    background-size: 50px auto;
  }
  .itemCmn .icoInterview {
    background: #e1f2ff url(/healthcare/images/ico_interview_01.png) 20px center no-repeat;
    background-size: 50px auto;
  }
  .itemCmn .icoSeller {
    background: #e1f2ff url(/healthcare/images/ico_seller_01.png) 20px center no-repeat;
    background-size: 50px auto;
  }
  .itemCmn .icoFaq {
    background: #e1f2ff url(/healthcare/images/ico_qa_01.png) 20px center no-repeat;
    background-size: 50px auto;
  }
  .itemCmn .boxContent { padding: 32px 0 24px;}
  .itemCmn .boxContent.type1 { padding: 0 0 40px;}
  .itemCmn .boxContent.type2 { padding: 33px 0 24px; }
}
@media screen and (max-width: 320px) {
  .itemCmn .ttlCmn2 { font-size: 16px;}
  .itemCmn .icoMedicine {
    background: #e1f2ff url(/healthcare/images/ico_medicine_01.png) 10px center no-repeat;
    background-size: 41px auto;
  }
  .itemCmn .icoJob {
    background: #e1f2ff url(/healthcare/images/ico_job_01.png) 10px center no-repeat;
    background-size: 41px auto;
  }
  .itemCmn .icoInterview {
    background: #e1f2ff url(/healthcare/images/ico_interview_01.png) 10px center no-repeat;
    background-size: 41px auto;
  }
  .itemCmn .icoSeller {
    background: #e1f2ff url(/healthcare/images/ico_seller_01.png) 10px center no-repeat;
    background-size: 41px auto;
  }
  .itemCmn .icoFaq {
    background: #e1f2ff url(/healthcare/images/ico_qa_01.png) 10px center no-repeat;
    background-size: 41px auto;
  }
}
/* ==========================================================
 secIntro
========================================================== */
.secIntro { margin-bottom: 64px;}
.secMap { margin-bottom: 135px;}
  .secMap .txtMap {
    font-size: 24px;
    margin-bottom: 68px;
  }
  .txtArea {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    z-index: 100;
  }
    .txtArea a {
      bottom: -103px;
      font-size: 21px;
      left: -29px;
      position: absolute;
      z-index: 2;
    }
    .txtArea a:link,
    .txtArea a:active { color: #0068b7 !important;}
@media screen and (max-width: 800px) {
.secIntro { margin-bottom: 18px;}
.secMap { margin-bottom: 42px;}
  .secMap .boxMap {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .secMap .txtMap {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .txtArea { display: none;}
}

/* ==========================================================
 title
========================================================== */
.ttlCmn1 {
  color: #0068b7;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 52px;
  position: relative;
  text-align: center;
}
  .ttlCmn1 span {
    display: block;
    font-size: 24px;
    line-height: 1;
}
.ttlCmn1.type1 { margin-bottom: 85px;}
  .ttlCmn1:after {
    background-color:#f48793;
    bottom: -15px;
    content: '';
    height: 3px;
    left: 50%;
    margin-left: -90px;
    position:absolute;
    width: 180px;
  }
@media screen and (max-width: 800px) {
.ttlCmn1 {
  font-size: 23px;
  margin-bottom: 35px;
}
  .ttlCmn1 span { font-size: 16px;}
.ttlCmn1.type1 { margin-bottom: 56px;}
  .ttlCmn1:after {
    bottom: -6px;
    height: 2px;
    margin-left: -45px;
    width: 90px;
  }
}


/* ==========================================================
 text
========================================================== */
.txtCmn1 {
  font-size: 16px;
  line-height: 1.7;
}
.txtMargin1 { margin-bottom: 32px;}
.txtMargin2 { margin-bottom: 76px;}
.txtMargin3 { margin-bottom: 45px;}
.txtMargin4 { margin-bottom: 32px;}
.txtMargin5 { margin-bottom: 15px;}
.txtMargin6 { margin-bottom: 47px;}
.txtMargin7 { margin-bottom: 68px;}
.txtAlignL { text-align: left;}
@media screen and (max-width: 800px) {
.txtCmn1 {
  font-size: 14px;
  text-align: left;
}
.txtMargin1 { margin-bottom: 32px;}
.txtMargin2 { margin-bottom: 76px;}
.txtMargin3 { margin-bottom: 23px;}
.txtMargin4 { margin-bottom: 32px;}
.txtMargin5 { margin-bottom: 15px;}
.txtMargin6 { margin-bottom: 34px;}
.txtMargin7 { margin-bottom: 20px;}
}


/* ==========================================================
 botton
========================================================== */

/* btnCmn1
---------------------------------------------------------- */
.btnCmn1 {
  margin: 0 auto;
  max-width: 484px;
  overflow: hidden;
}
  .btnCmn1 a {
    background: #99d23e;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #fff !important;
    display: block;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.375;
    padding: 18px 20px;
    position: relative;
    text-align: center;
  }
  .btnCmn1 a:link, .btnCmn1 a:active , .btnCmn1 a:visited { color: #fff !important;}
  .btnCmn1 a:before,
  .btnCmn1 a:after {
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -8px;
    position: absolute;
    right: 30px;
    top: 50%;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0;
  }
  .btnCmn1 a:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
@media screen and (max-width: 800px) {
.btnCmn1 {
  max-width: 100%;
  padding: 0 33px;
}
  .btnCmn1 a {
    font-size: 14px;
    padding: 14px 20px;
  }
  .btnCmn1 a:before,
  .btnCmn1 a:after {
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -8px;
    position: absolute;
    right: 30px;
    top: 50%;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0;
  }
  .btnCmn1 a:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* btnCmn2
---------------------------------------------------------- */
.btnCmn2 {
  margin: 0 auto;
  max-width: 484px;
  overflow: hidden;
}
  .btnCmn2 a {
    background: #f48793;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    color: #fff !important;
    display: block;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
    padding: 20px 20px;
    position: relative;
    text-align: center;
  }
  .btnCmn2.type1 a {
    background: #1f5fa8;
  }
    .btnCmn2 a span {
      display: block;
      font-size: 20px;
    }
  .btnCmn2 a:link,
  .btnCmn2 a:active,
  .btnCmn2 a:visited {
    color: #fff !important;
  }
  .btnCmn2 a:before,
  .btnCmn2 a:after {
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -8px;
    position: absolute;
    right: 30px;
    top: 50%;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0;
  }
  .btnCmn2 a:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
@media screen and (max-width: 800px) {
.btnCmn2 {
  margin: 0 auto;
  max-width: 95%;
}
  .btnCmn2 a {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 17px;
    padding: 12px 15px;
  }
    .btnCmn2 a span { font-size: 12px;}
  .btnCmn2 a:before,
  .btnCmn2 a:after {
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0;
  }
  .btnCmn2 a:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* ==========================================================
 ttlMedicine
========================================================== */
.ttlMedicine {
  color:#19448e;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 36px;
}
  .ttlMedicine.type1 { margin-bottom: 47px;}
  .ttlMedicine.type2 { margin-bottom: 5px;}
@media screen and (max-width: 800px) {
.ttlMedicine {
  font-size: 19px;
  margin-bottom: 12px;
  text-align: left;
}
  .ttlMedicine.type1 { margin-bottom: 23px;}
  .ttlMedicine.type2 { text-align: center;}
}

/* ==========================================================
 freeWordInput
========================================================== */
.freeWordInput {
    display: inline-block;
    width: 450px;
  }
    .freeWordInput .fwInput input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #fff;
      border: 1px solid #ccc;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #333;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      overflow: hidden;
      padding: 0 12px;
      width: 100%;
    }
    .freeWordInput .fwInput input::-webkit-input-placeholder { color: #808080;}
    .freeWordInput .fwInput input::-moz-placeholder { color: #808080;}
    .freeWordInput .fwInput input:-ms-input-placeholder { color: #808080;}
    .freeWordInput .fwInput input:-moz-placeholder { color: #808080;}
    .freeWordButton {
      display: inline-block;
    }
    .freeWordButton input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #f48793 url(/healthcare/images/ico_search_01.png) no-repeat center center;
      border: none;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      border-radius: 5px !important;
      color:#fff;
      cursor: pointer;
      height: 50px;
      width: 50px;
      text-indent: -999px;
    }
    .freeWordButton input:hover { opacity: 0.7;}
@media screen and (max-width: 800px) {
.freeWordInput {
    width: calc(100% - 50px);
  }
    .freeWordInput .fwInput input {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      height: 40px;
      line-height: 40px;
    }
    .freeWordButton input {
      background: #f48793 url(/healthcare/images/ico_search_01.png) no-repeat center center;
      background-size: 23px auto;
      border: none;
      -webkit-border-radius: 3px !important;
      -moz-border-radius: 3px !important;
      border-radius: 3px !important;
      height: 40px;
      width: 40px;
    }
}
/* ==========================================================
 secQualify
========================================================== */
.secQualify {margin-bottom: 120px;}
@media screen and (max-width: 800px) {
.secQualify {margin-bottom: 45px;}
}

/* ==========================================================
 listQualify
========================================================== */
.listQualify {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 70px auto 50px;
  max-width: 980px;
  padding: 0 25px;
}
  .listQualify li {
    padding: 0 26px;
    width: 25%;
  }
    .listQualify li .listIn {
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background-color:#1f5fa8;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      height: 182px;
      justify-content: center;
      margin: 0 auto 18px;
      width: 182px;
    }
    .listQualify li.itemStep2 .listIn { background-color:#eb6877;}
    .listQualify li.itemStep3 .listIn { background-color:#097c25;}
    .listQualify li.itemStep4 .listIn { background-color:#f39700;}
      .listQualify li .listIn .ico { display: inline-block;}
      .listQualify li .listIn .txt {
        color: #fff;
        display: block;
        font-size: 20px;
        margin-top: 10px;
      }
    .listQualify li .txtUnder {
      color: #1f5fa8;
      font-size: 18px;
      text-align: left;
    }
    .listQualify li.itemStep2 .txtUnder { color:#eb6877;}
    .listQualify li.itemStep3 .txtUnder { color:#097c25;}
    .listQualify li.itemStep4 .txtUnder { color:#f39700;}
@media screen and (max-width: 800px) {
.listQualify {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 44px auto 11px;
  max-width: 100%;
  padding: 0 25px;
}
  .listQualify li {
    margin-bottom: 20px;
    padding: 0 8px;
    width: 50%;
  }
    .listQualify li .listIn {
      height: 144px;
      margin: 0 auto 10px;
      width: 144px;
    }
        .listQualify li .listIn .ico img {
          display: inline-block;
          width: 80%;
        }
      .listQualify li .listIn .txt {
        font-size: 17px;
      }
    .listQualify li .txtUnder {
      font-size: 14px;
      margin: 0 auto;
      max-width: 162px;
    }
}
@media screen and (max-width: 320px) {
  .listQualify li .listIn {
    height: 120px;
    margin: 0 auto 10px;
    width: 120px;
  }
  .listQualify li .listIn .txt {
    margin-top: 5px;
    font-size: 10px;
  }
}
/* ==========================================================
 secMedicine
========================================================== */
.secMedicine {}
.boxMedicine { padding: 0 30px;}
@media screen and (max-width: 800px) {
.secMedicine {}
.boxMedicine { padding: 0 12px;}
}
/* ==========================================================
 listPicMed
========================================================== */
.listPicMed {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
  .listPicMed li { padding: 0 10px;}
@media screen and (max-width: 800px) {
.listPicMed {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
  .listPicMed li {
    margin-bottom: 9px;
    padding: 0 6px;
    width: 50%;
  }
    .listPicMed li img {  width: 100%;}
}

/* ==========================================================
 imgMedicine
========================================================== */
.imgMedicine {
  margin: 0 auto 76px;
  max-width: 460px;
}
@media screen and (max-width: 800px) {
.imgMedicine {
  margin: 0 auto 18px;
  max-width: 100%;
}
  .imgMedicine img { width: 100%;}
}

/* ==========================================================
 boxJob
========================================================== */
.boxJob { padding: 0 30px;}
@media screen and (max-width: 800px) {
.boxJob { padding: 0 12px;}
}

/* ==========================================================
 listJob
========================================================== */
.listJob {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
  .listJob li { padding: 0 17px;}
    .listJob li .itemIn {
      padding: 28px 0 0 15px;
      position: relative;
    }
      .listJob li .itemIn span {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #19448e;
        color:#19448e;
        font-size: 18px;
        font-weight: bold;
        height: 40px;
        left:0;
        line-height: 40px;
        position: absolute;
        text-align: center;
        top: 0;
        min-width: 198px;
      }
@media screen and (max-width: 800px) {
.listJob {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
  .listJob li {
    margin-bottom: 18px;
    padding: 0 8px 0 16px;
  }
    .listJob li .itemIn {
      display: block;
      padding: 18px 0 0 11px;
      position: relative;
    }
      .listJob li .itemIn img {
        width: 100%;
      }
      .listJob li .itemIn span {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 15px;
        height: 30px;
        left: -9px;
        line-height: 30px;
        position: absolute;
        min-width: 150px;
      }
.secJob .btnCmn1 { padding: 0 10px;}
}


/* ==========================================================
 listInterview
========================================================== */
.listInterview {}
  .listInterview .itemInterview { padding: 70px 30px 30px;}
  .listInterview .itemInterview:nth-child(even) {
    background-color: #fffded;
    padding: 50px 30px 50px;
  }
    .listInterview .itemInterview .staff {
      position: relative;
      cursor: pointer;
    }
    .listInterview .itemInterview .staff:after {
      background: url(/healthcare/images/ico_accordion_03.png) 0 0 no-repeat;
      bottom: 0;
      content: '';
      height: 42px;
      margin-top: -18px;
      position: absolute;
      right: 0;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 42px;
    }
    .listInterview .itemInterview .staff:hover:after { opacity: 0.7;}
    .listInterview .itemInterview .staff.isOpen:after {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
      .listInterview .itemInterview .staff .title {
        color:#19448e;
        font-size: 24px;
        left: 332px;
        line-height: 1.6;
        margin-bottom: 20px;
        position: absolute;
        text-align: left;
        top: 24px;
      }
      .listInterview .itemInterview .staff.type1 .title { top: 0;}
      .listInterview .itemInterview .details {
        overflow: hidden;
        position: relative;
      }
        .listInterview .itemInterview .image {
          float: left;
          margin-right: 30px;
          width: 300px;
        }
        .listInterview .itemInterview .details .text {
          bottom: 32px;
          font-size: 18px;
          left: 332px;
          text-align: left;
          position: absolute;
        }
        .listInterview .itemInterview  .type1 .details .text {  bottom: 0;}
        .listInterview .itemInterview .boxShowDetails {
          display: none;
          padding: 54px 0 34px;
        }
@media screen and (max-width: 800px) {
.listInterview {}
  .listInterview .itemInterview { padding: 28px 12px 28px;}
  .listInterview .itemInterview:nth-child(even) { padding: 28px 12px 30px;}
      .listInterview .itemInterview .staff .title {
        font-size: 16px;
        margin-bottom: 12px;
        position: static;
      }
    .listInterview .itemInterview .staff:after {
      background: url(/healthcare/images/ico_accordion_03.png) 0 0 no-repeat;
      background-size: 21px auto;
      bottom: 0;
      content: '';
      height: 22px;
      margin-top: -18px;
      position: absolute;
      right: 0;
      -ms-transform: rotate(180deg);

      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 21px;
    }
    .listInterview .itemInterview .staff.isOpen:after {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
          .listInterview .itemInterview .image img {
            width: 100%;
          }
      .listInterview .itemInterview .details {
        display: table;
        overflow: visible;
        position: relative;
        table-layout: fixed;
        width: 100%;
      }
        .listInterview .itemInterview .image {
          display: table-cell;
          float: none;
          margin-right: 30px;
          width: 46%;
        }
        .listInterview .itemInterview .details .text {
          bottom: 9px;
          font-size: 14px;
          left: 48%;
        }
        .listInterview .itemInterview .boxShowDetails { padding: 28px 0 14px;}
}


/* ==========================================================
 ttlInterview
========================================================== */
.ttlInterview {
  color: #0072ce;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: left;
}
.txtInterview {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 42px;
  text-align: left;
}
.txtInterview:last-of-type { margin-bottom: 0;}
.txtColor1 { color: #ff0000; font-size: 20px;}
@media screen and (max-width: 800px) {
.ttlInterview { font-size: 16px;}
.txtColor1 { font-size: 18px;}
}



/* ==========================================================
 boxInterview
========================================================== */
.boxInterview {
  background-color:#effdff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 60px 25px 0;
  padding: 47px 25px 60px;
}
  .boxInterview .title {
    color: #19448e;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .boxInterview .text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 32px;
    text-align: left;
  }
@media screen and (max-width: 800px) {
.boxInterview {
  margin: 38px 10px 0;
  padding: 14px 12px 9px;
}
  .boxInterview .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .boxInterview .text {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .boxInterview .btnCmn1 { padding: 0;}
}


/* ==========================================================
 boxSeller
========================================================== */
.boxSeller {
  display: table;
  margin: 10px 0 52px;
  padding: 0 30px;
  table-layout: fixed;
  width: auto;
}
  .boxSeller .details {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 57%;
  }
    .boxSeller .details .title {
      color: #19448e;
      font-size: 28px;
      margin-bottom: 20px;
    }
    .boxSeller .details .text {
      font-size: 16px;
      line-height: 1.7;
    }
  .boxSeller .image {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
    width: 43%;
  }
    .boxSeller .image img { width: 100%;}
@media screen and (max-width: 800px) {
.boxSeller {
  display: block;
  margin: 10px 0 27px;
  padding: 0 12px;
}
  .boxSeller .details {
    display: block;
    width: 100%;
  }
    .boxSeller .details .title {
      font-size: 19px;
      margin-bottom: 12px;
    }
    .boxSeller .details .text {
      font-size: 14px;
      margin-bottom: 24px;
    }
  .boxSeller .image {
    display: block;
    padding-left: 0;
    width: 100%;
  }
    .boxSeller .image img { width: 100%;}
}


/* ==========================================================
 ttlSeller1
========================================================== */
.ttlSeller1 {
  color:#eb6877;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 48px;
  padding: 0 30px;
  text-align: left;
}
.ttlSeller2 {
  color: #0072ce;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 44px;
}
@media screen and (max-width: 800px) {
.ttlSeller1 {
  color: #ff0000;
  font-size: 16px;
  margin-bottom: 17px;
  padding: 0 12px;
  text-align: left;
}
.ttlSeller2 {
  font-size: 15px;
  margin-bottom: 21px;
}
}


/* ==========================================================
 listSeller
========================================================== */
.listSeller {
  text-align: left;
  padding: 0 30px;
}
  .listSeller dt {
    background-color: #f09199;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 28px;
    padding: 5px 20px;
  }
  .listSeller dd {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 32px;
  }
@media screen and (max-width: 800px) {
.listSeller {
  text-align: left;
  padding: 0 12px;
}
  .listSeller dt {
    background-color: #f09199;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px 14px;
  }
  .listSeller dd {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 17px;
  }
}


/* ==========================================================
 secFaq
========================================================== */
.secFaq { margin-bottom: 105px;}
@media screen and (max-width: 800px) {
.secFaq { margin-bottom: 48px;}
}


/* ==========================================================
 listFaq
========================================================== */
.listFaq {
  margin-bottom: 10px;
  text-align: left;
}
  .listFaq li {
    margin-bottom: 38px;
    padding: 0 30px;
  }
    .listFaq li .question {
      background-color:#ffefed;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      cursor: pointer;
      font-size: 20px;
      position: relative;
      padding: 27px 0 24px 50px;
    }
    .listFaq li .question:after {
      background: url(/healthcare/images/ico_accordion_02.png) 0 0 no-repeat;
      content: '';
      height: 36px;
      margin-top: -18px;
      position: absolute;
      right: 20px;
      top: 50%;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 36px;
    }
    .listFaq li .question.isOpen:after {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .listFaq li .question:before {
      color: #f09199;
      content: 'Q';
      font-family: "MS PGothic", sans-serif;
      font-size: 28px;
      font-weight: bold;
      left: 15px;
      line-height: 1.2;
      margin-top: -15px;
      position: absolute;
      top: 50%;
    }
    .listFaq li .answer {
      display: none;
      font-size: 16px;
      line-height: 1.8;
      padding: 17px 0 0;
    }
@media screen and (max-width: 800px) {
.listFaq {}
  .listFaq li { padding: 0 12px;}
    .listFaq li .question {
      font-size: 14px;
      font-weight: bold;
      padding: 11px 36px 10px 36px;
    }
    .listFaq li .question:after {
      background: url(/healthcare/images/ico_accordion_02.png) 0 0 no-repeat;
      background-size: 21px auto;
      height: 21px;
      margin-top: -11px;
      right: 14px;
      top: 50%;
      width: 21px;
    }
    .listFaq li .question:before {
      content: 'Q';
      font-size: 20px;
      margin-top: 0;
      top: 10px;
    }
    .listFaq li .answer {
      font-size: 14px;
      line-height: 1.7;
      padding: 17px 0 0;
    }
}


/* ==========================================================
 wrapList
========================================================== */
.footerRecruiting {
  border-bottom: 1px solid #cccccc;
  margin: 0 auto 30px;
  padding-bottom: 50px;
}
  .footerRecruiting .wrapList {
    margin: 0 auto;
  max-width: 950px;
    overflow: hidden;
}
@media screen and (max-width: 800px) {
.footerRecruiting {
  margin: 0 auto 28px;
  padding-bottom: 20px;
}
}

/* ==========================================================
 listRecruiting
========================================================== */
.listRecruiting {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content:  space-between;
  margin: 24px -11px 0;
}
  .listRecruiting li {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    height: 200px;
    margin: 0 11px;
    position: relative;
    width: 100%;
  }
  .listRecruiting li:before,
  .listRecruiting li:after {
    border-right: 3px solid #fff;
    content: "";
    display: block;
    height: 15px;
    right: 20px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0;
  }
  .listRecruiting li:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .listRecruiting li.itemStep1 { background-color: #f48793;}
  .listRecruiting li.itemStep2 { background-color: #fcaf2f;}
  .listRecruiting li.itemStep3 { background-color: #1f5fa8;}
    .listRecruiting li .itemIn {}
      .listRecruiting li .itemIn .title {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 10px;
      }
      .listRecruiting li .itemIn .text {
        color: #fff;
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 1.4;
      }
@media screen and (max-width: 800px) {
.listRecruiting {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 12px;
}
  .listRecruiting li {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: auto;
    margin: 0 0 20px;
    padding: 9px 10px;
    width: 100%;
  }
  .listRecruiting li:before,
  .listRecruiting li:after {
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    right: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0;
  }
  .listRecruiting li:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
    .listRecruiting li .itemIn {}
      .listRecruiting li .itemIn .title {
        font-size: 17px;
        margin-bottom: 0;
      }
      .listRecruiting li .itemIn .text { font-size: 12px;}
}
@media screen and (max-width: 320px) {
.listRecruiting li .itemIn {
  padding-right: 5px;
}
  .listRecruiting li:before,
  .listRecruiting li:after { right: 7px;}
}
/* ==========================================================
 Modify Map
========================================================== */
@media screen and (max-width: 800px) {
  .secMap #mapObj_sp .acbtn a {
    background-color: #e8f5ff;
    border-top: 1px solid #0072ce;
    border-bottom: 1px solid #0072ce;
    color: #000!important;
    text-align: left;
  }
    .secMap #mapObj_sp .acbtn a:after,
    .secMap #mapObj_sp .acmenu a:after { color: #0072ce;}
  .secMap #mapObj_sp .acmenu a {
    background-color: #fff;
    color: #000!important;
    text-align: left;
  }
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {}
#container #main .space { padding-bottom: 0;}

/* ==========================================================
 footerContainer
========================================================== */
.footerContainer {
  padding-bottom: 20px;
  text-align: center;
}
.footerContainer.no-border {
  border: none;
}
  .footerContainer .link1 { margin-bottom: 6px;}
    .footerContainer .link1 li {
      display: inline-block;
      margin-right: 10px;
      padding-right: 10px;
      position: relative;
    }
      .footerContainer .link1 li:last-child {
        margin-right: 0;
        padding-right: 0;
      }
      .footerContainer .link1 li:last-child:before { content: none;}
      .footerContainer .link1 li:before {
        background-color: #000;
        content: '';
        height: 14px;
        position: absolute;
        right: 0;
        top: 4px;
        width: 1px;
      }
      .footerContainer .link1 li a {
        color: #000 !important;
        font-size: 12px;
      }
  .footerContainer .link2 { display: inline-block;}
    .footerContainer .link2 li {
      display: inline-block;
      margin-right: 20px;
      padding-right: 20px;
      position: relative;
    }
      .footerContainer .link2 li:before {
        background-color: #000;
        content: '';
        height: 14px;
        position: absolute;
        right: 0;
        top: 1px;
        width: 1px;
      }
      .footerContainer .link2 li a {
        color: #000 !important;
        font-size: 12px;
      }
@media screen and (max-width: 800px) {
.footerContainer { padding: 13px 0;}
  .footerContainer .link1 { margin-bottom: 0;}
      .footerContainer .link1 li a { font-size: 10px;}
    .footerContainer .link2 li {
      margin-right: 15px;
      padding-right: 15px;
    }
    .footerContainer .link2 li:last-child { margin-right: 0;}
      .footerContainer .link2 li a { font-size: 10px;}
}

/* ==========================================================
 ソーシャルボタン
========================================================== */

#footer #social {
	overflow: visible;
	height: auto;
	padding-top: 50px;
}

#footer ul#socialObj {
  float: none;
  text-align: right;
}

#footer ul#socialObj li {
	display: inline-block;
	float: none;
	margin: 0 5px 0 0;
	vertical-align: top;
}
iframe.twitter-share-button {
    width: 105px!important;
}
#fb-root{
    width: 120px!important;
}

/* ==========================================================
 footer_link
========================================================== */
.footer_link { display: inline-block;}
  .footer_link .ga_pdf {}
    .footer_link .ga_pdf a {
      color: #000 !important;
      font-size: 12px;
    }
.footer_wrap { margin-top: 8px;}
  .footer_wrap .copy { font-size: 12px;}
@media screen and (max-width: 800px) {
    .footer_link .ga_pdf a {
      color: #000 !important;
      font-size: 10px;
    }
.footer_wrap { margin-top: 8px;}
  .footer_wrap .copy { font-size: 10px;}
}

/* ==========================================================
 btnPagetop
========================================================== */
.btnPagetop {
  bottom: 30px;
  position: fixed;
  right: 100px;
  z-index: 150;
}
  .btnPagetop a:hover img {
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha( opacity=70);
    opacity: 0.7;
  }
@media screen and (max-width: 800px) {
#container #main .space { padding-bottom: 0;}
.btnPagetop {
  bottom: 10px;
  height: 35px;
  right: 12px;
  width: 35px;
}
  .btnPagetop a {
    display: block;
    height: 35px;
    width: 35px;
  }
  .btnPagetop a img { width: 100%;}
}
.isOpacity:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.onlyPC {}
.onlyTB,
.onlySP,
.noPC { display: none !important;}
.noTB {}
.noSP {}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 800px) {
.onlyPC,
.noSP,
.onlyTB,
img.onlyTB  { display: none !important;}
.onlySP,
.noPC,
.noTB     { display: block !important;}
img.onlySP,
img.noPC,
img.noTB  { display: inline-block !important;}
}



/* ==========================================================
 common lower styles
========================================================== */
.healthcarePageHeader { line-height: 0;}
@media (min-width: 801px) {
  .healthcareWrap {
    width: 950px;
    margin: 0 auto;
    text-align: left;
  }


  .healthcarePageHeader {
    line-height: 0;
  }

  .healthcarePageHeader img {
    width: 100%;
  }

  .healthcarePageHeader h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    background-color: #0068B7;
  }

  .healthcareSectionHeader h2 {
    position: relative;
    height: 57px;
    text-align: center;
    color: #1F5FA8;
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
  }

  .healthcareSectionHeader h2::before {
    content: "";
    position: absolute;
    left: calc(50% - 90px);
    bottom: 0;
    width: 180px;
    height: 3px;
    background-color: #F48793;
  }

  .healthcareSectionHeader p {
    margin: 66px 0 0;
    font-size: 20px;
    line-height: 27px;
  }

  .healthcareAdviceSection {
    padding: 104px 0 74px;
  }

  .healthcareAdviceSection dl {
    margin: 60px 0 0;
    border: 2px solid #EB669F;
    border-radius: 19px;
  }

  .healthcareAdviceSection dl:first-child {
    margin: 50px 0 0;
  }

  .healthcareAdviceSection dl dt {
    height: 200px;
    padding: 28px;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    background-color: #FCEBF2;
  }

  .healthcareAdviceSection dl dt img {
    float: left;
    margin: 0 28px 0 0;
  }

  .healthcareAdviceSection dl dt .texts {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }

  .healthcareAdviceSection dl dt p {
    color: #EB669F;
    font-size: 24px;
    line-height: 30px;
  }

  .healthcareAdviceSection dl dt .meta {
    display: block;
    margin: 9px 0 0;
    font-size: 18px;
    line-height: 1em;
  }

  .healthcareAdviceSection dl dd {
    padding: 40px 28px;
  }

  .healthcareAdviceSection dl dd p {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 30px;
  }

  .healthcareAdviceSection dl dd p:first-child {
    margin: 0;
  }

  .healthcareAdviceSection dl.advice2 {border-color: #1060AE;}
  .healthcareAdviceSection dl.advice2 dt {background-color: #EAF4FE;}
  .healthcareAdviceSection dl.advice2 dt p {color: #0072CE;}
}

@media (min-width: 801px) and (max-width: 980px) {
  .healthcareWrap {
    width: 100%;
    padding: 0 12px;
  }

  .healthcarePageHeader .breadcrumb {
    padding: 0 12px;
  }

  .healthcareSectionHeader h2 {
    font-size: 32px;
    line-height: 1.2em;
  }
}

@media (max-width: 800px) {
  .healthcareWrap {
    width: 100%;
    padding: 0 12px;
    text-align: left;
  }

  .healthcarePageHeader img {
    width: 100%;
  }

  .healthcarePageHeader h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 42px;
    background-color: #0068B7;
  }

  .healthcarePageHeader .breadcrumb {
    display: none;
  }

  .healthcareSectionHeader {
  }

  .healthcareSectionHeader h2 {
    position: relative;
    padding: 0 0 14px;
    text-align: center;
    color: #1F5FA8;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
  }

  .healthcareSectionHeader h2::before {
    content: "";
    position: absolute;
    left: calc(50% - 45px);
    bottom: 0;
    width: 90px;
    height: 2px;
    background-color: #F48793;
  }

  .healthcareSectionHeader p {
    margin: 40px 0 0;
    font-size: 18px;
    line-height: 24px;
  }

  .healthcareAdviceSection {
    padding: 55px 0 50px;
    text-align: left;
  }

  .healthcareAdviceSection dl {
    margin: 46px 0 0;
    border: 1px solid #EB669F;
    border-radius: 10px;
  }

  .healthcareAdviceSection dl:first-child {
    margin: 40px 0 0;
  }

  .healthcareAdviceSection dl dt {
    padding: 20px 12px 35px;
    border-radius: 9px 9px 0 0;
    overflow: hidden;
    background-color: #FCEBF2;
  }

  .healthcareAdviceSection dl dt img {
    display: block;
    margin: 0 auto 15px;
  }

  .healthcareAdviceSection dl dt .texts {
  }

  .healthcareAdviceSection dl dt p {
    color: #EB669F;
    font-size: 16px;
    line-height: 21px;
  }

  .healthcareAdviceSection dl dt .meta {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1em;
  }

  .healthcareAdviceSection dl dd {
    padding: 42px 12px;
  }

  .healthcareAdviceSection dl dd p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 24px;
  }

  .healthcareAdviceSection dl dd p:first-child {
    margin: 0;
  }

  .healthcareAdviceSection dl.advice2 {border-color: #1060AE;}
  .healthcareAdviceSection dl.advice2 dt {background-color: #EAF4FE;}
  .healthcareAdviceSection dl.advice2 dt p {color: #0072CE;}
}

/* --------------------
　メリットページ
-------------------- */
/* float解除 */
.float_contents:after {
  clear: both;
  content: "";
  display: block;
}
/* 職種検索btn */
.jobtype_btn {
  background-color: #EB6877;
  border-radius: 15px;
  margin: 20px auto 0;
  max-width: 400px;
  text-align: center;
  width: 96%;
}
.jobtype_btn:hover {
  opacity: 0.7;
}
.jobtype_btn a {
  display: block;
  padding: 10px 0;
}
.jobtype_btn a:hover {
  text-decoration: none !important;
}
.jobtype_btn a span {
  color: #fff;
  font-size: 24px;
}
.jobtype_btn strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 400px) {
  .jobtype_btn a span {
    font-size: 20px;
  }
  .jobtype_btn strong {
    font-size: 14px;
  }
  .listRecruiting li .itemIn .title {
    font-size: 16px;
  }
}

/*-----------------------------------*/
/*SNSボタン差し替えによる調整*/
#footer ul#socialObj li.line {
    max-width: 83px;
}
#footer ul#socialObj li.line img {
    width: 100%;
}
#footer #social {
    line-height: 24px;
}