@charset "utf-8";
.service_art {
	margin: 0 auto 0 auto;
	padding: 106px 0 0 0;
}
.service_art p {
	font-family: "Hiragino Kaku Gothic StdN", "ゴシックMB101 B", "Gothic MB101 DemiBold", "A P-OTF Gothic MB101 Pr6N", "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 13px;
}
.wrap_service3 {}
.wrap_service3 .col {
	margin: 208px 0 0 0;
}
.wrap_service3 .col .expic2_1 {
	margin: 0 auto 30px auto;
	max-width: 906px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wrap_service3 .col .ex2_1 {
	width: calc(100% - 64px - 356px);
}
.wrap_service3 .col .pic2_1 {
	margin: 0 0 0 64px;
	width: 356px;
}
.wrap_service3 .col .ex2_1 h2 {
	margin: 0 0 32px 0;
	padding: 0 0 0 66px;
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon01.svg);
	background-repeat: no-repeat;
	background-size: 40px 32px;
	background-position: 0px 0px;
}
.wrap_service3 .col .ex2_1 h2 img {}
.wrap_service3 .col .ex2_1 p {
}
.wrap_service3 .col .pic2_1 img {}
.points_box {
	margin: 0 auto 30px auto;
	max-width: 906px;
}
.points_box .inc {
	margin: 0 0 0 auto;
	margin: 0 auto 0 auto;
	max-width: 840px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.points_box .chl {
	margin: 62px 0 0 50px;
	border: 3px solid #EB2C12;
	border-radius: 16px;
	width: 248px;
	width: calc((100% - 100px - 18px) / 3);
	position: relative;
}
.points_box .chl .in {
	min-height: 172px;
	padding-top: 20px;
}
.points_box .chl::before, .points_box .chl::after {
	content: "";
	display: block;
	position: absolute;
}
.points_box .chl::before {
	padding: 0px 17px 48px 17px;
	width: 38px;
	height: 10px;
	background-color: #fff;
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/point.svg);
	background-repeat: no-repeat;
	background-size: 38px 10px;
	background-position: center top;
	top: -32px;
	left: calc((100% - 72px) / 2);
	z-index: 2;
}
.points_box .chl::after {
	width: 38px;
	height: 50px;
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon_1.svg);
	background-repeat: no-repeat;
	background-size: auto 35px;
	background-position: center bottom;
	top: -30px;
	left: calc((100% - 38px) / 2);
	z-index: 3;
}
.points_box .chl:nth-child(1)::after {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon_1.svg);
}
.points_box .chl:nth-child(2)::after {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon_2.svg);
}
.points_box .chl:nth-child(3)::after {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon_3.svg);
}
.points_box .chl:nth-child(4)::after {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon_4.svg);
}
.points_box .chl:nth-child(5)::after {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon_5.svg);
}
.points_box .chl:nth-child(6)::after {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon_6.svg);
}
.points_box .chl:nth-child(1), .points_box .chl:nth-child(3n + 1) {
	margin-left: 0;
}
.points_box h3 {
	padding: 0 0 16px 0;
	margin-bottom: 12px;
	text-align: center;
	color: #EB2C12;
	font-family: "Hiragino Kaku Gothic StdN", "ゴシックMB101 B", "Gothic MB101 DemiBold", "A P-OTF Gothic MB101 Pr6N", "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.points_box p {
	padding: 0 24px 24px 24px;
	line-height: 1.3;
	flex-grow: 1;
	font-size: 14px;
}
.points_box.type1 {}
.points_box.type2 .inc {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: calc(var(--space-6) * 0.5);
	flex-wrap: nowrap;
}
.points_box.type2 .chl {
	margin: 40px 0 0 0;
	width: 336px;
	height: 120px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}
.points_box.type2 .chl:first-child {
	margin-top: 40px;
}
.points_box.type2 .chl:nth-child(2n) {
	margin: 40px 0 0 0;
}
.points_box.type2 .chl:nth-child(3n) {
	margin: 40px 0 0 0;
}

/* SP表示での文字重なり修正 - 縦一列 */
@media (max-width: 768px) {
	.points_box.type2 .inc {
		flex-direction: column;
		align-items: center;
		gap: calc(var(--space-6) * 0.5);
		flex-wrap: nowrap;
		padding: 0 10px;
	}
	.points_box.type2 .chl {
		margin: 40px 0 0 0;
		width: 336px;
		min-width: 336px;
		height: 120px;
		flex-shrink: 0;
	}
	.points_box.type2 .chl:first-child {
		margin-top: 40px;
	}
	.points_box.type2 .chl:nth-child(2n),
	.points_box.type2 .chl:nth-child(3n) {
		margin: 40px 0 0 0;
	}
	.points_box h3 {
		font-size: 14px;
		line-height: 1.3;
		padding: 20px 8px 12px 8px;
		margin-bottom: 12px;
		word-break: keep-all;
		overflow-wrap: break-word;
		white-space: normal;
	}
	.points_box p {
		font-size: 14px;
		line-height: 1.4;
		padding: 0 12px 12px 12px;
		word-break: keep-all;
		overflow-wrap: break-word;
	}
}

.points_box.type3 {}
.points_box.type3 .inc {
	justify-content: center;
}
.points_box.type4 {}


.kanren_service {}
.kanren_service h3 {
	margin: 54px 0 8px 0;
	padding: 0 0;
	text-align: center;
	font-family: "Hiragino Kaku Gothic StdN", "ゴシックMB101 B", "Gothic MB101 DemiBold", "A P-OTF Gothic MB101 Pr6N", "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 21px;
}
.kanrens {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.kanrens .kanrens_col {
	margin: 16px 0 0 16px;
	width: calc((100% - 32px) / 3);
}
.kanrens .kanrens_col:nth-child(1), .kanrens .kanrens_col:nth-child(3n + 1) {
	margin-left: 0;
}
.kanrens .kanrens_col a {}
.kanrens .kanrens_col img {}



.wrap_service3 .col .ex2_1 h2 {}
.wrap_service3 .col1 .ex2_1 h2 {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon01.svg);
}
.wrap_service3 .col2 .ex2_1 h2 {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon02.svg);
}
.wrap_service3 .col3 .ex2_1 h2 {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon03.svg);
}
.wrap_service3 .col4 .ex2_1 h2 {
	background-image: url(https://ikusa.co.jp/info/wp-content/themes/chani/img/service3/icon04.svg);
}


.service1 {}
.service1 .inner {
	margin: 0 auto 0 auto;
	padding: 0 10px;
	max-width: 1000px;
}
.service1 h1 {
	text-align: center;
}
.service1 .ex1 {
	margin: 34px auto 24px auto;
	max-width: 676px;
}
.service1 .picex1_1 {
	margin: 0 auto 0 auto;
	max-width: 840px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service1 .pic1_1 {
	margin: 0 0 0 0;
	width: calc(100% - 320px - 94px);
}
.service1 .ex1_1 {
	margin: 0 0 0 94px;
	width: 320px;
	text-align: center;
}
.service1 .ex1_1 h3 {
	padding: 46px 0 0 0;
	text-align: center;
	font-family: "Hiragino Kaku Gothic StdN", "ゴシックMB101 B", "Gothic MB101 DemiBold", "A P-OTF Gothic MB101 Pr6N", "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 21px;
}
.service1 .ex1_1 .ex2 {
}
.service2 {
	margin: 130px 0 0 0;
}
.service2 .inner {
	margin: 0 auto 0 auto;
	padding: 0 10px;
	max-width: 1000px;
}
.service3 {}
.service3 .inner {
	margin: 0 auto 0 auto;
	padding: 0 10px;
	max-width: 1000px;
}

.topver3_3.type2 {
	position: relative;
	z-index: 3;
}
.topver3_7.type3 {
	margin-bottom: 16px;
	top: inherit;
}

