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

/*
看護部　全体枠
----------------------------------------------------------------------*/

#kango_contents{
	        
  background-image: linear-gradient(180deg, rgba(255, 237, 231, 1), rgba(255, 237, 231, 0) 28%, rgba(0, 0, 0, 0));
	
}

/*
共通部分ではない部分の調整を行う
----------------------------------------------------------------------*/

#kango_breadcrumb{
	display:none;
}

#kango_sidebar{

}

#side_other__service{
	display:none;
}

/*
共通部分
*/

#kango_side_common{

}

/*
メインイメージ
----------------------------------------------------------------------*/
#pc_adnrdoid_mov{
        width: 100%;

	margin:0px auto;
	overflow:hidden;
	
}
#myCanvas{
	width: 100%;
}
#movie{
        margin: 18px auto;
	overflow:hidden;
}

#pc_adnrdoid_mov video,
#movie video{
	border:none;
	margin:0px;
	padding:0px;
}

#main_image{
	width:742px;
	/*height:336px;
	position:relative;
	background-image:url(index/image/mainimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
	overflow:hidden;
}

#main_image a{
	display:block;
	width:163px;
	height:43px;
	background-image:url(index/image/bt_entry.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	left: 571px;
	top: 11px;
}

#main_image a:hover{
	background-position:right top;
}

#main_image a span{
	display:none;
}

/*
採用情報バナー
*/

#kango_rec_banner{
	display:block;
	background-image:url(index/image/bn_recruit3_sp.webp);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: 100%;
	        height: 205px;
	        margin: 0 30px;
	background-size: contain;
	background-position: center;
}

#kango_rec_banner p{
	font-family:"07やさしさゴシックボールド";
	padding:13px 0px;
	color: #544647;
	        line-height: 1.4;
        text-align: center;
}

#kango_rec_banner span{
	/*display:none;*/
		
}
#kango_rec_banner span:first-of-type{
font-size:15px;
		
}

#kango_rec_banner span:nth-of-type(2){
font-size:20px;
	        padding-left: 7px;
		
}
#kango_rec_banner span:nth-of-type(3){
font-size:32px;
	
		
}

#kango_rec_banner span:nth-of-type(4){
font-size:28px;
		
}

/*
News & Topics
----------------------------------------------------------------------*/

#news_and_topics{
	overflow:hidden;
        width: 83.33%;
        margin: 33px auto 0;
}

#news_and_topics h2{

}

#news_and_topics h2 a{
	display:block;
	width:695px;
	        border-bottom: 1px solid #aeaeae;
	        padding-bottom: 5px;
}

#news_and_topics h2 span{
	        font-family: "Oswald", sans-serif;
	        color: #000;
	font-weight: 300;
	        border-left: 4px solid #fd999c;
	        padding-left: 10px;
	font-size: 20px;
	letter-spacing: 0.05em;
	        line-height: 1.2;
}


#news_and_topics ul{
	overflow:hidden;
}

#news_and_topics ul li{
	width:600px;
	overflow:hidden;
	display:inline;
}

#news_and_topics ul li dl{
	display:block;
	border-bottom:1px solid #aeaeae;
	overflow:hidden;
	        padding: 14px 0px;
	font-size: 13px;
}

#news_and_topics ul li dl dt{
	width:170px;
	display:block;
	overflow:hidden;
}

#news_and_topics ul li dl dt table{
	width:100%;
}

#news_and_topics ul li dl dt table th{
	width:70px;
}
#news_and_topics ul li dl dt table td{
	/*width:50%;*/
}

#news_and_topics ul li dl dt table th{
	/*background-color:#F0696D;
	text-align:center;
	color:#FFF;*/
	text-indent:-9999px;
	background-image:url(../index/image/new_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
	font-weight:normal;
	margin:0px auto;
}

#news_and_topics ul li dl dt table td:first-of-type{
	display: none;
}
#news_and_topics ul li dl dt table td{
	overflow:hidden;
	position: relative;
	display: flex;
        align-items: center;
	        padding-left: 15px;
}
#news_and_topics ul li dl dt table td::before{
content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #fd999c;
        border-right: 0;
	left: 0px;
}

#news_and_topics ul li dl dd{
	display:block;
	margin-left: 13px;
}

#news_and_topics ul li dl dd a{
	color:#000;
}

#kango_side_bn01{

}

.page_top{
    bottom: 11%;
	    right: 0;
}