/* service
----------------------------------------------- */
#main.service {
	text-align: justify;
}

.service_main {
	margin: 0 0 100px;
}

.service_main .main_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service_main .main_cont {
	width: 40%;
}

.service_main .main_tit {
	font-size: 52px;
	font-feature-settings: "palt";
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.65;
	color: #000;
	margin: 0 0 75px;
}

.service_main .main_sub_tit {
	font-size: 26px;
	font-feature-settings: "palt";
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.65;
	color: #000;
	margin: 0 0 25px;
}

.service_main .main_txt {
	color: #2c2c2c;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	font-feature-settings: "palt";
}

.service_main .main_img {
	width: 62%;
	margin: 0 -8.4% 0 0;
}

.service_main .main_img img {
	height: 690px;
	object-fit: cover;
}

@media (max-width: 1400px) {
	.service_main .main_img {
		width: 54%;
		margin: 0;
	}
}

@media (max-width: 1024px) {
	.service_main .main_tit {
		font-size: 36px;
	}
}

@media (max-width: 750px) {
	.service_main {
		margin: 0 0 55px;
	}

	.service_main .main_block {
		flex-direction: column-reverse;
	}

	.service_main .main_cont {
		width: 100%;
		padding: 45px 0 0;
	}

	.service_main .main_tit {
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1.53;
		margin: 0 0 20px;
	}

	.service_main .main_sub_tit {
		font-size: 19px;
		letter-spacing: 0.1em;
		line-height: 1.53;
		margin: 0 0 20px;
	}

	.service_main .main_txt {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.service_main .main_img {
		width: auto;
		margin: 0 -25px;
	}

	.service_main .main_img img {
		height: auto;
		object-fit: contain;
	}
}

.service_hd {
	font-size: 42px;
	color: #000;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	padding-bottom: 40px;
}

@media (max-width: 750px) {
	.service_hd {
		font-size: 26px;
		letter-spacing: 0.1em;
		padding-bottom: 30px;
	}
}

.service_space {
	margin: 0 0 100px;
}

.service_space .space_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	margin-bottom: 80px;
	text-decoration: unset;
}

.service_space .space_block:hover * {
	opacity: 1;
}

.service_space .space_img {
	width: 45%;
	align-self: flex-start;
	overflow: hidden;
	transition: transform 0.4s ease;
}

.service_space .space_img img {
	width: 100%;
}

.service_space .space_block:hover .space_img img {
	transform: scale(1.05);
}

.service_space .space_cont {
	width: 47%;
}

.service_space .space_head {
	font-size: 46px;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	padding-bottom: 15px;
	font-family: "Raleway", sans-serif;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}

.service_space .space_tit {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	margin: 0 0 40px;
}

.service_space .space_txt {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.02em;
	color: #000;
	font-feature-settings: "palt";
	font-weight: 500;
}

.service_space .service_btn {
	width: 40px;
	display: block;
	margin: 40px 0 0 auto;
}

.service_space .other_link {
	font-size: 16px;
	border-bottom: 1px solid;
	display: inline;
}

@media (max-width: 1400px) {
	.service_space .space_img {
		width: 47%;
		margin: 0;
	}
}

@media (max-width: 750px) {
	.service_space {
		margin: 0 0 60px;
	}

	.service_space .space_block {
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}

	.service_space .space_img {
		width: auto;
		margin: 0;
		order: 1;
	}

	.service_space .space_img img {
		height: auto;
		object-fit: contain;
	}

	.service_space .space_cont {
		width: 100%;
	}

	.service_space .space_head {
		font-size: 25px;
		text-align: left;
		padding: 20px 0 10px;
	}

	.service_space .space_tit {
		font-size: 14px;
		letter-spacing: 0.05em;
		margin: 0 0 20px;
	}

	.service_space .space_txt {
		font-size: 13px;
		letter-spacing: 0.02em;
	}

	.service_space .service_btn {
		width: 30px;
		display: block;
		margin: 20px 0 0 auto;
	}

	.service_space .other_link {
		font-size: 11px;
	}
}

body#top_page #main .c-box06.service {
	background-color: #fff;
}

body#top_page #main .c-box06.service .service_hd {
	padding-bottom: 0;
}

body#top_page #main .c-box06.service .headding .controls {
	padding-right: 0;
}

body#top_page #main .c-box06.service .slider .swiper-slide .meta .title {
	margin: 10px 0;
}

body#top_page #main .c-box06.service .com_btn {
	justify-content: center;
	margin-top: 30px;
}

body#top_page #main .c-box06.service .slider {
	padding-left: 0;
}

body#top_page #main .c-box06.service .slider .swiper-slide .meta .category-list {
	margin-top: 0px;
}

body#top_page #main .c-box06.service .slider .swiper-slide .thumbnail img {
	border-radius: 10px;
}

@media screen and (max-width: 750px) {
	body#top_page #main .c-box06.service .headding {
		display: flex;
	}
}

/* service 詳細
----------------------------------------------- */
.service_single {
	text-align: justify;
}

.service_single .service_main {
	margin: 0;
}

.service_single .mv_btm_text p {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	padding-top: 100px;
	text-align: center;
	line-height: 2;
}

.service_single .about_space .space_block {
	padding-top: 100px;
}

.service_single .about_space .space_img img {
	height: 1150px;
}

.service_single .about_space .consultation {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 40px;
	background-color: #eae9dc;
	font-size: 16px;
	width: fit-content;
	margin-top: 40px;
}

.service_single .about_space .consultation .consultation_text {
	color: #000;
}

.service_single .about_space .space_box {
	margin: 40px 0 0;
}

.service_single .about_space .space_inner+.space_inner {
	margin: 40px 0 0;
	padding: 40px 0 0;
}

.service_single .service_main .main_tit {
	font-family: "Raleway", sans-serif;
	margin: 0 0 10px;
	line-height: 1.3;
	width: fit-content;
}

.service_single .service_main .main_ja_tit {
	font-size: 16px;
	font-feature-settings: "palt";
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.65;
	color: #000;
	margin: 0 0 50px;
}

.service_single .table_area {
	padding: 80px 20px;
	background-color: #f0f0f0;
	margin: 0 0 120px;
}

.service_single .table_area .table_head {
	font-size: 42px;
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	margin: 0 0 30px;
}

.service_single .table_area .table_detail p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.02em;
	color: #000;
	font-feature-settings: "palt";
	font-weight: 500;
	margin: 0 0 40px;
}

.service_single .table_area .table_btm_text {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.02em;
	color: #000;
	font-feature-settings: "palt";
	font-weight: 500;
}

.service_single .table_area .consultation {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 40px;
	background-color: #eae9dc;
	font-size: 16px;
	width: fit-content;
	margin: 70px auto 0;
	color: #000;
}

.service_single .table_area .consultation .consultation_text {
	color: #000;
}

.service_single .table_area .table_item {
	margin-bottom: 40px;
}

.service_single .table_area .table_item .table_btm_text p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.02em;
	color: #000;
	font-feature-settings: "palt";
	font-weight: 500;
	padding-top: 20px;
}

.service_single .table_area .custom-table {
	width: 100%;
	border-collapse: collapse;
}

.service_single .table_area .custom-table th,
.service_single .table_area .custom-table td {
	border: 1px solid #f0f0f0;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.service_single .table_area .custom-table td p {
	color: #000;
	line-height: 2;
}

.service_single .table_area .custom-table tr:first-child th {
	background-color: #9d8b6c;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.service_single .table_area .table_item.col2 .custom-table td.col-head {
	width: 20%;
}

.service_single .table_area .table_item.col2 .custom-table td:not(.col-head) {
	width: 80%;
}

.service_single .table_area .table_item.col3 .custom-table td.col-head {
	width: 20%;
}

.service_single .table_area .table_item.col3 .custom-table td:not(.col-head) {
	width: 60%;
}

.service_single .flow_area {
	margin: 0 0 150px;
}

.service_single .flow_area .flow_head {
	font-size: 42px;
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	margin: 0 0 30px;
}

.service_single .flow_area .flow_detail {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.02em;
	color: #000;
	font-feature-settings: "palt";
	font-weight: 500;
	margin: 0 0 40px;
}

.service_single .flow_area .flow_note {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.02em;
	color: #000;
	font-feature-settings: "palt";
	font-weight: 500;
	padding-top: 30px;
}

.service_single .table_area .table_item.col4 .table_item_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 40px;
}

.service_single .flow_area .flow_group {
	position: relative;
	color: #d7dfec;
	display: flex;
	justify-content: space-between;
}

.service_single .flow_area .flow_group::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: #9d8b6c;
	transform: translateX(-50%);
	z-index: 0;
}

.service_single .flow_area .flow_group.flow2::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: var(--thick-top);
	height: var(--thick-height);
	width: 4px;
	background: #9d8b6c;
	z-index: 1;
}

.service_single .flow_area .flow_group .flow_col {
	width: calc(50% - 90px);
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.service_single .flow_area .flow_group .flow_col.right {
	margin-top: 150px;
}

.service_single .flow_area .flow_group .flow_item {
	position: relative;
}

.service_single .flow_area .flow_group .content_block {
	position: relative;
	padding: 37px;
	background-color: #eae9dc;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.02em;
	color: #000;
	font-feature-settings: "palt";
	font-weight: 500;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service_single .flow_area .flow_group .flow_item.is-period-target .content_block {
	background-color: #fff;
}

.service_single .flow_area .flow_group .flow_item.is-period-target .content_block::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%, -50%);
	width: 21px;
	height: 100%;
	background: url("../img/service/service_single_flow8_shape.png") no-repeat center / 100% 100%;
}

.service_single .flow_area .flow_group .content_block .flow_content_head {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: 22px;
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

.service_single .flow_area .flow_group .content_block .flow_content_head .num {
	width: 60px;
}

.service_single .flow_area .flow_group .content_block .flow_content {
	color: #000;
	padding-top: 30px;
	text-align: justify;
}

@media (max-width: 1250px) {

	.service_single .flow_area .flow_group .flow_col {
		gap: 60px;
	}

	.service_single .flow_area .flow_group .flow_col.right {
		margin-top: 180px;
	}

	.service_single .flow_area .flow_group .content_block {
		padding: 40px;
		font-size: 15px;
	}

	.service_single .flow_area .flow_group .content_block .flow_content_head .num {
		width: 50px;
	}

	.service_single .flow_area .flow_group .content_block .flow_content_head {
		font-size: 17px;
	}
}

.service_single .flow_area .flow_group .marker {
	position: absolute;
	top: 50%;
	z-index: 2;
}

.service_single .flow_area .flow_group .flow_item.is-period-target .marker .line {
	display: none;
}

.service_single .flow_area .flow_group .marker.left {
	right: -90px;
	transform: translate(50%, -50%);
}

.service_single .flow_area .flow_group .marker.right {
	left: -90px;
	transform: translate(-50%, -50%) rotate(180deg);
}

.service_single .flow_area .flow_group .marker .dot {
	width: 20px;
	height: 20px;
	background: #9d8b6c;
	border-radius: 50%;
	margin: 0 auto -11px;
	position: relative;
	z-index: 2;
}

.service_single .flow_area .flow_group.flow2 .flow_item[data-step="2"] .dot,
.service_single .flow_area .flow_group.flow2 .flow_item[data-step="3"] .dot,
.service_single .flow_area .flow_group.flow2 .flow_item[data-step="4"] .dot,
.service_single .flow_area .flow_group.flow2 .flow_item[data-step="5"] .dot,
.service_single .flow_area .flow_group.flow2 .flow_item[data-step="6"] .dot,
.service_single .flow_area .flow_group.flow2 .flow_item[data-step="7"] .dot,
.service_single .flow_area .flow_group.flow2 .flow_item[data-step="8"] .dot,
.service_single .flow_area .flow_group.flow2 .flow_item[data-step="9"] .dot {
	background: #fff;
	border: 2px solid #9d8b6c;
}

.service_single .flow_area .flow_group .marker .line {
	height: 2px;
	width: 90px;
	margin-right: 90px;
	background: #eae9dc;
}

.service_single .flow_area .flow_group.flow2 .flow_period {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	background: #9d8b6c;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding: 10px 16px;
	white-space: nowrap;
	text-align: center;
	min-width: 92px;
}

.service_single .flow_area .flow_group_sp {
	display: none;
}

.flow_group,
.flow_group_sp {
	opacity: 0;
	transition: opacity 0.3s;
}

@media (max-width: 750px) {
	.service_single .service_main .main_tit {
		font-size: 36px;
		line-height: 1.3;
	}

	.service_single .service_main .main_ja_tit {
		font-size: 13px;
		margin: 0 0 40px;
	}

	.service_single .mv_btm_text p {
		font-size: 14px;
		padding-top: 50px;
		text-align: justify;
	}

	.service_single .about_space .space_inner+.space_inner {
		margin: 35px 0 0;
		padding: 35px 0 0;
	}

	.service_single .about_space .consultation {
		width: 100%;
		padding: 25px;
		font-size: 11px;
		display: block;
		text-align: center;
	}

	.service_single .about_space .consultation .com_btn {
		margin-top: 15px;
		justify-content: center;
	}

	.service_single .about_space .space_block {
		padding-top: 50px;
	}

	.service_single .about_space .space_img {
		margin: 0;
		width: 100%;
		order: 1;
		padding-bottom: 40px;
	}

	.service_single .about_space .space_img img {
		height: auto;
	}

	.service_single .table_area {
		padding: 50px 0px;
	}

	.service_single .table_area .table_head {
		font-size: 26px;
		margin: 0 0 25px;
	}

	.service_single .table_area .table_detail p {
		font-size: 13px;
		margin: 0 0 30px;
	}

	.service_single .table_area .custom-table th, .service_single .table_area .custom-table td {
		padding: 10px;
		font-size: 13px;
	}

	.service_single .table_area .custom-table tr:first-child th {
		font-size: 14px;
	}

	.service_single .table_area .custom-table td p {
		font-size: 13px;
		line-height: 1.5;
	}

	.service_single .table_area .table_item .table_btm_text p {
		font-size: 13px;
	}

	.service_single .table_area .table_item.col2 .custom-table td.col-head {
		width: 30%;
	}

	.service_single .table_area .table_item.col3 .custom-table td.col-head {
		width: 30%;
	}

	.service_single .table_area .table_item.col3 .custom-table td:not(.col-head) {
		width: 40%;
	}

	.service_single .table_area .table_item.col2 .custom-table td:not(.col-head) {
		width: 70%;
	}

	.service_single .table_area .table_item.col4 .table_item_inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.service_single .table_area .table_item {
		margin-bottom: 30px;
	}

	.service_single .table_area .consultation {
		margin: 40px auto 0;
		width: 100%;
		padding: 25px;
		font-size: 11px;
		display: block;
		text-align: center;
	}

	.service_single .table_area .consultation .com_btn {
		margin-top: 15px;
		justify-content: center;
	}

	.service_single .table_area {
		margin: 0 0 60px;
	}

	.service_single .flow_area .flow_head {
		font-size: 26px;
		margin: 0 0 25px;
	}

	.service_single .flow_area .flow_detail {
		font-size: 13px;
		margin: 0 0 30px;
	}

	.service_single .flow_area {
		margin: 0 0 60px;
	}

	.service_single .flow_area .flow_group {
		display: none;
	}

	.service_single .flow_area .flow_group_sp {
		display: block;
		position: relative;
	}

	.service_single .flow_area .flow_group_sp::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 2px;
		background: #9d8b6c;
		z-index: 0;
	}

	.service_single .flow_area .flow_group_sp.flow2::after {
		content: "";
		position: absolute;
		left: 11px;
		transform: translateX(-50%);
		top: var(--thick-top);
		height: var(--thick-height);
		width: 4px;
		background: #9d8b6c;
		z-index: 1;
	}

	.service_single .flow_area .flow_group_sp .flow_item_sp {
		position: relative;
		padding-left: 50px;
		margin-bottom: 30px;
	}

	.service_single .flow_area .flow_group_sp .flow_item_sp:last-child {
		margin-bottom: 0;
	}

	.service_single .flow_area .flow_group_sp .marker_sp {
		position: absolute;
		top: 50%;
		left: 11px;
		transform: translate(-50%, -50%);
		z-index: 2;
	}

	.service_single .flow_area .flow_group_sp .marker_sp .dot {
		width: 12px;
		height: 12px;
		background: #9d8b6c;
		border-radius: 50%;
		position: relative;
		z-index: 2;
	}

	.service_single .flow_area .flow_group_sp .marker_sp .line {
		position: absolute;
		top: 50%;
		left: 10px;
		width: 37px;
		height: 2px;
		background: #eae9dc;
		transform: translateY(-50%);
	}

	.service_single .flow_area .flow_group_sp .content_block_sp {
		position: relative;
		padding: 25px;
		background-color: #eae9dc;
		font-size: 13px;
		line-height: 2;
		letter-spacing: 0.02em;
		color: #000;
		font-feature-settings: "palt";
		font-weight: 500;
	}

	.service_single .flow_area .flow_group_sp .content_block_sp .flow_content_head {
		display: flex;
		align-items: center;
		gap: 20px;
		font-size: 14px;
		color: #000;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.05em;
		font-feature-settings: "palt";
	}

	.service_single .flow_area .flow_group_sp .content_block_sp .flow_content_head .num {
		width: 35px;
	}

	.service_single .flow_area .flow_group_sp .content_block_sp .flow_content {
		padding-top: 20px;
		color: #000;
		text-align: justify;
	}

	.service_single .flow_area .flow_group_sp.flow2 .flow_item_sp[data-step="2"] .dot,
	.service_single .flow_area .flow_group_sp.flow2 .flow_item_sp[data-step="3"] .dot,
	.service_single .flow_area .flow_group_sp.flow2 .flow_item_sp[data-step="4"] .dot,
	.service_single .flow_area .flow_group_sp.flow2 .flow_item_sp[data-step="5"] .dot,
	.service_single .flow_area .flow_group_sp.flow2 .flow_item_sp[data-step="6"] .dot,
	.service_single .flow_area .flow_group_sp.flow2 .flow_item_sp[data-step="7"] .dot,
	.service_single .flow_area .flow_group_sp.flow2 .flow_item_sp[data-step="8"] .dot,
	.service_single .flow_area .flow_group_sp.flow2 .flow_item_sp[data-step="9"] .dot {
		background: #fff;
		border: 2px solid #9d8b6c;
	}

	.service_single .flow_area .flow_group_sp .flow_item_sp.is-period-target .marker_sp .line {
		display: none;
	}

	.service_single .flow_area .flow_group_sp .flow_item_sp.is-period-target .content_block_sp {
		background-color: #fff;
	}

	.service_single .flow_area .flow_group_sp .flow_item_sp.is-period-target .content_block_sp::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -5px;
		transform: translate(-100%, -50%);
		width: 24px;
		height: 200%;
		background: url("../img/service/service_single_flow8_shape_sp.png") no-repeat center / contain;
	}

	.service_single .flow_area .flow_group_sp .flow_period_sp {
		position: absolute;
		left: 10px;
		transform: translate(-50%, -50%);
		margin: 0;
		background: #9d8b6c;
		color: #fff;
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0.05em;
		padding: 12px 0;
		text-align: center;
		z-index: 3;
		writing-mode: vertical-rl;
		white-space: nowrap;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		text-orientation: mixed;
	}

	.service_single .flow_area .flow_group_sp .flow_period_sp .num {
		text-orientation: upright;
		color: #fff;
	}

	.service_single .flow_area .flow_group_sp .flow_period_sp .dotnum {
		color: #fff;
		margin-left: 6px;
	}

	.service_single .flow_area .flow_group_sp .marker_sp .flow_period_sp {
		left: 6px;
		top: 50%;
	}

	.service_single .flow_area .flow_group_sp .flow_period_sp br {
		display: none;
		font-size: 0;
	}

	.service_single .flow_area .flow_note {
		font-size: 13px;
	}
}