/*------------------------------------------------------------------------------------
Base Setting
------------------------------------------------------------------------------------*/
body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1.57;
  word-break: break-all;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none
}

a:active {
  text-decoration: none
}

.txt_r {
	text-align: right !important;
}

.txt_l {
	text-align: left !important;
}

/*------------------------------------------------------------------------------------
Main Contents
------------------------------------------------------------------------------------*/
.wrapper {
  position: relative;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
  width: 100vw;
  padding-top: 50px;
}

footer {
  position: relative;
  z-index: 1;
}

.footer-wrap {
}

.footer-label {
  background-color: #4D9CA3;
  padding: 1em 0;
}

.footer-label p {
  text-align: center;
  color: #fff;
  padding: 1em 0;
}

.footer-logo {
  background-color: #fff;
  padding: 2em 0;
}

.footer-logo a {
  width: 140px;
  display:  block;
  margin: auto;
}

.footer-logo img {
  width: 140px;
  margin: auto;
}

#copyright {
  font-size: 10px;
  text-align: center;
  margin: auto;
  width: 98%;
  padding-top: 1em;
}

.pagetop {
  position: fixed;
  bottom: 16px;
  right: 0px;
  width: 14vw;
  max-width: 60px;
  z-index: 2;
}

/*------------------------------------------------------------------------------------
Sections
------------------------------------------------------------------------------------*/
section {
  height: 100%;
}

.wrappers {
  width: 90%;
  margin: auto;
}

/*------ section-kv ------------------------------------------*/
.section-kv {
}

.kv-img {
  background: -moz-linear-gradient(-90deg, #9FDADE 0%, #9FDADE 50%, #C5E8EC 50%, #C5E8EC 100%);
  background: -ms-linear-gradient(-90deg, #9FDADE 0%, #9FDADE 50%, #C5E8EC 50%, #C5E8EC 100%);
  background: -webkit-linear-gradient(-90deg, #9FDADE 0%, #9FDADE 50%, #C5E8EC 50%, #C5E8EC 100%);
  background: linear-gradient(-90deg, #9FDADE 0%, #9FDADE 50%, #C5E8EC 50%, #C5E8EC 100%);
}

.kv-img img {
}

/*------ section-subkv ------------------------------------------*/
.section-subkv {
}

.subkv-wrap {
  width: 90%;
  margin: auto;
}

.subkv-img {
  margin:  30px 0;
}

.subkv-head {
  padding-bottom: 16px;
}

.subkv-head-wrap {
  border: 1px solid #6AC1CA;
  border-left: none;
  border-right: none;
  margin: 10px 0;
}

.subkv-head-text {
  background-color: #6AC1CA;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 1em 0;
  margin: 10px 0;
}

/*------ section-accordion ------------------------------------------*/
.section-accordion {
}

.accordion-wrap {
  width: 100%;
}

/*------ section-about ------------------------------------------*/
.section-about {
}

.about-wrap {
  padding: 1.5em 0;
}

.about-head {
  font-size: 16px;
  font-weight: bold;
  color: #4F9CA2;
  text-align: center;
  margin-bottom: 1.5em;
}

.grad-wrap {
  position: relative;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.grad-trigger {
  color: #4F9CA2;
  display: block;
  width: 5em;
  border: 1px solid #4F9CA2;
  padding: 0.5em 1em;
  margin-left: auto;
  text-align: center;
  cursor: pointer;
}

.grad-trigger::after {
}

.grad-item {
  overflow: hidden;
  text-align: center;
  margin-bottom: 1.5em;
}

.grad-item.is-hide {
  height: 80px;
}

.grad-item::before {
}

.grad-trigger.is-show {
  bottom: -2em;
}

.grad-trigger.is-show::after {
  content: "閉じる"
}

.grad-trigger.is-show .fa {
  transform: rotate(180deg);
}

.grad-trigger.is-show + .grad-item::before {
  display: none;
}

.about-hide {
  padding: 20px;
  border: 2px solid #4D9CA3;
  font-size: 14px;
  overflow: scroll;
}

.about-hide div {
  height: 80vh;
}

.about-hide .mf__catch {
    color: #f80069;
    font-weight: bold;
}


/*------ section-news ------------------------------------------*/
.section-news {
  background-color: #F7F6F2;
}

.news-wrap {
  padding: 1.5em 0;
}

.news-header {
}

.news-header_img {
  margin: auto;
  max-width: 75px;
  margin-bottom: 1.5em;
}

.news-list {
}

.news-item {
  border-bottom: 1px dotted #ccc;
  padding: 0.5em 0;
  overflow: hidden;
}

.news-date {
  color: #4F9CA2;
  width: 26%;
  display: block;
  float: left;
}

.news-text {
  color: #333;
  width: 74%;
  display: block;
  float: right;
}

/*------ section-report ------------------------------------------*/
.section-report {
}

.report-wrap {
  padding-bottom: 30px;
}

.report-text {
  margin: 1.5em 0 1em;
}

/*------ section-banner ------------------------------------------*/
.section-banner {
  background-color: #DDF2F3;
}

.banner-wrap {
  padding: 20px 4%;
}

.banner-item {
  display: block;
  margin-bottom: 16px;
}

.banner-item img {
  border: 4px solid #79C4C7;
}

/*------ section-panel ------------------------------------------*/
.section-panel {
  padding-bottom: 40px;
}

.panel-wrap {
}
.panel-wrap.mf__pc2 {
  width: 100%;
}

.panel-list {
  padding-bottom: 30px;
  text-align: center;
}

.panel-item {
  display: inline-block;
  width: 32%;
  margin: auto;
  padding: 10px 0 20px;
}

.panel-wrap.mf__pc2 .panel-item {
  width: 49%;
  padding: 10px 0;
  padding: 10px 0;
}

.panel-item img {
}

/*------ section-content ------------------------------------------*/
.section-content {
}

.content-wrap {
}

.content-block {
  padding-bottom: 40px;
  overflow: hidden;
}

.block-head {
  color: #4C9CA4;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 10px;
  background-color: #F7F6F2;
  border-bottom: 1px dotted #7AC1C8;
}

.block-head-mid {
  color: #4C9CA4;
  font-size: 16px;
  font-weight: bold;
  padding: 0em;
  margin-bottom: 10px;
  border-top: 1px dotted #7AC1C8;
  border-bottom: 1px dotted #7AC1C8;
  display: inline-block;
}

.block-img {
  margin-bottom: 30px;
}

.block-img img {
  margin: auto;
  width: 92%;
}

img.mf__mxWid700 {  max-width: 700px;}
img.mf__mxWid740 {  max-width: 740px;}
img.mf__mxWid830 {  max-width: 830px;}

.block-speaker {
  color: #4C9CA4;
}

.career-box {
  border: 1px solid #4C9CA4;
  margin: 10px 0;
  padding: 10px;
  line-height: 2;
  display: block;
}

.career-box span {
  border: 1px solid #4C9CA4;
  background-color: #eeffff;
  padding: 0 0.3em;
  margin: 0 0.3em;
}

.block-graph {
  margin-bottom: 20px;
}

.block-graph img {
}

.block-graph p {
  text-align: right;
  font-size: 10px;
  margin-top: 0.6em;
}

.block-flowimg {
  margin-bottom: 20px;
}

.block-flowimg img {
  margin: auto;
  width: 92%;
}

.block-dayflow {

}

.block-dayflow dt {
  display: inline-block;
  width: 8em;
}

.block-dayflow dt span:nth-child(1) {
  display: inline-block;
  width: 3em;
  text-align:  right;
}

.block-dayflow dt span:nth-child(2) {
  display: inline-block;
  width: 1.4em;
  text-align: center;
}

.block-dayflow dt span:nth-child(3) {
  display: inline-block;
  width: 3em;
  text-align: right;
}

.block-dayflow dt.mf__lastdayflow {
}

.block-dayflow dd {
  display: inline-block;
  width: calc(96% - 8em);
  vertical-align: top;
  line-height: 1.8;
}

.block-dayflow .mf__break {
  color: #f80069;
}

.ttl-inBorder {
  position: relative;
  margin: 2em 0 3em;
  padding: 0.5em 1em;
  border: solid 1px #4C9CA4;
}

.inBorder-head {
  position: absolute;
  display: inline-block;
  max-width: calc( 92% - 2em );
  top: -0.8em;
  left: 8px;
  padding: 0 4px;
  background: #FFF;
  color: #4C9CA4;
  font-weight: bold;
  text-indent: -1.5em;
  padding-left: 2em;
}

.inBorder-text {
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

.emp-head {
  border: 1px solid #4C9CA4;
  border-left: none;
  border-right: none;
  padding: 0.6em 0;
  margin: 0 0 1em;
  color: #4C9CA4;
  font-size: 18px;
  font-weight: bold;
}

.emp-text {
  font-size: 16px;
}


.content-block .grad-wrap {
}

.content-block .grad-item {
  text-align: left;
}

.content-block .grad-item.is-hide {
  height: 80px;
  /*height: 40px;*/
}

.content-block .grad-item.is-hide::before {
  display: block;
  position: absolute;
  bottom: 3em;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.content-block .grad-item::before {
  display: none;
  bottom: 3em;
}

.content-block .grad-text {
}

.content-block .grad-trigger {
  position: relative;
  top: -20px;
  margin: auto;
  border: none;
  text-decoration: underline;
}

.content-block .grad-trigger::after {
  content: "続きを読む";
}

.content-block .grad-trigger.is-show::after {
  content: "閉じる"
}

/*------ list-type ------------------------------------------*/
.list-type01 li {
  position: relative;
  border-radius: 15px 0px 0px 15px;
  text-indent: -1em;
  margin-left: 1em;
}

.list-type01 li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1em;
  height: 1em;
  background: #4d9ca3;
  border-radius: 50%;
  margin-right: 8px;
}

.blank-nursecenter-left {

}

.blank-nursecenter-right {
  width: 50%;
  margin: auto;
}

.mf__textIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.mf__strong {
  font-weight: bold;
}

.mf__underLine {
  text-decoration: underline;
}



.mf__onlySP {
  display: block;
}
.mf__onlyPC {
  display: none;
}

/*------------------------------------------------------------------------------------
media query
------------------------------------------------------------------------------------*/
@media print,screen and (min-width: 750px) {

  /*------------------------------------------------------------------------------------
  Main Contents
  ------------------------------------------------------------------------------------*/
  .wrapper {
    z-index: 0;
    padding-top: 100px;
  }

  footer {
  }

  .footer-wrap {
  }

  .footer-label {
    padding: 0;
  }

  .footer-label p {
  }

  .footer-logo {
  }

  .footer-logo a {
  }

  .footer-logo img {
  }

  #copyright {
    font-size: 12px;
  }

  .pagetop {
  }

  /*------------------------------------------------------------------------------------
  Sections
  ------------------------------------------------------------------------------------*/
  section {
  }

  .wrappers {
    max-width: 1000px;
  }

  /*------ section-kv ------------------------------------------*/
  .section-kv {
  }

  .kv-img {
    background-color:
  }

  .kv-img img {
    max-width: 1280px;
    margin: auto;
  }

  /*------ section-subkv ------------------------------------------*/
  .section-subkv {
  }

  .subkv-wrap {
  }

  .subkv-img {
    margin: 30px 0 0;
  }

  .subkv-img img {
    max-width: 1280px;
    margin: auto;
  }

  .subkv-head {
    margin: 30px 0;
    padding: 0;
  }

  .subkv-head-wrap {
  }

  .subkv-head-text {
    font-size: 30px;
    padding: .5em 0;
  }

  /*------ section-accordion ------------------------------------------*/
  .section-accordion {
  }

  /*------ section-about ------------------------------------------*/
  .section-about {
  }

  .about-wrap {
    max-width: 768px;
  }

  .about-hide {
    font-size: 18px;
    overflow: auto;
  }

  .about-hide div {
    height: auto;
  }

  /*------ section-news ------------------------------------------*/
  .section-news {
  }

  .news-wrap {
    padding: 3em 0;
  }

  .news-header {
  }

  .news-header_img {
  }

  .news-list {
  }

  .news-item {
  }

  .news-date {
    width: 15%;
  }

  .news-text {
    width: 85%;
  }

  /*------ section-report ------------------------------------------*/
  .section-report {
  }

  .report-wrap {
    padding: 3em 0;
  }

  .report-text {
    text-align: center;
  }

  /*------ section-banner ------------------------------------------*/
  .section-banner {
  }

  .banner-wrap {
    display: table;
    table-layout: fixed;
  }

  .banner-item {
    display: table-cell;
  }

  .banner-item img {
    width: 94%;
  }

  /*------ section-panel ------------------------------------------*/
  .section-panel {
  }

  .panel-wrap {
    max-width: 700px;
  }

  .panel-wrap.mf__pc3 {
    max-width: 500px;
  }

  .panel-wrap.mf__pc4 {
    max-width: 800px;
  }

  .panel-wrap.mf__pc2 {
    max-width: 680px;
  }

  .panel-list {
    padding-top: 30px;
  }

  .panel-item {
  }

  .panel-wrap.mf__pc4 .panel-item {
    width: 24%;
  }

  .panel-item img {
    max-width: 170px;
    margin: auto;
  }
  .panel-wrap.mf__pc2 .panel-item img {
    max-width: 300px;
  }


  /*------ section-content ------------------------------------------*/
  .section-content {
  }

  .content-wrap {
  }

  .content-block {
  }

  .content-block.mf__displayFlex {
    display: flex;
  }

  .block-head {
  }

  .block-head-mid {
  }

  .block-img {
  }

  .block-img img {
    width: 88%;
  }

  .block-speaker {
  }

  .career-box {
  }

  .block-graph {
    max-width: 600px;
    margin: 0 auto 30px;
  }

  .block-graph img {
  }

  .block-graph p {
  }

  .block-flowimg {
    margin: 0 auto 30px;
  }

  .block-flowimg img {
    width: 88%;
  }


  .content-block .grad-wrap {
  }

  .content-block .grad-item {
  }

  .content-block .grad-text {
  }

  .content-block .grad-trigger {
  }

  /*------ list-type ------------------------------------------*/
  .list-type01 li {
  }

  .list-type01 li:before {
  }


  .blank-nursecenter-left {
    float: left;
    width: 80%;
  }

  .blank-nursecenter-right {
    float: left;
    width: 14%;
    margin: 4px 0 0 2%;
  }



  .mf__onlySP {
    display: none;
  }
  .mf__onlyPC {
    display: block;
  }

}

@media print,screen and (min-width: 920px) {

  /*------------------------------------------------------------------------------------
  Main Contents
  ------------------------------------------------------------------------------------*/
  .wrapper {
    padding-top: 108px;
  }

}
