@charset "utf-8";
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                 */

/*    【共通／スマートフォンここから】                                  */

/*                                                                 */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

html {
	overflow-x: hidden;
}
.wrap {
	overflow-x: hidden;
}
img {
	vertical-align: bottom;
}
p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	line-height: 1.65em;
}
a {
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
:root {
	--swiper-theme-color: #696969;
}
.bg_orange {
	background: #FFFBF6;
}
.bg_white {
	background: #fff;
}
.bg_pink {
	background: #FFEEE7;
}
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                 */

/*    【PCここから】                                                 */

/*                                                                 */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

@media screen and (min-width:769px) {
	p{
		font-size: 18px;
	}
	.main_slide {
		position: relative;
		margin-bottom: 70px;
	}
	.main_slide_inner {
		background: #fff;
		padding: 30px;
		/*width: 100%;*/
		/*max-width: 1200px;*/
		display: flex;
		align-items: center;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		justify-content: space-between;
		position: relative;
	}
	.main_slide_img {
		width: 48%;
	}
	.main_slide_title {
		background: #fff;
		padding: 20px 15px;
		width: 47%;
	}
	.main_slide_ex {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.main_slide_ex_text {
		font-size: 20px;
		font-weight: bold;
	}
	
	p.main_slide_btn{
	display: block;
    background: #EAF2CF;
    border-radius: 5px;
    padding: 5px;
    width: 130px;
    text-align: center;
    position: absolute;
		    bottom: 7%;
    right: 3%;
	}
	
	p.main_slide_btn:after{
		content: " ";
    display: inline-block;
    background: url(../img/arrow_black.svg);
    width: 4px;
    height: 8px;
    background-size: cover;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	}
	.swiper-button-next, .swiper-button-prev {
		bottom: 0;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		top: auto;
		bottom: -50px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: auto;
		bottom: -50px;
	}
	.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
		content: " ";
		background-image: url("../img/top/next.svg");
		width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
	}
	.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
		content: " ";
		background-image: url("../img/top/prev.svg");
		width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
	}
	.swiper-pagination.swiper-pagination-bullets {
		color: #C2C2C2;
	}
	
	.intro {
		padding: 60px 0;
	}

	.intro_text {
		text-align: center;
		font-size: 22px;
		color: #000;
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.intro_text span {
		color: #f14438;
		font-size: 30px;
		font-weight: bold;
	}
	
	span.intro_line{
		font-size: 22px;
		color: #000;
		background: linear-gradient(transparent 70%, #ffdd77 70%);
	}
	/*blog*/
	.white_box.blog{
		padding: 50px;
	}
	.blog_contents{
		display: flex;
		justify-content: space-between;
		border-bottom: 1px dotted #8C8C8C;
		padding: 20px 0; 
		position: relative;
	}
	.blog_contents:first-of-type{
		border-top: 1px dotted #8C8C8C;
	}
	
	.blog_img{
		width: 100%;
		max-width: 164px;
		margin-right: 30px;
	}
	
	.blog_img img{
		border: solid 1px #ededed;
		width: 164px;
		height: 109px;
		object-fit: cover;
	}
	
	.blog_text{
		width: 100%;
	}
	
	.blog_date{
		font-size: 14px;
	}

	.text {
  line-height: 1.65;
}
	.more{
		display:block; 
    background: #EAF2CF;
    border-radius: 5px;
	margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    padding: 5px;
    width: 130px;
    text-align: center;
    position: relative;
    transition: .2s ease;
		font-size: 16px;
	}
	
	.more:hover{
		cursor: pointer;
	}
	
	/*オススメホーム*/
	.contents_wrap.home{
		padding-bottom: 80px;
	}
	.swiper-container_recommend{
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}
	
	.swiper-wrapper.recommend{
		width: 100%;
		max-width: 1080px;
	}
	
	.facility_img {
		width: 100%;
	}
	
	.facility_img img {
		width: 100%;
	}
	
	.recommend h3 {
		font-size: 18px;
		border-bottom: 2px solid #698B00;
		padding-bottom: 3px;
		margin-bottom: 15px;
	}
	
	.recommend_info {
		border-bottom: 1px dotted #8C8C8C;
		margin-bottom: 10px;
	}
	
	.recommend_info p {
		font-size: 16px;
	}
	
	.recommend_info p:first-of-type {
		background-color: #EAF2CF;
		display: inline-block;
		padding: 0 8px;
	}
	
	.recommend_info p:last-of-type {
		padding: 10px 5px;
	}
	
	.contents_wrap {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 70px 0;
	}
	
	.white_box {
		background: #fff;
		border-radius: 10px;
		padding: 20px 15px;
		box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	}
	.cont_title {
		text-align: center;
		font-size: 24px;
		margin-bottom: 25px;
	}
	.cont_title span {
		font-size: 22px;
	}
	.cont_title.blog:before {
		content: "";
		background: url("../img/top/bolg_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.home:before {
		content: "";
		background: url("../img/top/home_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 36px;
		height: 32.59px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.case:before {
		content: " ";
		background: url("../img/top/case_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 30px;
		height: 40.59px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.voice:before {
		content: " ";
		background: url("../img/top/voice_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 50px;
		height: 32px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.knowledge:before {
		content: " ";
		background: url("../img/top/knowledge_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 38px;
		height: 32px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.area:before {
		content: " ";
		background: url("../img/top/area_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 38px;
		height: 30px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.reasons:before {
		content: " ";
		background: url("../img/top/reason_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 50px;
		height: 38px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.certification:before {
		content: " ";
		background: url("../img/top/certification_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 25px;
		height: 32px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.flow:before {
		content: " ";
		background: url("../img/top/logo_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 48px;
		height: 32px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.contact:before {
		content: " ";
		background: url("../img/top/mail_phone_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 50px;
		height: 37px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.hand:before {
		content: " ";
		background: url("../img/top/hand_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 30px;
		height: 44px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.common_btn_wrap {
		margin-top: 40px;
	}
	.common_btn {
		background: #AABF63;
		color: #fff;
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 15px;
		border-radius: 10px;
		font-size: 18px;
		position: relative;
		width: 350px;
	}
	
	.common_btn:after{
		content: " ";
		display: inline-block;
		background: url(../img/arrow_w.svg);
		width: 4px;
		height: 8px;
		background-size: cover;
		position: absolute;
		right: 9px;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.common_btn.case:before {
		content: " ";
		background: url("../img/top/case_icon_w.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 21px;
		height: 27px;
		display: block;
		margin: 0 auto;
		margin-left: -66px;
		margin-bottom: 15px;
		display: inline-block;
		position: absolute;
	}
	/*お客様の声*/
	.voice_white_box {
		background: #fff;
		border-radius: 10px;
		padding: 30px 25px;
		margin-bottom: 20px;
		box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	}
	.voice_white_box:last-of-type {
		margin-bottom: 0;
	}
	.voice_box {
		display: flex;
		justify-content: space-between;
	}
	.voice_box img {
		width: 60px;
		height: 60px;
	}
	.voice_contents {
		width: 92%;
	}
	.voice_title_wrap{
		border-bottom: 1px dotted #8C8C8C;
		padding-bottom: 10px;
    	margin-bottom: 10px;
	}
	.voice_title_wrap p{
		font-weight: bold;
	}
	
	h3.voice_title {
		font-size: 18px;
		margin: 0;
	}
	h3.voice_title span {
		font-size: 14px;
	}
	.more_btn{
		display: block;
		background: #EAF2CF;
		border-radius: 5px;
		margin-top: 25px;
		margin-left: auto;
		margin-right: 0;
		padding: 5px;
		width: 130px;
		text-align: center;
		position: relative;
	}
	
	.more_btn:after{
		content: " ";
		display: inline-block;
		background: url("../img/arrow_black.svg");
		width: 4px;
		height: 8px;
		background-size:cover;
		position: absolute;
		right: 9px;
    	top: 50%;
    	transform: translateY(-50%) translateX(-50%);
    	-webkit- transform: translateY(-50%) translateX(-50%);
	}
	
	.common_btn.voice:before {
		content: " ";
		background: url("../img/top/voice_icon_w.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 35px;
		height: 22px;
		display: block;
		margin-top: 3px;
		margin-left: -48px;
		display: inline-block;
		position: absolute;
	}
	/*知っておきたい老人ホームの基本*/
	.knowledge_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.knowledge_wrap a{
		width: 49%;
	}
	.knowledge_type {
		background-image: url("../img/top/knowledge_type.jpg");
		background-size: cover;
		padding: 80px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_money {
		background-image: url("../img/top/knowledge_money.jpg");
		background-size: cover;
		padding: 80px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_select {
		background-image: url("../img/top/knowledge_select.jpg");
		background-size: cover;
		padding: 80px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_flow {
		background-image: url("../img/top/knowledge_flow.jpg");
		background-size: cover;
		padding: 80px 0;
		text-align: center;
		color: #fff;
	}
	/*対応エリア*/
	.area_wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 25px;
	}
	img.area {
		margin: 15px 0;
		width: 48%;
	}
	.area_wrap p{
		width: 48%;
	}
	/*選ばれる理由*/
	.contents_wrap_reasons {
		padding: 70px 0;
	}
	.reasons_box:first-of-type {
		border-top: 2px solid #698B00;
	}
	.reasons_box {
		border-bottom: 2px solid #698B00;
		padding: 35px 0;
		max-width: 1080px;
		width: 100%;
    	margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	h3.reasons_title {
		text-align: center;
		display: flex;
		border-bottom: 1px dotted#8C8C8C;
		padding-bottom: 15px;
		margin: 0 auto 15px auto;
		    align-items: baseline;
	}
	h3.reasons_title img {
		width: 48px;
		margin-right: 10px;
	}
	.reasons_contents {
		width: 58%;
	}
	.reasons_img_wrap{
		width: 40%;
	}
	.reasons_img {
		padding: 15px 15px 0 15px;
		width: 40%;
	}
	/*高齢者向け住まい紹介事業者
届出公表制度*/
	.certification_wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.certification_img_wrap{
		width: 40%;
}
	.certification_img {
		margin: 0 auto 15px auto;
		text-align: center;
		display: block;
	}
	.certification_text{
		width: 58%;
	}
	a.certification_link {
		font-size: 13px;
		text-decoration: underline;
		margin-top: 15px;
		display: block;
	}
	a.certification_link:after {
		content: " ";
		background: url("../img/top/pdf_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 14px;
		height: 18px;
		display: inline-block;
		margin-left: 5px;
		display: inline-block;
		position: absolute;
	}
	.slash_line {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 22px;
		text-align: center;
	}
	.slash_line:before, .slash_line:after {
		content: '';
		width: 3px;
		height: 30px;
		background-color: #698B00;
	}
	.slash_line:before {
		margin-right: 30px;
		transform: rotate(-35deg)
	}
	.slash_line:after {
		margin-left: 30px;
		transform: rotate(35deg)
	}
	/*お問合せからご入居までの流れ*/
	.round_title:first-child {
		margin-top: 30px;
	}
	.round_title {
		background: #698B00;
		color: #fff;
		border-radius: 10px 10px 0 0;
		padding: 5px 15px;
		margin: 0;
		font-size: 20px;
	}
	.round_box {
		background: #fff;
		border-right: 2px solid #698B00;
		border-bottom: 2px solid #698B00;
		border-left: 2px solid #698B00;
		border-radius: 0 0 10px 10px;
		padding: 25px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap-reverse;
		
	}
	.round_box p {
		margin-top: 10px;
	}
	p.round_box_bold {
		font-weight: bold;
		font-size: 18px;
		margin-top: 20px;
	}
	p.round_box_bold:first-of-type {
		margin-top: 0;
	}
	.flow_img{
		width: 30%;
		order: 1;
	}
	.flow_contents{
		width: 68%;
		order: 0;
	}
	.btn_flex_wrap{
		display: flex;
		justify-content: space-between;
	}
	.btn-wrap{
		margin-top: 40px;
		text-align: center;
	}
	.btn-wrap_2col {
		margin-top: 40px;
		width: 48%;
	}
	a.btn-call {
		position: relative;
		display: inline-block;
		padding: 20px 0 15px 0;
		border-radius: 10px;
		font-size: 24px;
		font-weight: bold;
		position: relative;
		color: #fff;
		background: #F38557;
		width: 100%;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		height:88px;
	}
	a.btn-call span.btn_bar {
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display: block;
		width: 270px;
		padding: 0.2rem 0;
		color: #F38557;
		border: 2px solid #F38557;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.5s;
	}
	a.btn-call:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	a.btn-call:hover:before {
		left: 2rem;
	}
	a.btn-mail {
		position: relative;
		display: inline-block;
		padding: 20px 0 15px 0;
		border-radius: 10px;
		font-size: 22px;
		font-weight: bold;
		position: relative;
		color: #fff;
		background: #F38557;
		width: 100%;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		height:88px;
	}
	a.btn-mail.nursing{
		width: 100%;
		max-width: 330px;
	}
	a.btn-mail span.btn_bar {
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display: block;
		width: 270px;
		padding: 0.2rem 0;
		color: #F38557;
		border: 2px solid #F38557;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.5s;
	}
	a.btn-mail:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	a.btn-mail:hover:before {
		left: 2rem;
	}
	span.btn_subtext {
		font-size: 14px;
		display: block;
	}
	.call_icon:before {
		content: " ";
		background: url("../img/top/call_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 15px;
		height: 20px;
		margin-top: 3px;
		display: inline-block;
		position: absolute;
		margin-right: 5px;
		display: inline-block;
		position: relative;
	}
	.mail_icon:before {
		content: " ";
		background: url("../img/top/mail_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 22px;
		height: 14px;
		margin-top: 3px;
		margin-right: 5px;
		display: inline-block;
		position: relative;
	}
	.list {
		list-style: none;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: normal;
		font-size: 18px;
	}
	.list li {
		padding-left: 1em;
		text-indent: -1em;
		margin-top: 10px;
		line-height: 1.6em;
	}
	.list li:first-of-type {
		padding-left: 1em;
		text-indent: -1em;
		margin-top: 20px;
	}
	.list li:before {
		content: "●";
		color: #AABF63;
		font-size: 10px;
		margin-right: 5px;
		vertical-align: middle;
	}
	.flow_yajirushi {
		margin: 30px auto;
		text-align: center;
	}
	.nursing_wrap{
		display: flex;
		justify-content:space-between;
		align-items: center;
		
	}
	.nursing_img{
		width: 48%;
	}
	
	.nursing_contents{
		width: 48%;
	}
}
@media screen and (max-width:1145px) {}
@media screen and (max-width:1040px) {}
@media screen and (max-width:1035px) {}
@media screen and (max-width:965px) {}
@media screen and (max-width:930px) {}
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                 */

/*    【スマートフォンここから】                                       */

/*                                                                 */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

@media screen and (max-width:768px) {
	.main_slide {
		margin-top: 70px;
		margin-bottom: 70px;
		position: relative;
		z-index: 0;
	}
	.main_slide_img img {
		max-width: 100%;
		height: auto;
	}
	.main_slide_title {
		background: #fff;
		padding: 20px 15px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	}
	.main_slide_ex {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.main_slide_ex_text {
		font-size: 20px;
		font-weight: bold;
	}
		.main_slide_ex_text {
		font-size: 20px;
		font-weight: bold;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		top: auto;
		bottom: -50px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: auto;
		bottom: -50px;
	}
	.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
		content: " ";
		background-image: url("../img/top/next.svg");
		width: 27px;
		height: 27px;
		background-size: contain;
	}
	.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
		content: " ";
		background-image: url("../img/top/prev.svg");
		width: 27px;
		height: 27px;
		background-size: contain;
	}
	.swiper-pagination.swiper-pagination-bullets {
		color: #C2C2C2;
	}
	.intro {
		padding: 30px 0;
	}	
	.intro_text {
		text-align: center;
		/*margin: 15px 0;*/
		line-height: 1.8em;
		font-weight: 600;
		color: #000;
	}

	.intro_text span {
		font-size: 1.4em;
		color: #f14438;
	}
	
	span.intro_line{
		font-size: 1em;
		color: #000;
		font-weight:bold;
		background: linear-gradient(transparent 70%, #ffdd77 70%);
	}
	/*blog*/
	.white_box.blog{
		padding: 15px;
	}
	.blog_contents{
		display: flex;
		justify-content: space-between;
		border-bottom: 1px dotted #8C8C8C;
		padding: 20px 0; 
	}
	.blog_contents:first-of-type{
		border-top: 1px dotted #8C8C8C;
	}
	
	.blog_img{
		width: 100%;
		max-width: 112px;
		margin-right: 15px;
	}
	
	.blog_img img{
		border: solid 1px #ededed;
		width: 112px;
		height: 74px;
		object-fit: cover;
	}
	
	.blog_text{
		width: 100%;
	}
	.blog_text h3{
		font-size: 18px;
		margin-top: 0;
	}
	.blog_date{
		font-size: 12px;
	}
	.blog_text p{
		font-size: 14px;
	}
	.common_btn.blog:before {
		content: " ";
		background: url("../img/top/blog_icon_w.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 23px;
		height: 25px;
		display: block;
		margin-top: 3px;
		margin-left: -46px;
		margin-bottom: 15px;
		display: inline-block;
		position: absolute;
	}
	
	.text {
  line-height: 1.65;
}
	.more{
		display:block; 
    background: #EAF2CF;
    border-radius: 5px;
	margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    padding: 5px;
    width: 130px;
    text-align: center;
    position: relative;
    transition: .2s ease;
		font-size: 16px;
	}
	/*オススメホーム*/
	.contents_wrap.home{
		padding-bottom: 80px;
	}
	
	.swiper-container_recommend{
		position: relative;
		z-index: 0;
	}
	
	.facility_img {
		width: 100%;
	}
	
	.facility_img img {
		width: 100%;
	}
	
	.recommend h3 {
		font-size: 16px;
		border-bottom: 2px solid #698B00;
		padding-bottom: 3px;
		margin-bottom: 15px;
		line-height: 22px;
	}
	
	.recommend_info {
		border-bottom: 1px dotted #8C8C8C;
		margin-bottom: 10px;
	}
	
	.recommend_info p {
		font-size: 14px;
	}
	
	.recommend_info p:first-of-type {
		background-color: #EAF2CF;
		display: inline-block;
		padding: 0 8px;
	}
	
	.recommend_info p:last-of-type {
		padding: 10px 5px;
	}
	
	.contents_wrap {
		width: 100%;
		margin: 0 auto;
		padding: 35px 15px;
	}
	.white_box {
		background: #fff;
		border-radius: 10px;
		padding: 20px 15px;
		box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	}
	.cont_title {
		text-align: center;
		font-size: 24px;
		margin-bottom: 25px;
	}
	.cont_title span {
		font-size: 22px;
	}
	.cont_title.blog:before {
		content: "";
		background: url("../img/top/bolg_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.home:before {
		content: "";
		background: url("../img/top/home_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 36px;
		height: 32.59px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.case:before {
		content: " ";
		background: url("../img/top/case_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 30px;
		height: 40.59px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.voice:before {
		content: " ";
		background: url("../img/top/voice_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 50px;
		height: 32px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.knowledge:before {
		content: " ";
		background: url("../img/top/knowledge_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 45px;
		height: 38px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.area:before {
		content: " ";
		background: url("../img/top/area_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 44px;
		height: 34px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.reasons:before {
		content: " ";
		background: url("../img/top/reason_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 55px;
		height: 40px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.certification:before {
		content: " ";
		background: url("../img/top/certification_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 32px;
		height: 41px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.flow:before {
		content: " ";
		background: url("../img/top/logo_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 48px;
		height: 32px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.contact:before {
		content: " ";
		background: url("../img/top/mail_phone_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 50px;
		height: 37px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cont_title.hand:before {
		content: " ";
		background: url("../img/top/hand_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 30px;
		height: 44px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.common_btn_wrap {
		margin-top: 30px;
	}
	.common_btn {
		background: #AABF63;
		color: #fff;
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 15px;
		border-radius: 10px;
		font-size: 18px;
		position: relative;
	}
	.common_btn:after{
		content: " ";
		display: inline-block;
		background: url(../img/arrow_w.svg);
		width: 4px;
		height: 8px;
		background-size: cover;
		position: absolute;
		right: 9px;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.common_btn.case:before {
		content: " ";
		background: url("../img/top/case_icon_w.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 21px;
		height: 27px;
		display: block;
		margin: 0 auto;
		margin-left: -35px;
		margin-bottom: 15px;
		display: inline-block;
		position: absolute;
	}
	/*お客様の声*/
	.voice_white_box {
		background: #fff;
		border-radius: 10px;
		padding: 20px 15px;
		margin-bottom: 20px;
		box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	}
	.voice_white_box:last-of-type {
		margin-bottom: 0;
	}
	.voice_box {
		display: flex;
		justify-content: space-between;
	}
	.voice_box img {
		width: 60px;
		height: 60px;
	}
	.voice_contents {
		width: 76%;
	}
	.voice_title_wrap{
		border-bottom: 1px dotted #8C8C8C;
		padding-bottom: 10px;
    	margin-bottom: 10px;
	}
	.voice_title_wrap p{
		font-weight: bold;
	}
	h3.voice_title {
		font-size: 18px;
		margin: 0;
	}
	h3.voice_title span {
		font-size: 14px;
	}
	.common_btn.voice:before {
		content: " ";
		background: url("../img/top/voice_icon_w.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 35px;
		height: 22px;
		display: block;
		margin-top: 3px;
		margin-left: -48px;
		display: inline-block;
		position: absolute;
	}
	.more_btn{
		display: block;
		background: #EAF2CF;
		border-radius: 5px;
		margin-top: 25px;
		margin-left: auto;
		margin-right: 0;
		padding: 5px;
		width: 130px;
		text-align: center;
		position: relative;
	}
	
	.more_btn:after{
		content: " ";
		display: inline-block;
		background: url("../img/arrow_black.svg");
		width: 4px;
		height: 8px;
		background-size:cover;
		position: absolute;
		right: 9px;
    	top: 50%;
    	transform: translateY(-50%) translateX(-50%);
    	-webkit- transform: translateY(-50%) translateX(-50%);
	}
	/*知っておきたい老人ホームの基本*/
	.knowledge_type {
		background-image: url("../img/top/knowledge_type.jpg");
		background-size: cover;
		padding: 50px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_money {
		background-image: url("../img/top/knowledge_money.jpg");
		background-size: cover;
		padding: 50px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_select {
		background-image: url("../img/top/knowledge_select.jpg");
		background-size: cover;
		padding: 50px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_flow {
		background-image: url("../img/top/knowledge_flow.jpg");
		background-size: cover;
		padding: 50px 0;
		text-align: center;
		color: #fff;
	}
	/*対応エリア*/
	img.area {
		margin: 15px 0;
	}
	/*選ばれる理由*/
	.contents_wrap_reasons {
		padding: 35px 0;
	}
	.reasons_box:first-of-type {
		border-top: 2px solid #698B00;
	}
	.reasons_box {
		border-bottom: 2px solid #698B00;
		padding: 35px 0;
	}
	h3.reasons_title {
		text-align: center;
		display: flex;
		flex-direction: column;
		border-bottom: 1px dotted#8C8C8C;
		padding-bottom: 15px;
		margin: 0 auto 15px auto;
	}
	h3.reasons_title img {
		width: 48px;
		margin: 0 auto 15px auto;
	}
	.reasons_contents {
		padding: 0 15px;
	}
	.reasons_img {
		padding: 15px 15px 0 15px;
	}
	/*高齢者向け住まい紹介事業者
届出公表制度*/
	.certification_img {
		margin: 0 auto 15px auto;
		text-align: center;
		display: block;
	}
	a.certification_link {
		font-size: 13px;
		text-decoration: underline;
		margin-top: 15px;
		display: block;
	}
	a.certification_link:after {
		content: " ";
		background: url("../img/top/pdf_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 14px;
		height: 18px;
		display: inline-block;
		margin-left: 5px;
		display: inline-block;
		position: absolute;
	}
	.slash_line {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 22px;
		text-align: center;
	}
	.slash_line:before, .slash_line:after {
		content: '';
		width: 3px;
		height: 30px;
		background-color: #698B00;
	}
	.slash_line:before {
		margin-right: 30px;
		transform: rotate(-35deg)
	}
	.slash_line:after {
		margin-left: 30px;
		transform: rotate(35deg)
	}
	/*お問合せからご入居までの流れ*/
	.round_title:first-child {
		margin-top: 30px;
	}
	.round_title {
		background: #698B00;
		color: #fff;
		border-radius: 10px 10px 0 0;
		padding: 5px 15px;
		margin: 0;
		font-size: 20px;
	}
	.round_box {
		background: #fff;
		border-right: 2px solid #698B00;
		border-bottom: 2px solid #698B00;
		border-left: 2px solid #698B00;
		border-radius: 0 0 10px 10px;
		padding: 15px;
	}
	.round_box p {
		margin-top: 10px;
	}
	p.round_box_bold {
		font-weight: bold;
		font-size: 18px;
		margin-top: 15px;
	}
	.btn-wrap {
		margin-top: 40px;
	}
	.btn-wrap_2col {
		margin-top: 40px;
	}
	a.btn-call {
		position: relative;
		display: inline-block;
		padding: 20px 0 15px 0;
		border-radius: 10px;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		color: #fff;
		background: #F38557;
		width: 100%;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	a.btn-call span.btn_bar {
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display: block;
		width: 270px;
		padding: 0.2rem 0;
		color: #F38557;
		border: 2px solid #F38557;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.5s;
	}
	a.btn-call:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	a.btn-call:hover:before {
		left: 2rem;
	}
	a.btn-mail {
		position: relative;
		display: inline-block;
		padding: 20px 0 15px 0;
		border-radius: 10px;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		color: #fff;
		background: #F38557;
		width: 100%;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
	}
	
	a.btn-mail span.btn_bar {
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display: block;
		width: 270px;
		padding: 0.2rem 0;
		color: #F38557;
		border: 2px solid #F38557;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.5s;
	}
	a.btn-mail:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	a.btn-mail:hover:before {
		left: 2rem;
	}
	span.btn_subtext {
		font-size: 12px;
	}
	.call_icon:before {
		content: " ";
		background: url("../img/top/call_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 15px;
		height: 20px;
		margin-top: 3px;
		display: inline-block;
		position: absolute;
		margin-right: 5px;
		display: inline-block;
		position: relative;
	}
	.mail_icon:before {
		content: " ";
		background: url("../img/top/mail_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 22px;
		height: 14px;
		margin-top: 3px;
		margin-right: 5px;
		display: inline-block;
		position: relative;
	}
	.list {
		list-style: none;
	}
	.list li {
		padding-left: 1em;
		text-indent: -1em;
		margin-top: 10px;
	}
	.list li:before {
		content: "●";
		color: #AABF63;
		font-size: 10px;
		margin-right: 5px;
	}
	.flow_yajirushi {
		margin: 30px auto;
		text-align: center;
	}
}
@media screen and (max-width:541px) {}
@media screen and (max-width:390px) {}
@media screen and (max-width:330px) {}