@charset "UTF-8";

.sp {
    display: none !important;
}


.tb {
    display: none;
}
img.tb {
    display: none !important;
}

/* 導入事例にタブ追加 */
.tab_target {
	display: none;
}
.tab_target.current {
	display: block;
}
.bl_filtering {
	background: #fff5f5;
	padding: 0 0 110px;
}
.bl_filtering ul.tab {
	display: -webkit-flex;
    display: flex;
}
.bl_filtering ul.tab li {
	position: relative;
	margin: 0 16px 0 0;
	padding: 20px 0;
	width: 236px;
	color: #fff;
	font-size: 1.75rem;
	font-family: 'M PLUS Rounded 1c';
	text-align: center;
	background: #ffa194;
	border-radius: 10px 10px 0 0;
}
.bl_filtering ul.tab li:last-child {
	margin-right: 0;
}
.bl_filtering ul.tab li:hover {
	cursor: pointer;
	opacity: 0.7;
}
.bl_filtering ul.tab li.current {
	font-size: 2.25rem;
	line-height: 0;
	background: #f55f69;
	border-radius: 0;
}
.bl_filtering ul.tab li.current:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #f55f69;
}
.bl_filtering ul.tab li.current:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #f55f69;
	border-radius: 10px 10px 0 0;
}
.bl_filtering ul.tab li span:before {
	display: inline-block;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.bl_filtering ul.tab li:first-child span:before {
	content: "\f1ad";
}
.bl_filtering ul.tab li:nth-child(2) span:before {
	content: "\f0c0";
}
.bl_filtering ul.tab li:nth-child(3) span:before {
	content: "\f15c";
}
.bl_filtering ul.tab li:last-child span:before {
	content: "\f02c";
}
.tab_target_container {
	background: #ffe1e1;
	padding: 35px;
	width: 922px;
}
.tab_target ul {
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.tab_target ul li {
	display: flex;
    /* flex: 1 0 auto; */
}
.tab_target ul li a {
	display: block;
	width: 162px;
	margin: 0 2px 2px 0;
	padding: 20px 10px;
	background: #fff;
	color: #67460c;
	text-decoration: none;
}
.tab_target ul li a:hover {
	color: #fff;
	background: #f55f69;
}
.tab_target ul li a small {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 8px;
	font-size: 1.25rem;
	background: #fff3f3;
	border-radius: 7px;
}
.tab_target ul li a:hover small {
	color: #67460c;
}
.tab_target ul li a.secList.active {
	color: #fff;
	background: #f55f69;
}
.tab_target ul li a.secList.active small {
	color: #67460c;
}

/* もっと見る */
.more_btn {
	position: relative;
	margin: 0 auto;
	padding: 25px 65px !important;
	width: 630px;
	background: #f95c66;
    color: #fff !important;
	text-align: center;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: 0px 4px #a6a6a6;
    font-family: 'M PLUS Rounded 1c','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
.more_btn:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 198px;
	min-height: 58px;
	display: block;
	border-radius: 10px;
	box-sizing: border-box;
}
.more_btn:hover {
	cursor: pointer;
	opacity: ;
}

/* 2023.05.22 サイドフローティング追加
======================================================== */
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 1200px;
  z-index: 2;
  display: none;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	 z-index: 1000;
}
.Bnr .Bnr__img{
    position: fixed;
    top: 300px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
    right: 0;
    width: 249px;
    border: 3px solid var(--main-color);
    z-index: 999;
	 box-sizing: border-box;
}
.Bnr__img__inner{
  box-sizing:border-box;
  padding: 10px;
  background-color: #fff;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
    position: absolute;
    right: -3px;
    top: -33px;
    background-color: var(--main-color);
    width: 33px;
    height: 33px;
}
.Bnr .Bnr__img p.close a{
    display: grid;
    width: 33px;
    height: 33px;
    place-content: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
    font-size: 20px;
    z-index: 888;
    color: #fff;
}
.Bnr .Bnr__img p.image {
    overflow: hidden;
    max-height: 150px;
    padding: 10px 0;
}
.Bnr p.title {
    font-weight: bold;
    color: var(--main-color) !important;
    font-size: 17px;
    display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.Bnr .Bnr__img__inner a p {
    color: black;
    line-height: 1.4em;
}
.Bnr p.text {
	font-size: 14px;
}
.Bnr .Bnr__img__inner a.btn {
    background-color: var(--main-color);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    padding: 25px 0px;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
	width: 100%;
	border: none;
    position: relative;
}
.Bnr .Bnr__img__inner a.btn:before {
  content: "詳しくはこちら";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.Bnr .Bnr__img__inner a.btn:after {
	position: absolute;
	display: inline-block;
    content: '\f138';
    font-family: Font Awesome\ 5 Free;
    right: 15px;
    top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #eae7df;
    font-weight: 900;
    padding-left: 10px;
    font-size: 15px;
}