@charset "utf-8";

/* ----- slider ----- */
.uk-slider-items .uk-width-3-4{
	max-width: 1080px;
}
.uk-slider-items .uk-width-3-4 > .uk-panel::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.4);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.slide_txt{
	left: 6%;
	z-index: 2;
}
.slide_txt h2{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px #333333;
}
.slide_txt p{
	color: #ffffff;
	text-shadow: 1px 1px 1px #333333;
}
/* ----- news ----- */
.news{
	max-width: 1080px;
	background-color: #f3f3f3;
	margin: 60px auto 100px;
}
.news .uk-flex{
	display: table;
}
.news .news_title{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	color: #ffffff;
	background-color: #faa05a;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	background-image: url(../img/news_bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 40px 100%;
}
.news .uk-description-list{
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.news .uk-description-list li > *:not(hr){
	display: inline-block;
	margin-right: 30px;
}
.news .uk-description-list li > hr{
	margin-top: 15px;
	margin-bottom: 15px;
}
.news .uk-description-list li:last-child > hr{
	display: none;
}
.news .news_link{
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	box-sizing: border-box;
}
.news .news_link a{
	color: #faa05a;
	font-weight: bold;
	transition: all 0.3s;
}
.news .news_link a:hover{
	transform: translateX(3px);
}

/* ----- content1 ----- */
.content1{
	position: relative;
	padding: 60px 0;
	margin-bottom: 100px;
}
.content1::before{
	display: block;
	content: "";
	width: 30%;
	height: 100%;
	background: rgba(250,160,90,1.00);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.content1 .uk-card{
	max-width: 1080px;
	background-color: #ffffff;
	padding: 10px;
	margin: 0 auto;
}
.content1 .uk-card-body{
	padding: 20px 40px;
}
.content1 .uk-card-body .line{
	display: block;
	width: 160px;
	height: 5px;
	background: linear-gradient(to right, #faa05a, #fad55a);
	margin-bottom: 25px;
}
.content1 .uk-card-body span{
	color: #faa05a;
	font-size: 12px;
	font-weight: bold;
}
.content1 .uk-card-body h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.5;
}
.content1 .uk-card-body p{
	line-height: 1.8;
	margin-bottom: 25px;
}

/* ----- content2 ----- */
.content2{
	background-image: url(../img/content2_bg1.png), url(../img/content2_bg2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
	background-size: 640px auto;
	margin-bottom: 280px;
}
.content2 .uk-card-body{
	background-color: rgba(255,255,255,0.60);
	padding: 30px;
	margin: 40px;
}
.content2 .uk-card-body span{
	color: #faa05a;
	font-size: 12px;
	font-weight: bold;
}
.content2 .uk-card-body h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}
.content2 .uk-card-body p{
	line-height: 1.8;
	margin-bottom: 25px;
}
.content2 .uk-card-body a{
	color: #ffffff;
	background: linear-gradient(to bottom right, #fad55a, #faa05a);
	transition: all 0.3s;
}
.content2 .uk-card-body a:hover{
	opacity: 0.7;
	transform: translateY(-3px);
}
.content2 .uk-cover-container::before{
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(250,160,90,0.10);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

/* ---------- PC ---------- */
@media screen and (min-width:769px){

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	.uk-slider-items .uk-width-3-4{
		width: 100%;
	}
	.news .news_title{
		background-image: none;
	}
	.news .uk-description-list li > p:not(.date){
		display: block;
    margin-top: 10px;
	}
	.content1 .uk-card-body h3{
    font-size: 20px;
	}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.slide_txt{
    left: 15%;
	}
	.slide_txt h2{
    font-size: 18px;
	}
	.news{
    max-width: 1080px;
    background-color: #f3f3f3;
    margin: 60px auto 60px;
	}
	.news .news_title{
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.news .uk-description-list{
    display: block;
		width: 100%;
		padding: 10px;
	}
	.news .uk-description-list li > p:not(.date){
		margin-right: 0;
	}
	.news .news_link {
    display: block;
		width: 100%;
    text-align: center;
	}
	.content1{
    margin-bottom: 60px;
	}
	.content2{
		background-size: 100% auto;
	}
	.content2 .uk-card-body{
    padding: 20px;
    margin: 20px;
	}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
	.news .uk-description-list li .uk-label{
		padding-top: 3px;
	}
	.content2 .uk-card-body a{
		padding-top: 5px;
	}
}