@charset "shift_jis";
/* Updated 2025/12/26.T */
/* Updated 2025/05/26.T */
/* Updated 2023/02/02,T */
/* Updated 2021/12/12,T */
/******************************
kv
******************************/
.kv-category-wrap{
	position: relative;
	margin: 0 auto;
	width: 1008px;
}
.kv-category-wrap .inner{
	display: flex;
	justify-content: start;
	align-items: flex-end;
	position: relative;
	z-index: 2;
	padding: 20px 40px;
	height: 320px;
	box-sizing: border-box;
}
.kv-category-wrap .image01{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	z-index: 2;
}
.kv-category-wrap .image01 img {
	position: absolute;
	left: 50%;
	right: 50%;
	min-width: 100%;
	max-width: inherit;
	min-height: 100%;
	transform: translateX(-50%);
}
.kv-category-wrap .title01{
	margin-top: 10px;
	font-size: 200%;
	line-height: 1;
	font-weight: bold;
	color: #004831;
}
.kv-category-wrap .text01{
	display: inline-block;
	font-size: 100%;
	line-height: 1;
	font-weight: bold;
	color: #004831;
}
.kv-category-wrap .text02{
	margin-top: 14px;
	font-size: 114%;
	line-height: 1.5;
	color: #004831;
}
/******************************
btn-list02
******************************/
.btn-list02{
	margin: 40px 0 0;
}
.btn-list02 ul{
	display: flex;
	justify-content: space-between;
}
.btn-list02 li{
	width: 240px;
}
.btn-list02 a{
	display: block;
	position: relative;
	padding: 60px 10px 20px;
	height: 110px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	text-decoration: none;
	color: #004831;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	transition: background-color .3s ease-out;
}
.btn-list02 .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
}
.btn-list02 a:hover{
	background: #f5f5f5;
}
.btn-list02 a:focus{
	background: #e1eb80;
	outline: 0;
}
.btn-list02 a::after{
	display: block;
	content: '';
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
	transform: rotate(90deg);
}
/******************************
card-wrap01
******************************/
.card-wrap01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 14px 0 0;
}
.card-wrap01 li{
	position: relative;
	width: 496px;
	border-radius: 8px;
	margin: 16px 0 0;
	padding: 45px 32px 45px 166px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	box-sizing: border-box;
}
.card-wrap01 .point{
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	background: url(/hojin/eb/web21/imgs/index_bg_01.png) no-repeat 0 0 / 100%;
	color: #fff;
	font-size: 100%;
	font-family: roboto;
}
.card-wrap01 .point span{
	display: block;
	position: absolute;
	left: 4px;
	top: 14px;
	transform: rotate(-45deg);
}
.card-wrap01 .image{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 166px;
}
.card-wrap01 .title01{
	font-size: 129%;
	line-height: 1.5;
	font-weight: bold;
	color: #004831;
}
.card-wrap01 .text01{
	margin: 10px 0 0;
	font-size: 114%;
	line-height: 1.5;
}
/*card-wrap02*/
.card-wrap02{
	margin: 30px 0 0;
}
.card-wrap02 .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 16px 0 0;
	padding: 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	text-decoration: none;
	transition: background-color .3s ease-out;
}
.card-wrap02 .item:hover{
	background: #f5f5f5;
}
.card-wrap02 .item:focus{
	background: #e1eb80;
	outline: 0;
}
.card-wrap02 .inner01{
	width: 254px;
	padding-left: 63px;
	color: #004831;
	box-sizing: border-box;
}
.card-wrap02 .inner01 .icon01{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 82px;
}
.card-wrap02 .inner01 .text01{
	font-size: 86%;
	line-height: 1.5;
	font-weight: bold;
}
.card-wrap02 .inner01 .title01{
	margin: 5px 0 0;
	font-size: 143%;
	line-height: 1.45;
	font-weight: bold;
}
.card-wrap02 .inner01 .text02{
	margin-top: 13px;
}
.card-wrap02 .inner01 .text02 span{
	display: inline-block;
	position: relative;
	padding-right: 25px;
	font-size: 100%;
	color: #004831;
	text-decoration: none;
}
.card-wrap02 .inner01 .text02 span::after{
	display: block;
	content: '';
	position: absolute;
	bottom: calc(50% - 9px);
	right: 0;
	width: 18px;
	height: 18px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
}
.card-wrap02 .inner02{
	width: 698px;
}
.card-wrap02 .inner02 ul{
	display: flex;
	justify-content: space-between;
}
.card-wrap02 .inner02 li{
	width: 110px;
	min-height: 110px;
	padding: 16px 0 5px;
	border-radius: 4px;
	background: #F3F8F6;
	text-align: center;
	box-sizing: border-box;
	color: #004831;
}
.card-wrap02 .inner02 .text01{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 2.4em;
	padding-bottom: 14px;
	font-size: 93%;
	line-height: 1.2;
	font-weight: bold;
}
.card-wrap02 .inner02 .text01::after{
	display: block;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	right: 50%;
	border-style: solid;
	border-color: #004831 rgba(255,255,255,0) rgba(255,255,255,0);
	border-width: 5px;
	transform: translateX(-50%);
}
.card-wrap02 .inner02 .text02{
	margin: 8px 0 0;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
}
.card-wrap02 .inner02 .text02.gray{
	color: #788883;
}
.card-wrap02 .inner02 .text02 strong{
	font-size: 214%;
	line-height: 1;
	font-family: roboto;
	color: #017A4F;
}
.card-wrap02 .inner02 .text02 em{
	font-size: 171%;
}
.card-wrap02 .inner02 .text02:not(.gray) em{
	color: #017A4F;
}
.card-wrap02 .inner02 .text02 span{
	font-size: 143%;
	vertical-align: 5px;
	font-family: roboto;
	color: #017A4F;
}
.card-wrap02 .inner02 .text03{
	margin: 16px 0 0;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
	color: #017A4F;
}
/*movie-wrap01*/
.movie-wrap01{
	margin: 60px auto;
	max-width: 524px;
}
.movie-wrap01 .movie01{
	margin: 17px 0 0;
	text-align: center;
}
@media screen and (max-width: 767px){
	/******************************
	kv
	******************************/
	.kv-category-wrap{
		margin: 0 -18px;
		width: auto;
	}
	.kv-category-wrap .inner{
		display: block;
		padding: 68% 18px 7%;
		height: auto;
	}
	.kv-category-wrap .image01{
		top: 0;
		left: 0;
		right: 0;
		border-radius: 0;
	}
	.kv-category-wrap .image01 img {
		width: 100%;
	}
	.kv-category-wrap .kv-textwrap{
		width: auto;
	}
	.kv-category-wrap .title01{
		font-size: 26px;
		letter-spacing: -1px;
	}
	.kv-category-wrap .text01 {
		font-size: 12px;
	}
	/******************************
	btn-list02
	******************************/
	.btn-list02{
		margin: 16px 0 0;
	}
	.btn-list02 ul{
		flex-wrap: wrap;
	}
	.btn-list02 li{
		width: 47.8%;
		margin: 16px 0 0;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 8px 20px rgba(20,29,29,0.06);
	}
	.btn-list02 a{
		display: flex;
		align-items: center;
		padding: 17px 32px 17px 48px;
		height: 100%;
		text-align: left;
		background: none;
		box-shadow: none;
	}
	.btn-list02 .icon{
		right: auto;
		bottom: 0;
		height: auto;
		width: 48px;
	}
	.btn-list02 .icon01 img,
	.btn-list02 .icon02 img,
	.btn-list02 .icon03 img{
		width: 28px;
	}
	.btn-list02 .icon04 img{
		width: 24px;
	}
	.btn-list02 a::after{
		bottom: calc(50% - 10px);
		left: auto;
		right: 5px;
	}
	/******************************
	card-wrap01
	******************************/
	.card-wrap01{
		display: block;
		margin: 24px 0 0;
	}
	.card-wrap01 li{
		width: 100%;
		padding: 20px 16px 20px 113px;
	}
	.card-wrap01 .image{
		width: 113px;
	}
	.card-wrap01 .image01{
		width: 60px;
	}
	.card-wrap01 .image02{
		width: 73px;
	}
	.card-wrap01 .image03{
		width: 68px;
	}
	.card-wrap01 .image04{
		width: 50px;
	}
	/*card-wrap02*/
	.card-wrap02{
		margin: 24px 0 0;
	}
	.card-wrap02 .item{
		display: block;
		margin: 16px 0 0;
		padding: 20px 16px 16px;
	}
	.card-wrap02 .inner01{
		position: relative;
		width: auto;
		padding-left: 58px;
	}
	.card-wrap02 .inner01 .icon01{
		width: 47px;
	}
	.card-wrap02 .inner01 .title01{
		font-size: 22px;
	}
	.card-wrap02 .inner01 .text02{
		display: none;
	}
	.card-wrap02 .inner02{
		width: auto;
		margin: 0 auto;
		max-width: 315px;
	}
	.card-wrap02 .inner02 ul{
		justify-content: start;
		flex-wrap: wrap;
		margin: 9px 0 0 -2.5%;
	}
	.card-wrap02 .inner02 li{
		width: 30.8%;
		max-width: 100px;
		min-height: 26vw;
		max-height: 100px;
		padding: 5px 0 5px;
		margin: 10px 0 0 2.5%;
	}
	.card-wrap02 .inner02 .text01{
		padding-bottom: 10px;
		font-size: 13px;
	}
	.card-wrap02 .inner02 .text02{
		margin: 6px 0 0;
		font-size: 10px;
	}
	.card-wrap02 .inner02 .text02 strong{
		font-size: 28px;
		letter-spacing: -1px;
	}
	.card-wrap02 .inner02 .text02 em{
		font-size: 22px;
	}
	.card-wrap02 .inner02 .text02 span{
		font-size: 12px;
		vertical-align: 5px;
	}
	.card-wrap02 .inner02 .text03{
		margin: 8px 0 0;
		font-size: 12px;
		line-height: 1.4;
	}
}
@media screen and (max-width: 374px){
	.card-wrap02 .item {
		padding: 20px 10px 16px;
	}
	.card-wrap02 .inner02 .text02 strong {
		font-size: 22px;
	}
	.card-wrap02 .inner02 .text01 {
		font-size: 11px;
	}
	.card-wrap02 .inner02 .text02 em {
		font-size: 18px;
	}
	.card-wrap02 .inner02 .text03 {
		margin: 6px 0 0;
	}
}


/* 2025.12.18 */
.btnlist01.-single01 {
	justify-content: center;
}
.cv-wrap01 img {
	max-width: 100%;
	height: auto !important;
}