@charset "utf-8";

.main-area{
	background-image: url(../img/bg_01.jpg);
}

/* ---------------------------------------------------------------- box01 ---- */

.lcl-block01{
	width: 100%;
	position: relative;
	padding: 24px 0 0;
}

.lcl-block01 .block__ttl-wrp{
	margin-bottom: 12px;
}

.lcl-block01__txt{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.05em;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}

/* ---------------------------------------------------------------- box02 ---- */

.lcl-block.lcl-block02 {padding: 45px 0 20px;}

.lcl-block02__item{
	background-color: #ece7db;
	height: 300px;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	margin-bottom: 50px;
}

.lcl-block02__item:nth-child(2){
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.lcl-block02__item-img{
	width: 450px;
	height: 100%;
}

.lcl-block02__item-txt {
    flex: 1 1 0%;
    padding: 35px 23px 35px 40px;
}

.lcl-block02__item .lcl-block02__item-txt:after,
.lcl-block03__item .lcl-block03__item-btm:after{
	font-size: 40px;
	letter-spacing: 0.05em;
	color: #f84436;
	position: absolute;
	right: 35px;
	top: 13px;
	font-weight: 100;
}

.lcl-block02__item:nth-child(1) .lcl-block02__item-txt:after{content: '1';}
.lcl-block02__item:nth-child(2) .lcl-block02__item-txt:after{content: '2';}
.lcl-block02__item:nth-child(3) .lcl-block02__item-txt:after{content: '3';}

.lcl-block02__item-img--01{background: url(../img/img_01.jpg) center /cover no-repeat;}
.lcl-block02__item-img--02{background: url(../img/img_02.jpg) center /cover no-repeat;}
.lcl-block02__item-img--03{background: url(../img/img_03.jpg) center /cover no-repeat;}

.lcl-block02__item-txt__ttl{
	color: #f84436;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.lcl-block02__item-txt{
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.05em;
	font-weight: 400;
	position: relative;
}

.lcl-block02__item .block_btn-wrp{
	margin-top: 20px;
	text-align: left;
}

/* ---------------------------------------------------------------- box03 ---- */

.lcl-block03__item{
	width: 310px;
	background-color: #ece7db;
}

.lcl-block03__item-img{
	width: 310px;
	height: 200px;
}

.lcl-block03__item-img--04{background: url(../img/img_04.jpg) center /cover no-repeat;}
.lcl-block03__item-img--05{background: url(../img/img_05.jpg) center /cover no-repeat;}
.lcl-block03__item-img--06{background: url(../img/img_06.jpg) center /cover no-repeat;}

.lcl-block03__item .lcl-block03__item-btm:after{
	top: inherit;bottom: 5px;
}

.lcl-block03__item:nth-child(1) .lcl-block03__item-btm:after{content: '4';}
.lcl-block03__item:nth-child(2) .lcl-block03__item-btm:after{content: '5';}
.lcl-block03__item:nth-child(3) .lcl-block03__item-btm:after{content: '6';}

.lcl-block03__item-btm{
	padding: 20px 20px;
	height: 240px;
	position: relative;
}

.lcl-block03__item-ttl{
	color: #f84436;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 7px;
}

.lcl-block03__item-txt{
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 26px;
}

.lcl-block03__item-btm .block_btn-wrp{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}


@media screen and (max-width: 767px){

	.lcl-block01 {
	    width: 100%;
	    padding: 27px 0 0;
	}

	.lcl-block01__ttl {
	    font-size: 25px;
	    letter-spacing: 0.025em;
	    color: #e84537;
	    font-weight: 100;
	    margin-bottom: 5px;
	}

	.lcl-block01__txt {
	    font-size: 13px;
	    line-height: 23px;
	    text-align: left;
	    padding: 0 15px;
	    width: 100%;
	}

	/* ---------------------------------------------------------------- box02 ---- */
	.lcl-block.lcl-block02 {
	    padding: 40px 15px 15px;
	}

	.lcl-block02__item {
	    background-color: #ece7db;
	    height: auto;
	    -webkit-align-items: stretch;
	    -ms-align-items: stretch;
	    align-items: stretch;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}

	.lcl-block02__item-img {
	    width: 100%;
	    height: 195px;
	}

	.lcl-block02__item .lcl-block02__item-txt:after, .lcl-block03__item .lcl-block03__item-btm:after {
	    font-size: 20px;
	    letter-spacing: 0.025em;
	    color: #f84436;
	    position: absolute;
	    right: 15px;
	    top: 8px;
	    font-weight: 100;
	}

	.lcl-block02__item-txt__ttl {
	    font-size: 16px;
	    line-height: 24px;
	    letter-spacing: 0.025em;
	    margin-bottom: 5px;
	}

	.lcl-block02__item-txt {
		font-size: 13px;
		line-height: 21px;
		letter-spacing: 0.025em;
		font-weight: 400;
		padding: 17px 15px;
	}

	.lcl-block02__item {
	    margin-bottom: 15px;
	}

	.lcl-block02__item .block_btn-wrp{
		text-align: center;
	}

	/* ---------------------------------------------------------------- box03 ---- */

	.lcl-block03__item {width: 100%;}
	.lcl-block03__item:not(:last-child){margin-bottom: 15px;}

	.lcl-block03__item-img{
		width: 100%;
		height: 0;
		padding-top: 64.516129%;
	}

	.lcl-block03__item-btm {
	    padding: 13px 15px;
	    height: auto;
	    position: relative;
	}

	.lcl-block03__item-ttl {font-size: 16px;letter-spacing: 0.025em;}

	.lcl-block03__item-txt {
	    font-size: 13px;
	    letter-spacing: 0.025em;
	    line-height: 21px;
	}

	.lcl-block03__item-btm .block_btn-wrp {
	    position: relative;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin-top: 15px;
	}

}

