/****************************************************************************************/
/*
.about-submenu ul {
	font-size: 1.9rem;
	text-align: center;
}

.about-submenu li {
	padding: 10px 55px;
	display: inline-block;
}
.about-submenu li:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}

.about-submenu a {
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	transition: border-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
.about-submenu a:hover {
	text-decoration: none;
}
.about-submenu li:not([selected]) a {
	border-color: transparent;
}
.about-submenu li:not([selected]) a:hover {
	border-color: #dfdfdf;
}
*/
/****************************************************************************************/
.page-submenu + section[nh-faded-up="false"] {
	transform: translateY(15px);
}
/*******************************************/
.about-section .main-image {
	background-size: cover;
	background-position: center;
}

.about-section .main-title {
	text-align: center;
}
.about-section .main-title h2 {
	text-align: left;
	display: inline-block;
}

.about-section .main-text p {
	text-align: left;
	display: inline-block;
}
.about-section .main-text p:not(:first-child) {
	margin-top: 22px;
}
/*******************************************/
.about-section .sub .image {
	background-size: cover;
	background-position: center;
}

.about-section .sub .texts h2 + .text,
.about-section .sub .texts p:not(:first-child) {
	margin-top: 16px;
}
/****************************************************************************************/
.about-history .year {
	display: flex;
}
/*******************************************/
.about-history .year-number {
	border-right-width: 1px;
	border-right-style: solid;
	position: relative;
}
.about-history .year-number:after {
	content: "";
	top: 0;
	border-radius: 50%;
	position: absolute;
}
/*******************************************/
.about-history .content {
	flex-grow: 1;
}

.about-history h2 .text {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: inline-block;
}

.about-history .texts-image:first-child {
	margin-top: -8px;
}
/*******************************************/
.about-history .texts-image .texts ul {
	margin-top: 4px;
	list-style: disc;
	transform: translateY(-2px);
}

.about-history .texts-image .texts li:not(:first-child) {
	margin-top: 30px;
}
/*******************************************/
.about-history .texts-image .texts p:not(:first-child) {
	margin-top: 15px;
}
/*******************************************/
.about-history .texts-image .image-caption .image img {
	max-width: 100%;
}
/*******************************************/
#link-to-history {
	margin-top: 35px !important;
	padding-top: 0 !important;
	text-align: center;
}
/****************************************************************************************/
body[lang]:not([lang="ja"]) .page-submenu li:last-child {
	display: none;
}

body[lang]:not([lang="ja"]) .page-submenu li:nth-last-child(2) {
	border-right: none;
}
/****************************************************************************************/