.main-visual {
	position: relative;
	background: url("../images/home/main_img_sp.jpg") no-repeat center/cover;
	height: 60rem;
}

.main-visual__info {
	display: flex;
	align-items: flex-end;
	padding-bottom: 6rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.main-visual__txt img {
	width: 37.6rem;
}

.main-visual__logo {
	position: absolute;
	right: 7.6rem;
	bottom: 4rem;
}

.main-visual__logo img {
	width: 12.9rem;
}

.p-section {
	background-color: #dcdcdc;
}

.p-about__head {
	padding: 3.8rem 0 4.7rem;
	text-align: center;
}

.p-about__head .sub {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: .6rem;
}

.p-about__head .ttl {
	font-size: 2.5rem;
	font-weight: 500;
}

.p-about__gallery {
	background-color: rgba(255,255,255,.8);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: .9rem;
	margin: 0 -6rem;
	padding: 2.6rem 4rem;
}

.p-about__info {
	padding: 2.9rem 0 4.4rem;
	text-align: center;
}

.p-about__info__logo img {
	width: 12.9rem;
}

.p-about__info__ttl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.7272727273;
	margin: 1.9rem 0 2.7rem;
}

.p-about__info__txt {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 2.7rem;
}

.p-about__btn img {
	width: 38.7rem;
}

.p-service {
	position: relative;
}

.p-service__wrap {
	margin: 0 -6rem;
	padding: 4rem 6rem;
	position: relative;
	z-index: 1;
}

.p-service__wrap::after {
	content: "";
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.p-service__ttl img {
	width: 10.5rem;
}

.p-service__img img {
	width: 25.5rem;
}

.p-service__btn img {
	width: 100%;
}

.p-service__txt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 3rem;
}

.p-service__other {
	padding: 4.4rem 0 4.7rem 16.7rem;
	position: relative;
}

.p-service__other .ttl {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.7647058824;
	margin-bottom: 1.8rem;
}

.p-service__other__content .txt {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.7647058824;
	margin-bottom: 4.6rem;
}

.p-service__other__content .media img {
	width: 100%;
}

.p-service__other__img {
	position: absolute;
	left: 0;
	top: 2rem;
}

.p-service__other__img img {
	width: 14rem;
}

.p-social {
	background-color: #5a5a5a;
	padding: 3.8rem 4rem 5.4rem;
	position: relative;
	z-index: 1;
}

.p-social::before {
	content: "";
	background-color: #bebebe;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5rem;
	right: 5rem;
	z-index: -1;
}

.p-social__ttl {
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	padding: .7rem 1.5rem .5rem;
}

.p-social__ttl::before {
	content: "";
	background: url("../images/home/icon_ins.png") no-repeat center/contain;
	height: 4.4rem;
	width: 4.4rem;
	flex-shrink: 0;
	margin-right: 1.4rem;
}

.p-social__ttl img {
	display: block;
	width: 12.1rem;
}

.p-social__info {
	margin-bottom: 3.7rem;
}

.p-social__info__logo {
	margin-bottom: 1.4rem;
}

.p-social__info__logo img {
	width: 24.5rem;
}

.p-social__info__txt {
	font-weight: 500;
	margin-bottom: 1.7rem;
	padding-left: .9rem;
}

.p-social__info__txt::after {
	content: "";
	background: url("../images/common/icon_mail02.svg") no-repeat center/contain;
	display: inline-block;
	height: 1.2rem;
	width: 1.7rem;
	margin-left: .5rem;
}

.p-social__info__btn img {
	width: 100%;
}

.p-social__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 1.3rem .8rem;
	flex-shrink: 0;
}

.p-social__grid img {
	width: 100%;
}

@media (min-width: 768px) {

.main-visual {
	background-image: url("../images/home/main_img.jpg");
	margin-bottom: 7.3rem;
}

.main-visual__info {
	align-items: center;
	padding-bottom: 0;
}

.main-visual__txt img {
	width: 59.4rem;
}

.main-visual__logo {
	bottom: 5.5rem;
	right: 2.5rem;
}

.p-about__head {
	padding: 2.4rem 0;
}

.p-about__head .sub {
	font-size: 2.2rem;
}

.p-about__head .ttl {
	font-size: 3.1rem;
}

.p-about__gallery {
	grid-gap: 1.3rem;
	margin: 0 -1rem;
	padding: 4rem 1rem;
}

.p-about__info {
	padding: 2.7rem 0 8.6rem;
}

.p-service__wrap {
	margin: 0 -1rem;
	padding: 7rem 1rem 6.4rem;
}

.p-service__wrap::after {
	right: 21.2rem;
}

.p-service__img {
	position: absolute;
	right: 1rem;
	top: -6.2rem;
	z-index: 1;
}

.p-service__img img {
	width: 31.8rem;
}

.p-service__btn {
	position: absolute;
	right: 1rem;
	bottom: -3.5rem;
	z-index: 1;
}

.p-service__btn img {
	width: 36.3rem;
}

.p-service__other {
	padding: 2rem 0 3rem;
}

.p-service__other .ttl {
	margin-bottom: 2rem;
	padding: 0 37rem 0 1.6rem;
}

.p-service__other__content {
	position: relative;
	padding-left: 26.7rem;
	padding-top: .6rem;
}

.p-service__other__content .txt {
	margin-bottom: 2rem;
}

.p-service__other__content .media img {
	width: 69.9rem;
}

.p-service__other__img {
	left: 3rem;
	top: 0;
}

.p-service__other__img img {
	width: 17.5rem;
}

.p-social {
	padding: 2.5rem 5rem 3.4rem;
}

}

@media (min-width: 1000px) {

.p-social__ttl {
	margin-bottom: 1.6rem;
}

.p-social__wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
}

.p-social__info {
	margin-bottom: 0;
	padding: 2rem 0 0 1.8rem;
	flex-shrink: 0;
	width: 44.897%;
}

.p-social__info__btn img {
	width: 36.3rem;
}

.p-social__grid {
	width: 55.1%;
}

}

@media (max-width: 767px) {

.p-service__info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 4.9rem;
}

.p-service__img {
	flex-shrink: 0;
	margin-left: 2.8rem;
	padding-top: 1.6rem;
}

.p-service__other__content .media {
	margin-left: -16.7rem;
}

}

