@charset "utf-8";
/* CSS Document */

section.main_visual .stripe_contents {
	height: 840px;
	padding-top: 35px;
	padding-bottom: 170px;
	position: relative;
} 
section.main_visual .stripe_contents::before {
	content: '';
	width: 100%;
	height: 530px;
    z-index: -1;
	background-image: url(../img/common/main_bg02.png);
	position: absolute;
	top: 150px;
	left: 0;
	transform: skewY(-7deg);
	/*
	top: 50px;
	background-size: 100% 100%;
	height: 530px;
	background: repeating-linear-gradient(-45deg, #fff3f8, #fff3f8 3px, #ffdceb 3px, #ffdceb 6px);
	top: 170px;transform: skewY(-7deg);
	*/
}
section.main_visual .stripe_inner {
	height: 100%;
	position: relative;
	background-image: url(../img/top/main_detail.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
section.main_visual .stripe_inner .contents_block {
    padding-left: 540px;
    padding-top: 145px;
    line-height: 1.6;
}
section.main_visual .stripe_inner .contents_block p {
	font-size: 25px;
	font-weight: bold;
	color: #86351d;
	position: relative;
	z-index: 1;
    text-shadow: 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff;
}
section.main_visual .stripe_inner .contents_block p a {
	color: #e60012;
}
/*
section.main_visual .stripe_inner .contents_block p::before {
	content: '';
	display: block;
	background-image: url(../img/top/detail_icon01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 96px;
	height: 190px;
	position: absolute;
	top: -160px;
	right: 70px;
	z-index: -1;
}
section.main_visual .stripe_inner .contents_block p::after {
	content: '';
	display: block;
	background-image: url(../img/top/detail_icon02.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 28px;
	position: absolute;
	top: 130px;
	right: -30px;
	z-index: -1;
}
*/
section.main_visual .stripe_inner_sp {
	display: none;
}
section.news h2::before {
	content: '';
	display: block;
	background-image: url(../img/common/icon_star_news.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 79px;
	height: 61px;
	position: absolute;
	right: -40px;
    top: -45px;
}
section.news h2::after {
	content: '';
	display: block;
	background-image: url(../img/top/news_check.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 121px;
	height: 87px;
	position: absolute;
	right: -180px;
    top: -85px;
}
section.news .project {
	height: 1000px;
	margin-top: 63px;
	border: solid 3px #00b2ee;
	border-radius: 25px;
    overflow: hidden;
	position: relative;
}
section.news .project.active {
	height: 100%;
}
section.news .project .more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 34px;
	padding: 20px 0 50px 0;
	/*
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	*/
	background: #fff;
}
section.news .project .more-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background-color: #dcdddd;
    border-radius: 34px;
    margin: 0 auto;
}
section.news .project .more-btn span::before {
	content: '';
	background-image: url(../img/common/arrow_down.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 29px;
	transform: rotate(180deg);
}
section.news .project .more-btn span.active::before {
	transform: inherit;
}
@media screen and (max-width: 1400px) {
	section.main_visual .stripe_inner {
		background-size: 100%;
	}
	section.main_visual .stripe_contents {
	    height: 68vw;
		padding-top: 1%;
		padding-bottom: 10%;
		/*
		height: 64vw;
		padding-bottom: 6%;
		*/
	}
	section.main_visual .stripe_contents::before {
		height: 45vw;
		top: 12vw;
		/*
		height: 42vw;
		top: 13vw;
		*/
	}
	section.main_visual .stripe_inner .contents_block {
		padding-top: 15vw;
	}
	section.main_visual .stripe_inner .contents_block p {
		font-size: 1.8vw;
		padding-top: 0.3vw;
		width: 40vw;
	}
	/*
	section.main_visual .stripe_inner .contents_block p::before {
		width: 8vw;
		height: 16vw;
		top: -13vw;
		right: 90px;
	}
	*/
}
@media screen and (max-width: 1100px) {
	section.news h2::after {
		width: 10vw;
		height: 8vw;
		right: -40%;
		top: -75%;
	}
	section.news .project {
		height: 100vw;
		margin-top: 6%;
	}
	section.main_visual .stripe_inner .contents_block {
		padding-left: 48.5%;
	}
	section.main_visual .stripe_inner .contents_block p {
		font-size: 1.8vw;
		padding-top: 1vw;
	}
	section.news .project .more-btn {
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
		padding: 4% 0 4% 0;
	} 
}
@media screen and (max-width: 1100px) {
	section.main_visual .stripe_inner .contents_block p::after {
		top: 10vw;
		right: -3vw;
		width: 4vw;
		height: 4vw;
	}
}



@media screen and (max-width: 767px) {
	section.main_visual .stripe_contents {
	    height: 190vw;
		padding-top: 0;
		padding-bottom: 10%;
	}
	section.main_visual .stripe_contents::before {
	    height: 58vw;
    	top: 15vw;
	}
	section.main_visual .stripe_inner {
		display: none;
		background-size: 150%;
	}
	section.main_visual .stripe_inner .contents_block p {
		font-size: 2.5vw;
		line-height: 1.6;
	}
	section.main_visual .stripe_inner .contents_block {
	    padding-top: 19vw;
	}
	section.main_visual .stripe_inner .contents_block p::before {
		right: 0;
	}
	
	section.main_visual .stripe_inner_sp {
		position: relative;
	}
	section.main_visual .stripe_inner_sp p{
		position: absolute;
		left: 4%;
		width: 92%;
		/* bottom: 11%; */
		color: #86351d;
		font-size: 3.9vw;
		top: 108vw;
		text-shadow: 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff, 0 0 11px #ffffff;
	}
	section.main_visual .stripe_inner_sp p a {
		color: #e60012;
	}
	
	section.news h2::before {
		width: 9vw;
		height: 9vw;
		top: -5.5vw;
		right: -5.5vw;
	}
	section.news .project {
		height: 260vw;
	}
	section.news .project .more-btn {
		padding: 3% 0 5% 0;
	}
	section.news .project .more-btn span {
		width: 10vw;
		height: 10vw;
		border-radius: 50%;
	}
	section.news .project .more-btn span::before {
		width: 6vw;
    	height: 6vw;
		background-position: center;
	}

	section.main_visual .stripe_inner_sp {
		display: block;
		margin: auto;
	}

}

.project_detail a:hover > * {
	opacity: .8;
}