.abouts-subpage > .content {
	padding: 80px 0 100px;
}
.abouts-subpage > .content:has(.top_message_header){
	padding-top: 0;
}
.abouts-subpage > .content .column2 {
	display: flex;
	justify-content: space-between;
	gap: calc(10 / 1350 * 100%);
	width: 100%;
	padding-left: max(20px, calc((100vw - 1200px) / 2));
}

.abouts-subpage .column2 > .main_content {
	width: calc(1000 / 1350 * 100%);
	padding: 0 20px;
}

.abouts-subpage .column2 > .submenu {
	width: calc(250 / 1350 * 100%);
	padding-right: 20px;
}

.abouts-subpage .submenu .title {
	margin-bottom: 16px;
	color: #003b90;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
}

.abouts-subpage .submenu .list {
	border-top: 1px solid #d6dff5;
	border-bottom: 1px solid #d6dff5;
}

.abouts-subpage .submenu a {
	display: block;
	padding: 10px 0;
	color: #313133;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.5;
	text-decoration: none;
}

.abouts-subpage .submenu a.in {
	padding-left: 24px;
	background: url("../images/arrow_blue.svg") left 14px / 16px no-repeat;
	color: #1b3d8c;
}

.abouts-subpage .main_content h2 {
	position: relative;
	margin: 0 0 60px;
	padding-bottom: 20px;
	color: #313133;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
}

.abouts-subpage .main_content h2::before,
.abouts-subpage .main_content h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
}

.abouts-subpage .main_content h2::before {
	width: 100%;
	background: #e8ecf3;
}

.abouts-subpage .main_content h2::after {
	width: 80px;
	background: #4073eb;
}

.abouts-subpage .main_content section {
	margin-bottom: 96px;
}

.abouts-subpage .back_button {
	text-align: center;
}

.abouts-subpage .back_button a {
	display: inline-block;
	padding: 24px 160px;
	background: #e8ecf3;
	color: #003b90;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
}

.abouts-top-message > .content {
	padding: 0 0 100px;
}

.top_message_header {
	display: flex;
	width: 100%;
	margin-bottom: 80px;
}

.top_message_header .title {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 59%;
	padding: 40px 75px 40px 20px;
	background: linear-gradient(90deg, #003b90 9.96%, #4073eb 108.15%);
}

.top_message_header .title > div {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.top_message_header .title .text {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.75;
}

.top_message_header .title .image img {
	display: block;
	max-width: 360px;
	width: 100%;
}

.top_message_header > .image {
	width: 41%;
}

.top_message_header > .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abouts-top-message .message-head {
	margin-bottom: 32px;
	padding: 0;
	font-size: 30px;
	line-height: 1.75;
}

.abouts-top-message .message-head::before,
.abouts-top-message .message-head::after {
	display: none;
}

.abouts-top-message .message-body {
	margin-bottom: 80px;
	color: #000;
	font-size: 16px;
	line-height: 1.75;
}

.abouts-top-message .message-body p {
	margin: 0 0 16px;
}

.profile_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.profile_table th,
.profile_table td {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	line-height: 1.75;
}

.profile_table th {
	width: 15%;
	padding: 34px 0;
	color: #1b3d8c;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
}

.profile_table td {
	width: 85%;
	padding: 20px;
	color: #000;
	font-weight: 400;
}

.access_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 1.6%;
	margin-bottom: 72px;
}

.access_list a {
	width: 18.5%;
	padding: 15px 20px 15px 0;
	border-bottom: 1px solid #d9d9d9;
	background: url("../images/arrow_blue.svg") center right / 15px no-repeat;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}

.access_content > article {
	display: flex;
	justify-content: space-between;
	gap: 3.5%;
	width: 100%;
	margin-bottom: 76px;
}

.access_content .data {
	flex: 1;
	min-width: 0;
}

.access_content .data h3 {
	margin: 0 0 20px;
	color: #313133;
	font-size: 22px;
}

.access_content .address,
.access_content .tel_fax {
	margin-bottom: 16px;
	color: #000;
	font-size: 16px;
	line-height: 1.75;
}

.access_content .tel_fax {
	margin-bottom: 24px;
	font-weight: 700;
}

.access_content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 9px;
}

.access_content th {
	padding: 14px;
	background: #ecf1fd;
	color: #003b90;
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
}

.access_content td {
	color: #000;
	font-size: 16px;
	line-height: 1.75;
}

.access_content .map {
	width: 52%;
	min-height: 430px;
}

.access_content .map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 900px) {
	.abouts-subpage > .content,
	.abouts-subpage > .content:has(.top_message_header),
	.abouts-top-message > .content {
		padding: 30px 10px 50px;
	}

	.abouts-subpage > .content .column2 {
		flex-direction: column-reverse;
		gap: 30px;
		padding-left: 0;
	}

	.abouts-subpage .column2 > .main_content {
		width: 100%;
		padding: 0;
	}

	.abouts-subpage .column2 > .submenu {
		display: none;
	}

	.abouts-subpage .main_content h2 {
		margin-bottom: 50px;
		padding-bottom: 16px;
		font-size: 24px;
	}

	.abouts-subpage .main_content section {
		margin-bottom: 50px;
	}

	.abouts-subpage .back_button a {
		width: 100%;
		padding: 24px;
	}

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

	.top_message_header .title,
	.top_message_header > .image {
		width: 100%;
	}

	.top_message_header .title {
		align-items: stretch;
		padding: 20px 10px;
	}

	.top_message_header .title > div {
		gap: 20px;
	}

	.top_message_header .title .text {
		font-size: 18px;
	}

	.abouts-top-message .message-head {
		margin-bottom: 25px;
		font-size: 20px;
	}

	.abouts-top-message .message-body {
		margin-bottom: 40px;
		font-size: 14px;
	}

	.profile_table th {
		padding: 20px 0;
	}

	.profile_table td {
		padding: 10px 0 10px 20px;
	}

	.access_list {
		gap: 0 3%;
		margin-bottom: 42px;
	}

	.access_list a {
		width: 48.5%;
		padding: 13px 15px 13px 0;
		background-size: 12px;
	}

	.access_content > article {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 40px;
	}

	.access_content .address,
	.access_content .tel_fax,
	.access_content th,
	.access_content td {
		font-size: 14px;
	}

	.access_content table {
		border-spacing: 0;
	}

	.access_content td {
		padding-left: 20px;
	}

	.access_content .map {
		width: 100%;
		min-height: 300px;
	}
}
