@charset "UTF-8";

/*--------------f_greeting----------------*/
#f_greeting+section .inner_item_img{
	position: relative;
}
#f_greeting+section .inner_item_img a section{
	position: absolute;
	bottom: 2.5rem;
	right: 0;
}
#f_greeting+section .inner_item_img a section .inner_item_txt{
	padding-right: 0;
}
#f_greeting+section .inner_item_img a section.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1){
	min-width: 200px;
	padding: 0;
}
@media screen and (max-width: 400px){
	#f_greeting+section .inner_item_img a section{
		padding: 5px 0;
	}
	#f_greeting+section .inner_item_img a section.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
		min-width: 160px;
		padding: 0;
	}
}

/*--------------reason----------------*/
main{
	counter-reset: num 0;
}
#reason+section .heading.block_header_2 .h {
	padding-left: 7.5rem;
	font-family: inherit!important;
	color: var(--i_main_color);
}
#reason+section .heading.block_header_2 .h::before{
	display: none;
}
#reason+section .heading.block_header_2 .h::after {
	counter-increment: num 1;
	content: counter(num);
	display: block;
	width: 1.7em;
	height: 1.6em;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-5px);
	pointer-events: none;
	background: #f19faf;
	text-align: center;
	color: #fff;
	font-size: 3.5rem!important;
	border-radius: 100%;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif !important;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
@media screen and (max-width: 800px){
	#reason+section .heading.block_header_2 .h {
		padding-left: 5.5rem;
	}
	#reason+section .heading.block_header_2 .h::after {
		width: 1.5em;
		height: 1.45em;
		font-size: 3rem!important;
		line-height: 1.62;
	}
}