/*++++++++++++++++++++++++++++++++++
slider
++++++++++++++++++++++++++++++++++
*/
#slider{
	width: 100%;
	height: 32em;
	background: url(../images/index/slide-bg.jpg) no-repeat top center;
	background-size: cover;
}
.slide-item{
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	@media screen and (max-width: 760px) {
		#slider{
			height: 20.5em;
		}
	}

.slide-item .logo{
	width: 448px;
	height: auto;
	position: relative;
	top: 3.5em;
}
.slide-item  div{
	margin-top: 4em;
	color: #eaaa93;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: .1em;
}
	@media screen and (max-width: 760px) {
		.slide-item .logo{
			width: 260px;
		}
	}


/*++++++++++++++++++++++++++++++++++
index contents
++++++++++++++++++++++++++++++++++
*/
#content-index{
	background: #f6f5f6;
}
.content-index-inner{
	max-width: 1000px;
	width: 94%;
	margin: 0 auto;
	padding: 2.5em 0;
}

/* news --------------------------*/
.news{
	background: #fff;
	padding: 1.5em;
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}
.news-title{
	font-size: 1.25em;
	min-height: 6.5em;
	font-weight: bold;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-lr;
	width: 6em;
}
.news-entry{
	width: calc(100% - 6em - 1.5em);
}
.news-title span{
	font-size: .7em;
	letter-spacing: .1em;
	display: block;
	color: #eaaa93;
}
.news-entry ul li{
	padding: .75em 0;
	border-bottom: 1px solid #eee;
	font-size: .92em;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
.news-entry ul li:first-child{
	padding-top: 0;
}
.news-entry ul li span{
	color: #eaaa93;
}
.news-entry ul li a{
	margin-left: 1.5em;
}
.news-entry ul li a:hover{
	text-decoration: underline;
}
.news-more{
	position: absolute;
	bottom: 2em;
	left: 1.25em;
	font-size: .825em;
	color: #fff;
	background: #eaaa93;
	padding: .25em 1em;
	display: inline-block;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

	@media screen and (max-width: 666px) {
		.news-title,
		.news-entry{
			width: 100%;
		}
		.news-title{
			-ms-writing-mode: horizontal-tb;
			writing-mode: horizontal-tb;
			text-align: center;
			margin-bottom: 1em;
			line-height: 1.42857142;
			min-height: initial;
		}
		.news-more{
			position: relative;
			bottom: auto;
			left: auto;
			margin: 1.5em auto .5em;
			display: block;
			width: 100%;
			text-align: center;
		}
		.news-entry ul li:first-child{
			border-top: 1px solid #eee;
			padding-top: .75em;
		}
		.news-entry ul li span{
			display: block;
		}
	}

/* topics / blog ----------------------*/

.tpcs-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2.5em;
}
.tpcs-title{
	font-size: 1.1875em;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding: .75em 0 .25em;
}
.tpcs-body{
	padding: 0 2em 1.75em;
	text-align:justify;
	height: auto;
	font-size: .875em;
}
.tpcs-item{
	position: relative;
	display: block;
	background: #fff;
	margin-bottom: 1.75em;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	transition: all .3s;
}
.tpcs-flex a:hover{
	box-shadow: 0 5px 20px rgba(77,77,77,0.15);
}
.tpcs-item:nth-child(1),
.tpcs-item:nth-child(2){
	width:calc(50% - .75em);
}
.tpcs-thumb{
	line-height: 0;
	width: 100%;
	aspect-ratio: 122 / 45;
	border-radius: .75em .75em 0 0;
	-moz-border-radius: .75em .75em 0 0;
	-webkit-border-radius: .75em .75em 0 0;
}
	@media screen and (max-width: 666px) {
		.tpcs-item:nth-child(1),
		.tpcs-item:nth-child(2){
			width:100%;
		}
		.tpcs-thumb{
			aspect-ratio: 86 / 37;
		}
	}

.tpcs-item:nth-child(1) .tpcs-thumb{
	background: url(../images/index/i-thumb-about.jpg) no-repeat center 55%;
	background-size: cover;
}
.tpcs-item:nth-child(2) .tpcs-thumb{
	background: url(../images/index/i-thumb-shinryo.jpg) no-repeat center 45%;
	background-size: cover;
}

.blog-flex{
	background: #fff;
	padding: 1.5em 0 1.5em 1em;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}
.blog-title{
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-lr;
	width: 3em;
	font-family: 'Roboto', sans-serif;
	color: #eaaa93;
	letter-spacing: .1em;
}
.blog-body{
	width: calc(100% - 3em);
}
.blog-body ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.blog-body ul li{
	width: 50%;
}
.blog-body ul li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all .1s;
	position: relative;
	top: 0;
}
.blog-body ul li:hover a{
	opacity: .9;
	top: 4px;
}
.blog-thumb{
	line-height: 0;
	width: 200px;
	aspect-ratio: 5 / 4;
	border-radius: .5em;
	overflow: hidden;
}
.blog-body li:nth-child(1) .blog-thumb{
	background: url(../images/index/blog-dr.jpg) no-repeat center bottom;
	background-size: cover;
}
.blog-body li:nth-child(2) .blog-thumb{
	background: url(../images/index/blog-hos.jpg) no-repeat center;
	background-size: cover;
}
.blog-read {
	width: calc(100% - 200px);
	padding-left: 1em;
	padding-right: 1.5em;
}
.blog-read .name{
	font-size: 1.1875em;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: .25em;
}
.blog-read .txt{
	text-align:justify;
	height: auto;
	font-size: .8125em;
}
	@media screen and (max-width: 860px) {
		.blog-thumb{
			width: 48%;
		}
		.blog-read {
			width: 52%;
		}
	}
	@media screen and (max-width: 666px) {
		.blog-title{
			-ms-writing-mode: horizontal-tb;
			writing-mode: horizontal-tb;
			text-align: left;
			margin-bottom: .75em;
			line-height: 1.42857142;
		}
		.blog-title{
			width: 100%;
		}
		.blog-body{
			width: 100%;
		}
		.blog-flex{
			padding: 1.5em 1.75em;
		}
		.blog-body ul li{
			width: 100%;
			margin-top: 1em;
		}
		.blog-body ul li:first-child{
			margin-top: 0;
		}
		.blog-read {
			padding: 0 0 0 1.25em;
		}
	}
	@media screen and (max-width: 440px) {
		.blog-thumb{
			aspect-ratio: 1 / 1;
		}
	}
