/*-------------
	top
-------------*/

/* MV */
.un-topMv {
	position: relative;
	background-color: #FFF;
}

@media (min-width: 768px) {
	.un-topMv {
		height: 900px;
	}
}

@media (max-width: 1200px) {
	.un-topMv {
		height: 750px;
	}
}

@media (max-width: 767px) {
	.un-topMv {
		height: auto;
	}
}

.un-topMv__nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #E9F3D2;
	z-index: 1;
}

@media (max-width: 1200px) {
	.un-topMv__nav {
		display: none;
	}
}

.un-topMv__inner {
	width: 400px;
	padding: 40px;
}

.un-topMv__logo {
	width: 240px;
	display: inline-block;
}

.un-topMv__title {
	color: var(--color-prim);
	font-size: 2.8rem;
	font-weight: bold;
	line-height: var(--line-height-m);
	margin-top: 20px;
}

.un-topMv__title--small {
	display: block;
	font-size: 2.2rem;
	color: var(--color-txt);
	margin-top: 5px;
}

.un-topMv__sub {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: var(--line-height-s);
	margin-top: 10px;
}

.un-topMv__code {
	display: inline-block;
	border: #333 solid 1px;
	font-size: 1.4rem;
	line-height: var(--line-height-s);
	text-align: center;
	padding: 5px 20px;
	margin-top: 10px;
}

.un-topMv__list {
	margin-top: 5px;
}

.un-topMv__item {
	border-bottom: 1px solid var(--color-border);
}

.un-topMv__itemBtn {
	border-bottom: none;
	margin: 20px 0 5px;
}

.un-topMv__link {
	position: relative;
	color: var(--color-txt);
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.2s ease-out;
	padding: 15px 20px;
	letter-spacing: 0.04em;
}

.un-topMv__link::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 2px;
	height: 24px;
	background-color: var(--color-prim);
}

.un-topMv__link::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../../images/common/icon_03-arrow1-b.svg) center/contain no-repeat;
	display: inline-block;
	margin-left: 10px;
	transition: all 0.2s ease-out;
}

.un-topMv__link:hover {
	color: var(--color-prim);
}

.un-topMv__link:hover::after {
	background-image: url(../../images/common/icon_07-arrow2-b.svg);
}

.un-topMv__link--nodeco::before {
	content: none;
}

.un-topMv__img {
	height: 100%;
	text-align: center;
}

.un-topMv__img>img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: top center;
}

@media (min-width: 768px) {
	.un-topMv__img>img {
		width: auto;
		height: 100%;
		object-position: center;
	}
}

@media (max-width: 1200px) {
	.un-topMv__img>img {
		object-position: top right;
	}
}

@media (max-width: 767px) {
	.un-topMv__img>img {
		object-position: top center;
	}
}

/* 投資主の皆様へ */
@media (min-width: 768px) {
	.un-message {
		display: flex;
	}
}

@media (min-width: 768px) {
	.un-message__content {
		flex: 1 0 calc(50% - 20px);
	}
}

@media (min-width: 768px) {
	.un-message__image {
		flex-basis: calc(33.3333333333% - 20px);
		margin: 0 0 0 40px;
	}
}

@media (max-width: 767px) {
	.un-message__image .c-figure {
		margin: 25px auto 0;
		width: 70%;
		min-width: 200px;
	}
}

.un-message__director {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.un-message__director {
		margin-top: 20px;
	}
}

.un-message__name {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.un-messageTable__td {
	text-align: right;
	padding-right: 80px;
}

/* ポートフォリオの概要 */
.un-portfolioTable__td {
	text-align: right;
	padding-right: 100px;
}

/* 財務状況 */
.un-financialTable__td {
	text-align: right;
}

@media (min-width: 768px) {
	.un-financialTable__td {
		padding-right: 100px;
	}
}

/* 投資主インフォメーション */
@media (min-width: 768px) {
	.un-irCalendar {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

/*# sourceMappingURL=style.css.map */