@charset "utf-8";

/* home_service */
.home_service {
	padding: 40px 2.5vw;
}
.home_service__title {
	letter-spacing: 3.2px;
}
.home_service__text {
	margin-top: 16px;
}
.home_service-main {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.home_service-main-link {
	display: inline-block;
	width: 48.5%;
	height: 140px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 0 4px 0 #cecece;
}
.home_service-main-link:hover {
	opacity: 1;
}
.home_service-main-link:nth-child(n+3) {
	margin-top: 16px;
}
.home_service-main-link--odd:last-child {
	margin-left: 24.5vw;
}
.home_service-main-link:hover {
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}
.home_service-main-link-top {
	position: relative;
	padding: 10px 2.5vw;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.home_service-main-link-top__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* .wppost img に負ける為 */
	margin: auto !important;
	width: 72px;
	height: 72px;
}
.home_service-main-link__text {
	position: relative;
	padding-top: 8px;
	box-sizing: border-box;
	display: block;
	height: 40px;
	line-height: 1.3;
	border-top: 1px solid #e4e4e4;
	text-align: center;
	color: #444;
	font-size: 16rem;
	font-weight: bold;
}
.home_service-main-link__text::before {
	font-family: 'icomoon';
	content: '';
	position: absolute;
	top: 8px;
	right: 14px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #000;
	border-radius: 50%;
}
.home_service-main-link__text::after {
	font-family: 'icomoon';
	content: '';
	position: absolute;
	top: 12px;
	right: 19px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #fff;
}
.home_service__button {
	margin-top: 24px;
}
.home_service__button::after {
	right: 20px;
	font-size: 12rem;
}

/* home_service1-1 */
.home_service1-1 {
	padding: 0 5vw;
}
.home_service1-1--home {
	padding-top: 40px;
	padding-bottom: 40px;
}
.home_service1-1-main {
	margin: 20px auto 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.home_service1-1-card {
	padding: 16px 4.266vw;
	box-sizing: border-box;
	width: 80%;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
	border: 3px solid #fff;
	transition: .2s;
}
.home_service1-1-card:hover {
	opacity: 1;
	border: 3px solid #000;
}
.wppost .home_service1-1-card:hover {
	text-decoration: none;
}
.home_service1-1-card:nth-child(n+2) {
	margin-top: 20px;
}
.home_service1-1-card-top {
	display: block;
	min-height: 6px;
}
.wppost .home_service1-1-card-top__image {
	display: inline-block;
}
.home_service1-1-card__title {
	display: block;
	color: #0d0d0d;
	font-size: 22rem;
	font-weight: bold;
}
.home_service1-1-card__text {
	padding: 6px 0 0;
	display: block;
	border-top: 1px solid #d9d9d9;
	color: #0d0d0d;
	font-size: 16rem;
}
.home_service1-1__button {
	margin-top: 28px;
}
.home_service1-1__button::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

/* home-service2 */
.widget_home_service2 {
	padding: 40px 2.5vw;
}
.home_service2__text {
	margin-top: 16px;
	padding: 0 2.5vw;
	line-height: 1.7;
	font-size: 15rem;
}
.home_service2__ul,
.wppost .home_service2__ul {
	padding: 0;
	font-size: 0;
}
.home_service2-li,
.wppost .home_service2-li {
	margin-top: 20px;
	padding: 12px 2.5vw 20px 6vw;
	display: inline-block;
	background-color: #fff;
}
.wppost .home_service2-li::before {
	display: none;
}
.home_service2-li__title {
	line-height: 1;
	font-size: 20rem;
	font-weight: bold;
}
.home_service2-li__title::before {
	content: '';
	position: relative;
	top: 2px;
	margin-right: 8px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.home_service2__main {
	margin-top: 12px;
	display: flex;
}
.home_service2-li__left {
	min-width: 122px;
}
.home_service2-li__img-div {
	width: 144px;
	height: 144px;
	overflow: hidden;
}
.home_service2-li__img {
	vertical-align: top;
}
.home_service2-li__a {
	margin: 8px auto 0;
	padding: 3px 0;
	display: block;
	width: 95%;
	line-height: 1.8;
	font-size: 14rem;
}
.home_service2-li__a::after {
	position: absolute;
	top: calc(50% - 9px);
	right: 4px;
	font-size: 10rem;
}
.home_service2-li__right {
	margin-left: 5vw;
	flex: 1;
}
.home_service2-li__text {
	line-height: 1.7;
	font-size: 15rem;
}

/* home_service3 */
.home_service3 {
	padding: 40px 3.2vw;
}
.home_service3__title {
	letter-spacing: 1.5px;
}
.home_service3-main {
	margin-top: 30px;
}
.home_service3-card {
	padding: 9px 5vw;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}
.home_service3-card:nth-child(n+2) {
	margin-top: 8px;
}
.home_service3-card-right {
	padding-left: 5vw;
}
.home_service3-card__title {
	font-size: 18rem;
	font-weight: bold;
}
.home_service3-card__text {
	padding-top: 8px;
	position: relative;
	padding-left: 16px;
	color: #0072bb;
	font-size: 14px;
}
.home_service3-card__text::before {
	position: relative;
	top: 0;
	left: -1vw;
	font-size: 10rem;
}

/* home_service4 */
.home_service4 {
	padding: 40px 5vw;
}
.home_service4-content {
}
.home_service4__subtitle {
	position: relative;
	margin-top: 40px;
	font-size: 24rem;
	letter-spacing: 2px;
}
.home_service4__subtitle::before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #707070;
}
.home_service4__subtitle-head {
	position: relative;
	padding-bottom: 6px;
	display: inline-block;
	font-weight: normal;
}
.home_service4__subtitle-head::after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #707070;
}
.home_service4-main {
	margin: 20px auto 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.home_service4-card {
	padding: 16px;
	box-sizing: border-box;
	width: 48%;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
	border: 3px solid #fff;
	transition: .2s;
}
.home_service4-card:hover {
	opacity: 1;
	border-color: #000;
}
.wppost .home_service4-card:hover {
	text-decoration: none;
}
.home_service4-card:nth-child(2n) {
	margin-left: 4%;;
}
.home_service4-card:nth-child(n+3) {
	margin-top: 20px;
}
.home_service4-card-top {
	display: block;
	min-height: 6px;
}
.wppost .home_service4-card-top__image--page {
	display: inline-block;
	margin-bottom: 0;
}
.home_service4-card__title {
	padding: 6px 0 0;
	display: block;
	border-top: 1px solid #d9d9d9;
	color: #0d0d0d;
	font-size: 16rem;
	font-weight: bold;
}
.home_service4__button {
	margin-top: 28px;
}
.home_service4__button::after {
	position: absolute;
	right: 20px;
}

/* home_service5 */
.home_service5 {
	padding: 40px 5vw;
}
.home_service5-main {
	margin: 28px auto 0;
}
.home_service5-card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 16px 12px 14px;
	background-color: #faf5ea;
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.24);
}
.wppost .home_service5-card:hover {
	text-decoration: none;
}
.home_service5-card:nth-child(n+1) {
	margin-top: 20px;
}
.home_service5-card--text-exists {
	align-items: flex-start;
}
.home_service5-card-left {
	display: inline-block;
	min-height: 6px;
}
.home_service5-card-left__image {
	vertical-align: top;
}
.wppost .home_service5-card-left__image--page {
	display: inline-block;
	margin-bottom: 0;
}
.home_service5-card-right {
	flex: 1;
	display: inline-block;
	margin-left: 18px;
}
.home_service5-card__title {
	display: block;
	color: #111;
	font-size: 28rem;
	font-weight: bold;
}
.home_service5-card__text {
	color: #111;
	font-size: 15rem;
}

/* home-service6 */
.home_service6 {
	padding: 40px 2.5vw;
}
.home_service6-main {
	margin-top: 20px;
	padding: 0 1.5vw;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.home_service6__item {
	width: calc(50% - 3vw);
	text-align: center;
}
.home_service6__item:nth-child(n+3) {
	margin-top: 20px;
}
.home_service6__item-main {
	padding: 0 4vw;
	text-align: center;
}
.home_service6__item-top {
	position: relative;
	display: inline-block;
	width: 29.333vw;
	height: 29.333vw;
	border-radius: 50%;
	background-color: #faf5ea;
}
.home_service6__item-top__image {
	position: absolute;
	top: 4vw;
	left: 4vw;
	width: 21.333vw;
	height: auto;
}
.home_service6__item__title {
	margin-top: 12px;
	font-weight: bold;
}
.home_service6__item__text {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #000;
	text-align: left;
	font-size: 14rem;
}
.home_service6__item-link,
.wppost .home_service6__item-link {
	position: relative;
	margin-top: 18px;
	padding: 7px 0;
	display: block;
	border-width: 2px;
	font-weight: normal;
}
.wppost .home_service6__item-link:hover {
	text-decoration: none;
}
.home_service6__item-link::after,
.wppost .home_service6__item-link::after {
	position: absolute;
	top: 11px;
	right: 2.5vw;
	font-size: 14rem;
}
.home_service6__link {
	position: relative;
	margin-top: 40px;
	display: block;
	width: 100%;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	font-size: 18rem;
}
.home_service6__link::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5vw;
	font-size: 16rem;
}

/* home-service7 */
.widget_home_service7 {
	padding: 40px 2.5vw;
}
.home_service7__text {
	margin-top: 16px;
	padding: 0 2.5vw;
	line-height: 1.7;
	font-size: 15rem;
}
.home_service7__ul,
.wppost .home_service7__ul {
	margin: 32px auto 0;
	padding: 0;
	max-width: 960px;
	text-align: center;
	font-size: 0;
}
.home_service7-li,
.wppost .home_service7-li {
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
	width: 300px;
	max-width: 100%;
}
.wppost .home_service7-li::before {
	display: none;
}
.home_service7-li__card {
	border: 3px solid #fff;
	display: block;
	border-radius: 8px;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.24);
	background-color: #f4f4f4;
	text-align: center;
	transition: .2s;
}
.widget_home:nth-child(odd) .home_service7-li__card {
	background-color: #fff;
}
.home_service7-li__card:hover {
	opacity: 1;
}
.wppost .home_service7-li__card:hover {
	text-decoration: none;
}
.home_service7__head {
	display: block;
	height: 148px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
}
.home_service7-li__img,
.wppost .home_service7-li__img {
	vertical-align: top;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	margin: auto;
	min-width: 294px;
	min-height: 148px;
	max-width: 100%;
}
.home_service7-li__title {
	width: 100%;
	line-height: 1.2;
	text-align: center;
	color: #111;
	font-size: 20rem;
	font-weight: bold;
}
.home_service7__main {
	padding: 16px 24px 24px;
	display: block;
}
.home_service7-li__text {
	margin-top: 16px;
	display: block;
	line-height: 1.7;
	color: #111;
	text-align: left;
	font-size: 15rem;
}

@media screen and (min-width: 632px) {
	.home_service7-li,
	.wppost .home_service7-li {
		margin-right: 20px;
	}
}

@media screen and (min-width: 1011px) {
	/* home_service7 */
	.home_service7__ul,
	.wppost .home_service7__ul {
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	/* home_service */
	.home_service {
		padding: 80px 0 80px;
	}
	.home_service-main {
		margin-top: 48px;
		justify-content: center;
	}
	.home_service-main-link {
		box-sizing: border-box;
		padding: 0 16px;
		width: 248px;
		height: 200px;
		box-shadow: 0px 0 8px 0 #cecece;
	}
	/* SP style の打ち消し */
	.home_service-main-link:nth-child(n+3) {
		margin-top: 0;
	}
	.home_service-main-link:nth-child(4n) {
		margin-left: 0;
	}
	.home_service-main-link:nth-child(n+4) {
		margin-top: 26px;
	}
	.home_service-main-link--home:not(:nth-child(3n+1)) {
		margin-left: 22px;
	}
	.home_service-main-link--page {
		width: 234px;
		height: 216px;
	}
	.home_service-main-link--page:not(:nth-child(3n+1)) {
		margin-left: 25px;
	}
	.home_service-main-link--odd:last-child {
		margin-left: 22px;
	}
	.home_service-main-link-top {
		height: 152px;
	}
	.home_service-main-link-top--page {
		height: 168px;
	}
	.home_service-main-link-top__image {
		width: auto;
		height: auto;
	}
	.home_service-main-link-top__image--page {
		max-height: 98px;
	}
	.home_service-main-link__text {
		padding-top: 11px;
		letter-spacing: 1.9px;
		font-size: 18px;
	}
	.home_service-main-link__text::before {
		top: 11px;
		width: 20px;
		height: 20px;
	}
	.home_service-main-link__text::after {
		top: 17px;
		right: 20px;
		border-width: 4px 0 4px 6px;
	}
	.home_service-main-link__text--page {
		font-size: 18px;
	}

	/* home_service1-1 */
	.home_service1-1 {
		padding: 0;
	}
	.home_service1-1--home {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home_service1-1-main {
		margin-top: 40px;
		width: 706px;
	}
	.home_service1-1-card {
		padding: 16px;
		width: 22.665%;
	}
	.home_service1-1-card:nth-child(n+2) {
		margin-top: 0;
		margin-left: 16px;
	}
	.home_service1-1-card-top {
		min-height: 0;
	}
	.home_service1-1-card__title {
		margin-top: 8px;
	}
	.home_service1-1__button {
		margin-top: 40px;
	}

	/* home_service2 */
	.widget_home_service2 {
		padding: 80px calc(50vw - 512px) 65px;
	}
	.home_service2__text {
		padding: 0 20px;
		text-align: center;
	}
	.home_service2__ul,
	.wppost .home_service2__ul, {
		margin-top: 6px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.home_service2-li,
	.wppost .home_service2-li {
		margin-top: 24px;
		padding: 24px 24px 24px 16px;
		box-sizing: border-box;
		width: 50%;
	}
	.home_service2-li__right {
		margin-left: 16px;
	}

	/* home_service3 */
	.home_service3 {
		padding: 80px 0;
	}
	.home_service3-main {
		margin: 40px auto;
		box-sizing: border-box;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 799px;
	}
	.home_service3-card {
		box-sizing: border-box;
		padding: 14px 0 22px;
		display: block;
		width: 265px;
		height: 162px;
		border: none;
		text-align: center;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
	}
	.home_service3-card:nth-child(1),
	.home_service3-card:nth-child(2),
	.home_service3-card:nth-child(3) {
		border-top: 1px solid #d9d9d9;
	}
	.home_service3-card:nth-child(3n+3) {
		border-right: 1px solid #d9d9d9;
	}
	.home_service3-card:nth-child(n+2) {
		margin-top: 0;
	}
	.home_service3-card:not(:nth-child(3n)):last-child {
		width: 266px;
		border-right: 1px solid #d9d9d9;
	}
	.wppost .home_service3-card--page:hover {
		text-decoration: none;
	}
	.home_service3-card-left {
		height: 56px;
	}
	.home_service3-card-left__image {
		min-height: 100%;
	}
	.wppost .home_service3-card-left__image--page {
		display: inline-block;
	}
	.home_service3-card-right {
		padding: 0;
	}
	.home_service3-card__title {
		margin-top: 12px;
		color: #000;
	}
	.home_service3-card__text {
		margin-top: 12px;
		padding: 0;
	}
	.home_service3-card__text::before {
		left: -4px;
	}

	/* home_service4 */
	.home_service4 {
		padding: 80px 0;
	}
	.home_service4-content {
		margin: 0 auto;
		width: 960px;
	}
	.home_service4-content + .home_service4-content .home_service4__subtitle {
		margin-top: 80px;
	}
	.home_service4__subtitle-head {
		font-size: 32rem;
	}
	.home_service4-main {
		margin-top: 40px;
		width: 706px;
	}
	.home_service4-card {
		padding: 16px;
		width: 22.665%;
	}
	.home_service4-card:nth-child(n+3) {
		margin-top: 0;
	}
	.home_service4-card:nth-child(2n) {
		margin-left: 0;
	}
	.home_service4-card:not(:nth-child(4n+1)) {
		margin-left: 3.1%;
	}
	.home_service4-card:nth-child(n+5) {
		margin-top: 30px;
	}
	.home_service4-card-top {
		min-height: 0;
	}
	.home_service4-card__title {
		margin-top: 8px;
	}
	.home_service4__button {
		margin-top: 60px;
	}

	/* home_service5 */
	.home_service5 {
		padding: 50px 0 70px;
	}
	.home_service5-main {
		margin-top: 30px;
		width: 888px;
		max-width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.home_service5-card {
		padding: 16px;
		box-sizing: border-box;
		width: calc(50% - 20px);
	}
	.wppost .home_service5-card {
		padding: 12px;
	}
	.home_service5-card:nth-child(n+1) {
		margin-top: 0;
	}
	.home_service5-card:nth-child(2n) {
		margin-left: 40px;
	}
	.home_service5-card:nth-child(n+3) {
		margin-top: 28px;
	}
	.wppost .home_service5-card-left__image--page {
		max-width: 54px;
		max-height: 54px;
	}
	.home_service5-card__title {
		font-size: 25px;
	}
	.home_service5-card__text {
		line-height: 1.7;
	}
	.wppost .home_service5-card__text {
		font-size: 14px;
	}

	/* home-service6 */
	.home_service6 {
		padding: 80px 0;
	}
	.home_service__text {
		margin-top: 24px;
	}
	.home_service6-main {
		margin-top: 24px;
		padding: 0;
		flex-wrap: nowrap;
	}
	.home_service6__item {
		width: 15.625%;
	}
	.wppost .home_service6__item {
		width: 100%;
	}
	.home_service6__item:nth-child(n+3) {
		margin-top: 0;
	}
	.home_service6__item:nth-child(n+2) {
		margin-left: 40px;
	}
	.wppost .home_service6__item:nth-child(n+2) {
		margin-left: 16px;
	}
	.home_service6__item-main {
		padding: 0 16px;
	}
	.wppost .home_service6__item-main {
		padding: 0 8px;
	}
	.home_service6__item-top {
		width: 110px;
		height: 110px;
	}
	.wppost .home_service6__item-top {
		width: 80px;
		height: 80px;
	}
	.home_service6__item-top__image {
		top: 15px;
		left: 15px;
		width: 80px;
	}
	.wppost .home_service6__item-top__image {
		width: 52px;
	}
	.home_service6__item__title {
		margin-top: 6px;
	}
	.wppost .home_service6__item__title {
		font-size: 15px;
	}
	.wppost .home_service6__item__text {
		font-size: 13px;
	}
	.home_service6__link {
		margin-top: 80px;
	}
	.home_service6__link::after {
		right: 16px;
	}
	.home_service6__item-link::after {
		right: 10px;
	}
	.wppost .home_service6__item-link::after {
		right: 8px;
	}

	/* home_service7 */
	.widget_home_service7 {
		padding: 80px calc(50vw - 512px) 65px;
	}
	.home_service7-li,
	.wppost .home_service7-li {
		width: calc((100% - 60px) / 3);
	}
}
