@charset "utf-8";

/* page-about.css */

main > .wp-block-group > .wp-block-group__inner-container {
	padding-bottom: 10.0rem;
}

.wp-block-group.mv-box > .wp-block-group__inner-container {
	padding-bottom: 0;
}

.wp-block-group h2 {
	position: relative;
	margin: 0 0 3.0rem;
	padding: 0 0 0.25em;
	border-bottom: 1px solid var(--main-color);
	font-size: 3.2rem;
	color: var(--main-color);
}

.wp-block-group h2::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 5em;
	height: 3px;
	background-color: var(--main-color);
}

.wp-block-group h2 strong {
	display: inline-block;
	width: 5em;
	margin-right: 0.25em;
	font-weight: inherit;
}

.wp-block-group h2 em {
	display: inline-block;
	font-style: normal;
	font-size: 1.6rem;
}

.wp-block-group h3 {
	margin: 3.6rem 0 2.0rem;
	font-size: 2.6rem;
	color: var(--main-color);
}

.wp-block-group.message-area > .wp-block-group__inner-container {
	padding-top: 10.0rem;
}

.greeting-box {
}

.wp-block-columns.greeting-box > .wp-block-column {
	flex-basis: auto;
}

.wp-block-columns.greeting-box > .wp-block-column:nth-of-type(1) {
	width: calc(64.36% - 2em);
}

.wp-block-columns.greeting-box > .wp-block-column:nth-of-type(2) {
	width: 35.64%
}

.wp-block-columns.greeting-box > .wp-block-column:nth-of-type(2) p {
	margin-top: 0.5em;
	line-height: 1.35;
	text-align: center;
}

.wp-block-columns.greeting-box > .wp-block-column:nth-of-type(2) p strong {
	font-size: 2.0rem;
}

.ci-area p.has-medium-font-size {
	font-size: 2.0rem !important;
}

.outline-area .wp-block-table table {
	border: 1px solid var(--main-color);
}

.outline-area .wp-block-table table tr td {
	width: auto;
	border: 1px solid var(--main-color);
}

.outline-area .wp-block-table table tr td:nth-of-type(1) {
	width: 8em;
	background-color: #EDEDED;
	font-weight: 500;
}

.histroy-area .wp-block-table table {
	border-collapse: separate !important;
	border: 0 !important;
}

.histroy-area .wp-block-table table tr td {
	width: auto;
	border: 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #9B9B9C  !important;
}

.histroy-area .wp-block-table table tr td:nth-of-type(1) {
	width: 4.5em;
}

.histroy-area .wp-block-table table tr td:nth-of-type(2) {
	width: 3.5em;
	text-align: right;
}

.histroy-area .wp-block-table table tr td:nth-of-type(3) {
	padding-left: 2em;
}

.histroy-area .wp-block-table table tr td.bdr-none {
	border-bottom: 0 !important;
}

.location-area .grp-lead-text {
	font-size: 2.0rem;
	font-weight: 500;
}

.location-area .wp-block-image {
	margin: 2.4rem 0;
}

.location-area .wp-block-image + p {
	margin-bottom: 1em;
	font-size: 1.8rem;
}

.location-area .wp-block-image + p span {
	display: inline-flex;
	align-items: center;
	margin-right: 0.5em;
}

.location-area .wp-block-image + p span::after {
	content: "";
	width: 3em;
	height: 1.5em;
	background-color: #DCEAE1;
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 840px) {
}

/* ================================================ */
@media (max-width: 640px) {
}

/* ================================================ */
@media (max-width: 480px) {
}