@charset "utf-8";
/* keyv */
.pet-lifestyle .keyv{
	position: relative;
}
.pet-lifestyle .keyv h1{
	position: absolute;
	width: 590px;
	right: 0;
}
.pet-lifestyle .keyv .fp-cat{
	position: absolute;
	width: 156px;
	right: -106px;
	top: 190px;
}
.pet-lifestyle .keyv .fp-dog{
	position: absolute;
	width: 230px;
	left: -100px;
	bottom: 180px;
}
.pet-lifestyle .keyv .bg{
	background: #f4f1e8;
	margin-left: calc(60% - 60vw);
	padding-left: calc(60vw - 60%);
	padding-right: 8vw;
	width: 96vw;
	border-radius: 0 999px 999px 0;
	height: 30vw;
	display: flex;
	align-items: flex-end;
	margin-top: -390px;
}
.pet-lifestyle .keyv p{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
	.pet-lifestyle .keyv h1{
		width: 100%;
		position: static;
	}
	.pet-lifestyle .keyv .fp-cat{
		width: 96px;
		right: -9px;
		top: 100px;
	}
	.pet-lifestyle .keyv .fp-dog{
		width: 140px;
		left: -40px;
		bottom: 190px;
	}
	.pet-lifestyle .keyv .bg{
		height: 80vw;
		margin-top: -110px;
		padding-left: calc(71vw - 60%);
	}
	.pet-lifestyle .keyv p{
		text-align: center;
		margin-bottom: 60px;
	}
}

/* intro */
.pet-lifestyle .intro{
	margin-top: 90px;
}
.pet-lifestyle .intro img {
	width: 55%;
	display: block;
	margin: 0 auto;
	padding-left: 50px;
}
.pet-lifestyle .intro strong{
	font-size: 2rem;
}

@media screen and (max-width: 767px) {
	.pet-lifestyle .intro{
		margin-top: 50px;
	}
	.pet-lifestyle .intro img{
		width: 100%;
		padding-left: 25px;
	}
	.pet-lifestyle .intro p{
		line-height: 2;
	}
	.pet-lifestyle .intro strong{
		font-size: 1.9rem;
	}
}
/* navi */
.pet-lifestyle .navi {
	margin-top: 100px;
}
.pet-lifestyle .navi ul{
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: bold;
}
.pet-lifestyle .navi li{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.pet-lifestyle .navi li img{
	width: 32px;
	margin: -41px 0 20px;
}

.pet-lifestyle .navi li:last-child img{
	margin-top: -32px;
}
.pet-lifestyle .navi li:first-child{
	position: relative;
}
.pet-lifestyle .navi li:first-child::after{
	content: "";
	display: block;
	background: #000;
	width: 2px;
	height: 70px;
	right: 0;
	top: 12%;
	position: absolute;
}
.pet-lifestyle .navi li a{
	position: relative;
	padding-bottom: 41px;
}

.pet-lifestyle .navi li a::before,
.pet-lifestyle .navi li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: calc(50% - 1px);
  width: 2px;
  height: 13px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
}

.pet-lifestyle .navi li a::before {
  transform: rotate(45deg);
}

.pet-lifestyle .navi li a::after {
  transform: rotate(-45deg);
}
.pet-lifestyle .navi li a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.pet-lifestyle .navi ul{
		text-align: center;
	}
	.pet-lifestyle .navi li:first-child::after{
		height: 100px;
	}
}

/* coordinator */
.pet-lifestyle .coordinator{
	margin-top: 130px;
}
.pet-lifestyle .coordinator .title-box{
	display: flex;
	position: relative;
	margin-bottom: 80px;
	padding-top: 30px;
}
.pet-lifestyle .coordinator .title-box .title{
	background: #f4f1e8;
	border-radius: 999px 999px 0 0;
	padding: 0px 61px 70px;
	width: 50%;
}
.pet-lifestyle .coordinator .title-box .title h2{
	border-bottom: 2px solid #000;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 2px solid #000;
}
.pet-lifestyle .coordinator .title-box .title h2 img{
	display: block;
	margin: -20px auto 33px;
	width: 37px;
}
.pet-lifestyle .coordinator .title-box .title p{
	padding: 0 30px;
	line-height: 2;
}
.pet-lifestyle .coordinator .title-box .img{
	width: 53%;
	position: absolute;
	top: 160px;
	right: 0;
}
.pet-lifestyle .coordinator .title-box .img .fp-dog{
	width: 230px;
	position: absolute;
	right: -40px;
	top: -87px;
	transform: scale(-1, 1);
}
.pet-lifestyle .coordinator .point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pet-lifestyle .coordinator .point li{
	width: 46%;
	text-align: center;
	margin-bottom: 50px;
}
.pet-lifestyle .coordinator .point li h3{
	position: relative;
	display: inline-block;
	padding-inline: 50px;
}
.pet-lifestyle .coordinator .point li h3::before,
.pet-lifestyle .coordinator .point li h3::after{
	content: "";
	display: inline-block;
	background: #000;
	bottom: -9px;
	width: 2px;
	height: 70%;
	position: absolute;
}
.pet-lifestyle .coordinator .point li h3::before{
	left: 0;
	transform: rotate(-35deg);
}
.pet-lifestyle .coordinator .point li h3::after{
	right: 0;
	transform: rotate(35deg);
}
.pet-lifestyle .coordinator .point li h3 img{
	width: 100px;
	display: block;
	margin: 0 auto 10px;
}
.pet-lifestyle .coordinator .point li p{
	margin-top: 20px;
}

/*　猫版　*/
.pet-lifestyle .cat .title-box {
	flex-direction: row-reverse;
}
.pet-lifestyle .cat .title-box .img{
	left: 0;
	top: 70px;
}
.pet-lifestyle .cat .title-box .img .fp-cat{
	width: 186px;
	position: absolute;
	left: 20px;
	top: -118px;
	transform: scale(-1, 1) rotate(-15deg);
}
@media screen and (max-width: 767px) {
	.pet-lifestyle .coordinator{
		margin-top: 80px;
	}
	.pet-lifestyle .coordinator .title-box{
		flex-direction: column;
	}
	.pet-lifestyle .coordinator .title-box .title{
		width: 100%;
		padding: 0px 40px 70px;
	}
	.pet-lifestyle .coordinator .title-box .title h2{
		margin-bottom: 35px;
	}
	.pet-lifestyle .coordinator .title-box .title p{
		padding: 0;
	}
	.pet-lifestyle .coordinator .title-box .img{
		width: 85%;
		position: relative;
		margin: -40px auto 0;
		top: unset;
		right: unset;
	}
	.pet-lifestyle .coordinator .title-box .img .fp-dog{
		left: -29px;
		bottom: -28px;
		top: auto;
		width: 170px;
	}
	.pet-lifestyle .cat .title-box {
		flex-direction: column;
	}
	.pet-lifestyle .cat .title-box .img{
		left: auto;
		top: auto;
	}
	.pet-lifestyle .cat .title-box .img .fp-cat{
		width: 156px;
		right: -20px;
		bottom: -69px;
		top: auto;
		left: auto;
	}
	.pet-lifestyle .coordinator .point li{
		width: 100%;
	}
	.pet-lifestyle .cat .proposal{
		margin-top: 140px;
	}
	.pet-lifestyle .cat .proposal .img-1{
		width: 155px !important;
		top: -145px;
	}
	.pet-lifestyle .cat .proposal .img-2{
		width: 113px !important;
		top: -57px;
		right: 40px;
	}
	.pet-lifestyle .cat .proposal h3::after{
		top: 83px;
	}
	.pet-lifestyle .proposal .img-box{
		margin-top: 30px;
		flex-direction: column;
		gap: 10px;
	}
	.pet-lifestyle .proposal .img-box img{
		width: 100% !important;
	}
}
/* proposal */
.pet-lifestyle .proposal{
	background: #f4f1e8;
	position: relative;
	margin-top: 220px;
	text-align: center;
	padding: 0 30px 40px;
}
.pet-lifestyle .proposal::before{
	content: "";
	position: absolute;
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	background: #f4f1e8;
	top: -120px;
	width: 100%;
	height: 240px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.pet-lifestyle .proposal .img-1{
	position: absolute;
	width: 178px;
	top: -100px;
	left: 90px;
}
.pet-lifestyle .proposal .img-2{
	position: absolute;
	width: 145px;
	top: 80px;
	right: 100px;
}
.pet-lifestyle .proposal h3{
	font-size: 2.7rem;
	position: relative;
	padding-bottom: 80px;
}
.pet-lifestyle .proposal h3::after{
	content: "";
	position: absolute;
	background: url("/wp/wp-content/themes/familyhome/assets/images/service/pet-lifestyle/line.png") no-repeat;
	width: 210px;
	height: 20px;
	background-size: contain;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.pet-lifestyle .proposal p{
	line-height: 2;
}
.pet-lifestyle .proposal .bg-txt{
	font-weight: bold;
	font-size: 1.8rem;
	background: #fff;
	display: inline-block;
	margin: 40px 0 80px;
}
.pet-lifestyle .proposal .blog-box h4{
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	padding-inline : 30px;
}
.pet-lifestyle .proposal .blog-box h4::before,
.pet-lifestyle .proposal .blog-box h4::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 2px;
  height: 25px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
}

.pet-lifestyle .proposal .blog-box h4::before {
  transform: rotate(-45deg);
  left: 0;
}
.pet-lifestyle .proposal .blog-box h4::after {
  transform: rotate(45deg);
  right: 0;
}
.pet-lifestyle .proposal .blog-box .blog{
	display: flex;
	text-align: left;
	gap: 30px;
}
.pet-lifestyle .proposal .blog-box .blog img{
	width: 150px;
	object-fit: contain;
}
.pet-lifestyle .proposal .blog-box .blog .txt{
	font-size: 1.5rem;
}
.pet-lifestyle .proposal .blog-box .blog .txt h5{
	font-size: 1.6rem;
}
.pet-lifestyle .proposal .blog-box a{
	position: relative;
	background: #fff;
	width: 730px;
	margin: 20px auto;
	padding: 4px 60px 20px 15px;
	display: block;
}
.pet-lifestyle .proposal .blog-box a::before,
.pet-lifestyle .proposal .blog-box a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 13px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50% ;
}

.pet-lifestyle .proposal .blog-box a::before {
  transform: rotate(45deg);
}
.pet-lifestyle .proposal .blog-box a::after {
  transform: rotate(-45deg);
}
.pet-lifestyle .proposal .blog-box a:hover{
	opacity: 0.6;
}
.pet-lifestyle .proposal .img-box{
	display: flex;
	justify-content: space-between;
}
.pet-lifestyle .proposal .img-box img{
	width: 32.5%;
}
.pet-lifestyle .x-small{
	font-size: 70%;
}
/*　猫版 */
.pet-lifestyle .cat .proposal .img-1{
	width: 245px;
}
.pet-lifestyle .cat .proposal .img-2{
	width: 193px;
}
@media screen and (max-width: 767px) {
	.pet-lifestyle .proposal{
		margin-top: 100px;
		padding-top: 20px;
	}
	.pet-lifestyle .proposal::before{
		clip-path: polygon(50% 0%, 0 30%, 100% 30%);
		top: -72px;
	}
	.pet-lifestyle .proposal .img-1{
		width: 88px;
		top: -115px;
		left: 30px;
	}
	.pet-lifestyle .proposal .img-2{
		width: 71px;
		top: -72px;
		right: 70px;
	}
	.pet-lifestyle .proposal h3{
		font-size: 2.3rem;
		padding-bottom: 65px;
	}
	.pet-lifestyle .proposal h3::after{
		top: 113px;
	}
	.pet-lifestyle .proposal p{
		margin-bottom: 40px;
	}
	.pet-lifestyle .proposal .bg-txt{
		display: inline;
	}
	.pet-lifestyle .proposal .blog-box{
		margin-top: 40px;
	}
	.pet-lifestyle .proposal .blog-box h4::before{
		left: 16px;
	}
	.pet-lifestyle .proposal .blog-box h4::after{
		right: 16px;
	}
	.pet-lifestyle .proposal .blog-box a{
		padding: 20px 20px 34px;
	}
	.pet-lifestyle .proposal .blog-box .blog{
		flex-direction: column;
		gap: 0;
		align-items: center;
	}
	.pet-lifestyle .proposal .blog-box a::before, .pet-lifestyle .proposal .blog-box a::after{
		right: auto;
		bottom: 40px;
		top: auto;
	}
	.pet-lifestyle .proposal .blog-box a{
		width: 100%;
	}
}

/* case */
.pet-lifestyle .case{
	margin-top: 130px;
}
.pet-lifestyle .case h2,
.pet-lifestyle .showroom h2{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pet-lifestyle .case h2 img{
	width: 90px;
	margin-bottom: 6px;
}
.pet-lifestyle .showroom h2 img{
	width: 70px;
	margin-bottom: 15px;
}
.pet-lifestyle .case .case-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pet-lifestyle .case .case-box img{
	width: 48%;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.pet-lifestyle .case{
		margin-top: 90px;
	}
	.pet-lifestyle .case .case-box{
		margin-top: 20px;
	}
	.pet-lifestyle .case .case-box img{
		width: 100%;
		margin-top: 20px;
	}
}

/* showroom */
.pet-lifestyle .showroom{
	background: #f4f1e8;
	margin-left: calc(-50.5vw + 50%);
	margin-top: 130px;
	padding: 60px 0 130px;
	width: 100vw;
}
.pet-lifestyle .showroom .inner{
	width: 1100px;
	margin: 0 auto;
}
.pet-lifestyle .showroom .pet-list{
	margin-top: 20px;
	border-top: 1px solid #9c9c9c;
}
.pet-lifestyle .showroom .pet-list th,
.pet-lifestyle .showroom .pet-list td {
	border-bottom: 1px solid #9c9c9c;
	background: none;
}
.pet-lifestyle .showroom .pet-list th{
	width: 80%;
	text-align: left;
}
.pet-lifestyle .showroom .pet-list td{
	width: 20%;
	text-align: right;
}
table th, table td {
	border: none;
}
.pet-lifestyle .showroom .bnr{
	margin-top: 70px;
}
.pet-lifestyle .showroom .bnr a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.pet-lifestyle .showroom{
		margin-left: calc(-50vw + 50%);
		margin-top: 90px;
	}
	.pet-lifestyle .showroom .inner{
		width: 100%;
		padding: 0 20px;
	}
}
.p-footer{
	padding-top: 0;
}

