@charset 'utf-8';

.column_l{
	float: left;
}
.column_r{
	float: right;
}
.txt_note{
	font-size: 75%;
	line-height: 1.8;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}


/*---------------------------------------
lcl-cnt
---------------------------------------*/

/*---------- lcl-cnt 共通 ----------*/
.lcl-cnt *{
	box-sizing: border-box !important;
}
.lcl-txt{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0;
}
.lcl-box{
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
/*タイトル*/
.lcl-cnt-ttl{
	font-size: 30px;
	line-height: 50px;
	letter-spacing: .05em;
}

.m_img{
	width: 950px;
	height: 330px;
	position: relative;
	margin: 0 auto;
}
.m_img h3{
	position: absolute;
	top: 0;
	left: 0;
}
/*--------- / lcl-cnt 共通 ---------*/

/*---------- lcl-main ----------*/
.lcl-main{
	height: 500px;
	padding: 45px 50px;
	background: url(../_img/main/bg_main.jpg) no-repeat center / cover;
}

/*---------- / lcl-main ----------*/

/*---------- lcl-support ----------*/
.lcl-support{
	height: 630px;
	margin-top: 80px;
	background: url(../_img/support/bg_main.png) no-repeat left / cover;
	background-size: 405px 630px;
}
.lcl-support__block{
	width: 480px;
	margin-left: auto;
	padding-top: 10px;
}
.lcl-support__bnr{
	width: 470px;
	height: 50px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 27px;
	text-align: center;
	color: #e76474;
	border: 2px solid #e76474;
	border-radius: 25px;
}
.lcl-support-txt{
	margin-top: 10px;
	text-align: center;
}
.lcl-support__item{
	width: 380px;
	height: 300px;
	margin: 70px auto 0;
	padding: 30px 30px 15px;
	border-radius: 12px;
	background-color: #fcf7f7;
}
.lcl-support__item figcaption{
	padding-top: 10px;
	text-align: center;
}
/*---------- / lcl-support ----------*/

/*---------- lcl-about ----------*/
.lcl-about{
	margin-top: 50px;
}
.lcl-about__item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 30px 40px;
	background-color: #fcf7f7;
}
.lcl-about__item:not(:last-child){
	margin-bottom: 10px;
}

.lcl-about__item:nth-of-type(1) .lcl-about__item-img-wrap{
	width: 379px;
}
.lcl-about__item:nth-of-type(2) .lcl-about__item-img-wrap{
	width: 380px;
}
.lcl-about__item:nth-of-type(3) .lcl-about__item-img-wrap{
	width: 380px;
}
.lcl-about__item-txt-wrap{
	width: 360px;
}
.lcl-about__item-ttl{
	font-size: 26px;
	line-height: 1;
	padding-bottom: 20px;
	letter-spacing: .05em;
	border-bottom: 1px solid #f299a4;
}
.lcl-about__item-txt{
	margin-top: 20px;
}
/*---------- / lcl-about ----------*/

/*---------- lcl-burden ----------*/
.lcl-burden{
	margin-top: 50px;
}
.lcl-burden__sbs{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lcl-burden__txt-wrap{
	width: 420px;
	padding-top: 30px;
}
.lcl-burden-ttl{
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	color: #e76474;
}
.lcl-burden-txt{
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}
.lcl-burden-img{
	width: 370px;
}
/*---------- / lcl-burden ----------*/

/*---------- lcl-expert ----------*/
.lcl-expert{
	margin-top: 50px;
	padding: 95px 0 80px;
	border-top: 1px solid #e76474;
	border-bottom: 1px solid #e76474;
}
.lcl-expert__item{
	width: 770px;
	height: 170px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: auto;
	margin-left: auto;
	padding: 0 50px;
	cursor: pointer;
	transition: all .3s ease;
	background: linear-gradient(#eeeeee, #f6f6f6);
}
.lcl-expert__item:hover{
	opacity: .7;
}
.lcl-expert__item::after{
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	border-top: 2px solid #e67b88;
	border-right: 2px solid #e67b88;
}
.lcl-expert__item-ttl{
	margin-right: 45px;
}
.lcl-expert__item-professional{
	width: 105px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	display: block;
	padding: 0 15px;
	color: #fff;
	border-radius: 10px;
	background-color: #e67b88;
}
.lcl-expert__item-name{
	font-size: 22px;
	line-height: 1;
	margin-top: 10px;
	letter-spacing: .25em;
}
.lcl-expert__item-name-txt{
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}
.lcl-expert__item-img{
	width: 190px;
	position: absolute;
	right: 100px;
	bottom: 0;
}

/*modal*/
.lcl-modal{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 201;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	background-color: rgba(255, 255, 255, .9);
}
.lcl-modal__item{
	width: 830px;
	height: 400px;
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	margin: auto;
}
.lcl-modal__item-txt-wrap{
	width: 550px;
	padding: 60px 45px 0 40px;
	background-color: #fbf3f3;
}
.lcl-modal__item-ttl{
	font-size: 26px;
	line-height: 46px;
	letter-spacing: .05em;
	color: #e76474;
}
.lcl-modal__item-txt{
	font-size: 16px;
	line-height: 36px;
	margin-top: 15px;
}
.lcl-modal__item-prof-wrap{
	width: 280px;
	position: relative;
	padding: 210px 20px 0;
	background-color: #f1eaea;
}
.lcl-modal__item-prof-img{
	width: 209px;
	height: 250px;
	position: absolute !important;
	top: -50px;
	background: url(../_img/expert/im_people.png) no-repeat center / cover;
}
.lcl-modal__item-prof-txt{
	font-size: 13px;
	line-height: 20px;
}
.lcl-modal__item-prof-name{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 10px 0 13px;
	letter-spacing: .1em;
}
.lcl-modal__close-btn{
	width: 160px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: -550px;
	left: 0;
	margin: auto;
	cursor: pointer;
	transition: all .3s ease;
	text-align: center;
	color: #f299a4;
	border: 2px solid #f299a4;
	border-radius: 25px;
}
.lcl-modal__close-btn:hover{
	color: #fff;
	background-color: #f299a4;
}

/*---------- / lcl-expert ----------*/

/*---------- lcl-interior ----------*/
.lcl-interior{
	margin-top: 85px;
	padding-bottom: 25px;
}
.lcl-interior-ttl{
	line-height: 1;
	text-align: center;
}
.lcl-interior-txt{
	margin-top: 30px;
	text-align: center;
}
.lcl-interior-img{
	margin-top: 40px;
}
/*---------- / lcl-interior ----------*/

/*---------------------------------------
/ lcl-cnt
---------------------------------------*/
.sizeBdr{
	position: relative;
}
.lcl-color{
	width: 100px;
	height: 30px;
	font-size: 17px;
	line-height: 30px;
	position: absolute;
	top: 15px;
	left: 0;
	display: inline-block;
	color: #6a6a6a;
	background-color: #fff;
}
/*--spec--*/
#spec{
	overflow: hidden;
	zoom: 1;
	margin: 50px auto 30px;
}
