@charset "UTF-8";

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes toTop {
	0% {
		transform: translateY(30px);
	}

	100% {
		transform: translateY(0);
	}
}

/* ----------------------------------------
//
// base
//
---------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #fff;
	color: #212121;
	font-family: 'Yu Mincho Demibold', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
	font-size: 1.4rem;
	text-align: justify;
	word-wrap: break-word;
	line-break: strict;
}

.ly_header, .bl_cta, .ly_footer{
	font-family: 'Lato', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

@media (min-width: 768px) {
	body {
		min-width: 1240px;
		overflow-x: auto;
		font-size: 1.6rem;
	}
	body p{
		font-size: 18px;
	}
}

a {
	text-decoration: underline;
}

@media (min-width: 768px) {
	[href^='tel'] {
		text-decoration: none;
		pointer-events: none;
	}
}

img {
	max-width: 100%;
	height: auto;
	line-height: 1;
	image-rendering: optimize-contrast;
}
img[loading="lazy"] {
    display: inline-block;
}

dt {
	font-weight: normal;
}

iframe,
video {
	display: block;
	max-width: 100%;
}

video,
[src*='youtube.com'] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

hr {
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
	picture :where(img) {
		width: auto;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

/* ----------------------------------------
//
// inner
//
---------------------------------------- */

/* .ly_header {
	position: fixed;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.ly_header + * {
	margin-top: 60px;
}

.ly_header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	padding-right: 10px;
	padding-left: 10px;
} */

.ly_inner {
	box-sizing: content-box;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.ly_inner.-narrow {
	max-width: 1000px;
}

.bl_breadcrumbWrapper.ly_inner{
	padding-right: 0;
    padding-left: 0;
}

/* @media (min-width: 768px) {
	.ly_header {
		min-width: 1240px;
	}

	.ly_header + * {
		margin-top: 120px;
	}

	.ly_header_inner {
		height: auto;
		padding-right: 20px;
		padding-left: 30px;
	}
} */

/* ------------------------------
// aspectRatio
------------------------------ */

.el_aspectRatio {
	position: relative;
	height: 0;
	overflow: hidden;
}

.el_aspectRatio.-r16\:9 {
	aspect-ratio: 16 / 9;
	padding-top: 56.25%;
}

.el_aspectRatio > *:only-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------
// btn
------------------------------ */

.el_btn {
	display: inline-block;
	max-width: 100%;
	padding: 0;
	transition: opacity 0.2s ease-out, background-color 0.2s ease-out,
		color 0.2s ease-out;
	border: none;
	background-color: transparent;
	color: #212121;
	font-family: inherit;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.el_btn.bl_pageTop_btn {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #212121;
    background-color: var(--black);
    color: #fff;
    font-size: 1.8rem;
    transition: color 0.2s ease-out;
    transition: color var(--trs);
}

.el_btn.bl_header_menuBtn {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 13px;
    background-color: #d3dd00;
}

.el_btn.-tal {
	text-align: left;
}

/* hover */

.el_btn.-op:focus,
.el_btn.-op:hover {
	opacity: 0.8;
}

/* ボタンの色 */

.el_btn.-white {
	color: #fff;
}

.el_btn.-bgMain {
	background-color: #d3dd00;
}

.el_btn.-bgMainDark {
	background-color: #85b000;
}

/* ------------------------------
// heading
------------------------------ */
/* 
.el_lv1Heading {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.3333;
	text-align: center;
}

.el_EN_lv1Heading {
	margin-top: 6px;
	color: #d3dd00;
	font-size: 1.2rem;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

.el_lv2Heading {
	margin-bottom: 0.5em;
	padding-bottom: 15px;
	border-bottom: 1px solid #85b000;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
}

.el_lv3Heading {
	margin-top: 24px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.el_lv1Heading {
		font-size: 4.8rem;
	}

	.el_EN_lv1Heading {
		margin-top: 12px;
		font-size: 2rem;
	}

	.el_lv2Heading {
		padding-bottom: 20px;
		border-bottom-width: 2px;
		font-size: 3rem;
		line-height: 1.25;
	}

	.el_lv3Heading {
		font-size: 2.4rem;
	}
} */

/* ------------------------------
// icon
------------------------------ */

.el_beforeIcon::before,
.el_afterIcon::after {
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

.el_beforeIcon::before {
	margin-right: 0.5em;
}

.el_afterIcon::after {
	margin-left: 0.5em;
}

.el_beforeIcon.-weak::before,
.el_afterIcon.-weak::after {
	opacity: 0.5;
}

.el_beforeIcon.-caret::before,
.el_afterIcon.-caret::after {
	content: '\f0da';
}

.el_afterIcon.-caretDown::after {
	content: '\f0d7';
}

.el_beforeIcon.-caretLeft::before {
	content: '\f0d9';
}

.el_beforeIcon.-angle::before,
.el_afterIcon.-angle::after {
	content: '\f105';
}

.el_beforeIcon.-angleLeft::before {
	content: '\f104';
}

.el_beforeIcon.-chevron::before,
.el_afterIcon.-chevron::after {
	content: '\f054';
}

.el_beforeIcon.-chevronLeft::before {
	content: '\f053';
}

.el_beforeIcon.-chevronCircle::before,
.el_afterIcon.-chevronCircle::after {
	content: '\f138';
}

.el_beforeIcon.-chevronCircleLeft::before {
	content: '\f137';
}

.el_beforeIcon.-arrow::before,
.el_afterIcon.-arrow::after {
	content: '\f061';
}

.el_beforeIcon.-arrowLeft::before,
.el_afterIcon.-arrowLeft::after {
	content: '\f060';
}

.el_beforeIcon.-search::before,
.el_afterIcon.-search::after {
	content: '\f002';
}

.el_beforeIcon.-clock::before,
.el_afterIcon.-clock::after {
	content: '\f017';
}

.el_beforeIcon.-folderOpen::before,
.el_afterIcon.-folderOpen::after {
	content: '\f07c';
}

.el_beforeIcon.-phone::before,
.el_afterIcon.-phone::after {
	content: '\f095';
}

.el_beforeIcon.-phoneAlt::before,
.el_afterIcon.-phoneAlt::after {
	content: '\f879';
}

/* ------------------------------
// ltrBtn (ltr = L to R)
------------------------------ */

/* .el_ltrBtn {
	display: inline-block;
	position: relative;
	max-width: 100%;
	padding: 0;
	border: none;
	background-color: #85b000;
	color: #fff;
	font-family: inherit;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.el_ltrBtn::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.2s ease-out;
	background-color: #212121;
} */

.el_ltrBtn:focus::before,
.el_ltrBtn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.el_ltrBtn_text {
	display: block;
	position: relative;
	transition: color 0.2s ease-out;
	color: inherit;
	pointer-events: none;
}

.el_ltrBtn:focus > .el_ltrBtn_text,
.el_ltrBtn:hover > .el_ltrBtn_text {
	color: #d3dd00;
}
.kigaru .bl_cta_btn:focus > .el_ltrBtn_text, .kigaru .bl_cta_btn:hover > .el_ltrBtn_text {
	color: #212121;
}

.el_ltrBtn.el_afterIcon::after {
	transform: translateZ(0);
	transition: color 0.2s ease-out;
	font-size: 1.2rem;
}

.el_ltrBtn.el_afterIcon:focus::after,
.el_ltrBtn.el_afterIcon:hover::after {
	color: #d3dd00;
}

@media (min-width: 768px) {
	.el_ltrBtn.el_afterIcon::after {
		font-size: inherit;
	}
}

/* ------------------------------
// separator
------------------------------ */

.el_separator {
	box-sizing: content-box;
	max-width: 1200px;
	margin-right: 15px;
	margin-left: 15px;
	border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
	.el_separator {
		margin-right: auto;
		margin-left: auto;
	}
}

/* ------------------------------
// thumbnail
------------------------------ */

.el_thumbnail {
	position: relative;
	padding-top: 66.6667%;
	overflow: hidden;
}

.el_thumbnail img {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

/* ----------------------------------------
// imgAsBg （背景画像として<img>要素を使う）
---------------------------------------- */

.el_imgAsBg {
	/* position: absolute; */
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.el_imgAsBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* end imgAsBg */

/* ------------------------------
// counter
------------------------------ */

.bl_counter {
	counter-reset: i;
}

.bl_counter_item::before {
	content: counter(i);
	counter-increment: i;
}

.bl_counter_item.-zeroPad::before {
	content: counter(i, decimal-leading-zero);
}

/* ----------------------------------------
//
// sect
//
---------------------------------------- */

.bl_sect {
	/* padding-top: 40px; */

	/* padding-bottom: 40px; */
}

.bl_sect.-last {
	padding-bottom: 80px;
}

.bl_sect_cont {
	margin-top: 24px;
}

@media (min-width: 768px) {
	.bl_sect {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.bl_sect.-last {
		padding-bottom: 200px;
	}

	.bl_sect_cont {
		margin-top: 40px;
	}
}

/* ----------------------------------------
//
// snsIcons
//
---------------------------------------- */

/* .bl_snsIcons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bl_snsIcons > li {
	width: 36px;
}

.bl_snsIcons > li + li {
	margin-left: 30px;
} */

.bl_snsIcons a {
	transition: transform 0.2s ease-out;
}

.bl_snsIcons a:focus,
.bl_snsIcons a:hover {
	transform: translateY(-10px);
}

@media (min-width: 768px) {
	.bl_snsIcons > li {
		width: 72px;
	}

	.bl_snsIcons > li + li {
		margin-left: 60px;
	}
}

/* ----------------------------------------
//
// table
//
---------------------------------------- */

.bl_table {
	width: 100%;
}

.bl_table_row {
	display: table;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.75;
}

.bl_table_h {
	display: table-cell;
	width: 25%;
	padding: 20px 10px;
	padding-left: 0;
	border-bottom: 1px solid #d3dd00;
	font-weight: bold;
	vertical-align: top;
}

.bl_table_d {
	display: table-cell;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

@media (min-width: 768px) {
	.bl_table_row {
		display: table;
		width: 100%;
		font-size: 1.6rem;
		line-height: 2;
	}

	.bl_table_h {
		display: table-cell;
		width: 25%;
		padding: 30px 15px;
		vertical-align: middle;
	}

	.bl_table_d {
		display: table-cell;
		padding: 30px 15px;
	}
}

/* ----------------------------------------
//
// vertPosts
//
---------------------------------------- */

.bl_vertPosts > li {
	border-bottom: 1px solid #c1c1c1;
}

.bl_vertPosts > li:first-child {
	border-top: 1px solid #c1c1c1;
}

.bl_vertPosts > li > a {text-decoration: none;}

.bl_vertPost {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.bl_vertPost time {
	flex-shrink: 0;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.bl_vertPost_Ym {
	display: block;
	font-size: 1.2rem;
}

.bl_vertPost_d {
	display: block;
	margin-top: 2px;
	color: #d3dd00;
	font-size: 3.5rem;
}

.bl_vertPost_title {
	-webkit-box-orient: vertical;
	display: box;
	-webkit-line-clamp: 3;
	margin-left: 20px;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.571;
}

@media (min-width: 768px) {
	.bl_vertPost {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bl_vertPost time {
		margin-left: 10px;
	}

	.bl_vertPost_Ym {
		font-size: 1.4rem;
	}

	.bl_vertPost_d {
		font-size: 4.5rem;
	}

	.bl_vertPost_title {
		margin-left: 30px;
		font-size: 1.8rem;
		line-height: 1.75;
	}
}

/* ----------------------------------------
//
// header
//
---------------------------------------- */

/* .bl_header_logo {
	width: 185px;
}

.bl_header_logo a {
	transition: opacity 0.2s ease-out;
}

.bl_header_logo a:focus,
.bl_header_logo a:hover {
	opacity: 0.8;
}

.bl_header_menuBtnsWrapper {
	margin-left: auto;
}

.bl_header_menuBtns {
	display: flex;
}

.bl_header_menuBtns > li + li {
	margin-left: 10px;
}

.bl_header_telBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #ff263c;
}

.bl_header_telBtn > img {
	width: 17px;
}

.bl_header_menuBtn {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 12px 10px;
	background-color: #d3dd00;
	color: #fff;
}

.bl_header_menuBtn > span {
	position: absolute;
	width: 20px;
	height: 2px;
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
	border-radius: 999px;
	background-color: currentColor;
	pointer-events: none;
}

.bl_header_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #85b000;
	color: #fff;
	font-size: 1.5rem;
}

.bl_header_btn:focus > .el_ltrBtn_text,
.bl_header_btn:hover > .el_ltrBtn_text {
	color: #d3dd00;
}

.bl_header_spBtns .bl_header_btn.-reserve {
	background-color: #ff263c;
}
.bl_header_spBtns .bl_header_btn.-reserve:hover > .el_ltrBtn_text,
.bl_header_spBtns .bl_header_btn.-reserve:focus > .el_ltrBtn_text,
.bl_header_spBtns .bl_header_btn.-reserve:hover::after {
	color: #ff7180;
}
.bl_header_spBtns .bl_header_btn.-reserve::after {
	z-index: 1;
	order: -1;
	margin-right: 0.5em;
	margin-left: 0;
	transition: inherit;
	font-size: 1em;
	font-weight: 500;
	font-family: 'font awesome 5 free';
	content: '\f086';
}

.bl_header_btn.el_afterIcon.-phoneAlt::after {
	z-index: 1;
	order: -1;
	margin-right: 0.5em;
	margin-left: 0;
	transition: inherit;
	font-size: 0.875em;
}

.bl_header_btn.el_afterIcon.-phoneAlt:focus::after,
.bl_header_btn.el_afterIcon.-phoneAlt:hover::after {
	color: #d3dd00;
}

/* .bl_header_pcNav {
	display: none;
} */

/* .bl_header_spNav {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 60px;
	overflow-y: auto;
	transform: translateY(60px);
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.bl_header_spNav_inner {
	padding: 20px;
}

.bl_globalMenuSp .el_btn {
	display: flex;
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 1.6rem;
	line-height: 1;
}

.bl_globalMenuSp > li {
	border-bottom: 1px solid #d6d6d6;
}

.bl_globalMenuSp > li:first-child {
	border-top: 1px solid #d6d6d6;
}

.bl_globalMenuSp .el_btn::after {
	margin-right: 10px;
	color: #85b000;
}

.bl_header_spBtns {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
}

.bl_header_spSns {
	margin-top: 25px;
}

.bl_header_spBtns > li {
	width: calc(50% - 7px);
}

.bl_header_spBtns .bl_header_btn {
	height: 50px;
} 
 */

/* ------------------------------
// js制御
------------------------------ */

/* ボタンアイコン アニメーション
------------------------------ */

#js_header .bl_header_menuBtn > span {
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

#js_header .bl_header_menuBtn > span:first-child {
	transform: translateY(-8px);
	transform-origin: center;
}

#js_header.is_spMenu_active .bl_header_menuBtn > span:first-child {
	transform: rotateZ(225deg);
}

#js_header.is_spMenu_active .bl_header_menuBtn > span:nth-child(2) {
	opacity: 0;
}

#js_header .bl_header_menuBtn > span:nth-child(3) {
	transform: translateY(8px);
	transform-origin: center;
}

#js_header.is_spMenu_active .bl_header_menuBtn > span:nth-child(3) {
	transform: rotateZ(-225deg);
}

/* メニュー本体
------------------------------ */

#js_menuBody {
	transition: opacity 0.2s ease-out;
	opacity: 0;
	pointer-events: none;
}

#js_header.is_spMenu_active #js_menuBody {
	opacity: 1;
	pointer-events: auto !important;
}

/* サブメニュー
------------------------------ */

.js_megaMenuSp_trigger {
	width: 100%;
}

.js_megaMenuSp_trigger::after {
	content: '\f067';
}

.js_megaMenuSp_wrapper.is_active > .js_megaMenuSp_trigger::after {
	content: '\f068';
}

@media (min-width: 768px) {
	.bl_header_logo {
		width: 251px;
	}

	.bl_header_menuBtnsWrapper {
		display: none;
	}

	/* .bl_header_pcNav {
		display: block;
		margin-left: auto;
		padding-top: 20px;
	} */
/* 
	.bl_header_pcNav_utils {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.bl_header_pcNav_utils > li {
		font-size: 1.4rem;
	}

	.bl_header_pcNav_utils > li:first-child {
		margin-right: 10px;
	}

	.bl_header_pcNav_utils > li.el_beforeIcon.-reserve::before {
		display: inline-block;
		color: #6f6f6f;
		font-size: 17px;
		font-weight: 500;
		font-family: 'font awesome 5 free';
		content: '\f086';
	}

	.bl_header_pcNav_utils > li.el_beforeIcon.-company::before {
		content: '';
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-right: 5px;
		transform: translateY(3px);
		background-image: url('/wp/wp-content/themes/friend-home/owner/images/common/icon_company_gray.svg');
		background-size: 17px 17px;
	}

	.bl_header_pcNav_utils > li + li {
		margin-left: 1.5em;
	}

	.bl_header_pcNav_utils a {
		text-decoration: none;
	}

	.bl_header_pcNav_utils a:focus,
	.bl_header_pcNav_utils a:hover {
		text-decoration: underline;
	}

	.bl_header_pcNav_bottom {
		display: flex;
	}

	.bl_globalMenuPc {
		display: flex;
	}

	.bl_globalMenuPc .el_btn {
		display: flex;
		position: relative;
		align-items: center;
		margin-right: 15px;
		margin-left: 15px;
		padding-top: 32px;
		padding-bottom: 32px;
		transition: padding-top 0.2s ease-out, padding-bottom 0.2s ease-out;
		font-size: 1.6rem;
	}

	.bl_globalMenuPc .bl_globalMenuPc_btn::after {
		content: '\f0d7';
		position: relative;
		top: -2px;
		margin-left: 0.25em;
		transition: color 0.2s ease-out;
		color: #85b000;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}

	.js_megaMenu_trigger.is_active .bl_globalMenuPc_btn::after,
	.bl_globalMenuPc .bl_globalMenuPc_btn:focus::after,
	.bl_globalMenuPc .bl_globalMenuPc_btn:hover::after {
		color: #212121;
	}

	.bl_globalMenuPc .bl_globalMenuPc_link::after {
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		transform: scaleX(0);
		transform-origin: center;
		transition: transform 0.2s ease-out;
		background-color: #85b000;
	} */

	.js_megaMenu_trigger.is_active .bl_globalMenuPc_link::after,
	.bl_globalMenuPc .bl_globalMenuPc_link:focus::after,
	.bl_globalMenuPc .bl_globalMenuPc_link:hover::after {
		transform: scaleX(1);
	}

	/* .bl_header_pcBtns {
		display: flex;
		align-items: center;
		margin-left: 15px;
	}

	.bl_header_btn {
		width: 140px;
		height: 40px;
	} */

	.bl_header_spNav {
		display: none;
	}

	/* ------------------------------
	// js制御
	------------------------------ */
	#js_header.is_fixed_active {
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	}

	#js_header.is_fixed_active .bl_globalMenuPc .el_btn {
		padding-top: 22px;
		padding-bottom: 22px;
	}
}

/* .bl_header_pcBtns .bl_header_btn {
	background-color: #ff263c;
}
.bl_header_pcBtns .bl_header_btn:hover > .el_ltrBtn_text,
.bl_header_pcBtns .bl_header_btn:focus > .el_ltrBtn_text {
	color: #ff7180;
} */

/* ----------------------------------------
//
// megaMenu
//
---------------------------------------- */
/* 
.bl_megaMenuPc {
	background-color: rgb(0 0 0 / 80%);
}

.bl_megaMenuPc_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.bl_megaMenuPc_title {
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}

.bl_megaMenuPc_list {
	display: flex;
	margin-top: 40px;
}

.bl_megaMenuPc_list > li {
	width: 120px;
	height: 100px;
}

.bl_megaMenuPc_list > li + li {
	margin-left: 20px;
}

.bl_megaMenuPc_list .el_ltrBtn {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background-color: transparent;
	font-size: 1.6rem;
	line-height: 1.25;
	text-decoration: none;
}

.bl_megaMenuPc_list .el_ltrBtn::before {
	background-color: #85b000;
}

.bl_megaMenuPc_list .el_ltrBtn::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.bl_megaMenuPc_list .el_ltrBtn:focus::after,
.bl_megaMenuPc_list .el_ltrBtn:hover::after {
	color: inherit;
}

.bl_megaMenuPc_list .el_ltrBtn > .el_ltrBtn_text {
	color: inherit;
}

.bl_megaMenuPc_list .el_ltrBtn > .el_ltrBtn_text span {
    letter-spacing: -0.1em;
    display: block;
    font-size: 96%;
} */

/* ------------------------------
// js制御
------------------------------ */

/* メニュー開閉
------------------------------ */

.js_megaMenu {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s;
	opacity: 0;
}

/* メニュー本体の開閉 */

.js_megaMenu_trigger.is_active .js_megaMenu {
	visibility: visible;
	opacity: 1;
}

/* トリガーアニメーション */

.js_megaMenu_trigger .bl_globalMenuPc_link:focus::after,
.js_megaMenu_trigger .bl_globalMenuPc_link:hover::after {
	transform: scaleX(0);
}

.js_megaMenu_trigger.is_active .bl_globalMenuPc_link::after {
	transform: scaleX(1) !important;
}

/* ----------------------------------------
//
// megaMenuSp
//
---------------------------------------- */

.bl_megaMenuSp {
	display: none;
}

/* .bl_megaMenuSp_list > li {
	border-top: 1px solid #d6d6d6;
}

.bl_megaMenuSp_list a {
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 0.5em;
	font-size: 1.6rem;
	line-height: 1;
	text-decoration: none;
}

.bl_megaMenuSp_list a::before {
	margin-right: 0.25em;
	color: #85b000;
} */

/* ----------------------------------------
//
// cta
//
---------------------------------------- */

.ow.bl_cta {
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #dfe7ac;
	background-image: none;
	font-family: 'Yu Mincho Demibold', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
}

.ow .bl_cta_inner {
	display: table;
	text-align: center;
}

.ow .bl_cta_title {
	font-size: 1.9rem;
	line-height: 1.6;
	color: #212121;
}

.ow .bl_cta_title > em {
	display: inline-block;
	font-size: 2.3rem;
	font-style: normal;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 6px;
}

.ow .bl_cta_title > span {
	display: block;
	margin-top: 6px;
}

.ow .bl_cta_btnsWrapper {
	margin-top: 30px;
}

.ow .bl_cta_btns {
	margin: -7.5px;
}

.ow .bl_cta_btns > li {
	padding: 7.5px;
}

.ow .bl_cta_btn {
	display: flex;
	align-items: center;
	width: 265px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	transition: color 0.2s ease-out;
	transition: box-shadow 0.2s ease-out;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgb(82 82 82 / 50%);
	text-decoration: none;
}

.ow .bl_cta_btn:focus,
.ow .bl_cta_btn:hover {
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
}

.ow .bl_cta_btn_img {
	flex: 0 0 100px;
}

.ow .bl_cta_btn_main {
	flex-grow: 1;
}

.ow .bl_cta_btn_text {
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: 1.6rem;
	color: #212121;
}

.ow .bl_cta_btn_text.el_afterIcon::after {
	color: #85b000;
}

@media (min-width: 768px) {
	.ow.bl_cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.ow .bl_cta_title {
		font-size: 3rem;
	}

	.ow .bl_cta_title > em {
		text-underline-offset: 12px;
		display: inline;
		font-size: 3.6rem;
	}

	.ow .bl_cta_btnsWrapper {
		margin-top: 70px;
	}

	.ow .bl_cta_btns {
		display: flex;
		justify-content: center;
		margin: -30px;
	}

	.ow .bl_cta_btns > li {
		width: 33.33%;
		padding: 30px;
	}

	.ow .bl_cta_btn {
		display: block;
		width: auto;
		height: auto;
		font-size: 2.6rem;
	}

	.ow .bl_cta_btn_main {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80px;
	}

	.ow .bl_cta_btn_text {
		font-size: 2.6rem;
		line-height: 1;
	}
}

/* ----------------------------------------
//
// footer
//
---------------------------------------- */

/* .bl_footer {
	position: relative;
}

.bl_footer_companeyMeta {
	display: flex;
	justify-content: space-evenly;
	padding: 40px 20px;
}

.bl_footer_logo {
	flex-shrink: 0;
	width: 101px;
}

.bl_footer_logo > img {
	width: auto;
}

.bl_footer_address {
	margin-bottom: -7px;
	margin-left: 20px;
	font-size: 1.4rem;
	line-height: 1.571;
}

.bl_footer_address > * {
	font-size: inherit;
	line-height: inherit;
}

.bl_footer_address_name {
	font-size: 1.7rem;
	line-height: 1;
}

.bl_footer_address_address {
	margin-top: 9px;
}

.bl_footer_main {
	padding: 30px 15px 20px;
	background-color: #5d5e57;
	color: #fff;
}

.bl_sitemap {
	display: grid;
	grid-template-areas:
    'reason jirei'
		'reason flow'
		'reason voice'
		'reason knowledge'
		'reason seminar'
		'reason other';
	grid-template-columns: 1fr 1fr;
	gap: 20px 15px;
}

.bl_sitemap_list.-reason {
	grid-area: reason;
}

.bl_sitemap_list.-flow {
	grid-area: flow;
}

.bl_sitemap_list.-voice {
	grid-area: voice;
}

.bl_sitemap_list.-knowledge {
	grid-area: knowledge;
}

.bl_sitemap_list.-seminar {
	grid-area: seminar;
}

.bl_sitemap_list.-other {
	grid-area: other;
}

.bl_sitemap_list > dt {
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1;
}

.bl_sitemap_list > dd {
	margin-top: 20px;
	padding-left: 8px;
	font-size: 1.4rem;
}

.bl_sitemap_list > li {
	font-size: 1.6rem;
	line-height: 1;
}

.bl_sitemap_list > li + li {
	margin-top: 20px;
}

.bl_sitemap_list a {
	text-decoration: none;
}

.bl_sitemap_list a:focus,
.bl_sitemap_list a:hover {
	text-decoration: underline;
}

.bl_copyright {
	margin-top: 52px;
	margin-left: 8px;
	font-family: Lato, sans-serif;
}

.bl_copyright > p {
	font-size: 1.2rem;
	line-height: 1;
}

.bl_pageTop {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bl_pageTop_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	transition: color 0.2s ease-out;
	background-color: #85b000;
	color: #212121;
	font-size: 2.4rem;
}

.bl_pageTop_btn::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.2s ease-out;
	background-color: #fff;
}

.bl_pageTop_btn:focus::before,
.bl_pageTop_btn:hover::before {
	transform: scaleY(1);
	transform-origin: bottom;
}

.bl_pageTop_btn > .fas {
	z-index: 1;
}

@media (min-width: 768px) {
	.bl_footer {
		display: flex;
	}

	.bl_footer_companeyMeta {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 25%;
		max-width: 480px;
		padding: 60px 20px;
	}

	.bl_footer_logo {
		width: 174px;
		text-align: center;
	}

	.bl_footer_address {
		margin-top: 40px;
		margin-bottom: 0;
		margin-left: 0;
		font-size: 1.4rem;
		line-height: 2;
		text-align: center;
	}

	.bl_footer_address_name {
		font-size: 2rem;
	}

	.bl_footer_main {
		flex-grow: 1;
		padding: 67px 0 30px 130px;
	}

	.bl_footer_main_inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		max-width: 1080px;
		height: 100%;
		margin-right: 80px;
	}

	.bl_sitemap {
		grid-template-areas:
      'reason jirei seminar other'
			'reason flow seminar other'
			'reason voice seminar other'
			'reason knowledge seminar other';
		grid-template-columns: auto;
		grid-template-rows: 45px 45px 45px;
		gap: 0;
	}

	.bl_sitemap_list > dt,
	.bl_sitemap_list > li {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.bl_sitemap_list.-other > li {
		margin-bottom: 0;
		font-size: 1.6rem;
	}

	.bl_sitemap_list.-other > li + li {
		margin-top: 16px;
	}

	.bl_sitemap_list > dd {
		margin-top: 1em;
		padding-left: 18px;
		font-size: 1.6rem;
		line-height: 1;
	}

	.bl_copyright {
		margin-top: auto;
		margin-left: 0;
	}

	.bl_copyright > p {
		font-size: 1.4rem;
		text-align: right;
	}

	.bl_pageTop_btn {
		width: 60px;
		height: 60px;
		font-size: 2.4rem;
	}
} */

/* ------------------------------
// js制御
------------------------------ */

.elfsight-app-9298bbda-38d0-48c4-b9b0-a7bcb5334a59 {
	display: inline;
}

.elfsight-app-9298bbda-38d0-48c4-b9b0-a7bcb5334a59::before {
	content: none !important;
}

#eapps-google-reviews-9298bbda-38d0-48c4-b9b0-a7bcb5334a59,
#eapps-google-reviews-9298bbda-38d0-48c4-b9b0-a7bcb5334a59 *:not(script) {
	display: inline;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

#eapps-google-reviews-9298bbda-38d0-48c4-b9b0-a7bcb5334a59 .bxNrws {
	padding: 0;
	border-radius: 0;
	background: none;
}

/* ----------------------------------------
//
// snsSect
//
---------------------------------------- */

.bl_snsSect {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f1f2eb;
}

@media (min-width: 768px) {
	.bl_snsSect {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* ------------------------------
// action
------------------------------ */

/* 視覚効果 */

.hp_opAction {
	transition: opacity 0.2s ease-out;
}

.hp_opAction:focus,
.hp_opAction:hover {
	opacity: 0.8 !important;
}

.hp_opAction.-light {
	transition: opacity 0.2s ease-out;
}

.hp_opAction.-light:focus,
.hp_opAction.-light:hover {
	opacity: 0.66 !important;
}

/* ------------------------------
// display
------------------------------ */

.hp_db {
	display: block !important;
}

.hp_di {
	display: inline !important;
}

.hp_dn {
	display: none !important;
}

@media (max-width: 767px) {
	.sp_hp_db {
		display: block !important;
	}

	.sp_hp_di {
		display: inline !important;
	}

	.sp_hp_dn {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.pc_hp_db {
		display: block !important;
	}

	.pc_hp_di {
		display: inline !important;
	}

	.pc_hp_dn {
		display: none !important;
	}
}

/* ------------------------------
// margin
------------------------------ */

.hp_mt0_25em {
	margin-top: 0.25em !important;
}

.hp_mt0_5em {
	margin-top: 0.5em !important;
}

.hp_mt0_75em {
	margin-top: 0.75em !important;
}

.hp_mt1em {
	margin-top: 1em !important;
}

.hp_mt1_25em {
	margin-top: 1.25em !important;
}

.hp_mt1_5em {
	margin-top: 1.5em !important;
}

.hp_mt2em {
	margin-top: 2em !important;
}

.hp_mt3em {
	margin-top: 3em !important;
}

.hp_mr0_25em {
	margin-right: 0.25em !important;
}

.hp_mr0_5em {
	margin-right: 0.5em !important;
}

.hp_mr0_75em {
	margin-right: 0.75em !important;
}

.hp_mr1em {
	margin-right: 1em !important;
}

.hp_mr1_25em {
	margin-right: 1.25em !important;
}

.hp_mr1_5em {
	margin-right: 1.5em !important;
}

.hp_mr2em {
	margin-right: 2em !important;
}

.hp_mr3em {
	margin-right: 3em !important;
}

.hp_mb0_25em {
	margin-bottom: 0.25em !important;
}

.hp_mb0_5em {
	margin-bottom: 0.5em !important;
}

.hp_mb0_75em {
	margin-bottom: 0.75em !important;
}

.hp_mb1em {
	margin-bottom: 1em !important;
}

.hp_mb1_25em {
	margin-bottom: 1.25em !important;
}

.hp_mb1_5em {
	margin-bottom: 1.5em !important;
}

.hp_mb2em {
	margin-bottom: 2em !important;
}

.hp_mb3em {
	margin-bottom: 3em !important;
}

.hp_ml0_25em {
	margin-left: 0.25em !important;
}

.hp_ml0_5em {
	margin-left: 0.5em !important;
}

.hp_ml0_75em {
	margin-left: 0.75em !important;
}

.hp_ml1em {
	margin-left: 1em !important;
}

.hp_ml1_25em {
	margin-left: 1.25em !important;
}

.hp_ml1_5em {
	margin-left: 1.5em !important;
}

.hp_ml2em {
	margin-left: 2em !important;
}

.hp_ml3em {
	margin-left: 3em !important;
}

/* ------------------------------
// text-align
------------------------------ */

.hp_tal {
	text-align: left !important;
}

.hp_tac {
	text-align: center !important;
}

.hp_tar {
	text-align: right !important;
}

/* ------------------------------
// visually_hidden
------------------------------ */

.hp_visually_hidden {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	border: 0 !important;
	white-space: nowrap !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
}

/* ----------------------------------------
//
// animation
//
---------------------------------------- */

.hp_boxFadeIn {
	animation: fadeIn 0.6s ease-out;
}

.hp_contFadeIn {
	animation: fadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
		toTop 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 0;
}

.hp_contFadeIn.-delayed {
	animation-delay: 0.15s;
}

@media (min-width: 768px) {
	.md_hp_boxFadeIn {
		animation: fadeIn 0.6s ease-out;
	}

	.md_hp_contFadeIn {
		animation: fadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
			toTop 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		opacity: 0;
	}

	.md_hp_contFadeIn.-delayed {
		animation-delay: 0.15s;
	}

	.md_hp_boxFadeIn.-paused,
	.md_hp_contFadeIn.-paused {
		animation-play-state: paused;
	}
}

/* ------------------------------
// js制御
------------------------------ */

.js_fadeIn {
	animation-play-state: paused;
}

.js_fadeIn.is_active {
	animation-play-state: running;
}
