@charset "utf-8";
body {
		background: #F3F4F5;
}
hgroup {
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 50px;
}
hgroup p {
		font-size: 54px;
		font-family: "Poppins";
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.03em;
		color: #224ba1;
		margin: 0 0 15px
}
hgroup h3 {
		font-size: 24px;
		font-family: "Noto Sans JP";
		font-weight: 700;
		color: #353e4a;
		line-height: 1;
}
@media(max-width: 1200px) {
		hgroup p {
				font-size: 48px;
				margin: 0 0 15px
		}
		hgroup h3 {
				font-size: 22px;
		}
}
@media(max-width: 960px) {
		hgroup p {
				font-size: 44px;
		}
		hgroup h3 {
				font-size: 18px;
		}
}
@media(max-width: 767px) {
		hgroup p {
				font-size: 34px;
				margin: 0 0 10px
		}
		hgroup h3 {
				font-size: 16px;
		}
}
/* ============= */
.message_section {
		padding: 80px 30px;
}
.message_wrap {
		max-width: 1320px;
		margin: 0 auto;
		display: flex;
}
.message_photo {
		width: 475px;
		margin-right: 35px;
}
.message_photo img {
		width: 100%;
		height: auto;
		border-radius: 8px;
}
.message_caption {
		flex: 1;
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
		padding: 0 70px;
		display: flex;
		align-items: center;
}
.message_caption p {
		line-height: 2.2;
		margin: 0 0 1.5em
}
.message_caption hgroup {
		text-align: left;
		margin: 0 0 40px;
}
.message_caption hgroup p {
		margin-bottom: 15px;
		line-height: 1;
}
.sign {
		display: flex;
		justify-content: flex-end
}
.message_caption .sign p {
		line-height: 1.7;
		font-size: 95%;
		margin-bottom: 0 !important;
}
@media(max-width: 1200px) {
		.message_caption hgroup {
				margin: 0 0 30px;
		}
		.message_photo {
				width: 40%;
				margin-right: 30px;
		}
		.message_caption {
				padding: 30px 40px;
		}
		.message_caption p {
				line-height: 2;
				margin: 0 0 1.25em
		}
}
@media(max-width: 960px) {
		.message_photo {
				width: 35%;
				margin-right: 25px;
		}
		.message_caption {
				padding: 30px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.message_section {
				padding: 60px 20px;
		}
		.message_wrap {
				display: block;
		}
		.message_photo {
				width: 100%;
				margin: 0 0 15px;
		}
		.message_caption {
				padding: 30px 20px;
		}
}
/* ============= */
.number_section {
		padding: 120px 0;
		background: #E6ECF0;
}
.number_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
}
.number_item {
		width: 300px;
		padding: 30px 0;
		text-align: center;
		background: #fff;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
}
.number_item h4 {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 20px;
		line-height: 1.6;
}
@media(min-width: 768px) {
		.number_item h4 br {
				display: none;
		}
}
.pict {
		width: 115px;
		margin: 0 auto 5px;
}
.pict img {
		width: 100%;
		height: auto
}
.number_item p {
		font-family: "Poppins";
		font-weight: 700;
		font-size: 46px;
		letter-spacing: 0;
		line-height: 0.5;
}
.number_item p span {
		font-size: 45%;
		margin: 0 0 0 2px;
}
.number_item p strong {
		font-weight: 500;
		font-size: 15px;
}
.count {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
}
@media(max-width: 1400px) {
		.number_item {
				width: calc(calc(100% - 60px) / 4);
		}
		.number_item h4 {
				font-size: 16px;
				margin: 0 0 15px;
		}
		.pict {
				width: 45%;
				margin: 0 auto 5px;
		}
		.number_item p {
				font-size: 36px;
		}
		.number_item p strong {
				font-size: 14px;
		}
		.count {
				height: 60px;
		}
}
@media(max-width: 1200px) {
		.number_item {
				width: calc(calc(100% - 60px) / 4);
		}
}
@media(max-width: 960px) {
		.number_item {
				width: calc(calc(100% - 40px) / 4);
				padding: 25px 0;
		}
		.number_item h4 {
				font-size: 14px;
				margin: 0 0 15px;
		}
}
@media(max-width: 767px) {
		.number_section {
				padding: 80px 0 70px;
		}
		.number_item {
				padding: 15px 10px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.number_item {
				width: calc(50% - 5px);
				margin: 0 0 10px;
				padding: 14px 10px 25px;
		}
		.number_item h4 {
				font-size: 15px;
				margin: 0 0 15px;
				line-height: 1.6;
				height: 50px;
				display: flex;
				justify-content: center;
				align-items: center;
		}
		.pict {
				width: 45%;
				margin: 0 auto 20px;
		}
		.count {
				height: auto;
				display: block;
		}
}
/* ============= */
.profile_section {
		background-color: #224BA1;
		padding: 120px 30px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 2000px;
		background-image: url("../images/about_profile_bg2_pc.png")
}
.profile_wrap {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
}
.profile_wrap::before, .profile_wrap::after {
		content: '';
		display: block;
		position: absolute;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		z-index: 0
}
.profile_wrap::before {
		background-image: url("../images/about_profile_bg1_pc.png");
		width: 235px;
		height: 245px;
		right: -274px;
		top: -44px;
}
.profile_wrap::after {
		background-image: url("../images/about_profile_bg3_pc.png");
		width: 600px;
		height: 554px;
		bottom: -220px;
		right: -450px;
}
.profile_inner {
		background: #fff;
		padding: 80px 100px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
		position: relative;
		z-index: 2;
		border-radius: 8px;
}
.profile_inner hgroup {
		text-align: left;
}
.profile_inner hgroup p {
		margin-bottom: 15px;
}
.profile_inner .wp-block-table td,
.profile_inner .wp-block-table th {
		border: none;
		padding: 0
}
.profile_inner table {
		width: 100%;
		border-top: 1px solid #C2D3D8;
		border-collapse: collapse;
}
.profile_inner td,.profile_inner .wp-block-table td {
		border-bottom: 1px solid #C2D3D8;
		padding: 20px 0;
		line-height: 2.0;
}
.profile_inner .wp-block-table tr td:first-child {
		font-weight: 700;
		width: 20%;
}
.profile_inner .wp-block-table td img {
		width: 140px;
		height: auto;
		margin-right: 40px;
}
.profile_inner td dl {
		display: flex;
		align-items: flex-start;
		line-height: 1.6;
		margin: 0 0 5px
}
.profile_inner td dt {
		margin-right: 10px;
		white-space: nowrap
}
.profile_inner td dd {
		flex: 1
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.profile_inner td dl {
				display: block;
				margin: 0 0 10px;
				padding-bottom: 10px;
		}
		.profile_inner td dl:last-child {
				border-bottom: none;
		}
		.profile_inner td dt {
				margin: 0 0 2px;
				font-weight: 700;
		}
}
@media(min-width: 568px) {
		.profile_inner td dd br {
				display: none
		}
}
@media(max-width: 960px) {
		.profile_section {
				background-size: 1000px;
		}
		.profile_wrap::before {
				width: 190px;
				height: 200px;
				right: -60px;
				top: -100px;
		}
		.profile_wrap::after {
				width: 240px;
				height: 225px;
				bottom: -180px;
				right: -120px;
		}
		.profile_inner {
				padding: 80px 60px
		}
		.profile_inner .wp-block-table td img {
				width: 100px;
				margin-right: 20px;
		}
}
@media(max-width:767px) {
		.profile_section {
				padding: 80px 20px;
				background-size: calc(100vw + 60px);
		}
		.profile_wrap::before {
				width: 200px;
				height: 210px;
				top: -100px;
				right: -100px;
		}
		.profile_wrap::after {
				width: 200px;
				height: 185px;
				bottom: -120px;
				right: -100px;
		}
		.profile_inner {
				padding: 40px 15px
		}
		.profile_inner .wp-block-table td {
				display: block;
				padding: 0;
				padding: 0 0 15px;
		}
		.profile_inner .wp-block-table tr td:first-child {
				border: none;
				padding: 15px 0 5px;
				width: auto;
				font-size: 16px;
				font-weight: 700;
		}
		.profile_inner .wp-block-table td img {
				width: 80px;
				margin-right: 20px;
		}
}
/* ============= */
.access_section {
		padding: 120px 0
}
.googlemap {
		max-width: 1200px;
		margin: 0 auto 40px;
}
.googlemap iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 2 / 1;
}
.access_flex p {
		line-height: 2.0;
		margin: 0 0 1.5em
}
.access_flex p br.extra {
		display: none
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.access_flex p br.extra {
				display: block
		}
}
.access_flex p a {
		color: #224ba1;
		text-decoration: none;
		position: relative;
		padding-right: 24px;
}
.access_flex p a::after {
		content: '';
		display: block;
		position: absolute;
		right: 0px;
		bottom: 2px;
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
		background-position: 0 center;
		background-size: 18px;
		background-image: url(../images/icon_blank_blu.png);
}
@media (hover: hover) {
		.access_flex p a:hover {
				color: #224ba1;
				text-decoration: underline;
		}
}
article.news_item a:after {
		content: '';
		display: block;
		position: absolute;
		right: 15px;
		top: calc(50% - 11px);
		width: 22px;
		height: 24px;
		background-repeat: no-repeat;
		background-position: 0 center;
		background-size: 22px;
}
.access_flex {
		display: flex;
}
.access_flex div {
		width: 50%;
}
@media(max-width: 960px) {
		.access_flex {
				display: flex;
				justify-content: space-between;
		}
		.access_flex div {
				width: auto;
		}
}
.access_flex div h3 {
		font-size: 18px;
		font-weight: 700;
		color: #224ba1;
		margin: 0 0 25px;
		padding-left: 36px;
		position: relative;
}
.access_flex div h3::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 12px);
		left: 0;
		width: 28px;
		height: 28px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 28px;
		background-image: url("../images/icon_location.png")
}
.access_flex div:nth-child(2) h3::before {
		background-image: url("../images/icon_train.png")
}
@media(max-width: 767px) {
		.access_section {
				padding: 80px 0
		}
		.access_flex div h3 {
				font-size: 16px;
				margin-bottom: 15px;
		}
		.googlemap iframe {
				aspect-ratio: 4 / 3;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.access_flex {
				display: block;
		}
		.access_flex div {
				width: auto;
		}
		.access_flex div:first-child {
				margin-bottom: 40px;
		}
		.access_flex p {
				margin: 0 0 1em
		}
}