body {
	font-weight: 400;
}
/*---------------------------------------*/
.sub-section {
	margin-top: 80px;
}
.sub-visual {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 0 0;
	flex-wrap: wrap;
}
/*---------------------------------------*/
.breadcrumb-wrap {
	max-width: 1100px;
		margin: 0 auto;
	padding: 16px 80px;
}
.breadcrumb {
	font-size: 15px;
}
.breadcrumb a {
	color: #005197;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.breadcrumb-wrap {
		padding: 16px 20px;
	}
}
/*---------------------------------------*/
.sub-container {
	max-width: 1100px;
	padding: 0 80px;
	margin: 0 auto 100px;
}
@media (max-width: 768px) {
	.sub-container {
		padding: 0 20px;
		margin-bottom: 40px;
	}
}
/*---------------------------------------*/
.page-visual {
	/*
	position: relative;
	*/
		height: 320px;
}
.page-visual img {
	display: block;
	width: 100%;
	height: 320px; /* ← 高さは自動計算 */
	margin: 0 auto;
	object-fit: cover; /* 必要に応じてトリミングも可能 */
}
.page-title {
	transform: translateY(-200%);
	color: #fff;
	text-align: center;
}
.page-title h1 {
	font-size: 40px;
	letter-spacing: 2px;
	margin: 0;
}
.page-title p {
	font-size: 20px;
	margin: 0;
	opacity: 0.9;
}
@media (max-width: 425px) {
	.page-title .long-h1 {
		margin-top: 1.5em;
		line-height: 1.4;
	}
}
/*---------------------------------------*/
.section-title {
	position: relative;
	font-size: 36px;
	margin-top: 45px;
	margin-bottom: 24px;
	padding-left: 30px;
	font-weight: bold;
}
.section-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 19px;
	height: 19px;
	background-color: #005197;
	border-radius: 50%;
}
@media (max-width: 425px) {
	.section-title {
		margin-top: 20px;
		line-height: 1.3;
		font-size: 32px;
	}
}
/*---------------------------------------*/
.message-body {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.message-text {
	flex: 1;
	max-width: 690px;
	width: 100%;
}
.message-text p {
	margin-bottom: 30px;
	line-height: 1.8;
}
.message-photo img {
	max-width: 370px;
		width: 100%;
}
@media (max-width: 768px) {
	.message-body {
		display: block;
	}
	.message-photo img {
		display: block;
		margin: 0 auto;
	}
}
/*---------------------------------------*/
.company-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.company-table th,
.company-table td {
	padding: 16px 20px 13px;
	border-top: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
}
.company-table th:last-child,
.company-table td:last-child {
	border-bottom: 1px solid #ddd;
}
.company-table th {
	color: #fff;
	background-color: #005197;
	font-weight: 400;
	width: 200px;
	text-align: center;
}
@media (max-width: 768px) {
	.company-table th {
		display: block;
		padding: 10px 0;
	}
	.company-table td {
		display: block;
		padding: 14px 0;
	}
	.company-table th {
		width: 100%;
	}
}
/*---------------------------------------*/
.service-overview p {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: center;
}
.service-icons {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.icon-block img {
	width: 340px;
	height: auto;
}
.icon-block a {
	display: block;
	margin-top: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.service-section {
	margin-bottom: 80px;
}
.service-title,
.result-title {
	font-size: 24px;
	font-weight: bold;
	border-left: 8px solid #005197;
	padding: 10px 16px;
	margin-bottom: 16px;
	background-color: #f6f6f6;
}
.catch {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.description-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.description {
	flex: 1 1 60%;
	min-width: 280px;
	margin-top: 0;
}
.illustration {
	flex: 1 1 30%;
	text-align: center;
}
.illustration img {
	width: 100%;
	max-width: 378px;
	height: auto;
}
.consult-list-box {
	border: 1px solid #005197;
	padding: 30px 45px;
	margin: 30px 0;
	border-radius: 14px;
}
.consult-list-box h4 {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 12px;
}
.consult-list {
	padding-left: 2px;
}
.consult-list li {
	position: relative;
	list-style: none;
	padding-left: 1.8em;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.consult-list li::before {
	content: "●";
	position: absolute;
			top: 3px;
	left: 0;
	color: #005197;
	font-size: 14px;
}
.image-caption {
	text-align: center;
	margin: 40px 0 30px;
}
.image-caption img {
	max-width: 100%;
	height: auto;
}
.image-caption figcaption {
	font-size: 15px;
	color: #3e3e3e;
	margin-top: 8px;
}
@media (max-width: 768px) {
	.page-inner {
		padding: 0 20px;
	}
	.icon-block img {
		width: 100%;
		max-width: 300px;
	}
	.catch {
		line-height: 1.4;
	}
	.description-wrapper {
		gap: 10px;
		margin-bottom: 20px;
	}
	.description {
		margin-bottom: 0;
	}
	.consult-list-box {
		border: 1px solid #005197;
		padding: 30px 30px 10px;
		margin: 0 0 30px;
		border-radius: 12px;
	}
	.consult-list-box h4 {
		font-size: 24px;
		line-height: 1.4;
	}
	.image-caption {
		margin: 40px 0 0;
	}
}
@media (max-width: 768px) {
	.service-icons {
		gap: 15px;
	}
	.catch {
		font-size: 24px;
	}
	.service-section {
		margin-bottom: 40px;
	}
	.image-caption figcaption {
		text-align: left;
	}
}
/*---------------------------------------*/
.result-intro {
	text-align: center;
}
.result-visual {
	max-width: 1100px;
	padding: 0 80px;
	margin: 0 auto 60px;
	text-align: center;
}
.result-visual img {
	max-width: 100%;
	height: auto;
}
.case {
	margin-bottom: 60px;
}
.case-topic {
	font-size: 29px;
	font-weight: bold;
	color: #005197;
	text-align: center;
	margin-bottom: 8px;
}
.case-balloon {
	text-align: center;
}
.case-balloon .inner {
	position: relative;
	border: 2px solid #000;
	border-radius: 40px;
	padding: 20px 30px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
}
.case-balloon .inner::after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 49%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #000;
}
.case-balloon .inner::before {
	content: "";
	position: absolute;
	bottom: -37px;
	left: 49%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fff;
	z-index: 1;
}
.case-image img {
	display: block;
	margin: 20px auto;
}
.case-role {
	margin-bottom: 30px;
	font-weight: 600;
	text-align: center;
}
.case-box {
	padding: 30px 40px;
	border-radius: 10px;
	margin-bottom: 24px;
}
.case-box.support {
	background: #eaf5ff;
}
.case-box.result {
	background: #fff7df;
}
.case-box h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 12px;
}
.case-box ul {
	padding-left: 20px;
	margin: 0;
}
.case-box ul li {
	list-style: disc;
	margin-bottom: 8px;
}
@media (max-width: 768px) {
	.result-intro {
		text-align: left;
	}
	.result-visual {
		padding: 0;
	}
	.case-topic {
		margin-bottom: 0;
	}
	.case-balloon .inner {
		padding: 20px 20px;
		border-radius: 20px;
		text-align: left;
	}
	.case-box {
		padding: 20px 30px;
	}
}
/*---------------------------------------*/
.faq-list {
	border-top: 1px solid #ccc;
	margin-top: 40px;
}
.faq-item {
	border: 1px solid #000;
	padding: 25px 30px 15px;
	margin-bottom: 20px;
	background-color: #fff;
}
.faq-item h3 {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
}
.faq-item p {
	margin: 0 0 8px;
	font-size: 16px;
}
.faq-item p span {
	font-weight: 600;
}
/* お問い合わせフォーム */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 13px;
	border: 1px solid #bfbfbf;
	background-color: #f7f7f7;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 15px;
}
.required {
	color: #ffea00;
}
textarea {
	min-height: 120px;
}
input[type="submit"] {
	background-color: #005197;
	color: #fff;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
	margin-top: 30px;
	border-radius: 4px;
}
input[type="submit"]:hover {
	background-color: #003a6b;
}
label {
	display: block;
	margin-bottom: 6px;
}
.privacy {
	margin-bottom: 30px;
}