@charset "UTF-8";

/*-----------------------------------

	mv_block

-----------------------------------*/
#mv_block{
	position: relative;
	height: 265px;
	border-bottom: 1px solid #161616;
	overflow: hidden;
}
#mv_block::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 120px;
	margin: auto;
	transform: rotate(45deg);
	width: 253px;
	height: 650px;
	background: #00B796;
	z-index: -1;
}
#mv_block .contents_inner{
	justify-content: center;
	align-items: center;
	height: 100%;
}
#mv_block h2{
	font-size: 46px;
	font-weight: 700;
	text-align: center;
}
#mv_block h2 span{
	display: block;
	font-size: 16px;
	line-height: 1;
}

@media screen and (max-width: 1210px) {
	#mv_block::before{
		width: 150px;
		right: 90px;
	}
}
@media screen and (max-width: 840px) {
	#mv_block{
		height: 200px;
	}
	#mv_block::before{
		width: 120px;
		right: 0;
	}
	#mv_block h2{
		font-size: 30px;
	}
	#mv_block h2 span{
		text-shadow: 0.8px 0.8px 0 #fff, -0.8px -0.8px 0 #FFF;
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb{
	padding: 20px 0;
}
#breadcrumb .contents_inner{
	max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#breadcrumb ul{
	justify-content: flex-start;
}
#breadcrumb ul li,
#breadcrumb ul li a{
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}
#breadcrumb ul li a{
	padding-right: 13px;
	margin-right: 6px;
	position: relative;
	transition: 0.3s;
	color: #A8A8A8;
}
#breadcrumb ul li a:hover{
	opacity: 0.9;
	text-decoration: underline;
}
#breadcrumb ul li a::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 9px;
	background: url("../img/common/arrow_triangle_gray.svg")no-repeat center/contain;
}
@media screen and (max-width: 840px){
}
@media screen and (max-width: 640px){
	#breadcrumb{
		padding: 10px 0;
	}
	#breadcrumb .contents_inner{
		overflow: hidden;
	}
	#breadcrumb ul{
		flex-wrap: nowrap;
		word-break: keep-all;
		overflow-x: auto;
		overflow-y: hidden;
		width: auto;
	}
	#breadcrumb ul li,
	#breadcrumb ul li a{
		font-size: 13px;
	}
}
/*-----------------------------------

	contents

-----------------------------------*/
header{
	border-bottom: 1px solid #161616;
}

#contents{
	padding: 90px 0 260px;
}

/*intro_box*/
.intro_box{
	margin-bottom: 80px;
	position: relative;
}

.intro_box .contents_inner .img_box{
	max-width: 640px;
	width: 53%;
	position: absolute;
	z-index: -1;
}
.intro_box .contents_inner .txt_box{
	position: relative;
	z-index: 2;
	right: 0;
	width: 827px;
	margin-right: calc(50% - 50vw);
	margin-left: auto;
	padding:0 130px 50px 205px;
}
.intro_box .contents_inner .txt_box::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 380px;
	background: #00B796;
	z-index: -1;
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 0);
}
.intro_box .contents_inner .txt_box .h3_ttl{
	padding-bottom: 38px;
}
.intro_box .contents_inner .txt_box .fc_gr{
	padding: 0 0 80px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.intro_box .contents_inner .txt_box .txt{
	color: #fff;
}

@media screen and (min-width: 1501px){
	.intro_box .contents_inner .txt_box{
		width: 90%;
	}
	.intro_box .contents_inner .txt_box::before{
		height: 310px;
	}
}
@media screen and (max-width: 1350px){
	.intro_box .contents_inner .img_box{
		width: 35%;
	}
}
@media screen and (max-width: 1060px){
	.intro_box .contents_inner .txt_box{
		padding: 0 80px 50px 120px;
		width: 680px;
	}
}
@media screen and (max-width: 840px) {
	.intro_box .h3_ttl{
		font-size: 24px;
	}
	.intro_box .contents_inner .img_box{
		position: static;
		width: 100%;
	}
	.intro_box .contents_inner .txt_box{
		padding: 0 50px 30px 80px;
		width: 100%;
		margin-top: 20px;
	}
	.intro_box .contents_inner .txt_box::before{
		height: 270px;
	}
	.intro_box .contents_inner .txt_box .h3_ttl{
		padding-bottom: 15px;
	}
	.intro_box .contents_inner .txt_box .fc_gr{
		font-size: 16px;
		padding: 0 0 50px;
	}
	.intro_box .contents_inner .txt_box .txt{
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	#contents{
		padding: 60px 0 160px;
	}
	footer{
		padding: 240px 0 20px;
	}

	.intro_box .contents_inner .txt_box{
		padding: 0 30px 20px 60px;
	}
	.intro_box .contents_inner .txt_box::before{
		height: 280px;
	}
	
}
@media screen and (max-width: 520px) {
	.intro_box .contents_inner .txt_box{
		width: 100vw;
	}
	.intro_box .contents_inner .txt_box::before{
		height: 310px;
		clip-path: polygon(100% 0, 100% 100%, 0 100%, 7% 0);
	}
}
@media screen and (max-width: 460px) {
	.intro_box .contents_inner .txt_box{
		padding: 0 24px 20px 35px;
	}
	.intro_box .contents_inner .txt_box::before{
		height: 335px;
	}
}
@media screen and (max-width: 400px) {
	.intro_box .contents_inner .txt_box{
		padding: 0 24px 20px 35px;
	}
	.intro_box .contents_inner .txt_box::before{
		height: 390px;
	}
}

