@charset "utf-8";

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
}

/**************************************************************
*
* トップページ
*
**************************************************************/
/**************************************************************
* 冒頭ナビゲーション
**************************************************************/
.top .intro {
	margin-top: -110px;
	padding-bottom: 20px;

	position: relative;
	z-index: 2;
}
.top .intro .list_nav {
	text-align: center;
}
.top .intro .list_nav .litem {
	display: inline-block;
	vertical-align: top;

	margin-left: 2.5%;
	margin-right: 2.5%;	

	opacity: 0;
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);

	transition: 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: opacity, transform;
}
.top .intro.load .list_nav .litem {
	opacity: 1;
	transform: translateY(0px);
	-ms-transform: translateY(0px);
}
@media screen and (max-width: 959px) {
	.top .intro .list_nav .litem {
		margin-left: 1.5%;
		margin-right: 1.5%;	
	}
}
@media screen and (max-width: 599px) {
	.top .intro {
		margin-top: -10px;
		padding-top: 30px;

		background-color: #ebfceb;
	}
	.top .intro .list_nav .litem {
		display: block;
		width: 100%;
	}
}

/* 20200720 add 新型コロナウイルス関連のお知らせを臨時に掲載する */
.top .intro .notice_box {
    /* width: 60%; */
    width: 70%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto 30px auto;
    border: solid 3px #F00;
    text-align: center;

    opacity: 0;
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transition: 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-property: opacity, transform;
}
.top .intro .notice_box h3 {
    color: #fff;
    text-align: center;
    font-size: 1.772rem;
    font-weight: bold;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #f00;
    margin-bottom: 20px;
}
.top .intro .notice_box h4 {
    margin: 10px auto;
    color: #F00;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #f00;
}
.top .intro .notice_box a.notice_link {
    display: inline-block;
    margin: 10px auto 0 auto;
    padding: 10px;
    width: 40%;
    background-color: #0c9e0c;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.top .intro .notice_box a.notice_link:hover {
    opacity: 0.7;
}
.top .intro.load .notice_box {
	opacity: 1;
	transform: translateY(0px);
	-ms-transform: translateY(0px);
}
@media screen and (max-width: 959px) {
    .top .intro .notice_box {
        width: 90%;
    }
}
@media screen and (max-width: 599px) {
    .top .intro .notice_box {
        width: 100%;
        padding: 30px 10px;
        font-size: 1.5rem;
    }
    .top .intro .notice_box a.notice_link {
        margin: 10px auto 0 auto;
        padding: 10px;
        width: 80%;
    }
}
/* 20200720 add 新型コロナウイルス関連のお知らせを臨時に掲載する */

/**************************************************************
* 案内
**************************************************************/
.top .navigation.bg {
	background: #ecfaff;
	background: -moz-linear-gradient(left, #ecfaff 0%, #ecfaff 49%, #ddf4fd 49%, #ddf4fd 100%);
	background: -webkit-linear-gradient(left, #ecfaff 0%,#ecfaff 49%,#ddf4fd 49%,#ddf4fd 100%);
	background: linear-gradient(to right, #ecfaff 0%,#ecfaff 49%,#ddf4fd 49%,#ddf4fd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecfaff', endColorstr='#ddf4fd',GradientType=1 );
}
.top .navigation .container > .table {
	display: table;
	width: 100%;
}
.top .navigation .left,
.top .navigation .right {
	padding-top: 30px;
	padding-bottom: 30px;

	display: table-cell;
	vertical-align: top;
}
.top .navigation .left {
	width: 62.5%;

	background-color: #ECFAFF;

	padding-right: 20px;
}
.top .navigation .right {
	width: 37.5%;

	background-color: #DDF4FD;

	padding-left: 20px;
}
.top .navigation .left .dlist {
	text-align: center;

	display: inline-block;
}

.top .navigation .left .dlist > * {
	display: inline-block;
	vertical-align: middle;
}
.top .navigation .left .dlist .dhead {
	font-weight: bold;

	margin-right: 15px;
}
.top .navigation .right .row .col_6:nth-of-type(1),
.top .navigation .right .row .col_6:nth-of-type(2) {
	margin-bottom: 10px;
}
.top .navigation .right .col_6:nth-of-type(1) br {
		display: none;
	}
@media screen and (max-width: 959px) {
	.top .navigation .right .row .col_6 .headline {
		height: 2em;
		line-height: 1.35;
	}
	.top .navigation .right .row .col_6:not(:nth-of-type(1)) .headline {
		padding-top: 6px;

	}
	.top .navigation .right .row .col_6:nth-of-type(1) br {
		display: inline;
	}
}
@media screen and (max-width: 768px) {
	.top .navigation.bg {
		background: none;
	}
	.top .navigation .container {
		padding-left: 0;
		padding-right: 0;
	}
	.top .navigation .container > .table {
		display: block;
	}
	.top .navigation .left,
	.top .navigation .right {
		display: block;
		width: 100%;

		padding-left: 1.96078431372549%;
    padding-right: 1.96078431372549%;
	}
	.top .navigation .right .col_6 {
		float: left;
		width: 25%;
	}
}
@media screen and (max-width: 599px) {
	.top .navigation .right .col_6 {
		width: 50%;
	}
	.top .navigation .left .dlist .dhead {
		margin-bottom: 4px;
	}
}
/**************************************************************
* 理念
**************************************************************/
@media screen and (max-width: 768px) {
	.top .philosophy .col_4 {
		width: 33.333%;
		float: left;
	}
}
@media screen and (max-width: 599px) {
	.top .philosophy .col_4 {
		width: 100%;
		float: none;
	}
}

/**************************************************************
* 採用情報
**************************************************************/
.top .recruit.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/img04.jpg);

	padding-top: 30px;
	padding-bottom: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.top .recruit.bg {
		background-image: url(../img/img04@2x.jpg);
	}
}
.top .recruit .col_4 .br {
		display: none;
	}
@media screen and (max-width: 768px) {
	.top .recruit .col_4 {
		width: 33.33%;
		float: left;
	}
	.top .recruit .col_4 .br {
		display: inline;
	}
}
@media screen and (max-width: 599px) {
	.top .recruit .col_4 {
		width: 100%;
		float: none;

		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.top .recruit .row .col_4:not(:last-child) {
		margin-bottom: 15px;
	}
}

/* 20190701 add start ---------------- */
.top .recruit .job_box{
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.top .recruit .col_6 .br {
		display: none;
	}
@media screen and (max-width: 768px) {
	.top .recruit .col_6 {
		width: 50%;
		float: left;
	}
	.top .recruit .col_6 .br {
		display: inline;
	}
}
@media screen and (max-width: 599px) {
	.top .recruit .col_6 {
		width: 100%;
		float: none;

		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.top .recruit .row .col_6:not(:last-child) {
		margin-bottom: 15px;
	}
}

/* 20190701 add end ---------------- */

/**************************************************************
* ピックアップ
**************************************************************/
.top .pickup .slide {

}
.top .pickup .slide .item {
	text-align: center;

	padding-left: 15px;
	padding-right: 15px;
}
.top .pickup .slide .item img {
	margin-left: auto;
	margin-right: auto;

	transform: translateZ(0px);
	display: block;
}
.top .pickup .slick-prev,
.top .pickup .slick-next {
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	
	border-radius: 50%;
	background-color: #c2ebc2;

	width: 60px;
	height: 60px;
	z-index: 2;
	display: block;

	padding: 17px 0px;
	
}
.top .pickup i {
	display: inline-block;
	vertical-align: middle;
}
.top .pickup .slick-prev i {
	transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}
.top .slick-prev:before,
.top .slick-next:before {
	content: none;
}
.top .slick-prev {
	left: 25px;
}
.top .slick-next {
	right: 25px;
}
@media screen and (max-width: 599px) {
	.top .pickup .slick-prev,
	.top .pickup .slick-next {
		width: 45px;
		height: 45px;

		padding: 11px 0px;

		font-size: 2.2rem;
	}
}


/**************************************************************
*
* 組織・グループ施設
*
**************************************************************/
.group.subpage .group_container {
	max-width: 660px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.group.subpage .group_container .row .left {
	float: left;
	max-width: 240px;
	width: 100%;

	padding-top: 20px;
}
.group.subpage .group_container .row .left .headbox {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;

	padding: 25px 15px 21px;

	display: block;
	
	position: relative;
}
.group.subpage .group_container .row .left .headbox:after {
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;

	margin: auto;
}
.group.subpage .group_container .row.one .left .headbox:after {
	background-color: #52c0a5;
}
.group.subpage .group_container .row.two .left .headbox:after {
	background-color: #2cbcd6;
}
.group.subpage .group_container .row .left .headbox.green {
	background-color: #52c0a5;
}
.group.subpage .group_container .row .left .headbox.blue {
	background-color: #2cbcd6;
}
.group.subpage .group_container .row .right {
	max-width: 380px;
	width: 100%;
	float: right;
	position: relative;
	z-index: 2;

	padding-left: 22px;
	padding-right: 22px;

	background-color: #fff;
}

.group.subpage .group_container .row:not(.space) .right {
	padding: 22px;

	border: #52c0a5 1px solid;
}
.group.subpage .group_container .row.one .right {
	border-color: #52c0a5;
}
.group.subpage .group_container .row.two .right {
	border-color: #2cbcd6;
}
.group.subpage .group_container .row.one .right {
	padding-bottom: 0;
}
.group.subpage .group_container .row.two .right {
	padding-top: 0;
}
.group.subpage .group_container .row .right .item {
	padding: 10px 18px 20px;
	margin-bottom: 20px;
}
.group.subpage .group_container .row .right .item.green {
	background-color: #ebfceb;
}
.group.subpage .group_container .row .right .item.blue {
	background-color: #ecfaff;
}
.group.subpage .group_container .row .right .item.type1 {
	padding: 0;
}
.group.subpage .group_container .row .right .item.type1 .headline {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;

	padding: 25px 15px 21px;

	display: block;
}
.group.subpage .group_container .row .right .item.type2 .headline {
	font-weight: bold;

	margin-bottom: 8px;

	display: block;
}
.group.subpage .group_container .row .right .item.type2.green .headline {
	color: #0c9e0c;
}
.group.subpage .group_container .row .right .item.type2.blue .headline {
	color: #38b4e1;
}
.group.subpage .group_container .row.two .item.type2 .headline {
	display: none;
}
.group.subpage.hover .group_container .row .right .item.type2 .subitem:hover,
.group.subpage .group_container .row .right .item.type2 .subitem.hover {
	background-color: rgba(255,255,255,0.6);
}
.group.subpage .group_container .row .right .item.type2 .subitem {
	padding: 22px 15px;
	margin-bottom: 20px;

	background-color: #fff;

	display: block;
	position: relative;

	transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	  transition-property: background-color;
}
.group.subpage .group_container .row .right .item.type2 .subitem:last-child {
	margin-bottom: 0;
}
.group.subpage .group_container .row .right .item.type2 .subitem .detail {
	padding-right: 20px;

	font-weight: bold;
	line-height: 1.45;
}
.group.subpage .group_container .row .right .item.type2 .subitem .detail .hr {
	border:none;

	border-bottom: 1px solid;
}
.group.subpage .group_container .row .right .item.type2.green .subitem .detail .hr {
	border-color: #0c9e0c;
}
.group.subpage .group_container .row .right .item.type2 .subitem .icon-triangle {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;

	margin: auto;

	width: 1em;
	height: 1em;
}
.group.subpage .group_container .row .right .item.type2.green .subitem .icon-triangle {
	color: #0c9e0c
}
.group.subpage .group_container .row .right .item.type2.blue .subitem .icon-triangle {
	color: #38b4e1
}

@media screen and (max-width: 768px) {
	.group.subpage .group_container .row .left {
		max-width: 200px;
	}
	.group.subpage .group_container .row .right {
		max-width: 350px;
	}
}
@media screen and (max-width: 599px) {
	.group.subpage .group_container .row .left {
		max-width: none;
	}
	.group.subpage .group_container .row .left .headbox:after {
		content: none;
	}
	.group.subpage .group_container .row .right {
		max-width: none;
	}
	.group.subpage .group_container .row.two .left {
		padding-top: 0;
	}
	.group.subpage .group_container .row.space {
		display: none;
	}
	.group.subpage .group_container .row.two .item.type2 .headline {
		display: block;
	}
}

/**************************************************************
*
* お見舞いについて
*
**************************************************************/
.hospitalization-inquiry.subpage form label[for="form_contact_floor_old"],
.hospitalization-inquiry.subpage form label[for="form_contact_floor_new"] {
	display: none;
}
@media screen and (max-width: 599px) {
	.hospitalization-inquiry.subpage .block_name02 {
		display: block;

		margin-top: 8px;
	}
	.hospitalization-inquiry.subpage .table_type4 .headline {
		font-size: 1.4rem;
	}
}