@charset "UTF-8";


	

dd.box span {
    display: block;
    width: 100%;
}
	
@media screen and (max-width: 990px) {
	.fv__catch.home-visit {
			background-color: #fff;
			width: 80%;
			height: 220px;
			padding:23px 0 0 53px ;
	}
}

.p-home-visit_top {
	margin: 0 calc(50% - 50vw);
	width: 100vw
}

.p-home-visit_top img {
	width: 100%
}

.p-home-visit{
	margin: 74px calc(50% - 50vw) 0;
	width: 100vw;
	position: relative;
}
@media screen and (max-width: 990px){
	.fv__catch.home-visit{
		top: 80px;
	}
	.p-home-visit{
		margin: 60px calc(50% - 50vw) 0;
	}
}

.home-visit__title{
    text-align: center;
    padding: 38px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.67;
    letter-spacing: .1em;
    color: #fff;
}

.med-home-visit__title{
	background-color: #51c33a;
	text-align: center;
    padding: 8px!important;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.67;
    letter-spacing: .1em;
    color: #fff;
    margin: 170px 0 0 0;
}
.den-home-visit__title{
	background-color: #8fd240;
}
.med-home-visit_title_sub{
	margin: 0px auto 0;
	font-size: 34px;
    line-height: 1.41;
    letter-spacing: .15em;
    text-align: left;
    font-weight: 700;
}

.p-home-visitcol_inner {
	position: relative;
	z-index: 1;
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto
}

.p-home-visitCol{
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.p-home-visitCol_item{
	width: 31.8181%;
}

.p-home-visitCol_item:nth-child(2) {
	margin-top: 50px;
}

.p-home-visitCol_item_title{
	color: #3ba625;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	margin: 31px 0 26px;
	line-height: 1.69;
	letter-spacing: .1em;
}

.p-home-visitCol_item_text1 {
	line-height: 1.875;
	letter-spacing: .1em;
	margin-top: 26px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
}
.p-home-visitCol_item_text2 {
	line-height: 1.875;
	letter-spacing: .1em;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
	letter-spacing: .1em;
}
.p-home-visitCol_buttom{
	margin-top: 65px;
	text-align: center;
	padding: 26px 50px 24px;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .075em;
	border:2px solid  rgb(168, 219, 79);
}


/* .medical_visit */
.medical_visit{
    padding: 60px 0;
}
.medical_visit .medical_visit_inner{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
}
.medical_visit .medical_visit_title{
    padding: 15px 0;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #8fd240;
}
.medical_visit .medical_visit_title + p{
    padding: 40px 0 0 0;
    text-align: center;
    background-color: #f2fce5;
}
.medical_visit .medical_visit_content{
    padding: 40px;
    background-color: #f2fce5;
}
.medical_visit .medical_visit_content .content_wrap{
    margin: 0 auto 30px auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}
.medical_visit .medical_visit_content .content_wrap:last-child{
    margin-bottom: 0;
}
.medical_visit .medical_visit_content .list_box_01_title{
    padding: 10px 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    background-color: #8fd240;
    border-radius: 40px;
}
.medical_visit .medical_visit_content .list_box_01 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.medical_visit .medical_visit_content .list_box_01 ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 10px 0px 10px 0px;
    width: calc(94% / 3);
    min-height: 80px;
    text-align: center;
    border: 2px solid #8fd240;
    background-color: #ffffff;
}
.medical_visit .medical_visit_content .list_box_01 ul li:nth-last-of-type(1),
.medical_visit .medical_visit_content .list_box_01 ul li:nth-last-of-type(2),
.medical_visit .medical_visit_content .list_box_01 ul li:nth-last-of-type(3){
    margin-bottom: 0;
}

.medical_visit .medical_visit_content .list_box_02{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.medical_visit .medical_visit_content .list_box_02 .list_box_02_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    color: #ffffff;
    text-align: center;
    background-color: #8fd240;
    border-radius: 100%;
}
.medical_visit .medical_visit_content .list_box_02 ul li{
    position: relative;
    padding-bottom: 5px;
}
.medical_visit .medical_visit_content .list_box_02 ul li::before{
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-60%) translateX(-150%);
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #8fd240;
}

@media screen and (max-width: 768px) {
    .medical_visit .medical_visit_inner{
        padding: 0;
    }
    .medical_visit .medical_visit_content{
        padding: 20px;
    }
    .medical_visit .medical_visit_content .list_box_01 ul li{
        margin-right: 2%;
        margin-bottom: 20px;
        padding: 10px 0px 10px 0px;
        width: calc(98% / 2);
        /* min-height: 80px; */
    }
    .medical_visit .medical_visit_content .list_box_01 ul li:nth-child(even){
        margin-right: 0;
    }
    .medical_visit .medical_visit_content .list_box_01 ul li:nth-last-of-type(1),
    .medical_visit .medical_visit_content .list_box_01 ul li:nth-last-of-type(2),
    .medical_visit .medical_visit_content .list_box_01 ul li:nth-last-of-type(3){
        margin-bottom: auto;
    }
    .medical_visit .medical_visit_content .list_box_02{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .medical_visit .medical_visit_content .list_box_02 .item_01,
    .medical_visit .medical_visit_content .list_box_02 .item_03{
        order: 0;
        flex-basis: 170px; 
    }
    .medical_visit .medical_visit_content .list_box_02 .item_02{
        width: 100%;
        margin-left: 30px;
        margin-top: 40px;
        order: 1;
    }

}




/* .medical_visit sub */
.medical_visit.sub .medical_visit_title{
    background-color: #51c33a;
}
.medical_visit.sub .medical_visit_content{
    background-color: #eafbe7;
}
.medical_visit.sub .medical_visit_content .list_box_01_title{
    background-color: #51c33a;
}

.medical_visit.sub .medical_visit_content .list_box_01 ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 10px 0px 10px 0px;
    width: calc(94% / 3);
    min-height: 80px;
    text-align: center;
    border: 2px solid #51c33a;
    background-color: #ffffff;
}
.medical_visit.sub .medical_visit_content .list_box_01 ul li:nth-last-of-type(1),
.medical_visit.sub .medical_visit_content .list_box_01 ul li:nth-last-of-type(2),
.medical_visit.sub .medical_visit_content .list_box_01 ul li:nth-last-of-type(3){
    margin-bottom: 0;
}

.medical_visit.sub .medical_visit_content .list_box_02{
    display: block;
}

.medical_visit.sub .medical_visit_content .list_box_02 .list_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .medical_visit.sub .medical_visit_content .list_box_02 .list_wrap{
        display: block;
        margin-left: 30px;
    }
    .medical_visit.sub .medical_visit_content .list_box_02 .list_wrap ul{
        width: 100%;
    }

    .medical_visit.sub .medical_visit_content .list_box_01 ul li{
        margin-right: 2%;
        margin-bottom: 20px;
        padding: 10px 0px 10px 0px;
        width: calc(98% / 2);
    }
    .medical_visit .medical_visit_content .list_box_01 ul li:nth-child(even){
        margin-right: 0;
    }
    .medical_visit.sub .medical_visit_content .list_box_01 ul li:nth-last-of-type(1),
    .medical_visit.sub .medical_visit_content .list_box_01 ul li:nth-last-of-type(2),
    .medical_visit.sub .medical_visit_content .list_box_01 ul li:nth-last-of-type(3){
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1026px){
	.p-home-visitCol_item_title{
		font-size: 20px;
		text-align: center;
		margin: 31px 0 26px;
	}
	.p-home-visitCol_item_text1 {
		margin-top: 26px;
		font-size: 15px;
	}
	.p-home-visitCol_item_text2 {
		font-size: 15px;
		font-weight: 500;
		margin-top: 15px;
		letter-spacing: .1em;
	}
	.p-home-visitCol_buttom{
		font-size: 15px;
	}
	.med-home-visit_title_sub{
		text-align: center;
	}
}
@media screen and (max-width: 860px){
	.p-home-visitCol_buttom{
		text-align: left;
	}
}

@media screen and (max-width: 764px){
	.home-visit__title{
		font-size: 28px;
		padding: 22px 42px;
		line-height: 1.4166;
		font-feature-settings: "palt";
	}
}

.p-home-visit_img{
	margin-top: 120px;
}

.home-visit_title_sub{
	margin: 70px 0 0;
	font-size: 34px;
    line-height: 1.41;
    letter-spacing: .1em;
    text-align: center;
    font-weight: 700;
}
.home-visit_title_mini{
	margin: 26px 0 0;
	font-size: 18px;
    line-height: 1.776;
    letter-spacing: .1em;
    text-align: center;
    font-weight: 700;
	font-feature-settings:"palt"
}

.home_visit_btn{
	background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #fb9426;
	max-width: 590px;
	height: 80px;
	align-items: center;
	color: #fff;
	border-radius: 5px;
	display: flex;
    background-blend-mode: overlay;
    box-shadow: 0 8px 14px #1e1e1e1f;
    position: relative;
	font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
	padding-right: 38px;
}

.home_visit_btn1{
	margin: 48px auto 0;
	padding-left: 100px;
}
.home_visit_btn1::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 38px;
	background: url(../img/icon-phone.png)no-repeat;
	background-size: contain;
	height: 22px;
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.home_visit_btn1::after{
	content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    right: 38px;
    top: 50%;
	transform: translatey(-50%) rotate(135deg);
}

.home_visit_btn2{
	margin: 40px auto 0;
	padding-left: 81px;
}
.home_visit_btn2::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 38px;
	background: url(../img/icon_mail.png) no-repeat;
	background-size: contain;
	height: 22px;
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.home_visit_btn2::after{
	content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    right: 38px;
    top: 50%;
	transform: translatey(-50%) rotate(135deg);
}

@media screen and (max-width: 668px){
	.home_visit_btn1{
		padding-right: 100px;
	}
	.home_visit_btn2{
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media screen and (max-width: 400px){
	.home_visit_btn1 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.home_visit_btn1::before {
		left: 10px;
		background: url(../img/icon-phone.png)no-repeat;
		background-size: contain;
		height: 22px;
		width: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.home_visit_btn1::after {
		right: 10px;
	}
	.home_visit_btn2 {
		padding-left: 50px;
		padding-right: 40px;
	}
	.home_visit_btn2::before {
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.home_visit_btn2::after {
		right: 10px;
	}
}



.p-home-visit-denCol{
	display: flex;
	justify-content: space-between;
	margin-top: 51px;
}

.p-home-visit-denCol_item{
	width: 30.909%;
	border-radius: 15px;
	box-shadow: 9px 9px #dff4ae;
	height: fit-content;
}

.p-home-visit-denCol_item:nth-child(2) {
	margin-top: 38px;
}

.p-home-visit-denCol_item_title{
	color: #76ba26;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin: 22px 0 30px;
	line-height: 1.4545;
	letter-spacing: .1em;
}

.p-home-visit-denCol_item_text1{
	line-height: 1.875;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	padding: 30px 30px 24px;
}

.p-home-visit-attempt{
	margin-top: 120px;
}

.p-home-visit_bg{
	width: 76%;
	background-color: #f7fde8;
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	height:1638px ;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.p-home-visit-attempt-inner{
	z-index: 1;
	position: relative;
	padding-left: 13.8%;
}


.med-home-visit_title_sub{
	padding-top: 89px;
	font-size: 34px;
    line-height: 1.41;
    letter-spacing: .2em;
    font-weight: 700;
}
.p-home-visit-attempt-content{
	position: relative;
	margin-top: 93px;
	width: 450px;
	height: 243px;
	background-color: #fff;
    height: auto;
    margin: 64px 0 0px 0;
    padding-bottom: 40px;
}
.p-home-visit-attempt-title{
	font-size: 28px;
	color: #76ba26;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: left;
	padding-top: 36px;
	padding-left: 19px;
}
.p-home-visit-attempt-number{
	position: absolute;
	width: 53px;
	height: 85px;
	top: -28px;
	right: 35px;
}

.p-home-visitattempt-title-sub{
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: left;
	padding-left: 34px;
}
.p-home-visitattempt-text{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.41;
	font-weight: 500;
	text-align: left;
	padding-top: 33px;
	padding-left: 37px;
	width: 420px;
}

.p-home-visit-attempt-img{
    position: absolute;
    max-height: 360px;
    left: calc(580px + 8%);
}


img.p-home-visit-attempt-img {
    top: 296px;
}
img.p-home-visit-attempt-img.p-home-visit-attempt-img2 {
    top: 760px;
}	
img.p-home-visit-attempt-img.p-home-visit-attempt-img3 {
    top: 1180px;
}


@media screen and (max-width: 990px){
	.p-home-visit-attempt-img{
    position: static;
    max-width: 564px;
    height: auto;
	}
}
.md{
	display: none;
}
@media screen and (max-width: 1224px){
	.md{
		display: block;
	}
}
@media screen and (max-width: 1026px){
	.p-home-visit-attempt-inner{
		padding-left: 0;
		text-align: center;
		display: block;
	}
	.med-home-visit_title_sub{
		padding-top: 0;
	}
	.med-home-visit_title_sub{
		margin: 37px auto 0;
	}
	.p-home-visit-attempt-content{
		display: inline-block;
		text-align: center;
	}
}
@media screen and (max-width: 768px)
{
	.p-home-visit-attempt-title{
		font-size: 20px;
	}
	.p-home-visitattempt-title-sub {
		font-size: 18px;
	}
	.med-home-visit_title_sub{
		margin: 0;
		display: inline-block;
		padding-top: 37px;
		font-size: 24px;
		line-height: 1.41;
		letter-spacing: .2em;
		font-weight: 700;
		text-align: left;
	}
	.p-home-visitCol{
		display: block;
	}
	.p-home-visitCol_item{
		width: 100%;
	}
	.p-home-visit-denCol{
		display: block;
	}
	.p-home-visit-denCol_item{
		width: 100%;
	}
	.p-home-visit-denCol_item:nth-child(2) {
		margin-top: 45px;
	}
	.p-home-visit-denCol_item:nth-child(3) {
		margin-top: 45px;
	}
	.p-home-visit-attempt-content{
		position: relative;
		margin-top: 33px;
		width: 93%;
		height: 287px;
		background-color: #fff;
		float: right;
    height: auto;
    margin: 64px 0 20px 0;
	}
	.p-home-visitattempt-text{
		width: 93%;
		font-size: 15px;
	}
	.p-home-visit-attempt-content2{
		width: 93%;
		height: 600px;
		float: left;
	}

	.p-home-visit-attempt-img{
    position: static;
    max-width: 564px;
    height: auto;
	}
	.p-home-visit-attempt-number{
		position: absolute;
		width: 39px;
		height: 60px;
		top: -28px;
		right: 35px;
	}
	.p-home-visit-denCol_item_title{
		margin: 22px 0 17px;
	}

	.p-home-visit-denCol_item_text1 {
		padding: 0 15px 12px;
	}
	.med-home-visit_title_sub1{
		text-align: center;
		display: block;margin: 0 auto;
	}
}
@media screen and (max-width: 500px){
	.med-home-visit_title_sub{
		font-size: 19px;
		display: inline-block;
		text-align: left;
	}
}

@media screen and (max-width: 464px){
	.p-home-visit-attempt-content {
		height: 387px;
	}
}

.p-home-visit-attempt-content2{
    height: auto;
    margin: 64px 0 20px 0;
}

.p-home-visit-attempt-menu{
	width: 580px;
	max-height: 212px;
	display: block;
	margin: 38px auto 0;
	padding-left: 20px;
}

.p-home-visit-attempt-content3{
    height: auto;
    margin: 64px 0 20px 0;
}

.p-home-visit-reason{
	position: relative;
	width: 100vw;
	margin-top: 226px;
}
.p-home-visit-reason-bg{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 1390px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/home-visit-bg2.png);
}
@media screen and (max-width: 1037px){
	.p-home-visit-reason-bg{
		height: 1470px;
	}
}
@media screen and (max-width: 764px){
	.p-home-visit-reason-bg{
		height: 2180px;
    transform: scaleY(0.85);
    margin-top: -120px;
	}
	.p-home-visit-reason{
		margin-top: 80px;
	}
	.p-home-visit-attempt-img2 {
    position: static;
    max-width: 564px;
    height: auto;
	}
	.p-home-visit-attempt-img3 {
    position: static;
    max-width: 564px;
    height: auto;
	}
	.p-home-visit-attempt{
	    margin-top: 0px;
	    }
}

@media screen and (max-width: 571px){
	.p-home-visit-attempt-content2 {
		height: 760px;
	}
}

@media screen and (max-width: 526px){
.p-home-visit-attempt-content3 {
    height: 295px;
}
}
.p-home-visit-reason_inner{
	position: relative;
	z-index: 2;
	max-width: 1090px;
	padding: 0 20px;
	margin: 0 auto;
}
.p-home-visit-reason-title{
	padding-top: 82px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: .1em;
    font-weight: 700;
	color: #fff;
	text-align: center;
}

.p-home-visit-reason_item_title{
	color: #fb9426;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4545;
	letter-spacing: .075em;
}

.p-home-visit-reason-item-img1{
    max-width: 390px;
    height: 210px;
}
.p-home-visit-reason-item-img2{
	max-width: 380px;
	height: 230px;
}
.p-home-visit-reason-item-img3{
	max-width: 380px;
	height: 286px;
}

.p-home-visit-reason-item{
	position: relative;
	padding: 15px 127px 15px 20px;
	background-color: #fff;
	border-radius: 15px;
	margin-top: 40px;
	display: flex;
}
.p-home-visit-reason-item2{
	padding: 13px 20px 13px 50px;
}

.p-home-visit-reason-item:nth-child(1){
	margin-top: 43px;
}

.p-home-visit-reason_item-content{
	position: relative;
	width: 594px;
	padding: 20px 0 21px 60px;
}
.p-home-visit-reason_item-content2{
	position: relative;
	width: 594px;
	padding: 20px 120px 21px 0;
}
.p-home-visit-reaon-number{
	position: absolute;
	width: 128px;
	height: 92px;
	bottom: 15px;
	right: 35px;
}
.p-home-visit-reaon-number2{
	left: 495px;
}

.p-home-visit-reason_item_text{
	font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
    font-weight: 500;
	padding-top: 13px;
	font-feature-settings: "palt";
}

.p-home-visit-reason-backg{
	position: absolute;
	z-index: 0;
	top: 1048px;
	left: 0;
	width: 100%;
	height: 935px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/home-visit-reason-backg.jpg);
}
@media screen and (max-width: 764px){
.p-home-visit-reason-title {
    font-size: 1.4em;
}

	.p-home-visit-reason-backg{
		background-image: url(../img/home-visit-reason-backg-sp.jpg);
    min-height: 2130px;
    position: absolute;
    bottom: 0%;
	}
	.p-home-visit-reason-item{
		display: inline-block;
		text-align: center;
		background-color: rgb(252, 165, 44);
		padding: 0;
		border-radius: 0;
	}
	.p-home-visit-reason_inner{
		display: inline-block;
		text-align: left;
	}
	.p-home-visit-reason-item-img1{
		text-align: center;
		width: 92%;height: auto;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.p-home-visit-reason-item-img2{
		text-align: center;
		height: auto;
		width: 92%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.p-home-visit-reason-item-img3{
		text-align: center;
		height: auto;
		width: 92%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.p-home-visit-reason-item2{
		display: flex;
		flex-direction: column-reverse;
	}
	.p-home-visit-reason_item-content{
		width: 92%;
		background-color: #fff;
		padding: 40px 15px 18px;
		display: inline-block;
		text-align: center;
		margin: 0 auto;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	.p-home-visit-reason_item_text{
		display: inline-block;
		text-align: left;
	}
	.p-home-visit-reaon-number{
		left: 15px;
		top: 20px;
		width: 70px;
		height: 57px;
	}
}

.p-home-visit-support{
	text-align: center;
	margin-top: 210px;
	z-index: 3;
	height: 425px;
	margin-bottom: 100px;
	position: relative;
}

.p-home-visit-support_title{
	font-size: 34px;
	color: #fb9426;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-weight: 700;
}
.p-home-visit-support_text1{
	font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
    font-weight: 500;
	padding-top: 13px;
	font-feature-settings: "palt";
	margin-top: 49px;
	z-index: 3;
}
.p-home-visit-support_text2{
	font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
    font-weight: 500;
	padding-top: 13px;
	font-feature-settings: "palt";
	margin-top: 25px;
}

.p-home-visit-support-img1{
	width: 374px;height: 374px;
	border-radius: 50%;
	position: absolute;
	left: 12.5%;
    bottom: 0px;
}
.p-home-visit-support-img2{
	width: 350px;height: 350px;
	border-radius: 50%;
	position: absolute;
	right: 15.1%;
    bottom: 0px;
}
@media screen and (max-width: 1750px){
	.p-home-visit-support-img1{
		left: 8%;
	}
	.p-home-visit-support-img2{
		right: 10%;
	}
}
@media screen and (max-width: 1500px){
	.reason-img{
		display: flex;
    margin: 335px 0 70px 0;
	}
	.p-home-visit-support-img1{
		max-width: 50%;
		height: 374px;
		border-radius: 0;
		left: 0;
	}
	.p-home-visit-support-img2{
		max-width: 50%;
		height: 374px;
		border-radius: 0;
		right: 0;
	}
	.p-home-visit-support{
	}
	
}
.home-visit-work{
	position: relative;
	height: 100%;
}

.p-home-visit-work-img{
	width: 100%;
	max-height: 584px;
}

@media screen and (max-width: 1180px){
	.p-home-visit-support_text1{
		margin-top: 0;
	}
	.p-home-visit-support_text2{
		margin-top: 0;
	}
	.p-home-visit-support-img1{
	}
	.p-home-visit-support-img2{
	}
}
@media screen and (max-width: 1026px){
	.p-home-visit-work-img{
		width: 100%;
		max-height: 460px;
	}
	.p-home-visit-support-img1{
		max-width: 50%;
		border-radius: 0;
		left: 0;
		top: 2495px;
	}
	.p-home-visit-support-img2{
		max-width: 50%;
		border-radius: 0;
		right: 0;
		top: 2495px;
	}
	.p-home-visit-support{
		margin-top: 170px;
	}
	.p-home-visit-support_title{
		font-size: 22px;
	}
	.p-home-visit-support_text1{
		margin-top: 0;
	}
	.p-home-visit-support_text2{
		margin-top: 0;
	}
}
@media screen and (max-width: 892px){
	.p-home-visit-support{
		margin-top: 135px;
	}
}

@media screen and (max-width: 764px){
	.p-home-visit-support-img1{
		height: auto;
	}
	.p-home-visit-support-img2{
		height: auto;
	}
	.p-home-visit-support {
	}
}
@media screen and (max-width: 438px){
	.p-home-visit-support{
		margin-top: 140px;
	}
}

.p-home-visit-work_inner{
	position: absolute;
	z-index: 1;
	top: 405px;
	background-color: #fff;
	border-top-left-radius:20px ;
	border-top-right-radius:20px ;
	width: 1140px;
	padding: 0 20px;
	left: 50%;
	text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: contents;
}
.p-home-visit-work-title{
	padding-top: 79px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: .1em;
    font-weight: 700;
	text-align: center;
}
.p-home-visit-work-text{
	margin-top: 50px;
	font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.125;
    font-weight: 500;
	padding-top: 13px;
	text-align: center;
}

.p-home-visit-work-bottom-img{
    width: 860px;
    margin-top: 64px;
    margin: 64px auto;
    text-align: center;
    display: block;
}
@media screen and (max-width: 1100px){
	.p-home-visit-work_inner{
		width: 91%;
    padding: 0 20px;
    margin: 100px 0 0 0;
	}
}

@media screen and (max-width: 1024px){
	.p-home-visit-work-bottom-img{
		width: 651px;
	}
}

.p-home-visit-QA{
	margin-top: 120px;
}
.home-visit-QA__title{
	background-color: #8ace48;
}

.p-home-visit-QA_inner {
	position: relative;
	z-index: 1;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto
}

.p-home-visit-access{
	margin-top: 80px;
}
.home-visit-access__title{
	background-color: #8ace48;
}

.p-home-visit-access_inner {
	position: relative;
	z-index: 1;
	max-width: 940px;
	padding: 0 20px;
	margin: 0 auto
}

.p-home-visit-access-img{
	margin-top: 80px;
	width: 900px;
	text-align: center;
}

.p-home-visit-contact{
	margin-top: 185px;
	text-align: center;
}

.home-visit-contact__title{
	color: #333;
	line-height: 1.411;
	padding: 0;
}
.home-visit-contact__title-sub{
	font-size: 16px;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 1.125;
	margin-top: 33px;
}

.p-home-visit-contact_bg{
	margin-top: 53px;
	width: 100%;
	background-color: #f0f1f3;
}
@media screen and (max-width: 764px){
	.home-visit-contact__title{
		font-size: 22px;
	}
	.p-home-visit-work-title {
		padding-top: 43px;
		font-size: 19px;
	}
	.p-home-visit-work-text {
		margin-top: 41px;
		font-size: 15px;
		padding-top: 0;
		line-height: 1.6;
		display: inline-block;
		text-align: left;
	}
}
@media screen and (max-width: 500px){
.p-home-visit-work-img {
    width: 100%;
    height: auto;
}
.p-home-visit-work_inner{
	top: 200px;
}
}






    
.visitattempt-listtitle {
    background-color: #90D140;
    width: 95%;
    padding: 10px 0;
    font-size: 1.2rem;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.visitattempt-inner {
    display: inline-block;
    width: 39%;
    box-sizing: border-box;
    padding: 5px;
    border: 2px solid #90D140;
    text-align: center;
    border-radius: 25px;
    margin: 6px auto;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}
.visitattempt-listblock {
    margin: auto;
    text-align: center;
}