@charset "UTF-8";

#anchor1,
#anchor2,
#anchor3,
#anchor4,
#anchor5 {
	scroll-margin-top: 100px;
}

/* 固定ヘッダー分のオフセット。#tasp-* は WP 内の汎用 id=anchor* との重複を避ける */
[id^="tasp-"] {
	display: block;
	scroll-margin-top: calc(10rem + env(safe-area-inset-top, 0px));
	scroll-margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	[id^="tasp-"] {
		scroll-margin-top: calc(6rem + env(safe-area-inset-top, 0px));
	}
}

.page_title_top {
	&::after {
		background-image: url("../../img/page/corporation/banner.jpg");
	}
}

.page {
	& .common-anchor {
		& ul {
			justify-content: center;
		}
	}
}

.block {
	padding-bottom: 10rem;
	border-bottom: 0.2rem solid #9db5cd;
	margin-bottom: 10rem;
	@media screen and (max-width: 767px) {
		padding-bottom: 4rem;
		margin-bottom: 4rem;
	}
	.flex-contents {
		display: flex;
		gap: 7rem;
		margin-bottom: 7rem;
		@media screen and (max-width: 767px) {
			flex-direction: column;
			gap: 1rem;
			margin-bottom: 4rem;
		}
		.img-container {
			width: 58.4rem;
			@media screen and (max-width: 767px) {
				width: 100%;
			}
			& img {
				width: 100%;
			}
		}
		.text-container {
			width: 54.6rem;
			@media screen and (max-width: 767px) {
				width: 100%;
			}
			.blue-title {
				margin-bottom: 3rem;
				font-family: "Zen Kaku Gothic New", sans-serif;
				font-style: normal;
				font-weight: 700;
				font-size: 2.8rem;
				line-height: 1;
				letter-spacing: 0.08em;
				color: #267bca;
				@media screen and (max-width: 767px) {
					font-size: 1.8rem;
					margin-bottom: 1rem;
				}
			}
			.description {
				font-family: "Noto Sans JP", sans-serif;
				font-style: normal;
				font-weight: 400;
				font-size: 1.8rem;
				line-height: 1.56;
				letter-spacing: 0.08em;
				font-feature-settings: "palt" on;
				color: #000000;
				@media screen and (max-width: 767px) {
					font-size: 1.4rem;
				}
			}
			.blue-card {
				background: #f0f6fa;
				padding: 2rem;
				box-sizing: border-box;
				width: 100%;
				margin-top: 4rem;
				@media screen and (max-width: 767px) {
					margin-top: 2rem;
				}
				.blue-text {
					margin-bottom: 0.3rem;
					font-family: "Noto Sans JP", sans-serif;
					font-style: normal;
					font-weight: 700;
					font-size: 1.8rem;
					line-height: 1.67;
					letter-spacing: 0.08em;
					font-feature-settings: "palt" on;
					color: #267bca;
					position: relative;
					padding-left: 2rem;
					@media screen and (max-width: 767px) {
						font-size: 1.4rem;
					}
					&::after {
						content: "";
						position: absolute;
						width: 4px;
						height: 4px;
						border-radius: 4px;
						background-color: #267bca;
						left: 0.5rem;
						top: 1.2rem;
						@media screen and (max-width: 767px) {
							top: 1rem;
						}
					}
				}
				.black-text {
					font-family: "Noto Sans JP", sans-serif;
					font-style: normal;
					font-weight: 400;
					font-size: 1.6rem;
					line-height: 1.5;
					letter-spacing: 0.08em;
					font-feature-settings: "palt" on;
					color: #000000;
					@media screen and (max-width: 767px) {
						font-size: 1.4rem;
					}
				}
			}
		}
	}
	.block-list-items {
		display: flex;
		border: 0.1rem solid #267bca;
		margin-bottom: 7rem;
		@media screen and (max-width: 767px) {
			flex-direction: column;
			margin-bottom: 4rem;
		}
		.card {
			width: calc((100%) / 3);
			@media screen and (max-width: 767px) {
				width: 100%;
			}
			.title {
				font-family: "Noto Sans JP", sans-serif;
				font-style: normal;
				font-weight: 700;
				font-size: 2rem;
				line-height: 1;
				text-align: center;
				letter-spacing: 0.08em;
				font-feature-settings: "palt" on;
				color: #ffffff;
				background-color: #267bca;
				width: 100%;
				height: 6.2rem;
				display: flex;
				justify-content: center;
				align-items: center;
				border-right: 0.1rem solid #fff;
				@media screen and (max-width: 767px) {
					border-right: none;
					font-size: 1.8rem;
				}
			}
			.list {
				border-right: 0.1rem solid #267bca;
				padding: 1.9rem 2.8rem 2.7rem 3rem;
				box-sizing: border-box;
				@media screen and (max-width: 767px) {
					padding: 2rem 2rem 2rem 4rem;
				}
				.list-item {
					position: relative;
					font-family: "Noto Sans JP", sans-serif;
					font-style: normal;
					font-weight: 500;
					font-size: 2rem;
					line-height: 1.5;
					letter-spacing: 0.08em;
					font-feature-settings: "palt" on;
					color: #000000;
					padding-left: 1.5rem;

					@media screen and (max-width: 767px) {
						font-size: 1.4rem;
						padding-left: 1.2rem;
					}
					&::after {
						content: "";
						position: absolute;
						width: 4px;
						height: 4px;
						border-radius: 4px;
						background-color: #000000;
						left: 0;
						top: 1.2rem;
						@media screen and (max-width: 767px) {
							top: 0.9rem;
						}
					}
				}
			}
		}
		.card:last-child {
			.title {
				border-right: none;
			}
			.list {
				border-right: none;
			}
		}
	}
	.thumb-img-flex {
		display: flex;
		justify-content: center;
		gap: 4.3rem;
		margin-bottom: 9rem;
		@media screen and (max-width: 767px) {
			flex-direction: column;
			gap: 2rem;
			margin-bottom: 6rem;
		}
		.img-container {
			width: 37.1rem;
			@media screen and (max-width: 767px) {
				width: 100%;
			}
			& img {
				width: 100%;
			}
		}
	}
	.blue-pill-header {
		margin: 9.4rem auto -2.4rem;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 2.2rem;
		line-height: 1;
		text-align: center;
		letter-spacing: 0.08em;
		color: #ffffff;
		padding: 0.8rem 3.2rem 1.1rem;
		position: relative;
		z-index: 9;
		background: #267bca;
		border-radius: 2.05rem;
		display: table;
		@media screen and (max-width: 767px) {
			margin: 4rem auto -2rem;
			font-size: 1.6rem;
		}
	}
	.blue-block {
		background-color: #f0f6fa;
		padding: 6.6rem 15.5rem 7rem;
		box-sizing: border-box;
		position: relative;
		z-index: -1;
		@media screen and (max-width: 767px) {
			padding: 5rem 2rem 3rem;
		}
		.list-block {
			width: 100%;
			margin-bottom: 3rem;
			position: relative;
			border-radius: 2rem;
			border: 0.2rem solid #267bca;
			padding: 6rem 6rem 3rem;
			box-sizing: border-box;
			background-color: #fff;
			z-index: 2;
			@media screen and (max-width: 767px) {
				margin-bottom: 2rem;
				padding: 4rem 2rem 3rem;
			}
			&::after {
				content: "";
				position: absolute;
				z-index: 0;
				height: 3rem;
				width: 0.2rem;
				background-color: #267bca;
				left: 50%;
				transform: translateX(-50%);
				bottom: -3.2rem;
				@media screen and (max-width: 767px) {
				}
			}
			.caption {
				padding: 1.1rem 2.5rem;
				box-sizing: border-box;
				font-family: "Zen Kaku Gothic New", sans-serif;
				font-style: normal;
				font-weight: 700;
				font-size: 2.2rem;
				line-height: 1;
				letter-spacing: 0.08em;
				color: #ffffff;
				border-radius: 2rem 0 2rem 0;
				background-color: #267bca;
				position: absolute;
				top: -0.2rem;
				left: -0.2rem;
				@media screen and (max-width: 767px) {
					font-size: 1.4rem;
					padding: 0.9rem 2rem;
				}
			}
			.bullet-list {
				margin-bottom: 2rem;
				& li {
					padding-left: 2rem;
					position: relative;
					font-family: "Noto Sans JP", sans-serif;
					font-style: normal;
					font-weight: 400;
					font-size: 1.8rem;
					line-height: 1.44;
					letter-spacing: 0.08em;
					font-feature-settings: "palt" on;
					color: #000000;
					@media screen and (max-width: 767px) {
						font-size: 1.4rem;
					}
					&::after {
						content: "";
						position: absolute;
						width: 4px;
						height: 4px;
						border-radius: 4px;
						background-color: #000;
						left: 0.5rem;
						top: 1rem;
						@media screen and (max-width: 767px) {
							top: 1rem;
						}
					}
				}
			}
			.blue-bg {
				background-color: #f0f6fa;
				padding: 2.2rem 3.3rem;
				box-sizing: border-box;
				width: 100%;
				display: flex;
				flex-direction: column;
				gap: 1rem;
				@media screen and (max-width: 767px) {
					padding: 2rem;
				}
				.flex-text {
					display: flex;
					align-items: center;
					@media screen and (max-width: 767px) {
						flex-direction: column;
					}
					.month {
						width: 4.6rem;
						height: 1.9rem;
						display: flex;
						justify-content: center;
						align-items: center;
						/* padding: 2.5rem 1.1rem; */
						font-family: "Noto Sans JP", sans-serif;
						font-style: normal;
						font-weight: 500;
						font-size: 1.4rem;
						line-height: 1;
						letter-spacing: 0.08em;
						color: #ffffff;
						border-radius: 10rem;
						margin-right: 0.6rem;
						background-color: #267bca;
						@media screen and (max-width: 767px) {
							margin-right: 0;
							margin-bottom: 0.6rem;
							font-size: 1.3rem;
						}
					}
					.line1 {
						margin-right: 2rem;
						font-family: "Noto Sans JP", sans-serif;
						font-style: normal;
						font-weight: 700;
						font-size: 1.6rem;
						line-height: 1.31;
						letter-spacing: 0.08em;
						font-feature-settings: "palt" on;
						color: #267bca;
						@media screen and (max-width: 767px) {
							margin-right: 0;
							margin-bottom: 0.6rem;
							font-size: 1.4rem;
						}
					}
					.line2 {
						flex: 1;
						font-family: "Noto Sans JP", sans-serif;
						font-style: normal;
						font-weight: 500;
						font-size: 1.6rem;
						line-height: 1.31;
						letter-spacing: 0.08em;
						font-feature-settings: "palt" on;
						color: #000000;
						@media screen and (max-width: 767px) {
							font-size: 1.4rem;
						}
					}
				}
			}
		}
		.list-block:nth-child(4) {
			&::after {
				display: none;
			}
		}
		.flex-sub-blue-blocks {
			display: flex;
			gap: 1.4rem;
			@media screen and (max-width: 767px) {
				gap: 2rem;
				flex-direction: column;
			}
			.sub-block {
				width: 21.8rem;
				border: 0.2rem solid #267bca;
				border-radius: 2rem;
				position: relative;
				z-index: 2;
				background-color: #fff;
				padding: 1.8rem 1.6rem;
				box-sizing: border-box;
				@media screen and (max-width: 767px) {
					width: 100%;
				}
				&::before {
					content: "";
					position: absolute;
					z-index: 0;
					height: 3rem;
					width: 0.2rem;
					background-color: #267bca;
					left: 50%;
					transform: translateX(-50%);
					top: -3.2rem;
					@media screen and (max-width: 767px) {
						height: 2rem;
						top: -2.2rem;
						display: none;
					}
				}
				.label {
					margin-bottom: 1rem;
					width: 10.8rem;
					height: 2.8rem;
					display: flex;
					justify-content: center;
					align-items: center;
					font-style: normal;
					font-weight: 700;
					font-size: 1.6rem;
					line-height: 1;
					letter-spacing: 0.08em;
					color: #ffffff;
					border-radius: 2.25rem;
					margin: 0 auto 1rem;
					background-color: #267bca;
					@media screen and (max-width: 767px) {
						font-size: 1.4rem;
					}
				}
				.sub-title {
					font-style: normal;
					font-weight: 700;
					font-size: 1.8rem;
					line-height: 1.11;
					letter-spacing: 0.08em;
					color: #267bca;
					margin-bottom: 2rem;
					@media screen and (max-width: 767px) {
						font-size: 1.6rem;
						line-height: 1.5;
						margin-bottom: 1rem;
					}
				}
				.simple-list {
					& li {
						padding-left: 2rem;
						position: relative;
						font-family: "Noto Sans JP", sans-serif;
						font-style: normal;
						font-weight: 400;
						font-size: 1.6rem;
						line-height: 1.44;
						letter-spacing: 0.08em;
						font-feature-settings: "palt" on;
						color: #000000;
						margin-bottom: 2rem;
						@media screen and (max-width: 767px) {
							font-size: 1.4rem;
							margin-bottom: 1rem;
						}
						&::after {
							content: "";
							position: absolute;
							width: 4px;
							height: 4px;
							border-radius: 4px;
							background-color: #267bca;
							left: 0.5rem;
							top: 1.2rem;
							@media screen and (max-width: 767px) {
								top: 1rem;
							}
						}
					}
					& li:last-child {
						margin-bottom: 0;
					}
				}
				.note {
					font-family: "Noto Sans JP", sans-serif;
					font-style: normal;
					font-weight: 400;
					font-size: 1.4rem;
					line-height: 1.44;
					letter-spacing: 0.08em;
					font-feature-settings: "palt" on;
					color: #000000;
					@media screen and (max-width: 767px) {
						font-size: 1.2rem;
						margin-top: 0.6rem;
					}
				}
			}
		}
	}
}

.block:last-child {
	margin-bottom: 0;
}
