@charset "UTF-8";
/* CSS Document */

/*横から出てくるメニュー用の記述*/
body {
  position: relative;
  right: 0;
}
body.open {
  overflow: hidden;
}
#slide_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
#slide_menu > div {
  overflow-y: scroll;
  height: 100%;
}
@media all and (min-width: 769px) {
  #slide_menu {
    display: none;
  }
}
/*===============================================
CONTAINER
===============================================*/
#CONTAINER {
  position: relative;
}
/*===============================================
HEADER
===============================================*/
#HEADER {
  display: none;
}
#snavi {
  display: none;
  position: fixed;
  top: 65px;
  z-index: 999;
  width: 100%;
}
#snavi ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  background: #1eb3f9;
  border-bottom: 1px solid #ffffff;
}
#snavi ul li.yellow a {
  background: #ffff00;
  color: #333333;
  border-top: 1px solid #333333;
  border-bottom: none;
}
/*===============================================
#slidemenu
===============================================*/
.slide_menu_button {
  position: absolute;
  right: 10px;
  top: 20px;
}
.slide_menu_title01 {
  background: #1fb4fa;
}
.slide_menu_title01 .leftBox {
  margin: 10px 0 10px 10px;
}
.slide_menu_search {
  margin: 10px 10px 0 10px;
}
.slide_menu_list01 li {
  width: 50%;
  text-align: center;
  padding: 5px 0;
  float: left;
  box-sizing: border-box;
  border-right: 1px dotted #dddddd;
}
.slide_menu_list01 li:last-child {
  border-right: none;
}

.slide_menu_title02 {
  background: #1fb4fa;
  padding: 10px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 14px;
}

.slide_menu_list02 li a {
  background: url("../img/arrow02.png") no-repeat 10px center;
  padding: 10px 0 10px 30px;
  display: block;
  color: #333333 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #dddddd;
}
/*===============================================
slider
===============================================*/
#slider {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#slider ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#slider ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
#slider ul li img {
  width: 100%;
}
/* sideNavi
------------------------- */
#slider .btnPrev,
#slider .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 101;
}
#slider .btnPrev {
  left: 10px;
  background: #ccc url("../img/btnPrev.jpg.html") no-repeat center center;
}
#slider .btnNext {
  right: 10px;
  background: #ccc url("../img/btnNext.jpg.html") no-repeat center center;
}
#slider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#slider ul {
  display: inline-block;
  overflow: hidden;
}
.slider_btn {
  position: absolute;
  right: 10%;
  z-index: 999;
}
/*===============================================
KEYVISUAL
===============================================*/
#KEYVISUAL {
  width: 1280px;
  margin: 30px auto 0 auto;
}

.key_txt {
  width: 100%;
  text-align: center;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 78px;
}
.key_txt > span {
  border-bottom: 2px solid #21b3f9;
}

/*===============================================
GNAVI
===============================================*/
#GNAVI {
  width: 1000px;
  margin: 20px auto 0 auto;
}
.gnavi_l {
  float: left;
}
.gnavi_r {
  float: right;
  width: 660px;
}
.gnavi_r ul li {
  float: left;
}
/*tobira_box*/
.tobira_box {
  margin: 50px auto 0 auto;
  width: 1000px;
}
.tobira_txt {
  background: #ffff00;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
  margin: 5px 0 10px 0;
}
/*===============================================
MAIN
===============================================*/
#MAIN {
  width: 1000px;
  margin: 60px auto 0 auto;
}
.contents_menu {
  clear: both;
  width: 1000px;
  margin: 60px auto 40px auto;
}
.contents_menu2 {
  background: #f5f5f5;
  padding: 20px 0 5px 0;
  margin: 60px 0 0 0;
}
.contents_menu2 > div {
  width: 1000px;
  margin: 0 auto;
}
.contents_menu_box {
  border: 2px solid #21b3f9;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffe6), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #ffffe6);
  background: -moz-linear-gradient(#fff, #ffffe6);
  background: -o-linear-gradient(#fff, #ffffe6);
  background: -ms-linear-gradient(#fff, #ffffe6);
  background: linear-gradient(#fff, #ffffe6);
  box-shadow: 0px 3px 0px 0px #e2e2e2;
}
.contents_menu_box a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.contents_menu_box span {
  display: block;
}
.contents_menu_text {
  font-size: 18px;
  color: #21b3f9;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 0;
}
.contents_menu2 ul li {
  float: left;
  width: 31.33%;
  margin: 0 1% 15px 1%;
}
.contents_menu_box2 {
  border: 2px solid #21b3f9;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffe6), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #ffffe6);
  background: -moz-linear-gradient(#fff, #ffffe6);
  background: -o-linear-gradient(#fff, #ffffe6);
  background: -ms-linear-gradient(#fff, #ffffe6);
  background: linear-gradient(#fff, #ffffe6);
  box-shadow: 0px 3px 0px 0px #e2e2e2;
}
.contents_menu_box2 a {
  padding: 10px;
  display: block;
  text-decoration: none;
}
.contents_menu_img {
  display: inline-block;
  text-align: center;
  width: 52px;
  margin: 0 10px 0 0;
}
.contents_menu_img img {
  vertical-align: middle;
}
.contents_menu_text2 {
  font-size: 18px;
  color: #21b3f9;
  font-weight: bold;
  text-align: center;
}
/*===============================================
PAGE
===============================================*/
#PAGE {
  width: 700px;
  float: left;
}
#PAGE02 {
  width: 760px;
  float: left;
}
#PAGE03 {
  width: 760px;
  margin: 0 auto;
}
.news_list {
  margin: 0 0 30px 0;
}
.news_list li {
  border-bottom: 1px dotted #7f7f7f;
  padding: 5px 0;
  margin: 5px 0;
}
.news_list li .news_icon,
.news_list li .now_icon,
.news_list li .news2_icon,
.news_list li .event_icon,
.news_list li .general_icon,
.news_list li .high_schooler_icon,
.news_list li .student_nurse_icon,
.news_list li .training_icon,
.news_list li .visit_icon,
.news_list li .uchikan_icon,
.news_list li .blog_icon {
  width: 90px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin: 0 5px 5px 5px;
  text-decoration: none;
}
.news_list li .icon:hover {
  color: #ffffff;
}
.news_list li .news_icon {
  background: #4ec3fb;
}
.news_list li .now_icon {
  background: #fa8c64;
}
.news_list li .news2_icon {
  background: #22c8b4;
}
.news_list li .event_icon,
.news_list li .general_icon,
.news_list li .high_schooler_icon,
.news_list li .student_nurse_icon {
  background: #19bea0;
}
.news_list li .training_icon {
  background: #f0aa14;
}
.news_list li .visit_icon {
  background: #64c800;
}
.news_list li .uchikan_icon {
  background: #ff96aa;
}
.news_list li .blog_icon {
  background: #afafaf;
}

/*tab*/
.tab {
  list-style: none;
}
.tab li {
  float: left;
  box-sizing: border-box;
  border-right: 2px solid #ffffff;
  width: 33.3%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  background-color: #c8c8c8;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab li:last-child {
  border-right: none;
}
.tab li:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #21b3f9), color-stop(0, #4ec2fa));
  background: -webkit-linear-gradient(#4ec2fa, #21b3f9);
  background: -moz-linear-gradient(#4ec2fa, #21b3f9);
  background: -o-linear-gradient(#4ec2fa, #21b3f9);
  background: -ms-linear-gradient(#4ec2fa, #21b3f9);
  background: linear-gradient(#4ec2fa, #21b3f9);
  color: #fff;
}
.tab li.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #21b3f9), color-stop(0, #4ec2fa));
  background: -webkit-linear-gradient(#4ec2fa, #21b3f9);
  background: -moz-linear-gradient(#4ec2fa, #21b3f9);
  background: -o-linear-gradient(#4ec2fa, #21b3f9);
  background: -ms-linear-gradient(#4ec2fa, #21b3f9);
  background: linear-gradient(#4ec2fa, #21b3f9);
  color: #fff;
}
.tabContent {
  border: 2px solid #1eb3f9;
  padding: 15px;
  display: none;
  height: 314px;
}
.active {
  display: block;
}
/*トップページ*/
.tobira_txt02 {
  width: 78% !important;
  padding-top: 15px !important;
}
/*先輩紹介PC*/
.staff_slide li {
  width: 230px !important;
}
.staff_slide li > div {
  padding: 0 10px;
}
.staff_slide_img {
  position: relative;
}
.staff_slide_img p img {
  max-width: 100%;
  height: auto;
  width/****/: auto;
}
.staff_slide_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
}
.staff_slide li p.s_tokatsu {
  background: #4ec2fa;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}
.staff_slide li p.s_yoyogi {
  background: #ff96aa;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}
.staff_slide li p.s_misato {
  background: #64c800;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}
.staff_slide li p.s_visit {
  background: #fcab1a;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}
/*page02*/
.breadlist {
  margin: 0 0 30px 0;
}
.breadlist li {
  float: left;
}
.breadlist li:after {
  content: "＞";
  color: #333333 !important;
  margin: 0 10px;
}
.breadlist li:last-child:after {
  content: "";
}
/*看護部について*/

.YoutubeBox {
  max-width: 480px;
  margin: 30px auto 0 auto;
}
.YoutubeWrapper {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}
.YoutubeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*職場紹介*/

.official_list li {
  background: url("../img/arrow02.png") no-repeat left center;
  padding: 0 0 0 15px;
  margin: 0 30px 0 0;
  float: left;
}
.official_list li a {
  text-decoration: none;
}
.official_list li a:hover {
  text-decoration: underline;
}
.official_list li:last-child {
  margin: 0 0 0 0;
}
/*トピックス*/

#pager {
  text-align: center;
  margin: 20px 0px 0px 0px;
}
#pager a {
  display: inline-block;
  min-width: 20px;
  height: 30px;
  text-align: center;
  background: #eeeeee;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  margin: 0 3px;
  padding: 0 5px;
  color: #333333 !important;
  text-decoration: none;
}
#pager a:hover {
  background: #21b3f9;
  border: 1px solid #21b3f9;
  color: #ffffff !important;
}
#pager .current {
  display: inline-block;
  font-weight: bold;
  background: #21b3f9;
  border: 1px solid #21b3f9;
  color: #ffffff !important;
  margin-right: 4px;
  padding: 5px 8px;
}
.newsarea_text {
  margin: 15px 0;
}
.newsarea_img {
  text-align: center;
  margin: 15px 0;
}
.newsarea_img img {
  max-width: 100%;
  height: auto;
  width/****/: auto;
}

.social_list {
  margin: 0 0 30px 0;
}
.social_list li {
  display: inline-block;
  vertical-align: top;
}

/*先輩紹介*/

.senior_list ul li {
  cursor: pointer;
  border: 2px solid #21b3f9;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffe6), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #ffffe6);
  background: -moz-linear-gradient(#fff, #ffffe6);
  background: -o-linear-gradient(#fff, #ffffe6);
  background: -ms-linear-gradient(#fff, #ffffe6);
  background: linear-gradient(#fff, #ffffe6);
  box-shadow: 0px 3px 0px 0px #e2e2e2;
  font-size: 16px;
  font-weight: bold;
  float: left;
  text-align: center;
  margin: 0 1% 10px 1%;
  width: 23%;
}
.senior_list ul li a {
  color: #21b3f9;
  text-decoration: none !important;
  display: block;
  padding: 5px 0;
}
.senior_list ul li a:hover {
  color: #ffffff !important;
}
.senior_list ul li.active a {
  color: #ffffff !important;
}
.senior_list ul li:hover {
  background: #21b3f9;
}
.senior_list ul li.active {
  background: #21b3f9;
}
.tabContent2 {
  margin: 40px 0 0 0;
}
.senior_list02 li {
  float: left;
  width: 235px;
  margin: 0 20px 20px 0;
}
.senior_list02 li:nth-child(4n) {
  margin: 0 0 20px 0;
}
.senior_list02 li:nth-child(4n + 1) {
  clear: both;
}
.senior_list02 .senior_img {
  position: relative;
  margin: 0 0 5px 0;
}
.senior_list02 .senior_img p {
  width: 235px;
  height: 156px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.senior_list02 .senior_img p img {
  max-width: 235px;
  max-height: 156px;
}
.senior_list02 .senior_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 5;
}
.senior_list02 .senior_img .icon_set01 {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.senior_list03 li {
  float: left;
  width: 235px;
  margin: 0 20px 20px 0;
}
.senior_list03 li:nth-child(3n) {
  margin: 0 0 20px 0;
}
.senior_list03 li:nth-child(3n + 1) {
  clear: both;
}
.senior_list03 .senior_img {
  position: relative;
  margin: 0 0 5px 0;
}
.senior_list03 .senior_img p {
  width: 235px;
  height: 156px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.senior_list03 .senior_img p img {
  max-width: 235px;
  max-height: 156px;
}
.senior_list03 .senior_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 5;
}
.senior_list03 .senior_img .icon_set01 {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.icon_set01 span {
  display: inline-block;
  font-size: 12px;
  padding: 5px;
  line-height: 1;
  margin-right: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.icon01 {
  background-color: #ff7ba8;
  color: #fff;
}
.icon02 {
  background-color: #7ac543;
  color: #fff;
}
.visit {
  background-color: #22b8f7;
  color: #fff;
}
.icon04 {
  background-color: #ffff00;
  color: #333;
}
.icon05 {
  background-color: #fbbe15;
  color: #fff;
}
.icon03 {
  background-color: #ef4500;
  color: #fff;
}
.senior_list02 .senior_img_icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.senior_list03 .senior_img_icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.senior_tag {
  margin: 30px 0 10px 0;
}
.senior_tag li {
  margin: 0 10px 0 0;
  float: left;
}
.senior_tag a {
  background: #21b3f9;
  color: #ffffff !important;
  text-align: center;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 5px;
}
/*お問い合せ*/
.inquiry_box {
  border: 4px solid #bce8fd;
  padding: 20px;
  margin: 20px 0 0 0;
}
/*採用情報*/
.recruitment_list li {
  background: url("../img/arrow02.png") no-repeat left 10px;
  padding: 5px 0 5px 15px;
  border-bottom: 1px dotted #000000;
}
.recruitment_table th {
  border: 1px solid #cccccc;
  background: #21b3f9;
  text-align: center;
  color: #ffffff;
  padding: 5px 10px;
  width: 20px;
}
.recruitment_table td {
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
.recruitment_table .day {
  width: 20px;
  text-align: center;
}
.recruitment_table .bg01 {
  background: #dbefc7;
}
.recruitment_table .bg02 {
  background: #fff0f0;
}
.recruitment_table .bg03 {
  background: #ffffcb;
}
.recruitment_icon01 {
  border: 1px solid #cccccc;
  background: #dbefc7;
  display: inline-block;
  width: 20px;
  margin: 0 5px 0 0;
}
.recruitment_icon02 {
  border: 1px solid #cccccc;
  background: #fff0f0;
  display: inline-block;
  width: 20px;
  margin: 0 5px 0 0;
}
.recruitment_icon03 {
  border: 1px solid #cccccc;
  background: #ffffcb;
  display: inline-block;
  width: 20px;
  margin: 0 5px 0 0;
}
.recruitment_box {
  border: 1px solid #c8c8c8;
  padding: 15px;
  margin: 30px 0 0 0;
}
/*よくあるご質問*/
.qanda_a {
  background: url("../img/icon01.png") no-repeat;
  color: #21b3f9;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0 5px 40px;
}
.qanda_q {
  border-bottom: 1px dotted #000000;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
/*教育について*/
.career_title01 {
  font-size: 25px;
  font-weight: bold;
  color: #21b3f9;
  text-align: center;
}
.career_title02 {
  font-size: 19px;
  font-weight: bold;
  color: #21b3f9;
  text-align: center;
}
.career_point .column3 > div {
  border: 4px solid #bce8fd;
  box-sizing: border-box;
  padding: 10px;
}
.career_textboxWrap01 {
  background: url("../img/bg01.jpg") no-repeat left top;
  padding: 0 0 0 105px;
  min-height: 168px;
}
.career_textboxWrap02 {
  background: url("../img/bg02.jpg") no-repeat left top;
  padding: 0 0 0 105px;
  min-height: 168px;
}
.career_textbox {
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 3px solid #c8c8c8;
  z-index: 0;
}
.career_textbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 0;
}
.career_textbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #c8c8c8 transparent transparent;
  z-index: -1;
}
.col3 > div {
  float: left;
  width: 32%;
  margin: 0 2% 5px 0;
}
.col3 > div:last-child {
  margin: 0 0 5px 0;
}
.career_menu_box01 {
  border: 2px solid #f9bd13;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #e2e2e2;
}
.career_menu_box01 a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
}
.career_menu_box01 span {
  display: block;
}
.career_menu_text01 {
  font-size: 18px;
  color: #f9bd13;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0 0;
}
.career_menu_box02 {
  border: 2px solid #81b331;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #e2e2e2;
}
.career_menu_box02 a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
}
.career_menu_box02 span {
  display: block;
}
.career_menu_text02 {
  font-size: 18px;
  color: #81b331;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0 0;
}
.career_menu_box03 {
  border: 2px solid #ef9595;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #e2e2e2;
}
.career_menu_box03 a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
}
.career_menu_box03 span {
  display: block;
}
.career_menu_text03 {
  font-size: 18px;
  color: #ef9595;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0 0;
}
.career_menu_box04 {
  border: 2px solid #4fd1f9;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #e2e2e2;
}
.career_menu_box04 a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
}
.career_menu_box04 span {
  display: block;
}
.career_menu_text04 {
  font-size: 18px;
  color: #4fd1f9;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0 0;
}
.career_icon {
  font-size: 18px;
  font-weight: bold;
}
.career_icon:before {
  content: "目標";
  margin: 0 10px 5px 0;
  color: #ffff00;
  font-size: 14px;
  background: #21b3f9;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.career_title03 {
  background: #21b3f9;
  font-size: 18px;
  color: #ffffff;
  padding: 2px 15px 0 15px;
  font-weight: bold;
  margin: 40px 0 0 0;
}
.career_box {
  border: 5px solid #bce8fd;
  padding: 10px;
  border-top: none;
}
.career_textboxWrap03 {
  background: url("../img/bg03.jpg") no-repeat right top;
  padding: 0 135px 0 0;
  min-height: 168px;
}
.career_textbox2 {
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 3px solid #c8c8c8;
  z-index: 0;
}
.career_textbox2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 0;
}
.career_textbox2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #c8c8c8;
  z-index: -1;
}
/*看護学生の方へ*/
.infoTtl01 {
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid #21b3f9;
  line-height: 1;
  padding-left: 8px;
}
/*共通部分（お問い合わせ等）*/
.contact_box02 {
  border: 5px solid #bce8fd;
  padding: 15px;
}
/*アクセスマップ*/
.mapTtl01 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #b7a0c7;
  color: #fff;
  margin-bottom: 10px;
}
.mapIcon01 {
  color: #b7a0c7;
}
.mapTtl02 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #56b432;
  color: #fff;
  margin-bottom: 10px;
}
.mapIcon02 {
  color: #56b432;
}
.mapTtl03 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #f0842a;
  color: #fff;
  margin-bottom: 10px;
}
.mapIcon03 {
  color: #f0842a;
}
.mapTtl04 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #a2c2e6;
  color: #fff;
  margin-bottom: 10px;
}
.mapIcon04 {
  color: #a2c2e6;
}

.fb-btn {
  margin: 50px 0 0;
  overflow: hidden;
  position: relative;
}
.fb-btn .img-box {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.fb-btn .img-box .bk {
  position: absolute;
  background: #000;
  width: 100%;
  height: 220px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  background-blend-mode: multiply;
}
.fb-btn .img-box img {
  height: auto;
  width: 100%;
}
.fb-btn .txt-box {
  position: absolute;
  top: 35px;
  text-align: center;
  width: 100%;
}
.fb-btn .txt-box h6 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.8em;
  margin: 0 0 20px;
  font-weight: bold;
  border: none;
  padding: 0;
}

.fb-btn .txt-box p {
  margin: 15px 0 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/*===============================================
SIDE
===============================================*/
#SIDE {
  width: 280px;
  float: right;
}
#SIDE02 {
  position: relative;
  top: 0;
  width: 210px;
  float: right;
}

.rank_list {
  margin: 0 0 20px 0;
}
.rank_list li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #ccc;
}
.rank_list li:first-child {
  background: url("../img/rank01.png") no-repeat left;
  background-size: 25px;
}
.rank_list li:nth-child(2) {
  background: url("../img/rank02.png") no-repeat left;
  background-size: 25px;
}
.rank_list li:nth-child(3) {
  background: url("../img/rank03.png") no-repeat left;
  background-size: 25px;
}
.rank_list li:nth-child(4) {
  background: url("../img/rank04.png") no-repeat left;
  background-size: 25px;
}
.rank_list li:nth-child(5) {
  background: url("../img/rank05.png") no-repeat left;
  background-size: 25px;
}

.side_list li {
  margin: 0 0 5px 0;
  text-align: center;
}
.contact_title {
  font-weight: bold;
  margin: 20px 0 0 0;
  padding: 5px 10px;
  font-size: 21px;
  background-color: #1eb3f9;
  color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.contact_box {
  border: 2px solid #1eb3f9;
  padding: 15px;
}
.staff_slide02 {
  width: 220px;
  margin: 20px auto 0 auto;
}
.flexslider li p.s_tokatsu {
  background: #4ec2fa;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}
.flexslider li p.s_yoyogi {
  background: #ff96aa;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}
.flexslider li p.s_misato {
  background: #64c800;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}
.flexslider li p.s_visit {
  background: #fcab1a;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0 0 0;
}
/*SIDE02*/
.side_navi_title {
  background: #21b3f9;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
  font-weight: bold;
}
.side_navi a {
  background: #e8f7fe;
  color: #333333;
  font-size: 16px;
  display: block;
  text-decoration: none;
  border-top: 2px solid #ffffff;
  line-height: 50px;
  padding: 0 0 0 20px;
}
/*===============================================
FOOTER
===============================================*/
#FOOTER_WRAP {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #21b3f9), color-stop(0, #65cbfc));
  background: -webkit-linear-gradient(#65cbfc, #21b3f9);
  background: -moz-linear-gradient(#65cbfc, #21b3f9);
  background: -o-linear-gradient(#65cbfc, #21b3f9);
  background: -ms-linear-gradient(#65cbfc, #21b3f9);
  background: linear-gradient(#65cbfc, #21b3f9);
}
#FOOTER {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
#FOOTER a {
  color: #ffffff;
  text-decoration: none;
}
.footer_l {
  width: 270px;
  float: left;
}
.footer_r {
  width: 650px;
  float: right;
}
#COPYRIGHT {
  text-align: center;
  font-size: 11px;
  line-height: 30px;
}

/* インターンシップ */

.career_title04 {
  font-size: 24px;
  font-weight: bold;
  color: #21b3f9;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.career_title05 {
  font-size: 22px;
  font-weight: bold;
  color: #21b3f9;
}

.career_title04::after {
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  content: "";
  background: #21b3f9;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.int-ttl {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

.int-ttl::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background: #21b3f9;
  bottom: 0px;
  left: 0;
}

.voice-list td,
.voice-list th {
  vertical-align: middle;
  padding: 25px 0;
}

.voice-list td {
  padding-left: 40px;
}

.voice-list tr {
  border-bottom: dashed 1px #ddd;
}

.voice-list tr:last-child {
  border-bottom: none;
}

.contents_menu_text2.-sub {
  margin: 0;
}

.contents_menu_box2.-sub a {
  line-height: 40px;
}

.text-in {
  padding-left: 13px;
  text-indent: -14px;
}

.ball-list li {
  padding-left: 13px;
  text-indent: -14px;
}

.tab-list {
  margin-bottom: 35px;
  padding-top: 15px;
}

.tab-list li {
  display: block;
  float: left;
  width: 25%;
}

.tab-list li .-oragene {
  background: #fabe14;
}

.tab-list li a.-oragene {
  background: #fabe14;
}

.tab-list li a.-blue {
  background: #50d2fa;
}

.tab-list li a.-red {
  background: #82b432;
}

.tab-list li a.-pink {
  background: #f09696;
}

.tab-list li a.current {
  line-height: 75px;
  margin-top: -15px;
}

.tab-list li a {
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}

.year-list li {
  display: flex;
  padding-bottom: 20px;
}

.years_icon {
  width: 15%;
  margin: 0 5% 0px 0;
  color: #ffff00;
  font-size: 16px;
  text-align: center;
  background: #21b3f9;
  display: inline-block;
  vertical-align: middle;
  height: fit-content;
  padding: 5px;
}

.years-text {
  width: 80%;
}

.years-text span {
  font-size: 18px;
  font-weight: bold;
}

.career_textboxWrap04 {
  background: url("../img/bg04.jpg") no-repeat left top;
  padding: 0 0 0 151px;
  min-height: 151px;
}

.text-box {
  border: 3px solid #21b3f9;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
}
.btn-1 {
  border: 3px solid #1fb4fa;
  color: #fff;
  background: #fff;
  width: 98%;
  font-size: 20px;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  position: relative;
}
.btn-1 a {
  color: #1fb4fa;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  text-align: center;
}
@media (max-width: 480px) {
  .btn-1 {
    width: 98%;
    font-size: 16px;
  }
}

/* 0620大島追記 */
.ttl-wrapper .ttl {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.24;
  background: #21b3f9;
}

.senmon-box a {
  text-decoration: none;
}

.senmon-box .iframe-wrapper02 {
  border: 2px solid #21b3f9;
  border-top: none;
}

.senmon-box .btn-wrap {
  border: 2px solid #21b3f9;
  border-top: none;
  padding: 5px 10px;
}

.senmon-box .button01 {
  font-weight: bold;
  display: inline-block;
}
