@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
	トップページ
----------------------------------------------------------------------*/

/*--------------------------------------------------------------
	共通タイトルスタイル
--------------------------------------------------------------*/

.home .main h2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home .main h2 img {
	margin: 0 10px 10px 0;
}

.more_btn {
	width: 23%;
	margin: 0 auto;
}

.news_title .more_btn {
	/* お知らせ */
	width: 100%;
}

.more_btn a {
	text-align: center;
	display: block;
	color: #fff;
	padding: 13px 0;
	border-radius: 50px;
	background-image: -moz-linear-gradient( 90deg, rgb(48,163,100) 0%, rgb(0,215,97) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(48,163,100) 0%, rgb(0,215,97) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(48,163,100) 0%, rgb(0,215,97) 100%);
}

.more_btn a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(0,215,97) 0%, rgb(48,163,100) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,215,97) 0%, rgb(48,163,100) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,215,97) 0%, rgb(48,163,100) 100%);
}

.bg {
	position: relative;
}

.bg::before,
.bg::after {
	position: absolute;
	content: "";
	top: 0;
	width: 504px;
	height: 151px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -9;
}

.bg::before {
	background-image: url("../img/bg-l.png");
	left: 0;
}

.bg::after {
	background-image: url("../img/bg-r.png");
	right: 0;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.more_btn {
		width: 25%;
	}

	.bg::before, .bg::after {
		width: 370px;
		height: 110px;
		background-size: contain;
	}

}



@media screen and (max-width : 767px) {
	.home .main h2 {
		width: 100%;
		font-size: 28px;
		font-size: 2.8rem;
		letter-spacing: 1px;
		margin: 20px auto 30px;
	}

	.home .main h2 img {
		margin: 0px 10px 5px 0;
		width: 40px;
	}

	.more_btn {
		width: 100%;
		margin: 0 auto;
	}

	.news_title .more_btn {
		/* お知らせ */
		margin: 0 0 30px;
	}

	.bg::before,
	.bg::after {
		width: 150px;
		height: 45px;
		background-size: contain;
	}

}



/*--------------------------------------------------------------
	老人ホームのご相談は合同会社コンシェルジュにおまかせください
--------------------------------------------------------------*/
.front_support_wrap {
	padding: 105px 0 110px;
	position: relative;
	background-image: url("../img/top-support-wave-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	z-index: -9;
}

.front_support {
	position: relative;
}

.front_support::before,
.front_support::after {
	position: absolute;
	content: "";
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.front_support::before {
	background-image: url(../img/top-support-bg.png);
	width: 1066px;
	height: 412px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: -9;
}

.front_support::after {
	background-image: url(../img/top-support.png);
	width: 502px;
	height: 323px;
	top: -5px;
	right: 63px;
	z-index: -1;
}

.front_support p {
	margin: 0;
}

.front_support .sub {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #fff;
	background-color: #ec9a0b;
	padding: 3px 32px;
	margin: 0 0 20px;
	display: inline-block;
	border-radius: 50px;
}

.front_support .title_01 {
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 3px;
	margin: 0 0 12px 20px;
	color: #fff;
	text-shadow:
		/* 1px */
		1px 0 0 #2fa765,
		-1px 0 0 #2fa765,
		0 1px 0 #2fa765,
		0 -1px 0 #2fa765,
		1px 1px 0 #2fa765,
		-1px 1px 0 #2fa765,
		1px -1px 0 #2fa765,
		-1px -1px 0 #2fa765,

		/* 2px */
		2px 0 0 #2fa765,
		-2px 0 0 #2fa765,
		0 2px 0 #2fa765,
		0 -2px 0 #2fa765,
		2px 1px 0 #2fa765,
		-2px 1px 0 #2fa765,
		2px -1px 0 #2fa765,
		-2px -1px 0 #2fa765,
		1px 2px 0 #2fa765,
		-1px 2px 0 #2fa765,
		1px -2px 0 #2fa765,
		-1px -2px 0 #2fa765,

		/* 3px */
		3px 0 0 #2fa765,
		-3px 0 0 #2fa765,
		0 3px 0 #2fa765,
		0 -3px 0 #2fa765,
		3px 1px 0 #2fa765,
		-3px 1px 0 #2fa765,
		3px -1px 0 #2fa765,
		-3px -1px 0 #2fa765,
		1px 3px 0 #2fa765,
		-1px 3px 0 #2fa765,
		1px -3px 0 #2fa765,
		-1px -3px 0 #2fa765,
		2px 2px 0 #2fa765,
		-2px 2px 0 #2fa765,
		2px -2px 0 #2fa765,
		-2px -2px 0 #2fa765,

		0px 5px 15px rgba(0, 0, 0, 0.2);
}

.front_support .title_02 {
	font-size: 60px;
	font-size: 6.0rem;
	line-height: 1;
	letter-spacing: 5px;
	margin: 0 0 12px 20px;
	color: #2fa765;
	text-shadow:
		/* 1px */
		1px 0 0 #fff,
		-1px 0 0 #fff,
		0 1px 0 #fff,
		0 -1px 0 #fff,
		1px 1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff,

		/* 2px */
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		2px 1px 0 #fff,
		-2px 1px 0 #fff,
		2px -1px 0 #fff,
		-2px -1px 0 #fff,
		1px 2px 0 #fff,
		-1px 2px 0 #fff,
		1px -2px 0 #fff,
		-1px -2px 0 #fff,

		/* 3px */
		3px 0 0 #fff,
		-3px 0 0 #fff,
		0 3px 0 #fff,
		0 -3px 0 #fff,
		3px 1px 0 #fff,
		-3px 1px 0 #fff,
		3px -1px 0 #fff,
		-3px -1px 0 #fff,
		1px 3px 0 #fff,
		-1px 3px 0 #fff,
		1px -3px 0 #fff,
		-1px -3px 0 #fff,
		2px 2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff,

		/* 影 */
		0px 5px 15px rgba(0, 0, 0, 0.2);
}

.front_support .title_02 span {
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 3px;
}

.front_support .txt {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2;
	letter-spacing: 2px;
	margin: 0 0 0 20px;
	text-shadow:
		/* 1px */
		1px 0 0 #fff,
		-1px 0 0 #fff,
		0 1px 0 #fff,
		0 -1px 0 #fff,
		1px 1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff,

		/* 2px */
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		2px 1px 0 #fff,
		-2px 1px 0 #fff,
		2px -1px 0 #fff,
		-2px -1px 0 #fff,
		1px 2px 0 #fff,
		-1px 2px 0 #fff,
		1px -2px 0 #fff,
		-1px -2px 0 #fff,

		/* 3px */
		3px 0 0 #fff,
		-3px 0 0 #fff,
		0 3px 0 #fff,
		0 -3px 0 #fff,
		3px 1px 0 #fff,
		-3px 1px 0 #fff,
		3px -1px 0 #fff,
		-3px -1px 0 #fff,
		1px 3px 0 #fff,
		-1px 3px 0 #fff,
		1px -3px 0 #fff,
		-1px -3px 0 #fff,
		2px 2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff,

		/* 4px */
		4px 0 0 #fff,
		-4px 0 0 #fff,
		0 4px 0 #fff,
		0 -4px 0 #fff,
		4px 1px 0 #fff,
		-4px 1px 0 #fff,
		4px -1px 0 #fff,
		-4px -1px 0 #fff,
		1px 4px 0 #fff,
		-1px 4px 0 #fff,
		1px -4px 0 #fff,
		-1px -4px 0 #fff,
		3px 3px 0 #fff,
		-3px 3px 0 #fff,
		3px -3px 0 #fff,
		-3px -3px 0 #fff,

		/* 5px */
		5px 0 0 #fff,
		-5px 0 0 #fff,
		0 5px 0 #fff,
		0 -5px 0 #fff,
		5px 1px 0 #fff,
		-5px 1px 0 #fff,
		5px -1px 0 #fff,
		-5px -1px 0 #fff,
		1px 5px 0 #fff,
		-1px 5px 0 #fff,
		1px -5px 0 #fff,
		-1px -5px 0 #fff,
		4px 4px 0 #fff,
		-4px 4px 0 #fff,
		4px -4px 0 #fff,
		-4px -4px 0 #fff;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_support_wrap {
		padding: 100px 0 70px;
	}

	.front_support::after {
		top: 0px;
		right: 0;
	}

}



@media screen and (max-width : 767px) {
	.front_support_wrap {
		padding: 50px 0 50px;
		background-image: none;
	}

	.front_support::before {
		width: 400px;
		height: 165px;
		background-size: contain;
	}

	.front_support::after {
		content: none;
	}

	.front_support p {
		text-align: center;
	}

	.front_support .sub {
		font-size: 16px;
		font-size: 1.6rem;
		display: block;
		padding: 5px 0;
		margin: 0 0 20px;
	}

	.front_support .title_01 {
		font-size: 20px;
		font-size: 2.0rem;
		margin: 0;
		text-shadow:
			/* 1px */
		1px 0 0 #2fa765,
		-1px 0 0 #2fa765,
		0 1px 0 #2fa765,
		0 -1px 0 #2fa765,
		1px 1px 0 #2fa765,
		-1px 1px 0 #2fa765,
		1px -1px 0 #2fa765,
		-1px -1px 0 #2fa765,

		/* 2px */
		2px 0 0 #2fa765,
		-2px 0 0 #2fa765,
		0 2px 0 #2fa765,
		0 -2px 0 #2fa765,
		2px 1px 0 #2fa765,
		-2px 1px 0 #2fa765,
		2px -1px 0 #2fa765,
		-2px -1px 0 #2fa765,
		1px 2px 0 #2fa765,
		-1px 2px 0 #2fa765,
		1px -2px 0 #2fa765,
		-1px -2px 0 #2fa765,

		/* 影 */
		0px 5px 15px rgba(0, 0, 0, 0.2);
	}

	.front_support .title_02 {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1.5;
		margin: 0 0 10px;
	}

	.front_support .title_02 span {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.front_support .txt {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0;
	}

}



/*--------------------------------------------------------------
	こんなことにお困りではありませんか？
--------------------------------------------------------------*/

.front_features_wrap {
	padding: 60px 0 75px;
	position: relative;
	background-image: url("../img/front-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.front_features ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 30px;
	padding: 0;
}

.front_features ul li {
	width: 48%;
	list-style: none;
}

.front_features ul li .features_box {
	position: relative;
	margin: 0 0 15px;
	display: inline-block;
}

.front_features ul li .features_box::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	-webkit-transition: all .3s;
	border: 1px solid #fff;
	border-radius: 10px;
	transition: all .3s;
}

.front_features ul li .features_title {
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front_features ul li .features_box img {
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px 0px;
}

.front_features ul li p {
	line-height: 1.5;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_features_wrap {
		padding: 40px 0 40px;
	}

	.front_features ul li .features_title {
		font-size: 22px;
		font-size: 2.2rem;
	}

}



@media screen and (max-width : 767px) {
	.front_features_wrap {
		padding: 35px 0 30px;
	}

	.front_features ul {
		display: block;
	}

	.front_features ul li {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}

	.front_features ul li .features_title {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.front_features ul li .features_box {
		margin: 0px 0 10px;
	}

	.front_features ul li p {
		text-align: left;
	}

}



/*--------------------------------------------------------------
	こんなことにお困りではありませんか？
--------------------------------------------------------------*/
.front_trouble_wrap {
	padding: 83px 0 105px;
}

.front_trouble_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 22px;
	padding: 0;
}

.front_trouble_wrap ul li {
	position: relative;
	width: 32%;
	height: 245px;
	list-style: none;
	text-align: center;
	border-radius: 15px;
	margin: 0 0 30px;
	border: 1px solid #2fa765;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 0px;
}

.front_trouble_wrap ul li .front_trouble_img {
	position: relative;
	height: 145px;
}

.front_trouble_wrap ul li .front_trouble_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front_trouble_wrap ul li .front_trouble_title {
	position: relative;
	height: 100px;
	background-image: -moz-linear-gradient( 90deg, rgb(48,163,100) 0%, rgb(0,215,97) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(48, 163, 100) 0%, rgb(0, 215, 97) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(48,163,100) 0%, rgb(0,215,97) 100%);
	border-radius: 0 0 15px 15px;
}

.front_trouble_wrap ul li .front_trouble_title p {
	width: 100%;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front_trouble_wrap .txt {
	text-align: center;
}

.front_trouble_wrap .txt p {
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 2px;
	margin: 0;
	background: linear-gradient(transparent 70%, #ffe1bb 0%);
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_trouble_wrap {
		padding: 60px 0 80px;
	}

	.front_trouble_wrap ul li .front_trouble_title p {
		font-size: 18px;
		font-size: 1.8rem;
	}

}



@media screen and (max-width : 767px) {
	.front_trouble_wrap {
		padding: 30px 0 50px;
	}

	.front_trouble_wrap ul {
		display: block;
		margin: 30px 0 35px;
		padding: 0;
	}

	.front_trouble_wrap ul li {
		width: 100%;
		height: unset;
	}

	.front_trouble_wrap ul li .front_trouble_img {
		height: unset;
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}

	.front_trouble_wrap ul li .front_trouble_img img {
		padding: 15px 0;
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}

	.front_trouble_wrap ul li .front_trouble_title {
		height: unset;
	}

	.front_trouble_wrap ul li .front_trouble_title p {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 15px 0;
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}

	.front_trouble_wrap .txt p {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: unset;
		background: unset;
	}

}



/*--------------------------------------------------------------
	関連リンク
--------------------------------------------------------------*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-size: 3.0rem;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 15px;
}

figure.effect-bubba {
	background: #232819;
	position: relative;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba h2 {
	padding-top: 20%;
}

figure.effect-bubba .a_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



@media screen and (max-width : 767px) {
	.links_insta {
		margin: 0;
	}

	.links_insta h2 {
		margin: 0 0 30px;
	}

	.links,
	.insta {
		width: 100%;
		float: none;
		margin: 0 0 80px;
	}

	.insta {
		margin: 0 0 30px;
	}

}
