@charset "UTF-8";/***** template *****/
/*** parts ***/
/* common */
/* pc */
@media(min-width: 700px) {}
/* smart phone */
@media(max-width: 700px) {}

/*====================== CI ======================*/
/* pc */
@media(min-width: 700px) {
.contact-form-table .field-name {
    width: 27%;
    padding-left: 10px;
}
.field-group p{
  margin: 0 0 0 .5em;
}
.yosan span{
  width: 300px;
  display: inline-block;
}
p.yosan-en{
  display: inline;
  margin-left: 1rem;
}
.contact-form-table .field-name{
  padding:1em;
  cursor: auto;
}
.contact-form-table .field {
  padding: 1em;
}
.hissu{
  background-color: dodgerblue;
  width: fit-content;
  font-size: 12px;
  padding: .5em 1em;
  color: #fff;
  border-radius: 100px;
  display: inline;
  vertical-align: bottom;
  margin: 0 0 0 .4em;
}








}/* pc */
/* smart phone */
@media(max-width: 700px) {
.field-group p{
  margin: 0 0 0 .5em;
}
.yosan span{
  width: 70%;
  display: inline-block;
}
p.yosan-en{
  display: inline;
  margin-left: 1rem;
}
.contact-form-table .field-name{
  padding:1em;
  cursor: auto;
}
.contact-form-table .field {
    padding: .5em;
}
.hissu{
  background-color: dodgerblue;
  width: fit-content;
  font-size: 12px;
  padding: .5em 1em;
  color: #fff;
  border-radius: 100px;
  display: inline;
  vertical-align: bottom;
  margin: 0 0 0 .4em;
}


}/* smart phone */




















/***** ヘッダーメニューお問い合わせ *****/
.cplan-header-contactus .chc-image {
  vertical-align: middle;
  display: inline-block;
}

.cplan-header-contactus .chc-link {
  vertical-align: middle;
  display: inline-block;
}




/***** 全体 *****/
/* smart phone */
@media(max-width: 700px) {
  .content-body {
    margin: 0;
  }
}
/***** トップページ *****/
/*** 医療コンサル ***/
/* common */
.home .iryo-consul-flow-frame {
    text-align: right;
}
.home .iryo-consul-flow-frame * {
    margin: 0;
    padding: 0;
}
.home .iryo-consul-frame {
    position: relative;
    background-color: #ffffee;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid rgb(200, 255, 150);
    box-shadow: 0px 0px 5px 5px #ffffff;
    height: 50px;
}
.home .iryo-consul-frame p {
    margin: 0;
    padding: 0;
}
.home .iryo-consul-frame .iryo-consul-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}
.home .iryo-consul-frame a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .iryo-consul-frame a:hover {
    background-color: rgb(200, 200, 200, 0.9);
}
/* pc */
@media(min-width: 701px) {
    .home .iryo-consul-frame {
        width: 30%;
        margin: 1.5%;
        display: inline-block;
    }
}
/* smart phone */
@media(max-width: 700px) {
    .home .iryo-consul-frame {
      width: 80%;
      margin: 3% 10%;
    }
}

/*** 講師紹介
.home .gallery {
  width: 98%;
  margin: 1%;
}
.home .gallery .column {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0px solid #ffffff;
  width: 31%;
  margin: 1%;
} ***/


/***** 会社概要 *****/
/*** 2記事 ***/
/* common */
.page-id-20 .list-wrapper {
    margin: 0;
    padding: 0;
}
.page-id-20 .list-wrapper * {
    margin: 0;
    padding: 0;
}
.page-id-20 .list-wrapper .column {
    box-shadow: 0px 0px 3px 2px rgb(230,230,200);
    border-radius: 45px;
    overflow: hidden;
}
.page-id-20 .list-wrapper .column img {
    filter: brightness(75%);
}
.page-id-20 .list-wrapper .to-detail {
    display: none;
}
.page-id-20 .list-wrapper .full-title {
    display: none;
}
.page-id-20 .list-wrapper .column-inner {
    position: relative;
    margin: 0;
    padding: 0
}
.page-id-20 .list-wrapper .title {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.page-id-20 .list-wrapper .title a {
    color: #ffffff;
}
.page-id-20 .list-wrapper .desc {
    display: none;
}
/* pc */
@media(min-width: 701px) {
    .page-id-20 .list-wrapper .column {
        width: 45%;
        margin: 2.5% 2.5%;
    }
    .page-id-20 .list-wrapper .title a {
        font-size: 36px;
    }
}
/* smart phone */
@media(max-width: 700px) {
    .page-id-20 .list-wrapper .column {
        width: 80%;
        margin: 3% 10%;
    }
    .page-id-20 .list-wrapper .title a {
        font-size: 24px;
    }
}

/*** プラス効果 ***/
/* common */
.iryo-consul-plus-div table tr {
  vertical-align: top;
}
.iryo-consul-plus-div table tr td:nth-of-type(1) {
  text-align: right;
}
.iryo-consul-plus-div table tr:nth-of-type(odd) {
  background-color: rgba(243, 213, 26,1);
}
.iryo-consul-plus-div table tr:nth-of-type(even) {
  background-color: rgba(231, 225, 143 ,1);
}
/*** マイナス効果 ***/
/* common */
.iryo-consul-minus-div table tr {
  vertical-align: top;
}
.iryo-consul-minus-div table tr td:nth-of-type(1) {
  text-align: right;
}
.iryo-consul-minus-div table tr:nth-of-type(odd) {
  background-color: rgba(188, 189, 194,1);
}
.iryo-consul-minus-div table tr:nth-of-type(even) {
  background-color: rgba(250, 250,  250 ,1);
}

/***** MCM育成認定 *****/
/*** MCMグレード制度 ***/
/* common */
.postid-1624 .mcm-g-div table {
    border: 1px solid black;
}
.postid-1624 .mcm-g-div table th {
    background-color: rgb(230,230,200);
    border: 1px solid black;
}
.postid-1624 .mcm-g-div table td {
    border: 1px solid black;
}
/* pc */
@media(min-width: 701px) {
    .postid-1624 .mcm-g-smartphone {
        display: none;
    }
}
/* smart phone */
@media(max-width: 700px) {
    .postid-1624 .mcm-g-pc {
        display: none;
    }
}

/***** c-plan ******/
/*** h1 ***/
.cplan-h1 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}

/*** lineseparate ***/

.cplan-lineseparate-left {
  display: inline-block;
  width: 50%;
  border-bottom: 5px solid rgba(0, 150, 0, 0.5);
}
.cplan-lineseparate-right {
  display: inline-block;
  width: 50%;
  border-bottom: 5px solid rgba(100, 100, 100, 0.5);"
}

/***** 業務一覧 *****/
/*** common ***/
.cplan-iryoconsul-gyomu {
  //background-color: rgba(167, 219, 162, 1.0);
  background-color: rgba(167, 219, 162, 1.0);
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.cplan-iryoconsul-gyomu a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cplan-iryoconsul-gyomu  > p {
  margin: 0;
  padding: 0;
}
.cplan-iryoconsul-gyomu a:hover {
  background-color: rgba(250, 250, 250, 0.3);
}
.cplan-iryoconsul-gyomu-image {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}
.cplan-iryoconsul-gyomu-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.cplan-iryoconsul-gyomu-title {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin: 0 !important;
}
.cplan-iryoconsul-gyomu-title h2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.cplan-iryoconsul-gyomu-title p {
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
}
.cplan-iryoconsul-gyomu-desc {
  margin: 0 !important;
}
.cplan-iryoconsul-gyomu-click {
  text-align: center;
  padding: 0 !important;
  // margin: 0 !important;;
}
.cplan-iryoconsul-gyomu .cplan-iryoconsul-gyomu-title h2 {
  color: #000000;
}
.cplan-iryoconsul-gyomu .cplan-iryoconsul-gyomu-click {
  color: #000000;
  border: 1px solid black;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px #5c5c5c;
}
.cplan-iryoconsul-gyomu .cplan-iryoconsul-gyomu-desc {
  color: #000000;
}


/***** 業務 *****/
/*** common ***/
.cplan-h3 {
  background-color: rgba(40, 175, 12, 1.0);
  color: #ffffff;
  font-weight: normal;
  padding-left: 10px;
}
.cplan-h4 {
  border-bottom: 1px solid rgba(40, 175, 12, 1.0);
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.cplan-text-orange {
  color: #ffa500;
}


/***** 右サイドメニュー：業務内容一覧 *****/
.smr-service {
  display: none;
  margin-top: 90px;
}
.page-id-697 .smr-service,
.postid-1568 .smr-service,
.postid-1593 .smr-service,
.postid-1601 .smr-service,
.postid-1616 .smr-service,
.postid-1624 .smr-service {
 display: inline-block;
}
.smr-service .smr-service-title {
  font-weight: normal;
  border-bottom: 1px solid #000000;
}
.smr-service li {
  border-bottom: 1px dashed rgba(0, 150, 0, 0.5);
}
.smr-service li a {
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.smr-service li a:before {
  content: '';
}

/***** 講師紹介 *****/
.si-frame {
  text-align: center;
  border-bottom: 1px dashed #ffa500;
}
.si-frame .si-name {
  font-size: 24px;
}
@media(max-width: 700px) {
  .si-frame .si-name {
    font-size: 18px;
  }
  .si-frame .si-profesion {
    font-size: 14px;
  }
}


/***** デフォルト要素 *****/
.headline-h2 {
  border-color:  rgba(0, 150, 0, 0.5);
}
@media(max-width: 1000px) {
  .headline-h2 {
    font-size: 18px;
    height: auto;
  }
}

/***** 右サイドメニュー *****/
@media(max-width: 1000px){
  #right-sidebar {
    display: none;
  }
}


/***** お問い合わせ *****/
label {
  display: block;
}

/*** 記事一覧 ***/
/* common */
.home div:nth-of-type(12) .title {
  max-height: none;
}
.body-mcc-performance div:nth-of-type(2) .title {
  max-height: none;
}
.body-news div:nth-of-type(2) .title {
  max-height: none;
}
.body-blog_category .content-body div:nth-of-type(1) .title {
  max-height: none;
}
/* pc */
@media(min-width: 700px) {}
/* smart phone */
@media(max-width: 700px) {}

/*** 求職者募集 ***/
.page-id-700 .is-main {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.page-id-700 #container-1 {
  padding: 0 !important;
}

.page-id-700 #right-sidebar {
  display: none;
}
.page-id-700 .page-title {
  display: none;
}
.page-id-700 p {
  margin: 0 !important;
  color: #555555;
}
.page-id-700 img {
  vertical-align: middle;
}
.hrcontent_title {
  /*background: rgba(0, 150, 0, 0.7);*/
  background: rgba(0, 148, 83, 0.8);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px 0;
}
.background_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.background_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.background_image * {
  position: relative;
  z-index: 2;
}
.background_icon {
  background: rgba(255, 255, 255, 0.9);
  background-size: 30%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hrframe_top_message {
  background-image: url("https://medi-cplan.co.jp/wp-content/uploads/2018/11/top-image3.jpg");
}
.hr_top_message {
  border: 3px solid rgba(0, 150, 0, 0.7);
  width: 80%;
  margin: auto;
  text-align: center;
}
.hr_top_message h2 {
  background: rgba(0, 150, 0, 0.7);
  color: rgb(255, 255, 255);
  font-weight: normal;
  padding: 20px 0;
}
.hr_top_message p {
  background: rgba(253,253,213, 0.9);
}
.hr_top_message p:nth-of-type(1) {
  padding-top: 10px;
}
.hr_top_message p:nth-of-type(2) {
  padding-bottom: 10px;
}
.hrframe_selected_reason {
  background-image: url("https://medi-cplan.co.jp/wp-content/uploads/2018/11/top-image02.jpg");
}
.hrframe_selected_reason > p {
  display: none;
}
.hr_selected_reason {
  border: 3px solid rgba(0, 150, 0, 0.7);
  border-radius: 20px;
  overflow: hidden;
}
.hr_selected_reason_icon1 {
  background-image: url("https://medi-cplan.co.jp/wp-content/uploads/2017/06/ac0b58faa9f5883ae4f8c3e455af5a3e.png");
}
.hr_selected_reason_icon2 {
  background-image: url("https://medi-cplan.co.jp/wp-content/uploads/2017/06/bfd4de90e22238eb266fbf348a49d0ee.png");
}
.hr_selected_reason_icon3 {
  background-image: url("https://medi-cplan.co.jp/wp-content/uploads/2017/06/07a585182635e1c683cae54be481f03f.png");
}
.hr_selected_reason h4 {
  text-align: center;
  margin: auto;
  border-bottom: 1px solid rgba(0, 150, 0, 0.7);
  background: rgba(0, 150, 0, 0.5);
  color: rgb(255, 255, 255);
  padding: 5px 0;
}
.hr_selected_reason p {
  padding: 10px 5px;
}
.hrframe_example_workplace {
  text-align: center;
}
.hrframe_example_workplace ul li {
  background: rgba(253,253,213, 0.7);
  border: 3px solid rgba(0, 150, 0, 0.4);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hrframe_example_workplace > p {
  margin: 20px 0 !important;
}
.hrframe_representative {
  background: rgba(253,253,213, 0.7);
}
.hr_representative_image p {
  text-align: center;
}
.hr_representative_message p {
  padding-bottom: 20px;
}
.hrframe_cplan_features {
  padding: 20px 0;
}
.hr_cplan_feature {
  border: 3px solid rgba(0, 150, 0, 0.4);
}
.hr_cplan_feature h4 {
  background: rgba(0, 150, 0, 0.5);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px 0;
}
.hr_cplan_feature p {
  padding: 5px;
}
.hrframe_workplace_feature {
  text-align: center;
}
.hrframe_workplace_feature h4 {
  font-weight: normal;
  color: rgba(0, 150, 0, 1.0);
}
.hrframe_workplace_feature ul {
  display: inline-block;
  border: 1px solid rgba(0, 150, 0, 0.5);
  counter-reset: ccounter;
}
.hrframe_workplace_feature li {
  background-image: none !important;
  text-align: left;
}
.hrframe_workplace_feature li::before {
  counter-increment: ccounter;
  content: counter(ccounter);
  display: inline-block;
  background-color: rgba(0, 150, 0, 0.5);
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 10px;
}
.hrframe_not_workplace {
  text-align: center;
}
.hrframe_not_workplace h4 {
  font-weight: normal;
  color: rgba(0, 150, 0, 1.0);
}
.hrframe_not_workplace ul {
  display: inline-block;
  border: 1px solid rgba(0, 150, 0, 0.5);
}
.hrframe_not_workplace li {
  text-align: left;
}
.hrframe_adopt_step {
  padding: 20px 0;
  text-align: center;
  counter-reset: item;
}
.hr_adopt_step {
  display: inline-block;
  width: 80%;
  border: 1px solid rgba(0, 150, 0, 0.5);
}
.hr_adopt_step::before {
  counter-increment: item;
  content: "Step"counter(item);
  display: block;
  background: rgba(0, 150, 0, 0.5);
  color: rgb(255, 255, 255);
}
.hr_down_arrow p {
  color: rgba(0, 150, 0, 0.5);
  font-size: 24px;
}
.hr_adopt_step_last {
  border: 1px solid rgba(250,150,150, 0.7);
}
.hr_adopt_step_last::before {
  background: rgba(250,150,150, 0.7);
}
.hr_adopt_step_last h4 {
  color: rgba(250,150,150, 1);
  font-size: 24px;
}
.hr_contact_space {
  height: 20px;
}
/* pc */
@media(min-width: 1000px) {
  .background_image {
    padding: 80px 0;
  }
  .hrframe_selected_reason {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .hr_selected_reason {
    width: 30%;
  }
  .hr_selected_reason h4 {
    font-size: 24px;
  }
  .hrframe_example_workplace ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .hrframe_example_workplace ul li {
    width: 28%;
  }
  .hrframe_representative {
    padding: 20px 30px;
  }
  .hrframe_representative {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    background: rgba(253,253,213, 0.7);
    padding: 20px 30px;
  }
  .hr_representative_image {
    width: 30%;
  }
  .hr_representative_message p {
    padding-bottom: 20px;
    padding-left: 5px;
  }
  .hrcontent_title {
    font-size: 30px;
  }
  .hrframe_cplan_features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0;
  }
  .hrframe_workplace_feature ul {
    padding: 20px 30px;
  }
  .hrframe_not_workplace ul {
    padding: 20px 30px;
  }
  .hr_cplan_feature {
    width: 20%;
  }
  .hr_cplan_feature p {
    font-size: 11px;
  }
  .page-id-700 .wpcf7 {
    width: 80%;
    margin: auto;
  }
}
/* smart phone */
@media(max-width: 999px) {
  .background_image {
    padding: 20px 0;
  }
  .hr_top_message {
    width: 95%;
  }
  .hr_top_message h2 {
    font-size: 18px;
  }
  .hr_top_message p {
    font-size: 14px;
  }
  .hr_selected_reason {
    margin: auto;
    margin-bottom: 20px;
    width: 95%;
  }
  .hrframe_example_workplace ul li {
    width: 85%;
    margin: auto;
    margin-bottom: 5px;
  }
  .hr_workplace_name {
    font-size: 14px;
  }
  .hrframe_representative {
    padding: 20px 10px;
  }
  .hr_representative_image {
    text-align: center;
  }
  .hr_representative_image p {
    font-size: 14px;
  }
  .hr_cplan_feature {
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
  }
  .hrframe_workplace_feature ul {
    width: 95%;
    font-size: 14px;
    padding: 10px 0;
  }
  .hrframe_workplace_feature li {
    padding: 5px !important;
  }
  .hrframe_not_workplace ul {
    width: 95%;
    font-size: 14px;
    padding: 10px 0;
  }
  .hr_adopt_step {
    width: 90%;
  }
  .hr_adopt_step p {
    text-align: left;
  }
  .page-id-700 .wpcf7 {
    width: 98%;
    margin: auto;
  }
  .br_sp::before {
	content: "\A" ;
	white-space: pre ;
  }
}

/* 最上部 */
.chc-image {
  display: inline-block !important;
}
.chc-kyuzin {
  display: inline-block !important;
  position: relative;
  background: rgba(0, 150, 0, 0.5);
  padding: 0px 20px;
  border-radius: 10px;
}
.chc-kyuzin p {
  color: #FFFFFF;
}
.chc-kyuzin a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chc-link {
  display: inline-block !important;
}



/* 採用 */
/* pc */
@media(min-width: 700px) {
  .pc-none{display:none;}
.re-box1{
  background-color:#8DBC64;
  padding:20px;
  margin:0 0 30px;
  color:#fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  letter-spacing: .06em;
}
    .pc-br::before {
	content: "\A" ;
	white-space: pre ;
}

}
/* smart phone */
@media(max-width: 700px) {
  .sp-none{display:none;}
  .re-box1{
  background-color:#8DBC64;
  padding:10px;
  margin:-20px 0 15px;
  color:#fff;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  letter-spacing: .06em;
}

}

/* pc */

@media(min-width: 1000px) {

  .kaigyo-posi{
    position:relative;
  }
  .kaigyo-ab{
	position: absolute;
    left: 53%;
    top: 18.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20%;
  }
}
@media screen and (min-width:700px) and ( max-width:999px){

  .kaigyo-posi{
    position:relative;
  }
  .kaigyo-ab{
	position: absolute;
	left: 52%;
    top: 16.9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20%;
  }

}
@media screen and (min-width:500px) and ( max-width:700px){

  .kaigyo-posi{
    position:relative;
  }
  .kaigyo-ab{
	position: absolute;
    left: 63%;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30%;
  }

}
@media screen and (min-width:299px) and ( max-width:500px){

  .kaigyo-posi{
    position:relative;
  }
  .kaigyo-ab{
	position: absolute;
    left: 63%;
    top: 37%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30%;
  }

}
@media(max-width: 299px)  {

  .kaigyo-posi{
    position:relative;
  }
  .kaigyo-ab{
	position: absolute;
    left: 63%;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30%;
  }

}

.list-item .full-title{
  white-space: break-spaces;
}
