@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Noto+Serif+JP:wght@300&display=swap');

.wrap_feature{
	color: #292929;
}
#list_bn_feature01 img{
	margin-bottom: 25px;
}
.ttl_whats{
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size:28px;
	letter-spacing: 0.2em;
	text-align: center;
	border-bottom:1px solid #292929;
	padding: 45px 0 15px 0;
	background:url("../images/feature/livechat/whats.png") no-repeat center top;
	margin-bottom: 40px;
}
.ttl_about{
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size:23px;
	letter-spacing: 0.15em;
	color:#d97688;
	text-align: center;
	margin-bottom: 30px;
}
.ttl_about span{
	padding: 10px 40px;
	position: relative;
}
.ttl_about span::before,.ttl_about span::after{
	content: '';
	width: 25px;
	height: 35px;
	position: absolute;
}
.ttl_about span::before{
	border-left: solid 1px #d97688;
	border-top: solid 1px #d97688;
	top: 0;
	left: 0;
}
.ttl_about span::after{
	border-right: solid 1px #d97688;
	border-bottom: solid 1px #d97688;
	bottom: 0;
	right: 0;
}
.box_livechat01{
	background:url("../images/feature/livechat/img01.jpg") no-repeat left top;
	background-size: 250px 185px;
	padding-left: 270px;
	min-height: 185px;
	margin-bottom: 20px;
}
.box_livechat01 dl dt{
	font-size:16px;
	font-weight:bold;
	background:#ffffda;
	display:inline-block;
	margin-bottom: 5px;
}
.box_livechat01 dl dd{
	font-size:13px;
	margin-bottom: 10px;
}
.style_bold{
	font-weight: bold;
}
.box_livechat01_sub{
	display: flex;
	justify-content:space-between;
	margin-bottom: 20px;
}
.box_livechat01_sub dl{
	background:#ffe9ed;
	width:49%;
	display:table;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
}
.box_livechat01_sub dl dt{
	display:table-cell;
	vertical-align: middle;
}

.box_livechat01_sub dl dd{
	display:table-cell;
	vertical-align: middle;
	padding: 0 0 0 7px;
}
.text_livechat01{
	font-size:13px;
	text-align: center;
	margin-bottom: 50px;
}

.box_livechat02{
	background:url("../images/feature/livechat/img02.jpg") no-repeat right top;
	background-size: 250px 185px;
	padding-right: 270px;
	min-height: 185px;
	margin-bottom: 50px;
	font-size:13px;

}
.box_livechat03{
	background:url("../images/feature/livechat/img03.jpg") no-repeat left top 10px;
	background-size: 250px 185px;
	padding-left: 270px;
	min-height: 185px;
	margin-bottom: 20px;
	font-size:13px;
}
.btn_search a{
	display: block;
	background:#e8adb8;
	height:60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size:14px;
	letter-spacing: 0.2em;
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}
.btn_search a::before{
	content: "";
	height:20px;
	width:20px;
	position: absolute;
	top:50%;
	left:50%;
	background:url("../images/feature/livechat/icon_search.png") no-repeat center left;
	margin-top:-10px;
	margin-left:-140px;
}
.btn_search a:hover{
	background:#d97688;
}

.btn_search2 a{
	display: block;
	background:#90e1de;
	height:60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size:14px;
	letter-spacing: 0.2em;
	position: relative;
	padding-left: 20px;
	margin-bottom: 50px;
}
.btn_search2 a::before{
	content: "";
	height:20px;
	width:20px;
	position: absolute;
	top:50%;
	left:50%;
	background:url("../images/feature/livechat/icon_note.png") no-repeat center left;
	background-size:20px 20px;
	margin-top:-10px;
	margin-left:-180px;
}
.btn_search2 a:hover{
	background:#46cdc8;
}
.btn_interview:hover + .btn_search2 a{
	background:#46cdc8;

}

.list_livechat01{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top:30px;
}
.list_livechat01 li{
	width:295px;
	height: 295px;
	box-sizing: border-box;
	padding:15px;
	margin-bottom: 22px;
}

.list_livechat01 li:nth-child(1),.list_livechat01 li:nth-child(4){
	border:#e2e2e2 1px solid;
	box-sizing: border-box;
}
.list_livechat01 li:nth-child(2),.list_livechat01 li:nth-child(3){
	background:#fff7f8;
}
.list_livechat01 li dl dt{
	font-family: 'Allura', cursive;
	font-size:30px;
	color:#4c4c4c;
	margin-bottom: 10px;
	margin-left: 5px;
}
.list_livechat01 li dl dt span{
	font-size:40px;
}
.list_livechat01 li dl dd{
	font-size:13px;
	letter-spacing: 0.2em;
}
.list_livechat01 li dl dd h3{
	color: #d97688;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size:36px;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	margin-bottom: 20px;

}
.list_livechat01 li:nth-child(2) dl dd h3{
	font-size:30px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.list_livechat01 li:nth-child(4) dl dd h3{
	margin-top:25px;
	margin-bottom: 40px;
}
.box_type01,.box_type02{
	border:1px solid #e2e2e2;
	min-height:200px;
	margin-bottom: 15px;
	display: table;
	width:100%;
}
.inner_type{
	display:table-cell;
	vertical-align: middle;
	padding-left: 220px;
}
.box_type01{
	background:url("../images/feature/livechat/img_zaitaku.png") no-repeat left 15px center;
}
.box_type02{
	background:url("../images/feature/livechat/img_tsuukin.png") no-repeat left 15px center;
	margin-bottom: 40px;
}
.box_type01 h3,.box_type02 h3{
	color: #d97688;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size:28px;
	letter-spacing: 0.3em;
	margin-bottom: 15px;
}
.box_type01 ul,.box_type02 ul{
	font-size:13px;
	letter-spacing: 0.1em;
}
.box_type01 ul li::before,.box_type02 ul li::before{
	content: "・";
}

.btn_search_end a{
	height:100px;
	line-height: 100px;
}









