@charset "utf-8";

.u-title_page .name:before {
	margin-left: -.1em;
}

.l-datas {
	margin-inline: -12px;
	display: flex;
	flex-wrap: wrap;
}

.l-datas > * {
	white-space: nowrap;
	width: calc(100% / 3 - (12px * 2));
	margin: 12px;
}

.l-datas > *:nth-of-type(-n + 3) {
	margin-top: 0;
}

.l-datas > *:nth-of-type(1) p + p {
	margin-top: 40px;
}

.l-datas figure {
	width: 80px;
	margin-inline: auto;
}

.l-datas figure + * {
	margin-top: 20px;
}

.l-datas em {
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	margin-inline: -28px;
	display: block;
}

.l-datas em + * {
	margin-top: 10px;
}

.l-datas p {
	font-weight: 700;
	text-align: center;
}

.l-datas p + p {
	margin-top: 20px;
}

.l-datas p i {
	font-size: 14rem;
	font-weight: 500;
	display: block;
}

.l-datas p b {
	font-family: var(--font_montserrat);
	font-size: 72rem;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: -.025em;
	margin-inline: .075em;
	display: inline-block;
}

.l-datas small {
	font-size: 14rem;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	display: block;
}

/*
.l-datas small:first-letter {
	color: var(--green_dark);
}
*/

.l-datas small i {
	color: var(--green_dark);
	margin: 0 .25em 0 0;
	display: inline-block;
}

.l-datas span {
	line-height: 1.5;
	margin: 20px 0 0;
	display: block;
}

.l-datas > *:nth-of-type(8) small {
	text-indent: -.615em;
	white-space: nowrap;
	padding-left: 0em;
	text-align: left;
	width: 12em;
	margin-inline: auto;
	transform: translate(.5em,0);
}

.l-evaluation .l-location_box {
	margin-top: 40px !important;
}

.l-evaluation .items {
	display: flex;
	justify-content: center;
}

.l-evaluation .items > * {
	width: calc(100% / 3);
	max-width: 300px;
}

.l-evaluation .items > *:nth-of-type(1) {
	width: 25%;
}

.l-evaluation .items > *:nth-of-type(2) {
	width: 25%;
}

.l-evaluation .items > *:nth-of-type(3) {
	width: 27.5%;
}

.l-evaluation .items h3 {
	font-size: 14rem;
	font-weight: 700;
	text-align: center;
}

.l-evaluation .items h3 + * {
	margin-top: 20px;
}

.refresh_lists {
	margin-top: 20px;
	display: flex;
}

.refresh_lists > * {
	font-size: 14rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	padding-right: 50px;
	display: flex;
}

.refresh_lists b {
	font-family: var(--font_montserrat);
	font-size: 46rem;
	font-weight: 500;
	line-height: 1;
	margin-left: .15em;
}

.refresh_lists b:after {
	content: '日';
	font-size: 14rem;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 .5em;
}

/*20250107*/
.l-working .l-working_items {
	margin-inline: 0;
	flex-direction: column;
}

.l-working .l-working_items > * {
	width: calc(100% - 40px);
	margin: 0 0 24px 40px;
	padding: 22px 22px 22px 60px;
	position: relative;
}

.l-working .l-working_items > *:nth-child(n + 4) {
	margin-top: 0;
}

.l-working .l-working_items figure {
	position: absolute;
	top: 20px;
	left: -40px;
	translate: 0;
}

.l-working .l-working_items h3 {
	text-align: left;
	margin-top: 0;
}

.l-working .l-working_items .u-list {
	margin-top: 15px;
}

.l-working .l-working_items .u-list li {
}

.l-working .l-working_items h3 + * {
	margin-top: 15px;
}

.l-working .l-working_items .u-list li:nth-child(-n + 2) {
	margin-top: 0;
}







