@charset "utf-8";
/* CSS Document */
@import url("layout.css");
/****************************************** nav*/
nav {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* ------------------------------ nav ul*/
#nav ul {
  width: calc(100% - 30px);
  margin: 0 auto;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#nav ul li {
  min-height: 100%;
}
#nav ul li a {
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 1120px) {
  #nav ul li a {
    font-size: 1.6rem;
  }
}
#nav ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  right: 0;
  border-right: 1px dashed #aaa;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#nav ul li:nth-last-child(2) a::after {
  display: none;
}
/****************************************** category_top*/
#category_top {
  background-image: url("../../img/category_top.jpg");
  background-position: center 35%;
  background-size: cover;
}
#category_top .inner {
  width: 100%;
  max-width: 1260px;
  height: 280px;
  /*height: 200px;*/
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
/**/
#category_top .category {
  font-size: 4.6rem;
  line-height: 1.8em;
  position: absolute;
  left: 20px;
  bottom: -30px;
}
#category_top .category p {
  margin: 0;
  padding: 0;
}
#category_top .category span {
  background-color: #fff;
  line-height: 1.0em;
  position: relative;
  display: inline-block;
  padding: 6px 6px 8px 6px;
  font-weight: 500;
}
#category_top .category span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 7px;
  left: 9px;
  z-index: -1;
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background-image: var(--bg-grad);
  background-color: var(--main-col);
}
/****************************************** breadcrumb */
#breadcrumb {
  width: 100%;
  max-width: 1260px;
  text-align: right;
  margin: 20px auto;
  padding: 0;
}
#breadcrumb li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.3rem;
}
#breadcrumb li a, #breadcrumb li span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
}
#breadcrumb li a {
  color: var(--main-col);
}
#breadcrumb li a::before, #breadcrumb li span::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--main-col);
  border-right: 1px solid var(--main-col);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .4s;
}
/****************************************** container*/
#container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/****************************************** main*/
#main {
  width: 100%;
  padding: 0 0 100px 0;
}
/* ------------------------------ h*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
#main h1 {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 50px;
  color: var(--main-col);
  font-size: 3.1rem;
}
#main h1::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: var(--main-col);
  opacity: 0.3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main h2 {
  margin: 20px 0;
  padding: 0 0 10px 0;
  color: var(--main-col);
  font-size: 2.4rem;
  line-height: 1.5em;
  border-bottom: 1px solid var(--main-col);
  display: inline-block;
}
#main h1 + h2 {
  margin: 0 0 20px 0;
}
#main h3 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  color: var(--sub-gr);
  font-size: 2.1rem;
  line-height: 1.5em;
  position: relative;
}
#main h3::before {
  position: absolute;
  content: "";
  top: 0.1em;
  left: 0;
  width: 5px;
  height: 1.5em;
  background-color: var(--sub-gr);
}
#main h2 + h3 {
  margin: 10px 0 20px 0;
}
#main h4 {
  margin: 20px 0;
  padding: 0;
  color: var(--main-col);
  font-size: 2.0rem;
  line-height: 1.5em;
}
#main h5 {
  margin: 10px 0;
  padding: 0;
  color: #999;
  font-size: 1.9rem;
  line-height: 1.5em;
}
/* ------------------------------ p */
#main p {
  margin: 0 0 20px 0;
}
/* ------------------------------ img */
#main .pict {
  margin: 0;
  text-align: center;
}
#main .pict img {
  /*  width: 100%;*/
  width: auto;
  max-width: 300px;
  height: auto;
  margin: 10px;
}
/*回り込み*/
#main .f_right.pict img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 10px;
}
/* ------------------------------ illust */
#main .illust {
  margin: 0;
  text-align: center;
}
#main .illust img {
  width: auto;
  max-width: 200px;
  height: auto;
  margin: 10px;
}
/*回り込み*/
#main .f_right.illust img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 10px 0 20px 20px;
}
/* ------------------------------ lily */
#main .lily {
  margin: 0;
  text-align: center;
}
#main .lily img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 10px auto;
}
/*回り込み*/
#main .f_right.lily img {
  width: 100%;
  height: auto;
  margin: 10px 0 0 20px;
}
/* ------------------------------ a */
#main a {
  text-decoration: none;
  transition: .4s;
  color: var(--sub-gr);
  border-bottom: 1px solid var(--sub-gr);
  transform: .4s;
}
#main a:hover {
  border-bottom: none;
}
/* ------------------------------ btn*/
#main .btn {
  display: inline-block;
  margin: 10px 0;
  padding: 20px 80px;
  line-height: 1.4em;
  background-image: var(--bg-grad);
  background-color: var(--main-col);
  color: #fff;
  border-bottom: none;
  border-radius: 100vh;
  transition: .4s;
}
#main .btn:hover {
  background-image: none;
}
/* ------------------------------ dl_btn*/
#main .dl_btn {
  display: inline-block;
  margin: 10px 0 10px 3px;
  padding: 18px 74px;
  line-height: 1.4em;
  color: var(--main-col);
  position: relative;
  background-color: #fff;
  border-radius: 100vh;
  border-bottom: none;
}
#main .dl_btn::before {
  position: absolute;
  content: "";
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background-image: var(--bg-grad);
  border-radius: 100vh;
  z-index: -1;
}
#main .dl_btn:hover::before {
  background-image: none;
  background-color: var(--main-col);
}
/* ------------------------------ lead*/
#main .lead {
  border: 5px double #ffffff;
  background-color: var(--sub-lor);
  box-shadow: 0 0 0 6px var(--sub-lor);
  padding: 16px;
  margin: 40px 0;
}
#main .lead p {
  margin: 0;
  padding: 0;
}
/* ------------------------------ table　※MTの仕様打消し*/
#main table {
  width: auto !important;
  height: auto !important;
}
#main table th, #main table th a {
  font-weight: 700;
}
#main table th, #main table td {
  width: auto !important;
  height: auto !important;
  vertical-align: middle;
}
#main table th {
  text-align: center !important;
}
#main table tbody th {
  min-width: 20% !important;
}
#main table tbody td {}
#main table th p, #main table td p {
  margin: 0;
  padding: 0;
}
#main table td ul, #main table td ol {
  margin: 0 0 0 30px;
}
/* ------------------------------ table*/
#main .table, #main .bosyu nurse {
  margin: 20px 0 30px 0;
  border-collapse: separate;
}
#main .table th, #main .table td, #main .bosyu.nurse th, #main .bosyu.nurse td {
  padding: 10px 16px;
}
/**/
#main .table thead th, #main .bosyu.nurse thead th {
  color: #fff !important;
  /*text-align: center;*/
  background-color: #5FAFEC;
  border: none !important;
}
#main .table tbody th, #main .bosyu.nurse tbody th {
  color: var(--main-col);
  border-bottom: 2px solid var(--main-col);
  background-color: #eee;
}
#main .table td {
  border-bottom: 2px solid #BFBFBF;
  border-left: 2px solid #ccc;
}
/**/
#main .table td.middle {
  vertical-align: middle;
}
/*----------重要セル*/
#main .table th.em, #main .table td.em {
  background-color: #fbdaec;
}
/*----------太字*/
#main .table th strong, #main .table td strong {
  color: #1b629b;
}
/*----------fixed*/
#main table.fixed {
  table-layout: fixed;
}
/* ------------------------------ bosyu（病院募集要項と同じ場合）*/
#main .bosyu.nurse {
  margin: 20px 0 30px 0;
  border-collapse: separate;
}
#main .bosyu.nurse th, #main .bosyu.nurse td {
  padding: 10px 16px;
}
/**/
#main .bosyu.nurse thead th {
  color: #fff !important;
  text-align: center;
  background-color: #5FAFEC;
  border: none !important;
}
#main .bosyu.nurse tbody th {
  color: var(--main-col);
  text-align: center;
  border-bottom: 2px solid var(--main-col);
  background-color: #eee;
}
#main .bosyu.nurse td {
  border-bottom: 2px solid #ccc;
}
/**/
#main .bosyu.nurse td.middle {
  vertical-align: middle;
}
/****************************************** index*/
#main .index_list {
  width: 100%;
}
#main .index_list ul {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main .index_list ul li {
  width: calc(50% - 40px);
  background-color: #fff;
  border-radius: 100vh;
  margin: 10px 15px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
  transition: .4s;
}
#main .index_list ul li:hover {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0));
  background-color: transparent;
}
#main .index_list ul li a {
  display: block;
  padding: 30px 75px 30px 40px; /*padding: 30px 40px;*/
  border: none;
  color: #555;
  position: relative;
}
#main .index_list ul li a::before, #main .index_list ul li a::after {
  position: absolute;
  content: "";
  vertical-align: middle;
}
#main .index_list ul li a::before {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: var(--bl-grad);
  background-color: var(--main-col);
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#main .index_list ul li a::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 47%;
  right: 45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/****************************************** お知らせ*/
#main .news_list {
  margin: 60px 0 0 0;
}
#main .news_list a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  transition: .4s;
  border: none;
}
#main .news_list a h3 {
  /*打消し*/
  padding: 0;
  color: var(--font-col);
  font-size: 100%;
  -webkit-order: 3;
  order: 3;
  width: 100%;
  margin: 0 10px;
  transform: .4s;
  line-height: 1.2em;
}
#main .news_list a:hover h3 {
  color: var(--main-col);
}
#main .news_list h3::before {
  display: none;
}
/**/
#main .news_list a .day {
  -webkit-order: 1;
  order: 1;
  width: 25%;
  /*width: 120px;*/
  margin: 0 10px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.0em;
}
#main .news_list a .tag {
  -webkit-order: 2;
  order: 2;
  width: 180px;
  margin: 0 20px;
  padding: 8px 0;
  font-size: 1.5rem;
  background-color: var(--main-col);
  text-align: center;
  color: #fff;
  line-height: 1.0em;
  border-radius: 4px;
  white-space: nowrap;
}
#main .news_list a .tag.bosyu {
  background-color: var(--sub-gr);
}
#main .news_list a .tag.important {
  background-color: var(--sub-pu);
}
#main .news_list a .tag.oshirase {
  background-color: var(--main-col);
}
/**/
#main .date {
  margin: 20px 0 40px 0;
}
#main .date .day {
  margin: 0 10px;
  text-align: right;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.0em;
}
#main .date .tag {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 8px 40px;
  font-size: 1.4rem;
  background-color: var(--main-col);
  text-align: center;
  color: #fff;
  line-height: 1.0em;
  border-radius: 4px;
  white-space: nowrap;
}
#main .date .tag.bosyu {
  background-color: var(--sub-gr);
}
#main .date .tag.important {
  background-color: var(--sub-pu);
}
#main .date .tag.oshirase {
  background-color: var(--main-col);
}
/*終了*/
#main .end {
  width: 100%;
  margin: 40px 0;
  padding: 20px 40px;
  border: 1px solid #de2733;
  color: #de2733;
  font-size: 2.0rem;
}
/****************************************** 共通（スケジュール（年間））*/
/* -------------------- 新人看護職員の１年（教育体制・キャリア支援）*/
/* -------------------- １年の活動（働く環境）*/
#main .schedule {
  width: 100%;
  margin: 20px 0;
  position: relative;
}
#main .schedule::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 95%;
  left: 41px;
  top: 100px;
  border-left: 8px dotted var(--sub-lpi);
  z-index: -1;
  opacity: 0.4;
}
#main .schedule h2 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0 80px 0 25px;
  background: var(--sub-gr);
  opacity: 0.9;
  color: #FFF;
  box-sizing: border-box;
  border: none;
}
#main .schedule h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#main .schedule h2:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#main .schedule .month {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/**/
#main .schedule .month h3 {
  position: relative;
  display: inline-block;
  margin: 0 30px 1.5em 0;
  padding: 0 5px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #FFF;
  font-size: 2.7rem;
  font-weight: 700;
  white-space: nowrap;
  background-image: var(--main-grad);
  border-radius: 50%;
  box-sizing: border-box;
}
#main .schedule .month h3:before {
  display: none;
}
/**/
#main .schedule .month .box {
  width: calc(100% - 110px);
  margin: 0;
}
#main .schedule .month .box h4 {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  font-size: 2.2rem;
  font-weight: 700;
  display: inline-block;
  color: #555;
}
#main .schedule .month .box h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(-30deg, var(--sub-lpi), var(--sub-lpi) 3px, var(--sub-lor) 3px, var(--sub-lor) 6px);
}
#main .schedule .month .box p {
  font-size: 1.6rem;
}
#main .schedule .month .pict, #main .schedule .month .illust {
  text-align: left;
}
#main .schedule .month .pict img {
  border-radius: 20px;
}
/****************************************** 共通（スケジュール（１日））*/
/* -------------------- 看護師の１日*/
#main h2.oneday {
  width: auto;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 40px 0 20px 0;
  padding: 0 80px 0 25px;
  background: var(--sub-gr);
  opacity: 0.9;
  color: #FFF;
  box-sizing: border-box;
  border: none;
}
#main h2.oneday:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#main h2.oneday:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
/*色*/
#main h2.oneday.day {
  background: var(--sub-pi);
}
#main h2.oneday.night {
  background: var(--sub-gr);
}
/*タイムスケジュール*/
#main table.oneday {
  width: 100% !important;
  background-image: url("../img/bg_note.jpg");
}
#main table.oneday td {
  vertical-align: middle !important;
  padding: 10px 0;
  font-weight: 700;
}
#main table.oneday td.time {
  position: relative;
  font-size: 2.6rem;
  width: 120px !important;
  text-align: center;
}
#main table.oneday td.time:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 140px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 40px;
}
#main table.oneday td.work {
  font-size: auto;
  text-align: left !important;
  padding: 0 0 0 70px;
}
#main table.oneday.day td.time {
  color: var(--sub-pi);
}
#main table.oneday.day tr:nth-child(1) td.time:after {
  background-image: url("../img/icon_clock_pi_700.png");
}
#main table.oneday.day tr:nth-child(2) td.time:after {
  background-image: url("../img/icon_clock_pi_830.png");
}
#main table.oneday.day tr:nth-child(3) td.time:after {
  background-image: url("../img/icon_clock_pi_900.png");
}
#main table.oneday.day tr:nth-child(4) td.time:after {
  background-image: url("../img/icon_clock_pi_1200.png");
}
#main table.oneday.day tr:nth-child(5) td.time:after {
  background-image: url("../img/icon_clock_pi_1300.png");
}
#main table.oneday.day tr:nth-child(6) td.time:after {
  background-image: url("../img/icon_clock_pi_1600.png");
}
#main table.oneday.day tr:nth-child(7) td.time:after {
  background-image: url("../img/icon_clock_pi_1630.png");
}
#main table.oneday.day tr:nth-child(8) td.time:after {
  background-image: url("../img/icon_clock_pi_1830.png");
}
#main table.oneday.day tr:nth-child(9) td.time:after {
  background-image: url("../img/icon_clock_pi_2030.png");
}
#main table.oneday.day tr:nth-child(10) td.time:after {
  background-image: url("../img/icon_clock_pi_2115.png");
}
#main table.oneday.day tr:nth-child(11) td.time:after {
  background-image: url("../img/icon_clock_pi_2200.png");
}
#main table.oneday.day tr:nth-child(12) td.time:after {
  background-image: url("../img/icon_clock_pi_2400.png");
}
#main table.oneday.night td.time {
  color: var(--sub-gr);
}
/*#main table.oneday.night td.time:after {
  background-image: url("../img/icon_clock_bl.png");
}*/
#main table.oneday.night tr:nth-child(1) td.time:after {
  background-image: url("../img/icon_clock_bl_1730.png");
}
#main table.oneday.night tr:nth-child(2) td.time:after {
  background-image: url("../img/icon_clock_bl_2030.png");
}
#main table.oneday.night tr:nth-child(3) td.time:after {
  background-image: url("../img/icon_clock_bl_2100.png");
}
#main table.oneday.night tr:nth-child(4) td.time:after {
  background-image: url("../img/icon_clock_bl_300.png");
}
#main table.oneday.night tr:nth-child(5) td.time:after {
  background-image: url("../img/icon_clock_bl_500.png");
}
#main table.oneday.night tr:nth-child(6) td.time:after {
  background-image: url("../img/icon_clock_bl_800.png");
}
#main table.oneday.night tr:nth-child(7) td.time:after {
  background-image: url("../img/icon_clock_bl_915.png");
}
#main table.oneday.night tr:nth-child(8) td.time:after {
  background-image: url("../img/icon_clock_bl_1000.png");
}
#main table.oneday.night tr:nth-child(9) td.time:after {
  background-image: url("../img/icon_clock_bl_1230.png");
}
#main table.oneday.night tr:nth-child(10) td.time:after {
  background-image: url("../img/icon_clock_bl_2230.png");
}
/*イラスト*/
#main .oneday_inner {
  position: relative;
}
#main .oneday_inner img {
  position: absolute;
  content: "";
  bottom: -50px;
  right: 10px;
  z-index: 1;
}
/****************************************** 共通（メッセージ・声）*/
/* -------------------- 専門・認定看護師からのメッセージ（教育体制・キャリア支援）*/
/* -------------------- 先輩看護師からのメッセージ（働く環境）*/
/* -------------------- 中途採用者からのメッセージ（働く環境）*/
/* -------------------- 支援一覧（働く環境）*/
/* -------------------- 入居者の声（福利厚生）*/
#main .voice {
  width: 100%;
  margin: 20px 0 40px 0;
  padding: 30px 40px;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0));
  position: relative;
  overflow: hidden;
}
#main .voice::after {
  position: absolute;
  content: '';
  background-image: var(--pu-grad);
  opacity: 0.1;
  transform: rotate(-35deg);
  width: 2000px;
  height: 2000px;
  z-index: -1;
  left: -350px;
  top: -100px;
}
/* ----- 偶数の色*/
#main .voice:nth-child(even)::after {
  opacity: 0.15;
  background-image: var(--ye-grad);
}
/* ----- pink*/
#main .voice.pi::after {
  opacity: 0.15;
  background-image: var(--main-grad2);
}
/*----------肩書*/
#main .voice h3 {
  margin: 10px 0 20px 0;
  padding: 0 0 0 20px;
  color: var(--main-col);
  left: -20px;
}
#main .voice h3::before {
  display: none;
}
#main .voice h3::after {
  display: none;
}
/* ----- 偶数の色*/
#main .voice:nth-child(even) h3 {
  color: var(--sub-gr);
}
/* ----- 偶数の色*/
#main .voice.pi h3 {
  color: var(--sub-pi);
}
/*----------最終学歴、所属*/
#main .voice .academic {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.0em;
  font-weight: 700;
  color: #fff;
  background-image: var(--pu-grad);
  position: relative;
  left: -20px;
  padding: 0 6px 4px 6px;
}
/* ----- 偶数の色*/
#main .voice:nth-child(even) .academic {
  background-image: var(--ye-grad);
}
/*----------ひとこと*/
#main .voice .message {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--main-col);
  border: 2px solid var(--main-col);
  padding: 0.4em 1.0em;
  border-radius: 15px;
  margin: 20px 0;
  position: relative;
  background-color: #fff;
}
#main .voice .message::before {
  content: '';
  background-color: #eee;
  width: 12px;
  height: 2px;
  position: absolute;
  left: 30px;
  bottom: -2px;
}
#main .voice .message::after {
  content: '';
  background-color: var(--main-col);
  width: 12px;
  height: 2px;
  transform: rotate(50deg);
  position: absolute;
  left: 28px;
  bottom: -6px;
}
#main .voice img {
  border-radius: 20px;
}
/* ----- 偶数の色*/
#main .voice:nth-child(even) .message {
  color: var(--sub-gr);
  border: 2px solid var(--sub-gr);
}
#main .voice:nth-child(even) .message::after {
  background-color: var(--sub-gr);
}
/* ----- ピンク*/
#main .voice.pi .message {
  color: var(--sub-pi);
  border: 2px solid var(--sub-pi);
}
#main .voice.pi .message::after {
  background-color: var(--sub-pi);
}
/**/
#main .voice .em {
  margin: 10px 0 5px 0;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--main-col);
}
/* ----- 偶数の色*/
#main .voice:nth-child(even) .em {
  color: var(--sub-gr);
}
/****************************************** 看護部概要*/
/* -------------------- あいさつ*/
#main .greeting {
  margin: 20px 0 40px 0;
  padding: 0;
}
#main .greeting p {
  margin: 0;
  padding: 0;
  font-size: 3.1rem;
  line-height: 1.7em;
  color: var(--sub-pu);
  border: 4px
}
/* -------------------- 理念*/
#main .philosophy {
  position: relative;
  margin: 20px 0;
  padding: 40px 0;
}
#main .philosophy::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--bg-grad);
  opacity: 0.2;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 20px;
}
#main .philosophy p {
  margin: 0;
  padding: 0;
  font-size: 3.3rem;
  line-height: 1.5em;
  text-align: center;
}
/* -------------------- 看護部の基本方針*/
#main .policy li {
  list-style: none;
  position: relative;
}
#main .policy li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background-image: var(--pu-grad);
}
#main .policy li:last-child {
  border-bottom: none;
}
#main .policy li a {
  color: var(--main-col);
  font-size: 1.8rem;
  padding: 20px 0 20px 20px;
  display: block;
}
/****************************************** 教育体制・キャリア支援*/
/* -------------------- 教育体制*/
#main .education {
  width: 100%;
  border: 1px solid var(--main-col);
  margin: 20px 0;
  padding: 40px;
  position: relative;
}
#main .education::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-image: var(--ye-grad);
  z-index: -1;
  opacity: 0.2;
}
#main .education ol {
  margin: 0 30px;
  padding: 0;
}
#main .education ol li {
  font-size: 2.1rem;
}
/* -------------------- 専門・認定看護師*/
#main .specialist {}
#main .specialist th {
  text-align: left !important;
  width: 70% !important;
}
#main .specialist th a {
  color: var(--main-col);
  text-decoration: none;
  border-bottom: 1px solid var(--main-col);
  transition: .3s;
}
#main .specialist th a:hover {
  border-bottom: none;
}
/* -------------------- 院内認定*/
#main .note {
  background-color: #eee;
  margin: 40px 0;
  padding: 25px 40px;
}
#main .note h3 {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  padding: 0 30px;
  font-weight: 700;
  color: var(--main-col);
}
#main .note h3::before {
  display: none;
}
#main .note h3:before, #main .note h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: var(--main-col);
}
#main .note h3:before {
  left: 0;
}
#main .note h3:after {
  right: 0;
}
/****************************************** aside*/
aside {
  width: 220px;
  margin: 20px 60px 80px 0;
  -webkit-order: -1;
  order: -1;
}
/**/
#side_nav {}
#side_nav ul {
  list-style: none;
  background-image: var(--pu-grad);
}
#side_nav ul li {
  width: 220px;
  border-bottom: 1px dashed #aaa;
  position: relative;
  transition: .3s;
  background-color: rgba(252, 252, 252, 1);
}
#side_nav ul li:hover {
  background-color: rgba(252, 252, 252, .85);
}
#side_nav ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background-color: var(--main-col);
}
#side_nav ul li:last-child {
  border-bottom: none;
}
#side_nav ul li a {
  color: var(--main-col);
  font-size: 1.8rem;
  padding: 20px 0 20px 20px;
  display: block;
}
/**/
#side_nav ul li.on {
  background-color: rgba(255, 255, 255, 0.85);
}
#side_nav ul li.on::before {
  right: -5px;
  left: auto;
  width: 10px;
}
#side_nav ul li.on a {
  font-weight: 700;
}