@charset "UTF-8";
/****************************************
       CSS レイアウト (共有)
*****************************************/


/*トップイメージ*/
.effort_main_img{
display:block;

background-image: url(../images/effort_img.jpg);

background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin-bottom: 60px;
}

.effort_wrapper{
position: relative;
max-width: 1170px;
margin: 0 auto;
height: 553px;
}

.effort_comments{
top: 155px;
bottom: auto;
font-size: 110px;
position: absolute;
bottom: 25px;
left: 4.6875vw;
right: 4.6875vw;
background:rgba(0, 0, 0, 0.0);
}

.effort_title{
margin: 0 0 0.1em;
padding: 0;
color: #ffffff;
font-weight: 700;
line-height: 1;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
font-size: 0.5em;
}

.effort_txt{
margin: 0;
padding: 0 0 0 0.1em;
color: #ffffff;
font-size: 3.75vw;
font-weight: 700;
line-height: 1.8;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
font-size: 0.2em;
}




/*タイトル*/
.header_effort_title{
margin: 0 0 60px;
padding: 0;
text-align: center;
font-size: 2.4em;
font-weight: 700;
line-height: 1;
}


.effort	{
	width:90%;
	margin:0 auto;
}

.effort	h2{
	text-align:center;
	font-size:1.4em;
	margin-bottom:20px;
	line-height:1.447;
	font-weight:600;
	color: #86868b;
	letter-spacing: 0.1em;
}

.effort	h3{
	font-size:1.2em;
	line-height:1.447;
	font-weight:600;
	color: #86868b;
	letter-spacing: 0.1em;
}

.effort	p{
	font-size:1.1em;
	margin-bottom:30px;
	line-height:1.447;
	color: #86868b;
	letter-spacing: 0.1em;
}


/****************************************
       CSS レイアウト (PC)
*****************************************/
/*PCのみの表示*/

@media (max-width: 741px) {
.effort_title{
font-size: 0.4em;
text-align:center;
}

}



/****************************************
       CSS レイアウト (モバイル)
*****************************************/
/*モバイルのみの表示*/
@media (max-width: 481px) {
.effort_txt{
margin: 0;
padding: 0 0 0 0.1em;
color: #ffffff;
font-weight: 700;
line-height: 1.8;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
font-size: 0.15em;
text-align:center;
}
}

@media (max-width: 321px) {


}


