@charset "utf-8";

.main_wrap{
	position: relative;
	overflow: hidden;
}

.main{
	max-width: 870px;
	margin:0 auto;
	padding:80px 20px;
	position: relative;
	display: flex;
	align-items:flex-start;
	justify-content: center;
}

.main .mainstyle{
	margin-top:10px;
}

.main .maincopy{
	font-size:50px;
	color:#e15e15;
	line-height: 1.2;
	margin-left:20px;
}

/*
.main::after{
	background: #6A5051;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	visibility: visible;
	width: 50vw;
	max-width: 460px;
	z-index: 0;
}
.main p{
	width: 44.94%;
}
*/

.detail {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 900px;
}
.detail h3 {
	color: #e15e15;
	font-size: 32px;
	line-height: 1.3;
	padding: 20px 0 10px 10px;
	position: relative;
	z-index:1;
}
.detail h3::before {
	bottom: 0;
	content: url(../images/about/bg.png);
	left: 0;
	position: absolute;
	top: 0;
	z-index:-1;
}
.detail .text_s {
	font-size: 14px;
	margin-bottom: 20px;
	padding:10px 0 10px 10px;
	position: relative;
	z-index:1;
}

.detail .text_s .sub{
	font-size: 12px;
	display: block;
}


.detail .text_s.lt {
	letter-spacing: -0.04em;
}

.detail .btn a {
	background: #F7B635;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	padding: 3px 10px;
	padding: 8px 10px 0px\0;
	transition:all 0.5s ease-in-out;
}
body:not(.mobile) .detail .btn a:hover{
	background:#E15E15;
}

.modal_wrap{
	display:none;
}



.detail02 h3::after {
	left: -50px;
}

.detail_box {
	/*overflow: hidden;*/
	max-width:900px;
	margin:0 auto;
}
.detail_box .detail {
	float: left;
	margin: 0 auto;
	width: 45%;
}
.detail_box .detail:nth-child(odd) {
	width: 55%;
}

@media screen and (max-width: 960px){
	
	.main .maincopy{
		font-size:44px;
	}
	
	.detail h3 {
		font-size: 25px;
	}
	.detail02 h3::after {
		left: -10px;
	}

}

@media screen and (max-width: 768px){

	.main{
		padding:60px 20px 40px;
	}
	
	.main::after{
		content: none;
	}

	.detail {
		display: block;
	}
	.detail .img {
		text-align: center;
	}
	.detail_box .detail {
		float: none;
		width: 100% !Important;
	}
	.detail h3 {
		font-size: 22px;
	}
}


@media screen and (max-width: 640px){
	
	.detail h3{
		font-size:20px;
	}	
	
	
}


@media screen and (max-width: 480px){
	
	.main{
		flex-wrap:wrap;
		text-align: center;
		padding:60px 20px;
	}
	
	.main .mainstyle{
		width:100%;
	}
	
	
	.main .maincopy{
		margin-top:10px;
		font-size:6.5vw;
		margin-left:0;
	}
	
	
	
}

