@charset "utf-8";

ol, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (max-width:575px) {
	
	.main-copy .sub br {
		display: none;
	}
	
}

/*-------------------------------
	共通
-------------------------------*/

#service .content {
	width: 1300px;
	margin: 0 auto;
}

#service .content .cap {
	padding: 20px 0 11px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

@media (max-width:1300px) {
	
	#service .content {
		width: auto;
	}
	
	#service .content .cap {
		text-align: left;
		white-space: inherit;
	}
	
}

/* ------------------------------
	サブナビゲーション
------------------------------ */

.subNav {
	padding: 53px 0 30px;
}

.subNav .subNav1 {
	display: flex;
	justify-content: space-between;
	width: 486px;
	margin: 0 auto;
	padding: 0;
}

.subNav .subNav1 li {
	list-style: none;
	width: 218px;
	height: 46px;
	margin: 0;
	padding: 0;
	line-height: 44px;
	text-align: center;
}

.subNav .subNav1 li a {
	display: block;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 17px;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.subNav .subNav1 li a:hover,
.subNav .subNav1 li.active a {
	border: 1px solid #E74258;
	background: #E74258;
	color: #FFF;
}

.subNav .title {
	margin: 82px 0 47px;
	font-size: 33px;
	text-align: center;
}

.subNav .title:after {
	display: block;
	content: "";
	width: 46px;
	height: 5px;
	margin: 30px auto 0;
	background: #FF3329;
}

.subNav .subNav2 {
	display: flex;
	justify-content: space-between;
	width: 602px;
	margin: 0 auto;
	padding: 18px 19px;
	border: 1px solid #D3D3D3;
}

.subNav .subNav2 div {
	width: 271px;
	height: 46px;
	margin: 0;
	padding: 0;
	line-height: 44px;
	text-align: center;
}

.subNav .subNav2 div > a {
	display: block;
	border: 1px solid #727272;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.subNav .subNav2 div > a:hover {
	border: 1px solid #E74258;
	background: #E74258;
	color: #FFF;
}

.subNav .subNav2 .select {
	position: relative;
	height: 46px;
	font-size: 15px;
	background: url(../img/service/house/arrowB.png) no-repeat 96% 50%;
}

/* アコーディオンここから */

.acMenu {
	position: relative;
	z-index: 100 !important;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
 
.acMenu li {
    list-style: none;
	margin: 0;
    padding: 0;
	background: #FFF;
}
 
.acMenu a {
	display: block;
	text-decoration: none;
}
 
.acMenu li ul {
	margin: 0;
    padding: 0;
}

.acMenu dl{
	margin: 0;
}
 
.acMenu dd {
	position: relative;
	top: -1px;
	box-shadow: 2px 2px 10px gray;
    margin: 0;
}

.menu-ttl {
	cursor: pointer;
	font-weight: normal;
	border: 1px solid #727272;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
	padding-right: 15px;
}

.menu-ttl:hover {
	border: 1px solid #E74258;
	background: #E74258;
	color: #FFF;
}
 
.sub-menu-ttl {
	cursor: pointer;
	position: relative;
    margin: 0;
	line-height: 46px;
}
 
.acMenu3 li {
    border-bottom: 1px solid #FFF;
    background: #F5F0DC;
	line-height: 34px;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.acMenu3 li:hover {
    background: #E84258;
}

.acMenu3 li:hover a {
	color: #FFF;
}
 
.acMenu dt:after {
	position: absolute;
	top: 5px;
	right: 15px;
    content: url(../img/service/house/arrowB.png);
}

.acMenu dt:hover:after {
    content: url(../img/service/house/arrowBon.png);
}
 
.acMenu dt.open:after {
	right: 15px;
}
 
.sub-menu-ttl:after {
	position: absolute;
	top: -2px;
	right: 15px;
    content: url(../img/service/house/arrowBS.png);
}
 
.sub-menu-ttl.openAcd:after {
    content: url(../img/service/house/arrowTS.png);
}

/* アコーディオンここまで */

@media (max-width:991px) {
	
	.subNav .subNav1 {
		justify-content: space-evenly;
		width: auto;
	}

	.subNav .subNav1 li {
		width: 46%;
		max-width: 218px;
	}

	.subNav .title {
		font-size: 24px;
	}

	.subNav .subNav2 {
		justify-content: space-evenly;
		width: 100%;
		max-width: 602px;
		padding: 10px;
		border: none;
	}
	
	.subNav .subNav2 * {
		font-size: 13px;
	}

	.subNav .subNav2 div {
		width: 48%;
		max-width: 271px;
		background: #FFF;
	}
	
		.acMenu .line_s{
		line-height: 1.5;
	}

}

/*-------------------------------
	料金・介護サービス
-------------------------------*/

#service .content .tableBox {
	position: relative;
	margin-bottom: 30px;
}

#service .content .tableBox .title {
	background: #EF4C4D;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 31px;
	letter-spacing: 1px;
	text-align: center;
}

#service .content .tableBox .uk-clearfix {
	display: flex;
	justify-content: unset;
	flex-wrap: wrap;
}

#service .content .tableBox .uk-clearfix > div {
	width: 50%;
	margin-top: 19px;
}

@media (max-width:991px) {
	
	#service .content .tableBox .uk-clearfix > div {
		display: block;
	}
	
	#service .content .tableBox .ryokinBox table {
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width:414px) {
	
	#service .content .tableBox .uk-clearfix {
		display: block;
	}
	
	#service .content .tableBox .uk-clearfix > div {
		width: auto;
	}
	
}


/* ------------------------------
	
	対象事業所一覧

------------------------------ */
#service .content .tableBox.jigyosyo {
	/*margin-bottom: 85px;*/
}

.flow-wrapper {
	margin-top: 7rem;
}

.img-wrapper {
	width: 32.2rem;
	height: 20.2rem;
	overflow: hidden;
	position: relative;
}
.img-wrapper img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.txt-wrapper {
	width: 32.5rem;
	padding: 1rem 1.5rem;
}
.flowBox .flow-wrapper > li {
	width: 50%;
	padding-bottom: 7rem;
	display:flex;
}
.flow-wrapper li .cat {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.2rem 4rem;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 3px;
}
.flow-wrapper li .genkikaigo .cat {
	background: #EF4C4D;
}
.flow-wrapper li .lifele .cat {
	/*background: #C9B665;*/
	background: #EF4C4D;
}
.flow-wrapper li .every .cat {
	/*background: #fab005;*/
	background: #EF4C4D;
}
.flow-wrapper li .assist .cat {
	/*background: #fa0552;*/
	background: #EF4C4D;
}
.flow-wrapper li h3 {
	font-size: 2rem;
	line-height:1.5;
	font-weight: normal;
	margin:0 0 1rem 0;
}
.flow-wrapper li h3 span.section--title--en {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height:1.5;
}
.flow-wrapper li .genkikaigo h3 span.section--title--en {
	color: #EF4C4D;
}
.flow-wrapper li .lifele h3 span.section--title--en {
	/*color: #C9B665;*/
	color: #EF4C4D;
}
.flow-wrapper li .every h3 span.section--title--en {
	/*color: #fab005;*/
	color: #EF4C4D;
}

.flow-wrapper li .assist h3 span.section--title--en {
	/*color: #fa0552;*/
	color: #EF4C4D;
}

.flow-wrapper li h3 span.txtS {
	font-size: 1.4rem;
}
.flow-wrapper li .sub {
	color: #4C4C4C;
	font-size: 1.4rem;
	line-height: 1.4;
}
.flow-wrapper li .cat {
	margin-bottom: 8px;
}
.flow-wrapper li .jigyonaiyo {
	margin-bottom: 5px;
}
.flow-wrapper li .jigyonaiyo li {
	color: #4C4C4C;
	line-height: 1.4;
}
.flow-wrapper li .jigyonaiyo li:before {
	content: "・";
}
/*link*/
.flow-wrapper li a,
.flow-wrapper li .cat,
.flow-wrapper li h3,
.flow-wrapper li .sub,
.flow-wrapper li h3 span.section--title--en {
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}
.flow-wrapper li a {
	display: inline;
}
.flow-wrapper li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
/*
@media (max-width:1300px) {
	#service .content .tableBox.jigyosyo {
		margin: 0 2vw;
	}
	.img-wrapper {
		width: 40%;
		height: auto;
	}
	.img-wrapper img {
		position: unset;
		transform: none;
	}
	.txt-wrapper {
		width: 60%;
	}
}
@media (max-width:991px) {

}
@media (max-width:575px) {
	#service .content .tableBox.jigyosyo {
		margin: 0 10px 85px;
	}
	.flowBox {
		padding-top: 20px;
	}
	.flow-wrapper {
		margin-top: 0;
	}
	.flowBox .flow-wrapper > li {
		width: 100%;
		padding: 20px 0;
	}
	.img-wrapper {
		position: absolute;
		right: 0;
		padding-bottom: 27.625%;

	}
	.txt-wrapper {
		width: 100%;
		padding: 0;
	}
	.flow-wrapper li .cap-wrapper {
		display: block;
	}
	.flow-wrapper li h3,
	.flow-wrapper li .sub {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.flow-wrapper li h3,
	.flow-wrapper li .jigyonaiyo {
		width: 55%;
	}
}
*/

/* ------------------------------
	
	ボタン 
------------------------------ */

#service .content .btnBox {
	display: flex;
	justify-content: space-between;
}

#service .content .btnBox .nextBtn,
#service .content .btnBox .prevBtn {
	display: block;
	width: 25rem;
	height: 4.8rem;
	font-size: 1.6rem;
	line-height: 4.8rem;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

#service .content .btnBox .nextBtn:hover,
#service .content .btnBox .prevBtn:hover {
	color: #FF4848;
	text-decoration: none;
}

#service .content .btnBox .prevBtn {
	padding-left: 3.2rem;
	background: url(../img/service/house/arrowL.png) no-repeat 0 50%;
}

#service .content .btnBox .prevBtn:hover {
	background-image: url(../img/service/house/arrowLon.png);
}

#service .content .btnBox .nextBtn {
	padding-right: 3.2rem;
	background: url(../img/service/house/arrowR.png) no-repeat 100% 50%;
	text-align: right;
}

#service .content .btnBox .nextBtn:hover {
	background-image: url(../img/service/house/arrowRon.png);
}

#service .content .backBtn {
	display: block;
	width: 33.2rem;
	height: 4.8rem;
	margin: 0 auto;
	border-radius: 4px;
	background: #FFE1E1;
	color: #000;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 4.8rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

#service .content .backBtn:hover {
	background: #FF4848;
	color: #FFF;
}
/*
@media (max-width:991px) {
	
	#service .content .btnBox {
		width: 92%;
		margin: 0 auto;
	}
	
	#service .content .backBtn {
		width: 60%;
		max-width: 332px;
		min-width: 200px;
	}
	
}
*/
/*
@media (max-width:575px) {
	
	#service .content .btnBox {
		display: block;
		position: relative;
		overflow: hidden;
		padding-bottom: 50px;
	}
	
	#service .content .btnBox .nextBtn,
	#service .content .btnBox .prevBtn {
		width: auto;
	}
	
	#service .content .btnBox .prevBtn {
		float: left;
	}

	#service .content .btnBox .nextBtn {
		float: right;
	}
	
	#service .content .backBtn {
		position: absolute;
		bottom: 0;
		width: 100%;
		max-width: inherit;
	}
}
*/

/* ------------------------------
	
	お問い合わせ
------------------------------ */

.ContactCont {
	width: 820px;
	margin: 0 auto;
	padding: 96px 0 20px;
	text-align: center;
	overflow: hidden;
}

.ContactTtl {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 19px;
}

.ContactSubTtl {
	margin-top: 12px;
	color: #FC4242;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.ContactLead {
	margin-bottom: 18px;
	font-size: 16px;
}

.ContactBox {
	float: left;
	width: 49.5%;
	height: 82px;
}

.ContactBox p.tel::before {
	margin-right: 10px;
	content: url(../img/evest/ico_tel.png);
}

.ContactBox a.btn {
	position: relative;
	display: block;
	width: 364px;
	height: 66px;
	margin: 8px 0 8px 44px;
	padding: 0;
	border: 1px solid #FC4242;
	color: #FC4242;
	font-size: 18px;
	font-weight: bold;
	line-height: 66px;
	text-decoration: none;
}

.ContactBox a.btn {
	background-image: url(../img/evest/ico_mail_off.png);
	background-repeat: no-repeat;
	background-position: 19% center;
	padding-left: 30px;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.ContactBox a.btn:hover {
	background-image: url(../img/common/ico_mail_on.png);
	color: #fff;
	border: 1px solid #E74258;
	background-color: #E74258;
}

.ContactLine {
	border-right: 1px solid #000;
}

@media screen and (max-width: 991px) {
	
	.ContactCont {
		width: 92%;
		margin: 0 auto;
	}
	
	.ContactLead {
		font-size: 14px;
	}
	
	.ContactBox {
		width: 100%;
	}
	
	.ContactBox p.tel {
		padding: 0;
		border: none;
	}
	
	.ContactBox a.btn {
		width: auto;
		max-width: 364px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 320px) {
	
	.ContactBox a.btn {
		background-position: 12% center;
	}
	
}


* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.service-box {
	margin-top: 18px;
}

.service-box .service-ttl {
	margin-bottom: 43px;
	background: url('../img/service/bg01.jpg') no-repeat center center;
	background-size: cover;
}

.service-box .service-ttl02 {
	background-image: url('../img/service/bg02.jpg');
}

.service-box .service-ttl03 {
	margin-top: 157px;
	background-image: url('../img/service/bg03.jpg');
}

.service-box .service-ttl04 {
	margin-top: 154px;
	background-image: url('../img/service/bg04.jpg');
}

.service-box .service-ttl-box {
	padding: 114px 50px 97px;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}

.service-box .service-ttl .service-ttl-btn {
	margin-top: -25px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 203px;
}

.service-box .service-ttl .service-ttl-btn a {
	padding: 11px 5px 12px;
	display: block;
	font-size: 17px;
	color:#FFF;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 26px;
}

.service-box .service-ttl .service-ttl-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.service-box .service-ttl p {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.service-box .service-ul {
	margin: 0 auto;
	max-width: 1100px;
}

.service-box .service-ul > li {
	width: 33.33%;
	float: left;
}

.service-box {
	margin-bottom: 62px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 184px;
}

.service-box .service-ul {
	margin-bottom: 144px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.service-box .service-ul:last-child {
	margin-bottom: 0;
}

.service-box .service-ul ul li {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.service-box .service-ul a {
	padding: 18px 10px 10px 15px;
	display: block;
	min-height: 59px;
	font-size: 17px;
	box-sizing: border-box;
	position: relative;
	background: url('../img/service/service_icon.png') no-repeat right 13px center;
}

.service-box .service-ul .nolink a{
	background: none;
}

.service-box .service-ul .spacing {
	letter-spacing: -1px;
}

.service-box .service-ul a span {
	font-size: 14px;
	position: absolute;
	left: 106px;
	top: 12px;
	line-height: 1.3;
}

.service-box .service-ul a .line_01{
	margin-top: 9px;
}

.service-box .service-ul a .txt_s{
	position: initial;
}


.service-box .service-ul .service-ul-list li.on a,
.service-box .service-ul a:hover {
	background-color: #FBE4E2;
	text-decoration: none;
}

@media (max-width:991px) {
	#service.serviceTop #service--under .service--under--wrapper{
		padding: 26px 20px 15px;
	}

	.serviceTop .subNav .subNav1 li {
		width: 46%;
	}

	.serviceTop .subNav .subNav1 li a {
		padding-bottom: 5px;
	}

	.serviceTop .subNav .title {
		margin: 35px 0 8px;
	}

	.service-box {
		padding-bottom: 80px;
		margin-top: 0;
	}

	.service-box .service-ttl-box {
		padding: 77px 10px 64px;
	}

	.service-box .service-ttl p {
		font-size: 25px;
	}

	.service-box .service-ttl {
		margin-bottom: 14px;
	}

	.service-box .service-ul {
		margin: 0 17px 70px;
	}

	.service-box .service-ul > li {
		float: none;
		width: auto;
	}

	.service-box .service-ul a {
		font-size: 16px;
		padding: 18px 20px 10px 15px;
	}

	.service-box .service-ul a span {
		font-size: 13px;
		left: 136px;
		line-height: 1.4;
	}

	.service-box .service-ttl03,
	.service-box .service-ttl04 {
		margin-top: 0;
	}

	.service-box .service-ttl .service-ttl-btn {
		position: static;
		right: auto;
		top: auto;
		margin-top: 0;
	}

	.service-box .service-ttl .service-ttl-btn a:hover {
		opacity: 1;
	}

	.service-box .service-ttl03 .service-ttl-box{
		padding: 53px 10px 25px;
	}

	.service-box .service-ttl .service-ttl-btn {
		margin: 24px auto 0;
	}

	.service-box .service-ttl .service-ttl-btn a {
		padding: 15px 5px 15px;
		font-size: 18px;
	}

	.service-box .service-ul .spacing {
		letter-spacing: -1.5px;
	}

	.service-box .service-ul a:hover {
		background-color: #FFF;
		text-decoration: none;
	}
	.service-box .service-ul a .txt_s{
		display: block;
}
}

@media (max-width:370px) {
	.service-box .service-ul a span {
		left: 106px;
		font-size: 12px;
	}
}

@media (max-width:767px) {
	.flow-wrapper {
		margin-top: 4rem;
	}
	.flowBox .flow-wrapper > li {
        width: 100%;
        padding: 2rem 0;
    }
}