@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
service
---------------------------------------------------------------------- */
@counter-style circled-decimal {
	system: numeric;
	symbols: ⓪ ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩;
	suffix: " ";
}
#service p {
	margin-bottom: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
#service p:last-child {
	margin-bottom: 0;
}
#service .text_red {
	color: var(--color-red);
}
#service .text_bold {
	font-weight: 700;
}
#service .bg_list {
	background-color: #f2f2f2;
	padding: 4rem;
	margin: 2.5rem 0;
}
#service .bg_list li {
	color: var(--color-blue);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
#service .bg_list li:last-child {
	margin-bottom: 0;
}
#service .bg_list li::before {
	content: "・";
	position: absolute;
	top: 1px;
	left: 0px;
}
#service .gray_table {
	width: 100%;
}
#service .gray_table .headline {
	background-color: #666;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 1.5rem;
}
#service .gray_table table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
}
#service .gray_table table tr:nth-child(even) {
	background-color: #f2f2f2;
}
#service .gray_table table td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 1.2rem;
	line-height: 1.5;
	vertical-align: middle;
}
#service .gray_table.col4 table td {
	width: 25%;
}
#service .gray_table.col3 table td {
	width: 33.3333333333%;
}
#service picture {
	display: block;
	margin-bottom: 5rem;
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin-inline: auto;
}
#service picture img {
	width: 100%;
}
#service .fig_wrapper {
	width: 100%;
	max-width: 800px;
	margin: 5rem auto;
}
#service .fig_wrapper .band_area {
	padding: 1.4rem 2rem;
	color: #fff;
	font-size: max(2rem, 18px);
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#service .fig_wrapper .band_area.gray {
	background-color: #a4a4a4;
}
#service .fig_wrapper .band_area.red {
	background-color: var(--color-red);
}
#service .fig_wrapper .fig_text {
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: center;
	color: var(--color-red);
	font-size: max(1.6rem, 16px);
	font-weight: 700;
}
#service .fig_wrapper .fig_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 16px solid var(--color-red);
	border-bottom: 0;
	margin-inline: auto;
	margin-bottom: 1.6rem;
}
#service .merit_list {
	counter-reset: number 0;
}
#service .merit_list li {
	display: flex;
	padding: 4rem;
	gap: 3.5rem;
	align-items: center;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 2rem;
}
#service .merit_list li:last-child {
	margin-bottom: 0;
}
#service .merit_list li .num_area {
	counter-increment: number 1;
}
#service .merit_list li .num_area .num_label {
	color: #fff;
	font-size: max(2rem, 16px);
	font-family: "Montserrat", serif;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: center;
	justify-content: center;
	background-color: var(--color-red);
	border-radius: 500px;
	width: 10rem;
	aspect-ratio: 1;
	padding-top: 1rem;
	font-weight: 700;
}
#service .merit_list li .num_area .num_label::after {
	content: counter(number);
	font-size: max(5rem, 24px);
	font-weight: 700;
}
#service .merit_list li .title_text {
	font-size: max(2rem, 18px);
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.5;
}
#service .merit_list li p {
	font-weight: 400;
}
#service .r_circle_list {
	background-color: #f2f2f2;
	padding: 2.5rem 2.5rem 2.5rem 4rem;
	margin-bottom: 2rem;
	border-radius: 5px;
}
#service .r_circle_list.bg_none {
	background-color: transparent;
}
#service .r_circle_list li {
	padding: 1.2rem 0 1.2rem 2.5rem;
	font-size: max(1.8rem, 16px);
	position: relative;
	line-height: 1.5;
}
#service .r_circle_list li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: var(--color-red);
	position: absolute;
	top: calc(1.2rem + 8px);
	left: 0;
}
#service .r_circle_list.col2 {
	display: flex;
	flex-wrap: wrap;
}
#service .r_circle_list.col2 li {
	width: 50%;
}
#service .img_list li {
	display: flex;
	gap: 4rem;
	align-items: center;
	padding: 4rem 0;
	border-bottom: 1px solid #ccc;
}
#service .img_list li:first-child {
	border-top: 1px solid #ccc;
}
#service .img_list li picture {
	width: 30%;
	flex-shrink: 0;
	margin-bottom: 0;
}
#service .img_list li picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
#service .reason_list {
	counter-reset: number 0;
	border-radius: 5px;
}
#service .reason_list > li {
	padding: 5rem 0 5rem 8rem;
	border-bottom: 1px solid #ccc;
	counter-increment: number 1;
	position: relative;
}
#service .reason_list > li:first-child {
	border-top: 1px solid #ccc;
}
#service .reason_list > li::before {
	content: counter(number);
	width: 6rem;
	height: 6rem;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: max(4rem, 26px);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-red);
	border-radius: 500px;
	position: absolute;
	top: 5rem;
	left: 0;
}
#service .reason_list > li .list_title {
	font-size: max(2rem, 18px);
	font-weight: 700;
	margin-bottom: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#service .reason_list > li .list_flex {
	display: flex;
	gap: 6rem;
	align-items: flex-start;
}
#service .reason_list > li .list_flex picture {
	width: 20%;
	flex-shrink: 0;
	aspect-ratio: 1;
}
#service .reason_list > li .list_flex picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
#service .reason_list > li .r_circle_list {
	margin-bottom: 2.5rem;
	border-radius: 5px;
}
#service .process_list {
	width: 100%;
	max-width: 800px;
	counter-reset: number 0;
	margin-inline: auto;
}
#service .process_list li {
	counter-increment: number 1;
	color: var(--color-red);
	font-size: max(2rem, 18px);
	background-color: #f2f2f2;
	border-radius: 5px;
	text-align: center;
	padding: 1.5rem 1.5rem 1.5rem 6rem;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 4rem;
}
#service .process_list li::before {
	content: counter(number);
	font-family: "Montserrat", sans-serif;
	font-size: max(2.8rem, 22px);
	position: absolute;
	top: calc(1.2rem - 2px);
	left: 4rem;
	font-weight: 700;
}
#service .process_list li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 16px solid var(--color-red);
	border-bottom: 0;
	position: absolute;
	bottom: -3rem;
	left: 50%;
	translate: -50% 0;
}
#service .process_list li:last-child {
	margin-bottom: 0;
}
#service .process_list li:last-child::after {
	content: none;
}
#service .point_list {
	list-style: circled-decimal;
	list-style-position: outside;
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 4rem 5rem 4rem 7rem;
	margin-bottom: 3rem;
}
#service .point_list li {
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}
#service .point_list li:last-child {
	margin-bottom: 0;
}
#service .bg_box {
	background-color: #f2f2f2;
	padding: 3rem 5rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	border-radius: 5px;
}
#service .dot_box {
	border: 1px dashed #ccc;
	background-color: #f2f2f2;
	padding: 4rem;
	margin-bottom: 2rem;
	border-radius: 5px;
}
@media screen and (max-width: 1024px) {
	#service .bg_list {
		padding: 3rem;
	}
	#service .bg_list li {
		margin-bottom: 0.5rem;
	}
	#service .point_list {
		padding: 4rem 4rem 4rem 6rem;
	}
}
@media screen and (max-width: 820px) {
	#service .img_list li {
		flex-direction: column-reverse;
	}
	#service .img_list li picture {
		width: 100%;
		max-width: 300px;
	}
	#service .reason_list > li .list_flex {
		flex-direction: column-reverse;
		gap: 4rem;
	}
	#service .reason_list > li .list_flex picture {
		margin-bottom: 0;
		width: 100%;
		max-width: 300px;
		aspect-ratio: 4/3;
		margin-inline: auto;
	}
	#service .reason_list > li::before {
		top: 3.6rem;
	}
	#service .r_circle_list.col2 li {
		width: 100%;
	}
	#service .process_list li {
		font-size: 16px;
		padding: 1.5rem 1.5rem 1.5rem 9rem;
		margin-bottom: 40px;
	}
	#service .process_list li::after {
		bottom: -28px;
	}
	#service .point_list {
		padding: 2.5rem 2.5rem 2.5rem 4.5rem;
	}
	#service .bg_box {
		padding: 2.5rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 520px) {
	#service p {
		font-size: 14px;
	}
	#service .bg_list {
		padding: 2rem;
	}
	#service .gray_table.col4 table td {
		font-size: 14px;
	}
	#service .gray_table.col3 table td {
		font-size: 14px;
	}
	#service .fig_wrapper .band_area {
		font-size: 16px;
	}
	#service .merit_list li {
		padding: 2.5rem;
		flex-direction: column;
		gap: 1.5rem;
	}
	#service .merit_list li .num_area .num_label {
		width: 6rem;
		font-size: 12px;
	}
	#service .merit_list li .num_area .num_label::after {
		font-size: 32px;
	}
	#service .merit_list li .title_text {
		font-size: 16px;
		text-align: center;
	}
	#service .r_circle_list {
		padding: 1.5rem 1.5rem 1.5rem 2rem;
		border-radius: 5px;
	}
	#service .r_circle_list li {
		font-size: 16px;
		padding: 4px 12px 4px 18px;
	}
	#service .r_circle_list li::before {
		top: 10px;
	}
	#service .r_circle_list.col2 {
		flex-direction: column;
	}
	#service .r_circle_list.col2 li {
		width: 100%;
	}
	#service .r_circle_list.bg_none {
		padding: 1.5rem 0 1.5rem 0;
	}
	#service .reason_list > li {
		padding: 8rem 0 3rem 0rem;
	}
	#service .reason_list > li .list_title {
		font-size: max(1.8rem, 18px);
		text-align: center;
	}
	#service .reason_list > li .list_flex {
		gap: 2rem;
	}
	#service .reason_list > li::before {
		width: 40px;
		height: 40px;
		font-size: 24px;
		top: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#service .process_list li {
		padding: 1.5rem 1.5rem 1.5rem 4rem;
		margin-bottom: 30px;
	}
	#service .process_list li::before {
		font-size: max(1.8rem, 16px);
		left: 20px;
		top: 50%;
		translate: 0 -50%;
	}
	#service .process_list li::after {
		bottom: -23px;
		scale: 0.6;
	}
	#service .img_list li {
		gap: 2rem;
	}
	#service .dot_box {
		padding: 3rem 2.5rem 2.5rem;
	}
}

#service.fees .lead_text {
	margin-bottom: 10rem;
}
#service.fees .lead_text .red_label {
	font-size: max(2rem, 18px);
	font-weight: 700;
	color: var(--color-red);
	margin-bottom: 2rem;
	display: block;
}
#service.fees .lead_text .tel_label {
	font-weight: 700;
	font-size: max(1.8rem, 16px);
}
#service.fees table {
	width: 100%;
}
#service.fees table th, #service.fees table td {
	border: #dddddd 1px solid;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-size: max(1.6rem, 14px);
}
#service.fees table th {
	background-color: #f3f3f3;
	font-weight: 700;
}
#service.fees table thead th {
	font-size: max(1.8rem, 16px);
	text-align: center;
}
#service.fees table.service_details thead th:nth-child(1){
	width:20%;
}
#service.fees table.service_details thead th:nth-child(2){
	width:15%;
}
#service.fees .table_comment {
	margin-top: 15px;
	font-size: max(1.4rem, 12px);
	line-height: 1.6;
	margin-bottom: 30px;
}
#service.fees .keiyaku table td:nth-child(odd) {
	font-weight: 700;
}
#service.fees .service table td {
	font-weight: 700;
	text-align: center;
}
#service.fees .service table tr td:nth-child(2){
	width:110px;
}
#service.fees .service table td:nth-child(3n+3) {
	font-weight: 400;
	text-align: left;
}
#service.fees .service table td ul li {
	list-style-type: disc;
	margin-left: 3rem;
}
#service.fees .num_list {
	margin-bottom: 3rem;
}
#service.fees .num_list li {
	display: flex;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 1rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#service.fees .num_list li:last-child {
	margin-bottom: 0;
}
#service.fees .num_list li .th {
	font-weight: 700;
	font-size: max(1.8rem, 16px);
	padding: 4.5rem;
}
#service.fees .num_list li .td {
	padding: 2rem 2rem 2rem 0;
	font-weight: 700;
	font-size: max(1.8rem, 16px);
}
#service.fees .tetsuzuki table.tetsuzuki_sp {
	display: none;
}
#service.fees .tetsuzuki table th, #service.fees .tetsuzuki table td {
	font-weight: 700;
}
#service.fees .tetsuzuki table th {
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: center;
}
#service.fees .tetsuzuki table td {
	text-align: center;
}
#service.fees .kyuyo .num_list li {
	padding: 2rem;
}
#service.fees .kyuyo .num_list .th {
	padding: 1rem 0;
	width: 28%;
	border-right: 1px solid #ddd;
	flex-shrink: 0;
}
#service.fees .kyuyo .num_list .td {
	padding: 1rem 2rem 1rem 2.5rem;
}
#service.fees .kyuyo table td:nth-child(odd) {
	font-weight: 700;
	text-align: center;
	font-weight: max(1.8rem, 16px);
}
#service.fees .shugyo table th {
	text-align: center;
}
#service.fees .shugyo table td {
	text-align: center;
}
#service.fees .chingin table th {
	text-align: center;
}
#service.fees .chingin table td {
	text-align: center;
}
#service.fees .taishokukin table th {
	text-align: center;
}
#service.fees .taishokukin table td {
	text-align: center;
}
#service.fees .kenshu table th {
	text-align: center;
}
#service.fees .kenshu table td {
	text-align: center;
}
#service.fees .roumu table th {
	text-align: center;
}
#service.fees .roumu table td {
	text-align: center;
}
@media screen and (max-width: 1024px) {
	#service.fees .num_list {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 820px) {
	#service.fees .tetsuzuki table {
		width: 100%;
	}
	#service.fees .tetsuzuki table.tetsuzuki_sp {
		display: table;
	}
	#service.fees .tetsuzuki table.tetsuzuki_pc {
		display: none;
	}
	#service.fees .tetsuzuki table tbody {
		width: 100%;
	}
	#service.fees .tetsuzuki table tbody th {
		width: 50%;
		writing-mode: initial;
		text-orientation: initial;
	}
	#service.fees .kyuyo .num_list li {
		flex-direction: column;
	}
	#service.fees .kyuyo .num_list li .th {
		width: 100%;
		text-align: left;
		border-right: none;
		padding-bottom: 0;
	}
	#service.fees .kyuyo .num_list li .td {
		padding: 1rem 2rem 1rem 1em;
		margin: 0 auto 0 0;
	}
	#service.fees table.service_details thead th:nth-child(1){
		width:20%;
	}
	#service.fees table.service_details thead th:nth-child(2){
		width:18%;
	}
}
@media screen and (max-width: 520px) {
	#service.fees .lead_text {
		margin-bottom: 6rem;
	}
	#service.fees table thead th {
		font-size: 14px;
	}
	#service.fees table th, #service.fees table td {
		font-size: 14px;
	}
	#service.fees .service table td ul li {
		margin-left: 2rem;
	}
	#service.fees .num_list li .th {
		font-size: 16px;
		padding: 20px;
	}
	#service.fees .num_list li .td {
		padding: 20px 20px 20px 0;
		font-size: 16px;
	}
	#service.fees .table_comment {
		font-size: 12px;
	}
	#service.fees .kyuyo .num_list li {
		padding: 2.5rem;
	}
	#service.fees .kyuyo .num_list li .th {
		padding: 0;
	}
	#service.fees .kyuyo .num_list li .td {
		padding: 0;
	}
	#service.fees .kyuyo table thead th:nth-child(1) {
		width: 6em;
	}
	#service.fees .kenshu table thead th:nth-child(1) {
		width: 6em;
	}
	#service.fees table.service_details thead th:nth-child(1),#service.fees table.service_details thead th:nth-child(2),#service.fees table.service_details thead th:nth-child(3),{
		display:none;
	}
	#service.fees table.service_details thead th{
		display:none;
	}
	#service.fees table.service_details td{
		display:block;
		width:100%;
		border-bottom:none;
	}
	#service.fees .service table.service_details tr{
		display:block;
		margin-bottom:2.0rem;
	}
	#service.fees .service table.service_details tr:nth-child(3){
		margin-bottom:0;
	}
	#service.fees .service table.service_details tr td:nth-child(1){
		background-color:#f2f2f2;
	}
	#service.fees .service table.service_details tr td:nth-child(2){
		width:100%;
	}
	#service.fees .service table.service_details tr td:nth-child(3){
		border-bottom:1px solid #ddd;
	}
}