@charset "UTF-8";

img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}

/*============================
title_group
============================*/

.title_group .content.inner {
	display: flex;
	align-items: center;
	gap: 0 37px;
	margin: 65px auto 80px;
}
.title_group.top .content.inner {
	margin: 65px auto 110px;
}
.title_group .content.inner .left {
	width: 187px;
}
.title_group .content.inner .right p {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.5555;
	letter-spacing: 0.05em;
}

.title_group .content.inner .right p.txt_R {
	font-size: 16px;
	font-weight: normal;
}

.title_group .content.inner .right .markar {
	position: relative;
	padding: 0;
	background: linear-gradient(transparent 70%, #F8E9E9 0%);
	display: inline;
}
/* .title_group .content.inner .right .markar::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #F8E9E9;
	z-index: -1;
} */

@media screen and (max-width: 1300px) {
	.title_group .content.inner {
		gap: 25px;
		margin: 5vw auto 8.46vw;
	}
	.title_group .content.inner .left {
		width: 14.38vw;
	}
	.title_group .content.inner .right p {
		font-size: calc((45 / 1300) * 100vw);
	}
	.title_group .content.inner .right .markar {
		padding: 0 10px;
	}
	.title_group .content.inner .right .markar::before {
		height: 1.6vw;
	}
}

@media screen and (max-width: 767px) {
	.title_group .content.inner {
		margin: 35px auto 30px;
		flex-direction: column;
		gap: 10px;
	}
	.title_group .content.inner .left {
		width: 80px;
	}
	.title_group .content.inner .right p {
		text-align: center;
		font-size: 20px;
		margin-bottom: 8px;
	}
	
	.title_group .content.inner .right p.txt_R {
		font-size: 12px;
	}
	
	.title_group .content.inner .right .markar::before {
		height: 10px;
	}
}

.fix_btn{display: none !important;}
.fkotei{
	display:none;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	z-index:999;
	line-height:0;
}
.fkotei a:hover{
	opacity:1;
}
