@charset "utf-8";
/* =======================================

	IndexElements

======================================= */

/* ------------------------------------
	.mainVisual
------------------------------------ */
.main_visual {
	width: 100%;
	min-height: 450px;
	background: transparent url(/img/index/mv_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 0;
	margin: 0 auto 30px;
	position: relative;
	overflow: hidden;
}

.main_visual .slider {
	text-align: center;
}
.main_visual .slider a {
	display: inline-block;
}
.main_visual .slider a:hover,
.main_visual .slider a:active {
	text-decoration: none;
	color: #222;
}
.main_visual .slider .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 980px;
	max-width: 100%;
	padding: 0 2%;
	margin: 0 auto;
	text-align: left;
}
.main_visual .slider .inner > * {
	width: 450px;
	max-width: 48%;
}
.main_visual .slider .inner .data {
	padding: 40px 0;
}
.main_visual .slider .inner .data:last-child {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	text-align: center;
}
.main_visual .slider h2 {
	line-height: 1.26;
	font-size: 3.2em;
	font-family: "Noto Sans JP";
	font-weight: 600;
}
.main_visual .slider .inner .data p {
	border-top: 1px solid #cecece;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 1.29em;
}
.main_visual .slider .inner .image {
	height: 450px;
	display: flex;
	align-items: center;
}
.main_visual .slider .inner .image img {
	border: 4px solid #fff;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.slider{
	display: none;
}
.slider.slick-initialized{
	display: block;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	background: #c94d97;
	width: 26px;
	height: 26px;
	z-index: 1;
}
.slick-arrow:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	opacity: 1;
}
.slick-prev {
	left: calc((100% - 980px) / 4);
}
.slick-next {
	right: calc((100% - 980px) / 4);
}
.slick-prev:before {
	transform: rotate(225deg);
	margin-right: -4px;
}
.slick-next:before {
	transform: rotate(45deg);
	margin-left: -4px;
}
.slick-track {
	display: flex;
	align-items: center;
}


.slick-dots {
	left: calc((100% - 980px) / 2);
	max-width: 980px;
	text-align: left;
	padding: 0 2%;
	bottom: 0;
}
.slick-dots li button:before {
	content: '';
	background: #e4ebef;
	width: 14px;
	height: 14px;
	border: 1px solid #d4d4d4;
}
.slick-dots li.slick-active button:before {
	background: #222;
	opacity: 1;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.tall.slick-dotted.slick-slider {
	padding-bottom: 30px;
}

@media only screen and (min-width: 769px){
	.main_visual .slider a:hover {
		opacity: 0.6;
	}
	.slick-arrow:hover {
		opacity: 0.5;
	}
	.slick-dots li button:before:hover {
		opacity: 0.5;
	}
}

@media only screen and (max-width: 1040px) {
	.main_visual .slider .inner {
		width: 100%;
		padding: 0 5%;
	}
	.slick-dots {
		left: 5%;
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	.main_visual {
		padding: 15px 0 40px;
		margin: 0 auto;
		min-height: 0;
	}
	.main_visual .slick-list li {
		max-width: 100%;
	}
	.main_visual .slick-list li a {
		width: 100%;
		max-width: 100%;
	}
	.main_visual .slider .inner {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.main_visual .slider .inner > * {
		width: 90%!important;
		max-width: 90%!important;
	}
	.main_visual .slider .inner .data {
		margin-right: 0;
		padding: 25px 0;
		order: 1;
	}
	.main_visual .slider h2 {
		font-size: 2.2em;
	}
	.main_visual .slider .inner .image {
		height: 90vw;
		order: 0;
	}
	.slick-arrow {
		display: none!important;
	}
	.slick-dots {
		left: 0;
		bottom: -20px;
		text-align: center;
	}
	.slick-track {
		display: block;
	}
}


/* ------------------------------------
	.bulletin_area
------------------------------------ */
.bulletin_area {
	width: 92%;
	max-width: 1300px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
}
.bulletin_area section {
	width: 32%;
	background: #fdf5fa;
	border: 2px solid #f6e9f1;
	padding: 0 0 10px;
	position: relative;
}

.bulletin_area section:nth-of-type(3n) {
	margin-right: 0;
}
.bulletin_area h2 {
	background: #800072 4% center no-repeat;
	color: #fff;
	font-size: 1.7em;
	line-height: 1;
	padding: 20px calc(4% + 70px) 20px calc(4% + 36px);
	margin: 0 0 20px;
}
.bulletin_area .dividend h2 { background-image: url(/img/index/ico_dividend.png); }
.bulletin_area .portfolio h2 { background-image: url(/img/index/ico_portfolio.png); }
.bulletin_area .library h2 { background-image: url(/img/index/ico_library.png); }
.bulletin_area dl {
	padding: 0 0 15px;
}
.bulletin_area dl > * {
	margin: 0 4%;
}
.bulletin_area dl dt {
	background: #fff;
	padding: 5px 5% 3px;
	margin-bottom: 25px;
	font-weight: bold;
}

.bulletin_area ul li {
	padding: 0 0 20px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
}
.bulletin_area ul li:last-child {
	margin: 0;
}
.bulletin_area .fiscal {
	color: #636162;
	display: block;
}
.bulletin_area .title {
	font-weight: bold;
	font-family: helvetica, arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
.bulletin_area .title:after {
	content: '\ff1a';
}
.bulletin_area .data {
	line-height: 1;
	float: right;
	text-align: right;
	display: block;
	clear: both;
}
.bulletin_area .data > span {
	color: #800072;
	font-weight: bold;
	font-size: 2.29em;
	padding: 0 4px 0 0;
}
.bulletin_area .data > span.attn {
	color: #ff5400;
}
.bulletin_area .data a {
	color: #800072;
	margin: 8px 0 0;
	display: inline-block;
}
.bulletin_area .data a:before {
	font-family: 'hankyu-reit';
	content: '\e901';
	font-size: 0.8em;
	margin-right: 4px;
}

.bulletin_area .library dl dd {
	margin: 0;
}
.bulletin_area .library ul li {
	padding: 0;
	margin: -1px 0 0;
	border-bottom: none;
	position: relative;
}
.bulletin_area .library ul li:after {
	content: '';
	display: block;
	width: 92%;
	height: 0;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 4%;
	bottom: 0;
	z-index: 1;
}
.bulletin_area .library ul li a {
	position: relative;
	display: block;
	padding: 16px 4%;
	z-index: 5;
}
.bulletin_area .library ul li a:after {
	font-family: 'hankyu-reit';
	content: '\e900';
	float: right;
	color: #800072;
}

.bulletin_area .btn {
	position: absolute;
	top: 20px;
	right: 4%;
	display: block;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	line-height: 26px;
	padding: 0;
	width: 70px;
	text-align: center;
}
.bulletin_area .btn:before {
	font-family: 'hankyu-reit';
	content: '\e900';
	margin: 0 0.3em 0 -0.5em;
	display: inline-block;
	vertical-align: middle;
}
.bulletin_area .btn span {
	display: none;
}
/* PC hover */
@media only screen and (min-width: 769px){
	.bulletin_area .data a:hover {
		text-decoration: none;
	}
	.bulletin_area .data a:hover span {
		text-decoration: underline;
	}
	.bulletin_area .library li a:hover {
		text-decoration: none;
		color: #222;
		background: #eddee7;
	}
	.bulletin_area .btn:hover {
		background: transparent;
		color: #fff;
		text-decoration: none;
	}
}

@media only screen and (min-width: 769px){
	.bulletin_area .dividend dl dt {
		margin-bottom: 0;
	}
	.bulletin_area .dividend ul {
		display: flex;
		flex-direction: column;
		height: 307px;
	}
	.bulletin_area .dividend ul.clm4 {
		margin-top: 14px;
		height: 293px;
	}
	.bulletin_area .dividend ul li {
		padding: 0;
		margin: 0;
		flex: 1;
		position: relative;
	}
	.bulletin_area .dividend ul li:before {
		content: '';
		display: block;
		width: 100%;
		height: calc((100% - 54px) / 2);
	}
}

@media only screen and (max-width: 1080px) {
	.bulletin_area {
		width: 96%;
		max-width: 980px;
	}
	.bulletin_area h2 {
		font-size: 1.6em;
	}
}

@media only screen and (max-width: 768px) {
	.bulletin_area {
		width: 100%;
		max-width: 100%;
		flex-flow: column;
	}
	.bulletin_area section {
		width: 100%;
		margin: 0;
		border: none;
		border-bottom: 2px solid #ccc;
		padding: 0 0 25px;
	}
	.bulletin_area ul li {
		margin: 0 0 15px;
	}
	.bulletin_area .btn {
		position: relative;
		margin: 0 auto;
		top: auto;
		right: auto;
		font-size: 1.15em;
		width: 75%;
		border-color: #800072;
		padding: 0.6em;
	}
	.bulletin_area .btn span {
		display: inline-block;
	}
}

/* ------------------------------------
	common
------------------------------------ */
.cont_base {
	width: 980px;
}

/* ------------------------------------
	.notice_area
------------------------------------ */
.notice_area {
	display: flex;
	margin-bottom: 40px;
}
.notice_area section {
	background: #fdf6f9;
	flex: 1;
	margin-right: 2%;
	display: flex;
	align-items: flex-start;
	padding: 30px 10px 30px 20px;
}
.notice_area section h2 {
	width: 150px;
	min-height: 23px;
	padding: 0 0 0 40px;
	line-height: 1.2;
	background: transparent url(/img/index/ico_notice.png) left top no-repeat;
	font-size: 1.43em;
	font-weight: bold;
}
.notice_area section ul {
	flex: 1;
}
.notice_area section ul li {
	padding: 0 0 1em 1em;
	position: relative;
}
.notice_area section ul li:last-child {
	padding-bottom: 0;
}
.notice_area section ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #c94d97;
	position: absolute;
	left: 0;
	top: 0.6em;
}
.notice_area section a { text-decoration: underline; }
.notice_area section a:visited { color: #800072; }

.notice_area aside {
	width: 200px;
	min-height: 80px;
}
.notice_area aside a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: transparent url(/img/index/shareholder_bg.jpg) center center no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
}
.notice_area aside a span {
	display: block;
	background: #fff;
	min-width: 180px;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
	line-height: 2;
	height: 2em;
}
.notice_area aside a span:before {
	font-family: 'hankyu-reit';
	content: '\e900';
	color: #800072;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.3em 0 -0.5em;
}
/* PC */
@media only screen and (min-width: 769px){
	.notice_area section a:hover { color: #c94d97; }
	.notice_area aside a:hover { text-decoration: none; color: #222; opacity: 0.6; }
	.notice_area aside:first-child {
		width: 100%;
		min-height: 180px;
	}
	.notice_area aside:first-child a span {
		font-size: 1.5em;
		line-height: 3;
		height: 3em;
		padding: 0 3em;
	}
}

@media only screen and (max-width: 768px) {
	.notice_area {
		display: block;
	}
	.notice_area section {
		display: block;
		padding: 20px 2%;
		margin: 0 0 20px;
	}
	.notice_area section h2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.notice_area aside {
		min-height: 0;
		width: 100%;
	}
	.notice_area aside a {
		padding: 20px;
	}
	.notice_area aside a span {
		width: auto;
		padding: 0 2em;
	}
}


/* ------------------------------------
	.news_area
------------------------------------ */
.news_area {
	width: 92%;
	max-width: 1300px;
	margin: 0 auto 40px;
	display: flex;
}
.news_area section {
	position: relative;
	flex: 1;
	margin-right: 2%;
}
.news_area h2 {
	min-height: 33px;
	padding: 0 0 0 45px;
	margin: 0 auto 20px;
	line-height: 1.2;
	background: transparent url(/img/index/ico_news.png) left top no-repeat;
	font-size: 2em;
	font-weight: bold;
}
.news_area h2 > span {
	display: inline-block;
}
.news_area .btn_area {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
.news_area .btn_area a {
	margin: 0 0 0 1em;
}
.news_area aside {
	width: 300px;
}
.news_area aside figure {
	background: #fdf5fa;
	padding: 10% 5%;
	margin-bottom: 20px;
	text-align: center;
}
.news_area aside figure img {
	width: 100%;
	max-width: 480px;
}
.news_area aside a {
	display: table;
	margin: 0 auto;
	text-decoration: underline;
	margin-bottom: 20px;
}
.news_area aside .btn {
	text-align: center;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: #fdf6f9;
	border: 2px solid #f5cae4;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	padding: 0.5em 1em;
	position: relative;
}
.news_area aside .btn:after {
	display: block;
	font-family: 'hankyu-reit';
	content: '\e900';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 1em;
	height: 1em;
	line-height: 1;
	margin-top: -0.5em;
	color: #c84e96;
}

@media only screen and (min-width: 769px) {
	.news_area aside .btn:hover {
		opacity: 0.6;
	}
}

@media only screen and (max-width: 768px) {
	.news_area {
		padding: 0;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.news_area section {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.news_area h2 {
		width: 90%;
	}
	.news_area .btn_area {
		position: relative;
		top: auto;
		right: auto;
		width: 90%;
		margin: 0 auto 20px;
		justify-content: space-between;
	}
	.news_area .btn_area li {
		width: 48%;
	}
	.news_area .btn_area a {
		margin: 0;
		width: 100%;
		line-height: 2.4;
	}
	.news_area aside {
		width: 90%;
		margin: 0 auto;
	}
}


/* ------------------------------------
	.link_area
------------------------------------ */
.link_area {
	padding-top: 20px;
}
.link_area ul {
	display: flex;
	justify-content: center;
}
.link_area ul li {
	max-width: 23.7%;
	margin-right: 1.7%;
}
.link_area ul li:nth-child(4n) {
	margin-right: 0;
}
.link_area ul li img {
	max-width: 100%;
}
.link_area ul li a {
	border: 1px solid #ccc;
	display: block;
	line-height: 1;
}

/* PC hover */
@media only screen and (min-width: 769px){
	.link_area ul li a:hover {
		opacity: 0.6;
	}
}

@media only screen and (max-width: 768px) {
	.link_area {
		padding: 0 5%
	}
	.link_area ul {
		flex-wrap: wrap;
	}
	.link_area ul li {
		max-width: 48%;
		min-width: 48%;
		margin-right: 4%;
	}
	.link_area ul li:nth-child(even) {
		margin-right: 0;
	}
	.link_area ul li:nth-child(-n + 2) {
		margin-bottom: 4vw;
	}
	.link_area ul li img {
		width: 100%;
	}
}

/* =====================================
	ClearFixElements
===================================== */
.bulletin_area ul li:after {
	content: " ";
	display: block;
	clear: both;
}

