@charset "UTF-8";


/***************************************************

	komatsu

***************************************************/

.kv_area{
	margin-bottom: 80px;
}

.kv_area .catch{
	font-size: 38px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 40px;
}

.prof_area{
    width: 950px;
    margin: 0 auto 120px;
    display: flex;
}

.prof_area .image_box{
	width: 400px;
	box-shadow: 2px 1px 15px -10px #777777;
}

.prof_area .text_box{
	width: calc(100% - 400px);
	padding-left: 40px;
	box-sizing: border-box;
	
}

.prof_area .text_box .title{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 18px;
}

.prof_area .text_box .name{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.prof_area .text_box .data{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 1em;
}

.prof_area .text_box .data:last-of-type{
	margin-bottom: 0;
}


.prof_caption{
    width: 950px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: contain;
    background-image: url('../images/komatsu/komatsu_image02.jpg');
    padding-right: 400px;
    box-sizing: border-box;
	position: relative;
}

.prof_caption::after{
	content: '';
	display: inline-block;
	width: 660px;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 50%);
	position: absolute;
	top: 0;
	right: 0;
}

.prof_caption .text_box{
	position: relative;
	z-index: 2;
	padding: 20px 0;
}

.prof_caption .text_box p{
	font-size: 18px;
	font-weight: 500;
	line-height: 2.0;
	letter-spacing: 0.04em;
	margin-bottom: 1em;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.prof_caption .text_box p:last-of-type{
	margin-bottom: 0;
}




/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1300px){


.kv_area{
	margin-bottom: 6.153846vw;
}

.kv_area .catch{
	font-size: 2.923077vw;
	margin-top: 3.076923vw;
}

.prof_area{
    width: 73.076923vw;
    margin: 0 auto 9.230769vw;
}

.prof_area .image_box{
	width: 30.769231vw;
	box-shadow: 0.153846vw 1px 15px -10px #777777;
}

.prof_area .text_box{
	width: calc(100% - 30.769231vw);
	padding-left: 3.076923vw;
}

.prof_area .text_box .title{
	font-size: 1.538462vw;
	margin-bottom: 1.384615vw;
}

.prof_area .text_box .name{
	font-size: 2.153846vw;
	margin-bottom: 1.846154vw;
}

.prof_area .text_box .data{
	font-size: 1.384615vw;
}

.prof_caption{
    width: 73.076923vw;
    padding-right: 30.769231vw;
}

.prof_caption::after{
	width: 50.769231vw;
}

.prof_caption .text_box{
	padding: 1.538462vw 0;
}

.prof_caption .text_box p{
	font-size: 1.384615vw;
	text-shadow: 1px 1px 0.153846vw rgba(255, 255, 255, 1);
}








}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){


.kv_area{
	margin-bottom: 16vw;
}

.kv_area .catch{
	font-size: 6.933333vw;
	line-height: 1.8;
	margin-top: 6.4vw;
}

.prof_area{
    width: 80%;
    margin: 0 auto 16vw;
    display: block;
}

.prof_area .image_box{
	width: auto;
	margin-bottom: 6.4vw;
	box-shadow: 0.533333vw 1px 15px -10px #777777;
}

.prof_area .text_box{
	width: auto;
	padding: 0 3.733333vw;	
}

.prof_area .text_box .title{
	font-size: 4.266667vw;
	margin-bottom: 3.2vw;
}

.prof_area .text_box .name{
	font-size: 6.933333vw;
	margin-bottom: 4.8vw;
}

.prof_area .text_box .data{
	font-size: 4.266667vw;
}

.prof_caption{
    width: auto;
    background-image: none;
    padding-right: 0;
}

.prof_caption::after{
	content: none;
}

.prof_caption .text_box{
	padding: 0;
	margin: 0 5.333333vw 6.4vw;
}

.prof_caption .text_box p{
	font-size: 4.266667vw;
	text-shadow: unset
}





}


