/* 運送業/宗教法人/医療法人の税務顧問サービスページ用 */
.tax-advisory-industry .text {
	font-size: 1.125rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.tax-advisory-industry .text+.text {
	margin-top: 1.6875rem;
}

.tax-advisory-industry .service_ttb {
	background-image: none;
	background: -webkit-gradient(linear, left bottom, left top, from(#dff5f9), to(#fff));
	background: linear-gradient(to top, #dff5f9, #fff);
}

.tax-advisory-industry .service_ttb .service_content {
	background: none;
}

.tax-advisory-industry .service_ttb .service_banner {
	margin-bottom: 0;
}

.tax-advisory-industry .service_ttb .service_banner .text_wrap {
	text-align: center;
	margin-block: 3.5rem;
}

.tax-advisory-industry .feature {
	padding-top: 0;
}

.tax-advisory-industry .feature::before,
.tax-advisory-industry .feature::after {
	display: none;
}

.tax-advisory-industry .feature .list {
	margin-bottom: 5rem;
}

.tax-advisory-industry .feature .flex {
	display: grid;
	grid-template-columns: 1fr 260px;
	grid-gap: 0px 1.5rem;
	margin-bottom: 2rem;
}

.tax-advisory-industry .feature .flex .text {
	font-size: 1rem;
}

.tax-advisory-industry .feature .dots_title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #c8dde6;
}

.tax-advisory-industry .price {
	background-color: #f7feff;
	margin-bottom: 0;
}

.tax-advisory-industry .price .container {
	display: contents;
}

.tax-advisory-industry .price .img {
	margin-bottom: 5rem;
}

.tax-advisory-industry .flow {
	background-image: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#dff5f9), to(#fff));
	background: linear-gradient(to bottom, #dff5f9, #fff);
}

.tax-advisory-industry .tax-account {
	position: relative;
}

.tax-advisory-industry .tax-account::before {
	content: '';
	width: 89.4444444444%;
	height: 62.443438914%;
	background: #f2fbfd;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.tax-advisory-industry .tax-account .flex {
	display: grid;
	grid-template-columns: 360px 1fr;
	grid-gap: 0px 1.5rem;
	position: relative;
	z-index: 1;
}

.tax-advisory-industry .tax-account .img {
	width: 100%;
	max-width: 360px;
}

.tax-advisory-industry .tax-account .left {
	width: 100%;
	max-width: 580px;
}

.tax-advisory-industry .tax-account .left .ttl {
	color: #2a66af;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
}

.tax-advisory-industry .tax-account .left .text {
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.tax-advisory-industry .tax-account .name_wrap {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}

.tax-advisory-industry .tax-account .name_wrap .position {
	text-align: right;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 500;
}

.tax-advisory-industry .tax-account .name_wrap .name {
	width: 240px;
}

.tax-advisory-industry .faq {
	background: #f7fbfd;
}

.tax-advisory-industry .faq::before,
.tax-advisory-industry .faq::after {
	display: none;
}

.tax-advisory-industry .faq .faq_list {
	margin-bottom: 5rem;
}

.tax-advisory-industry .faq .line {
	border: 2px solid #2966af;
	padding: 2.5rem;
	text-align: center;
	background-color: #fff;
}

.tax-advisory-industry .faq .line .title {
	color: #2966af;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

.tax-advisory-industry .faq .line .text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}

.tax-advisory-industry .faq .line .link {
	display: block;
	max-width: 360px;
	width: 100%;
	height: 90px;
	margin-inline: auto;
	border-radius: 12px;
}

.tax-advisory-industry .faq .line .link img {
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
}

@media screen and (max-width: 768px) {
	.tax-advisory-industry .text {
		font-size: 1rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	.tax-advisory-industry .text+.text {
		margin-top: 1.5rem;
	}

	.tax-advisory-industry .service_ttb .service_banner .text_wrap {
		margin-block: 1.5rem;
	}

	.tax-advisory-industry .text {
		line-height: 1.8;
	}

	.tax-advisory-industry .feature .list {
		margin-bottom: 2rem;
	}

	.tax-advisory-industry .feature .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 1.5rem;
	}

	.tax-advisory-industry .feature .flex .text {
		font-size: 0.9375rem;
	}

	.tax-advisory-industry .feature .dots_title {
		font-size: 1.25rem;
	}

	.tax-advisory-industry .feature .content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.tax-advisory-industry .price {
		margin-bottom: 0;
	}

	.tax-advisory-industry .price .container {
		display: block;
		position: relative;
		margin-bottom: 2rem;
	}

	.tax-advisory-industry .price .head {
		width: 160px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.tax-advisory-industry .price .img {
		overflow-x: auto;
		margin-bottom: 0;
	}

	.tax-advisory-industry .price .img .table {
		width: 520px;
	}

	.tax-advisory-industry .tax-account::before {
		content: '';
		width: 92.0512820513%;
		height: 79.1596638655%;
	}

	.tax-advisory-industry .tax-account .flex {
		display: block;
		position: relative;
		z-index: 1;
	}

	.tax-advisory-industry .tax-account .img {
		max-width: none;
	}

	.tax-advisory-industry .tax-account .left {
		max-width: none;
		margin-top: 1.5rem;
	}

	.tax-advisory-industry .tax-account .left .ttl {
		color: #2a66af;
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}

	.tax-advisory-industry .tax-account .left .text {
		margin-bottom: 1.5rem;
	}

	.tax-advisory-industry .faq .faq_list {
		margin-bottom: 2rem;
	}

	.tax-advisory-industry .faq .line {
		border: 2px solid #2966af;
		padding: 2rem 1rem;
		text-align: center;
		background-color: #fff;
	}

	.tax-advisory-industry .faq .line .title {
		font-size: 1.5rem;
	}

	.tax-advisory-industry .faq .line .text {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.tax-advisory-industry .faq .line .link {
		max-width: 302px;
		height: 75px;
	}

	.tax-advisory-industry .cta a.btn {
		padding: 1rem;
		height: 121px;
		max-width: 450px;
		margin-inline: auto;
	}

	.tax-advisory-industry .cta:not(.big.sec) .w960 {
		padding: 0;
	}
}


.tax-advisory-industry .service_ttb .service_banner.inheritance_banner {
	margin-bottom: 80px;
}

.hero-inheritance {
	padding-top: 122px;

}

.hero-inheritance .hero-inheritance-l {
	width: 100%;
	height: auto;
	background: url(../img/inheritance-services/inheritance_hero_bg.webp) no-repeat;
	background-size: cover;
	background-position: center top 30%;
	position: relative;
	aspect-ratio: 1200 / 430;
	overflow: hidden;
}

.hero-inheritance .hero-inheritance-l .hero-inheritance-flex {
	display: flex;
	padding: 6% 8%;
	gap: 6%;
}

.hero-inheritance .hero-inheritance-l .hero-inheritance-flex .hero-inheritance-flex-left {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.hero-inheritance .hero-inheritance-l .hero-inheritance-flex .hero-inheritance-flex-right {
	display: flex;
	align-items: end;
}

@media screen and (max-width:960px) {
	.hero-inheritance {
		padding-top: 64px;
	}

	.hero-inheritance .hero-inheritance-l {
		height: 88vw;
	}

	.hero-inheritance .hero-inheritance-l .hero-inheritance-flex {
		flex-direction: column;
		gap: 12px;
	}

	.hero-inheritance .hero-inheritance-l .hero-inheritance-flex .hero-inheritance-flex-left {
		gap: 12px;
	}
}