@charset "utf-8";

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

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

.lcl-block01{
	width: 100%;
	background: url(../img/bg_02.jpg) center /cover no-repeat;
	height: 600px;
	position: relative;
	text-align: center;
	padding: 8px 0 0;
}

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

.lcl-block01__txt{
	font-size: 18px;
	line-height: 34px;
}

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

.lcl-block.lcl-block02 {padding: 70px 0 80px;}

.lcl-block02__item{
	background-color: #ece7db;
	height: 270px;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.lcl-block02__item:nth-child(1){
	margin-bottom: 40px;
}

.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: 460px;
	height: 100%;
}

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

.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-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;
}

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

.lcl-block03__item{
	width: 50%;
	height: 390px;
	padding: 60px 0 0;
}

.lcl-block03__item--01{background: url(../img/bg_03.jpg) center /cover no-repeat;}
.lcl-block03__item--02{background: url(../img/bg_04.jpg) center /cover no-repeat;color: #fff;}

.lcl-block03__item-list{
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}

.lcl-block03__item-inner{
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

/* ---------------------------------------------------------------- box04 ---- */

.lcl-block04{
	background-color: #ece7db;
	padding: 55px 0 55px;
}

.lcl-block04-ttl{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.05em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px;
}

.lcl-block04-bnr{
	width: 590px;
	height: 170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
}

.lcl-block04-bnr__link{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.lcl-block04-bnr__r,.lcl-block04-bnr__l{
	width: 50%;
	background-color: #26241f;
	/*display: inline-block;*/
	/*align-items: stretch;*/
	height: 100%;
}

.lcl-block04-bnr__r{
	background: url(../img/img_03.jpg) center /cover no-repeat;
	/*width: 100%;*/
	height: 100%;
}

.lcl-block04-bnr__l-txt{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.25em;
	padding-left: 106px;
}

.lcl-block04-bnr__l-icon{
	width: 50px;
	height: 50px;
	background-color: #f84436;
	display: inline-block;
	position: relative;
	position: absolute;
	left: 36px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.lcl-block04-bnr__l-icon .icon_first{
	width: 19px;
	height: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


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

	.lcl-block01 {
	    width: 100%;
	    background: url(../img/bg_02.jpg) center /cover no-repeat;
	    height: 330px;
	    padding: 20px 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;
	    font-weight: 400;
	}

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

	.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: 210px;
	}

	.lcl-block02__item-txt__ttl {
	    font-size: 14px;
	    line-height: 16px;
	    letter-spacing: 0.025em;
	}

	.lcl-block02__item-txt {
	    font-size: 13px;
	    line-height: 23px;
	    letter-spacing: 0.025em;
	    font-weight: 400;
	    /*flex: none;*/
	    padding: 25px 15px;
	}

	.lcl-block02__item:nth-child(1) {
	    margin-bottom: 25px;
	}

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

	.lcl-block03 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.lcl-block03__item {
	    width: 100%;
	    height: auto;
	    padding: 40px 15px 40px;
	}

	.lcl-block03__item-inner{
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}

	.lcl-block03__item-list {
	    display: block;
	    font-size: 12px;
	    line-height: 22px;
	    letter-spacing: 0.025em;
	}

	/* ---------------------------------------------------------------- box04 ---- */

	.lcl-block04 {
	    padding: 30px 15px 40px;
	}

	.lcl-block04-ttl {
	    font-size: 13px;
	    line-height: 23px;
	    letter-spacing: 0.025em;
	    text-align: left;
	    margin-bottom: 25px;
	}

	.lcl-block04-bnr {
	    width: 222px;
	    height: auto;
	    position: relative;
	    color: #fff;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}

	.lcl-block04-bnr__r, .lcl-block04-bnr__l {
	    width: 100%;
	    height: 97.5px;
	    position: relative;
	}

	.lcl-block04-bnr__l{
		padding: 0 27px;
	}

	.lcl-block04-bnr__r {
	    background: url(../img/img_03.jpg) center /cover no-repeat;
	    height: 127.5px;
	}

	.lcl-block04-bnr__l-txt {
	    font-size: 12px;
	    line-height: 22.5px;
	    letter-spacing: 0.125em;
	    padding-left: 52px;
	}

	.lcl-block04-bnr__l-icon {
	    width: 37.5px;
	    height: 37.5px;
	    background-color: #f84436;
	    display: inline-block;
	    position: absolute;
	    left: 27px;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	}
}
