@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * タイトル
 */

#main .section-title {
  padding-bottom: 0.75em;
  color: #0194d8;
  line-height: 1.3;
  font-size: 5.33vw;
  font-weight: 500;
  text-align: center;
  background: url("../../_image/_common/hr-career.png") left bottom repeat-x;
}

#main .column-title {
  margin-bottom: 20px;
  color: #0194d8;
  line-height: 1.3;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}

#main .title-note {
  margin-top: -20px;
  font-size: 3.2vw;
  text-align: center;
}

#main .column-title + .title-note {
  margin-bottom: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main .section-title {
    font-size: 28px;
  }

  #main .column-title {
    font-size: 20px;
  }

  #main .title-note {
    margin-top: -20px;
    font-size: 14px;
  }

}

/** ***************************************************************************
 * メッセージ
 */

#main .section-message {
  margin-left: auto;
  margin-right: auto;
  font-size: 3.47vw;
  display: table;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main .section-message {
    font-size: 16px;
    text-align: center;
  }

}

/** ***************************************************************************
 * 関連リンク
 */

#main div.relation-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/** ===========================================================================
 * タイトル
 */

#main div.relation-link .title {
  width: 20%;
  align-self: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main div.relation-link .title {
    width: 15.26%;
  }

}

/** ===========================================================================
 * リスト
 */

#main div.relation-link div.list {
  width: 77%;
  margin-top: 0;
  margin-left: 3%;
  padding-bottom: 1px;
}

#main div.relation-link div.list div.item::before {
  content: '';
  height: 2px;
  display: block;
  background: url("../../_image/_common/hr-career-2.png") repeat-x;
  background-size: auto 2px;
  position: relative;
  z-index: 1;
}

#main div.relation-link div.list div.item ~ div.item::before {
  content: none;
}

#main div.relation-link div.list div.item::after {
  content: '';
  height: 2px;
  display: block;
  background: url("../../_image/_common/hr-career-2.png") repeat-x;
  background-size: auto 2px;
  position: relative;
  z-index: 1;
}

#main div.relation-link div.list div.item a {
  padding: 0.75em 1em;
  padding-left: 1.5em;
  line-height: 1.3;
  display: block;
  position: relative;
  z-index: 1;
}

#main div.relation-link div.list div.item a::before {
  content: '\f0da';
  color: #89d1f4;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.5em;
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 0.375em;
}

#main div.relation-link div.list div.item a ~ a {
  background: url("../../_image/_common/hr-career-2.png") repeat-x;
  background-size: auto 2px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main div.relation-link div.list {
    width: 82.24%;
    margin-left: 2.5%;
  }

  #main div.relation-link div.list div.item a {
    font-size: 16px;
  }

}

/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

/** ***************************************************************************
 * タイトル
 */

#main .page-header .title {
  text-align: center;
}

/** ***************************************************************************
 * 注釈
 */

#main .page-header .note {
  margin-top: -1em;
  font-size: 0.714em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main .page-header .note {
    margin-top: 0;
    font-size: 12px;
  }

}

/** ***************************************************************************
 * メッセージ
 */

#main .page-header .message {
  margin-top: 20px;
  color: #0194d8;
  text-align: center;
}

/** ***************************************************************************
 * アンカーナビ
 * ************************************************************************* */

#main .anchor-nav {
  width: 100%;
  max-width: none;
  margin-top: 10px !important;
  display: table;
  border-spacing: 2.66vw;
}

#main .anchor-nav a {
  width: 25%;
  padding: 0.5em 0.125em 1.25em;
  color: #fff;
  line-height: 1.3;
  font-size: 0.857em;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(69, 179, 224, 1.0);
}

#main .anchor-nav a:hover {
  background-color: rgba(69, 179, 224, 0.8);
}

#main .anchor-nav a::after {
  content: '\f0da';
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main .anchor-nav {
    margin-bottom: -20px;
    border-spacing: 20px;
  }

  #main .anchor-nav a {
    font-size: 18px;
  }

}

/** ***************************************************************************
 * 看護職への道
 * ************************************************************************* */

/** ===========================================================================
 * タイトル
 */

#section-1 div.chart .title {
  margin-bottom: 0.5em;
  color: #0194d8;
  line-height: 1.3;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}

#section-1 div.chart .title strong {
  font-weight: inherit;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-1 div.chart .title {
    margin-bottom: 0.5em;
    font-size: 20px;
  }

}

/** ===========================================================================
 * 図表
 */

#section-1 div.chart div.image {
  text-align: center;
}

/** ===========================================================================
 * 注釈
 */

#section-1 div.chart .note {
  margin-top: 0.75em;
  font-size: 2.66vw;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-1 div.chart .note {
    font-size: 12px;
    text-align: right;
  }

}

/** ***************************************************************************
 * 全国の学校
 * ************************************************************************* */

/** ***************************************************************************
 * 全国設置数
 */

/** ===========================================================================
 * タイトル
 */

#section-2 div.data-list .title {
  margin-bottom: 0.5em;
  color: #eb6ea5;
  line-height: 1.3;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}

#section-2 div.data-list .title strong {
  font-weight: inherit;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-2 div.data-list .title {
    margin-bottom: 0.5em;
    font-size: 20px;
  }

}

/** ===========================================================================
 * 強調テキスト
 */

#section-2 div.data-list .strong-1 {
  color: #eb6ea5;
}

#section-2 div.data-list .percent {
  font-size: 5.46vw;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-2 div.data-list .percent {
    font-size: 24px;
  }

}

/** ===========================================================================
 * 一覧
 */

#section-2 div.data-list div.list div.item {
  max-width: none;
  margin-left: -5px;
  margin-right: -5px;
  letter-spacing: -0.4em;
  overflow: hidden;
}

#section-2 div.data-list div.list div.item > * {
  letter-spacing: normal;
}

#section-2 div.data-list div.list div.item ~ div.item {
  margin-top: 10px;
}

#section-2 div.data-list div.list div.item div.table {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 3.2vw;
  vertical-align: top;
  display: inline-block;
}

#section-2 div.data-list div.list div.item div.table table.data th[scope="row"] {
  background-color: #fff8d4;
}

#section-2 div.data-list div.list div.item .total {
  margin-top: 5px;
  color: #eb6ea5;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}

#section-2 div.data-list .rate {
  line-height: 1.3;
}

#section-2 div.data-list .note {
  margin-top: 1em;
  font-size: 2.66vw;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-2 div.data-list div.list {
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
    letter-spacing: -0.4em;
    overflow: hidden;
  }

  #section-2 div.data-list div.list div.item {
    width: 50%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    display: inline-block;
  }

  #section-2 div.data-list div.list div.item ~ div.item {
    margin-top: 0;
  }

  #section-2 div.data-list div.list div.item div.table {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  #section-2 div.data-list div.list div.item .total {
    margin-top: 5px;
    font-size: 20px;
  }

  #section-2 div.data-list .rate {
    font-size: 16px;
  }

  #section-2 div.data-list .note {
    margin-top: 0;
    font-size: 12px;
  }

}

/** ***************************************************************************
 * 社会人経験者入学PRツールへ
 */

#section-2 div.button {
  text-align: right;
}

/** ***************************************************************************
 * 教育内容
 * ************************************************************************* */

/** ***************************************************************************
 * 看護師の教育内容
 */

/** ===========================================================================
 * 一覧
 */

#section-3-1 div.list div.item.arrow {
  padding-top: 5.33vw;
  padding-bottom: 5.33vw;
  text-align: center;
}

#section-3-1 div.list div.item.arrow::before {
  content: '';
  margin-bottom: -7.33vw;
  border-top: 7.33vw solid #feb8d9;
  border-left: 6.33vw solid transparent;
  border-right: 6.33vw solid transparent;
  border-bottom: 7.33vw solid transparent;
  vertical-align: middle;
  display: inline-block;
}

#section-3-1 div.list table.data {
  font-size: 3.2vw;
}

#section-3-1 div.list table.data caption {
  margin-bottom: 0.25em;
  color: #eb6ea5;
  font-size: 4.53vw;
  font-weight: 500;
  text-align: left;
}

#section-3-1 div.list table.data caption small {
  color: #010101;
  font-size: 0.71em;
  font-weight: 300;
}

#section-3-1 div.list table.data tr.total th {
  background-color: #fed8e8;
}

#section-3-1 div.list table.data tr.total td:not(.bg) {
  background-color: #fed8e8;
}

#section-3-1 div.list table.data .bg {
  background-color: #fff8d4;
}

#section-3-1 div.list .note {
  font-size: 2.66vw;
}

#section-3-1 div.list .date {
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-3-1 div.list {
    width: 100%;
    display: table;
  }

  #section-3-1 div.list div.item {
    width: 44%;
    vertical-align: top;
    display: table-cell;
  }

  #section-3-1 div.list div.item.arrow {
    width: 12%;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
  }

  #section-3-1 div.list div.item.arrow::before {
    margin-top: -6.14vw;
    margin-bottom: 0;
    margin-right: -3.61vw;
    border-top: 3.07vw solid transparent;
    border-left: 3.61vw solid #feb8d9;
    border-right: 3.61vw solid transparent;
    border-bottom: 3.07vw solid transparent;
  }

  #section-3-1 div.list table.data {
    font-size: 14px;
  }

  #section-3-1 div.list table.data caption {
    font-size: 20px;
  }

  #section-3-1 div.list table.data caption small {
    vertical-align: text-bottom;
    display: inline-block;
  }

  #section-3-1 div.list .note {
    font-size: 14px;
  }

}

/** ***************************************************************************
 * 看護師3年課程 教育内容の変遷
 */

/** ===========================================================================
 * 図表
 */

#section-3-2 div.chart div.image {
  text-align: center;
}

/** ***************************************************************************
 * 実習の指導者育成
 * ************************************************************************* */

/** ***************************************************************************
 * 図表
 */

#section-4 div.chart div.image {
  text-align: center;
}

/** ***************************************************************************
 * 会話（大）
 */

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-4 div.talk-large div.item.mamoru-2 {
    width: 100%;
    margin-bottom: -220px;
    text-align: left;
  }

  #section-4 div.talk-large div.item.miko-3 {
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 1;
    right: -40px;
  }

}

/** ***************************************************************************
 * 看護実習向けPRツールへ
 */

#section-4 div.button {
  text-align: right;
}
