@charset "UTF-8";

/* ----------------------------------------
// sect
---------------------------------------- */

.el_sectTitle {
	font-size: 2rem;
	line-height: 1;
	text-align: center;
}

.el_sectText {
	font-size: 1.4rem;
	line-height: 1.571;
}

@media (min-width: 768px) {
	.el_sectTitle {
		font-size: 3.6rem;
	}

	.el_sectText {
		font-size: 1.8rem;
		line-height: 1.556;
	}
}

/* end sect */

/* ----------------------------------------
// MV (main visual)
---------------------------------------- */

.bl_MV {
	position: relative;
	width: 100vw;
	height: calc(350 / 375 * 100vw);
	overflow: hidden;
}

.bl_MV_body {
	position: absolute;
	bottom: 24px;
	left: 20px;
}

.bl_MV_title_row {
	display: table;
	padding: 12px 20px 12px 16px;
	background-color: rgb(93 94 87 / 80%);
	color: #fff;
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.bl_MV_title_row + .bl_MV_title_row {
	margin-top: 5px;
}

.bl_MV_title_row > span {
	color: #d3dd00;
}

@media (min-width: 768px) {
	.bl_MV {
		width: 100%;
		height: auto;
		background-color: #f1f2eb;
	}

	.bl_MV_bg {
		clip-path: circle(300vw at 50vw -256.3vw);
	}

	.bl_MV_body {
		bottom: calc(100 / 1600 * 100vw);
		left: calc(70 / 1600 * 100vw);
	}

	.bl_MV_title_row {
		padding: 24px 40px 24px 32px;
		font-size: 4.2rem;
	}

	.bl_MV_title_row + .bl_MV_title_row {
		margin-top: 10px;
	}
}

/* ----------------------------------------
// presentSect
---------------------------------------- */

.bl_presentSect {
	padding-top: 30px;
	padding-bottom: 37px;
	background-color: #f1f2eb;
}

.bl_presentSect_inner {
	display: grid;
	grid-template-areas:
		'header header'
		'text img'
		'btn btn';
	overflow: hidden;
}

.bl_presentSect_header {
	display: flex;
	grid-area: header;
}

.bl_presentSect_header::before {
	content: '';
	width: 38px;
	height: 38px;
	margin-right: 10px;
	background-image: url('/wp/wp-content/themes/friend-home/owner/images/index/present_icon.png');
	background-size: 100%
}

.bl_presentSect_title {
	font-size: 1.4rem;
	font-feature-settings: 'palt';
}

.bl_presentSect_title em {
	font-style: normal;
}

.bl_presentSect_title > span,
.bl_presentSect_title > em {
	display: block;
}

.bl_presentSect_title > span + em {
	margin-top: 3px;
}

.bl_presentSect_title em.-medium {
	font-size: 1.7rem;
}

.bl_presentSect_title em.-large {
	font-size: 2.4rem;
}

.bl_presentSect_text {
	grid-area: text;
	margin-top: 16px;
	font-size: 1.4rem;
	line-height: 1.571;
	text-align: justify;
}

.bl_presentSect_img {
	grid-area: img;
	width: 120px;
	margin-top: 16px;
	margin-left: 8px;
	transform: translateX(12px);
}

.bl_presentSect_btnWrap {
	grid-area: btn;
	margin-top: 8px;
}

.bl_presentSect_btn {
	background-color: #ff263c;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	border: 2px solid #fff;
	font-size: 1.5rem;
	color: #fff;
}
.bl_presentSect_btn:hover > .el_ltrBtn_text,
.bl_presentSect_btn:focus > .el_ltrBtn_text,
.bl_presentSect_btn.el_afterIcon:hover::after,
.bl_presentSect_btn.el_afterIcon:focus::after {
	color: #ff7180;
}

@media (min-width: 768px) {
	.bl_presentSect {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	.bl_presentSect_inner {
		grid-template-areas:
			'header img'
			'text img'
			'btn img';
		grid-template-columns: auto 461px;
		grid-template-rows: auto auto 1fr;
		overflow: visible;
		column-gap: 50px;
	}

	.bl_presentSect_header::before {
		width: 75px;
		height: 75px;
		margin-right: 24px;
	}

	.bl_presentSect_title {
		font-size: 2.4rem;
		letter-spacing: 0.02em;
	}

	.bl_presentSect_title em.-medium {
		font-size: 3.4rem;
	}

	.bl_presentSect_title em.-large {
		font-size: 4.8rem;
	}

	.bl_presentSect_text {
		margin-top: 30px;
		font-size: 2rem;
		line-height: 1.5;
	}

	.bl_presentSect_img {
		width: auto;
		margin-top: -16px;
		margin-left: 0;
	}

	.bl_presentSect_btnWrap {
		margin-top: 30px;
	}

	.bl_presentSect_btn {
		width: 600px;
		height: 90px;
		font-size: 3rem;
	}
}

/* end presentSect */

/* ----------------------------------------
// numberSect
---------------------------------------- */

.bl_numberSect {
	margin-bottom: 15px;
	padding-top: 35px;
}

.bl_numberSect_title {
	line-height: 1.35;
}

.bl_numberSect_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 26px;
	overflow: hidden;
}

.bl_numberSect_list > li {
	position: relative;
	width: 50%;
	border-bottom: 1px solid #c1c1c1;
}

.bl_numberSect_list > li:nth-child(-n + 2) {
	border-top: 1px solid #c1c1c1;
}

.bl_numberSect_list > li:nth-child(odd) {
	border-right: 1px solid #c1c1c1;
}

.bl_numberSect_list > li::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border-width: 20px;
	border-color: transparent;
	pointer-events: none;
	border-image: url('/wp/wp-content/themes/friend-home/owner/images/index/number_cutout.svg') /* cutout.svg */
}

.bl_numberSect_detail {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	line-height: 1;
	text-align: center;
}

.bl_numberSect_detail_icon {
	max-width: 20vw;
	margin-right: auto;
	margin-left: auto;
}

.bl_numberSect_detail_icon > img {
	width: 56px;
	height: 61px;
}

.bl_numberSect_detail_title {
	order: 2;
	margin-top: 5px;
	font-size: 1.4rem;
}

.bl_numberSect_detail_title > small {
	font-size: 1rem;
}

.bl_numberSect_detail_text {
	order: 1;
	margin-top: 6px;
	color: #d3dd00;
	text-align: center;
	line-height: 1;
}

.bl_numberSect_detail_text > span.-number {
	font-family: Lato, sans-serif;
	font-size: 3rem;
	font-weight: bold;
}

.bl_numberSect_detail_text > span.-unit {
	display: inline-block;
	font-size: 1.5rem;
}

.bl_numberSect_detail_btnWrap {
	order: 3;
	margin-top: 10px;
}

.bl_numberSect_detail_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 1.2rem;
	background-color: rgb(133, 176, 0);
    color: #fff;
}

.bl_numberSect_notes {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
	margin-right: 10px;
}

.bl_numberSect_notes > li {
	margin-right: 1em;
	font-size: 1rem;
}

.bl_numberSect_notes > li:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.bl_numberSect {
		margin-bottom: 50px;
		padding-top: 100px;
	}

	.bl_numberSect_inner {
		box-sizing: content-box;
		max-width: 1320px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	.bl_numberSect_title {
		line-height: 1;
	}

	.bl_numberSect_detail_title > small {
		font-size: 1.2rem;
	}

	.bl_numberSect_list {
		margin-top: 56px;
	}

	.bl_numberSect_list > li {
		width: 25%;
		border: 1px solid #c1c1c1;
	}

	.bl_numberSect_list > li + li {
		border-left: none;
	}

	.bl_numberSect_detail {
		padding: 35px 40px 40px;
	}

	.bl_numberSect_detail_icon {
		max-width: none;
	}

	.bl_numberSect_detail_icon > img {
		width: auto;
		height: auto;
	}

	.bl_numberSect_detail_title {
		margin-top: 10px;
		font-size: 2.8rem;
	}

	.bl_numberSect_detail_text {
		margin-top: 10px;
	}

	.bl_numberSect_detail_text > span.-number {
		font-size: 5rem;
	}

	.bl_numberSect_detail_text > span.-unit {
		font-size: 3rem;
	}

	.bl_numberSect_detail_btnWrap {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
	}

	.bl_numberSect_detail_btn {
		width: 210px;
		height: 60px;
		font-size: 2rem;
	}

	.bl_numberSect_notes {
		margin-right: 0;
	}

	.bl_numberSect_notes > li {
		font-size: 1.2rem;
	}
}

/* end numberSect */

/* ----------------------------------------
// messageSect
---------------------------------------- */

.bl_messageSect {
	position: relative;
	padding-top: 25px;
	overflow: hidden;
}

.bl_messageSect_inner {
	padding-bottom: 25px;
}

.bl_messageSect_text {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.571;
}

.bl_messageSect_signature {
	display: flex;
	justify-content: flex-end;
	margin-top: 13px;
	font-size: 1.4rem;
}

.bl_messageSect_signature_key {
	margin-top: 7px;
}

.bl_messageSect_signature_value {
	width: 64px;
	margin-left: 20px;
}

.bl_messageSect_signature_value > img {
	width: 64px;
}

.bl_messageSect_btnWrap {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}

.bl_messageSect_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background-color: rgb(133, 176, 0);
    color: #fff;
}

.bl_messageSect_img {
	position: absolute;
	bottom: 0;
	left: calc(50% + 20px);
	width: 190px;
	position: static;
	width: auto;
	margin-top: 30px;
	text-align: center;
}

@media (min-width: 768px) {
	.bl_messageSect {
		padding-top: 35px;
		padding-bottom: 60px;
	}

	.bl_messageSect_inner {
		display: grid;
		grid-template-areas:
			'img title title'
			'img text text'
			'img signature btn';
		grid-template-columns: 530px 320px;
		grid-template-rows: auto auto 1fr;
		align-items: flex-start;
		padding-bottom: 0;
	}

	.bl_messageSect_title {
		grid-area: title;
		margin-top: 40px;
		text-align: left;
	}

	.bl_messageSect_text {
		grid-area: text;
		font-size: 2rem;
		line-height: 1.7;
	}

	.bl_messageSect_signature {
		grid-area: signature;
		justify-content: flex-start;
		align-items: center;
		margin-top: 30px;
		margin-bottom: 50px;
		font-size: 2rem;
	}

	.bl_messageSect_signature_value {
		display: block;
		width: 128px;
		margin-top: 8px;
		margin-left: 14px;
	}

	.bl_messageSect_signature_value > img {
		width: 128px;
	}

	.bl_messageSect_btnWrap {
		grid-area: btn;
		width: 252px;
		margin-right: 0;
		margin-left: 0;
		margin-top: 34px;
	}

	.bl_messageSect_btn {
		height: 60px;
		font-size: 2rem;
	}

	.bl_messageSect_img {
		position: static;
		grid-area: img;
		align-self: flex-end;
		width: auto;
		height: auto;
		margin-top: 0;
		margin-right: 50px;
		margin-left: 0;
	}
}

/* end messageSect */

/* ----------------------------------------
// seminarSect
---------------------------------------- */

.bl_seminarSect {
	padding-top: 40px;
	padding-bottom: 30px;
	overflow: hidden;
	background-color: #f1f2eb;
}

.bl_seminarSect_imgsWrap {
	margin-top: 30px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
}

.bl_seminarSect_imgs {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5px;
}

.bl_seminarSect_imgs > li {
	width: 50%;
	padding: 0.5px;
}

.bl_seminarSect_cont_title {
	margin-top: 19px;
	font-size: 1.6rem;
}

.bl_seminarSect_cont_text {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.571;
}

.bl_seminarSect_cont_list {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.571;
}

.bl_seminarSect_cont_list > li {
	display: flex;
}

.bl_seminarSect_cont_list > li::before {
	content: '・';
}

.bl_seminarSect_cont_list + p {
	font-size: 1.4rem;
	line-height: 1.571;
}

.bl_seminarSect_btnWrap {
	margin-top: 18px;
}

.bl_seminarSect_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	background-color: rgb(133, 176, 0);
    color: #fff;
}

@media (min-width: 768px) {
	.bl_seminarSect {
		position: relative;
		padding-top: 0;
		padding-bottom: 90px;
	}

	.bl_seminarSect_inner {
		display: grid;
		grid-template-areas:
			'img title'
			'img cont'
			'img btn'
			'img none';
		grid-template-columns: calc(782 / 1600 * 100%) max(540px, calc(560 / 1600 * 100%));
		max-width: 1600px;
		padding-top: 93px;
		padding-right: 0;
		padding-left: 0;
		column-gap: 58px;
	}

	.bl_seminarSect_title {
		grid-area: title;
		margin-top: 20px;
		text-align: left;
	}

	.bl_seminarSect_imgsWrap {
		grid-area: img;
		margin: 0;
	}

	.bl_seminarSect_imgs {
		margin: -1px;
	}

	.bl_seminarSect_imgs > li {
		padding: 1px;
	}

	.bl_seminarSect_cont {
		grid-area: cont;
	}

	.bl_seminarSect_cont_title {
		margin-top: 58px;
		font-size: 2.6rem;
	}

	.bl_seminarSect_cont_text {
		margin-top: 28px;
		font-size: 2rem;
		line-height: 1.778;
	}

	.bl_seminarSect_cont_text + .bl_seminarSect_cont_title {
		margin-top: 45px;
	}

	.bl_seminarSect_cont_list {
		margin-top: 20px;
		font-size: 2rem;
		line-height: 1.7;
	}

	.bl_seminarSect_cont_list + p {
		font-size: 2rem;
		line-height: 1.7;
	}

	.bl_seminarSect_btnWrap {
		grid-area: btn;
		margin-top: 36px;
	}

	.bl_seminarSect_btn {
		width: 440px;
		height: 60px;
		font-size: 2rem;
	}
}

/* end seminarSect */

/* ----------------------------------------
// featureSect
---------------------------------------- */

.bl_featureSect {
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: #f1f2eb;
}

.bl_featureSect_title {
	line-height: 1.35;
}

.bl_featureSect_subtitle {
	margin-top: 16px;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}

.bl_featureSect_subtitle::before {
	content: '-';
	margin-right: 0.5em;
}

.bl_featureSect_subtitle::after {
	content: '-';
	margin-left: 0.5em;
}

.bl_featureSect_panelsWrap {
	margin-top: 30px;
	overflow: hidden;
}

.bl_featureSect_panels {
	display: flex;
	flex-wrap: wrap;
	margin: -7.5px;
}

.bl_featureSect_panels > li {
	width: 50%;
	padding: 7.5px;
}

.bl_featureSect_panel {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	height: 100px;
	padding-top: 13px;
	background-color: #85b000;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.bl_featureSect_panel.el_afterIcon::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.2rem;
	line-height: 1;
}

.bl_featureSect_panel_icon {
	position: relative;
}

.bl_featureSect_panel .bl_featureSect_panel_icon > svg {
	transition: fill 0.2s ease-out;
}

.bl_featureSect_panel:focus .bl_featureSect_panel_icon > svg,
.bl_featureSect_panel:hover .bl_featureSect_panel_icon > svg {
	fill: #d3dd00;
}

.bl_featureSect_panel_icon > svg {
	width: 40px;
	height: auto;
}

.bl_featureSect_panel_text {
	display: flex;
	align-items: center;
	height: calc(2em * 1.143);
	margin-top: 4px;
	font-size: 1.4rem;
	line-height: 1.143;
}

.bl_featureSect_listWrap {
	margin-top: 20px;
}

.bl_featureSect_list > li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #c1c1c1;
}

.bl_featureSect_detail {
	display: grid;
	grid-template-areas:
		'header header'
		'img text'
		'btn btn';
	grid-template-columns: 100px auto;
}

.bl_featureSect_detail_header {
	display: flex;
	grid-area: header;
	align-items: center;
}

.bl_featureSect_detail_icon {
	width: 32px;
}

.bl_featureSect_detail_icon.-event {
	transform: translateY(-5px);
}

.bl_featureSect_detail_title {
	margin-left: 10px;
	font-size: 1.6rem;
}

.bl_featureSect_detail_img {
	grid-area: img;
	margin-top: 10px;
}

.bl_featureSect_detail_text {
	grid-area: text;
	margin-top: 10px;
	margin-left: 12px;
}

.bl_featureSect_btnWrap {
	grid-area: btn;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
}

.bl_featureSect_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	height: 40px;
	background-color: rgb(133, 176, 0);
    color: #fff;
}

@media (min-width: 768px) {
	.bl_featureSect {
		padding-top: 73px;
		padding-bottom: 60px;
	}

	.bl_featureSect_subtitle {
		margin-top: 20px;
		font-size: 2.6rem;
	}

	.bl_featureSect_panelsWrap {
		margin-top: 53px;
	}

	.bl_featureSect_panels {
		margin: 0;
	}

	.bl_featureSect_panels > li {
		width: 25%;
		padding: 0 20px;
	}

	.bl_featureSect_panel {
		width: 100%;
		height: 180px;
		padding-top: 30px;
	}

	.bl_featureSect_panel.el_afterIcon::after {
		right: 15px;
		bottom: 12px;
		font-size: 3rem;
	}

	.bl_featureSect_panel_icon > svg {
		width: 64px;
		height: 60px;
	}

	.bl_featureSect_panel_text {
		font-size: 2.4rem;
	}

	.bl_featureSect_listWrap {
		margin-top: 45px;
	}

	.bl_featureSect_list > li {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.bl_featureSect_list > li:last-child {
		border-bottom: 1px solid #c1c1c1;
	}

	.bl_featureSect_detail {
		grid-template-areas:
			'img header'
			'img text'
			'img btn';
		grid-template-columns: 400px auto;
		column-gap: 35px;
	}

	.bl_featureSect_detail_icon {
		width: 64px;
	}

	.bl_featureSect_detail_icon.-event {
		transform: translateY(0);
	}

	.bl_featureSect_detail_title {
		margin-left: 30px;
		font-size: 2.8rem;
	}

	.bl_featureSect_detail_img {
		margin-top: 0;
	}

	.bl_featureSect_detail_text {
		margin-top: 22px;
		margin-left: 0;
	}

	.bl_featureSect_btnWrap {
		margin-top: 32px;
		margin-left: 0;
	}

	.bl_featureSect_btn {
		width: 210px;
		height: 60px;
		font-size: 2rem;
	}
}

/* end featureSect */

/* ----------------------------------------
// reasonSect
---------------------------------------- */

.bl_reasonSect {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bl_reasonSect_title > span {
	display: block;
	margin-top: 14px;
	font-size: 1.3rem;
}

.bl_reasonSect_listWrap {
	margin-top: 26px;
}

.bl_reasonSect_list {
	max-width: 335px;
	margin-right: auto;
	margin-left: auto;
}

.bl_reasonSect_list > li + li {
	margin-top: 40px;
}

.bl_reasonSect_detail_img {
	position: relative;
}

.bl_reasonSect_detail_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 46px;
	background-color: #fff;
	background-size: 100%;
}

.bl_reasonSect_list > li:nth-child(1) .bl_reasonSect_detail_img::before {
	background-image: url('/wp/wp-content/themes/friend-home/owner/images/index/reason_tag01.svg')
}

.bl_reasonSect_list > li:nth-child(2) .bl_reasonSect_detail_img::before {
	background-image: url('/wp/wp-content/themes/friend-home/owner/images/index/reason_tag02.svg')
}

.bl_reasonSect_list > li:nth-child(3) .bl_reasonSect_detail_img::before {
	background-image: url('/wp/wp-content/themes/friend-home/owner/images/index/reason_tag03.svg')
}

.bl_reasonSect_list > li:nth-child(4) .bl_reasonSect_detail_img::before {
	background-image: url('/wp/wp-content/themes/friend-home/owner/images/index/reason_tag04.svg')
}

.bl_reasonSect_detail_img > img {
	width: auto;
}

.bl_reasonSect_detail_title {
	margin-top: 16px;
	font-size: 1.6rem;
	line-height: 1;
}

.bl_reasonSect_detail_text {
	margin-top: 12px;
}

.bl_reasonSect_btnWrap {
	margin-top: 9px;
}

.bl_reasonSect_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(133, 176, 0);
    color: #fff;
}

@media (min-width: 768px) {
	.bl_reasonSect {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.bl_reasonSect_title > span {
		margin-top: 28px;
		font-size: 2.6rem;
	}

	.bl_reasonSect_listWrap {
		margin-top: 75px;
		overflow: hidden;
	}

	.bl_reasonSect_list {
		display: flex;
		flex-wrap: wrap;
		max-width: none;
		margin: -40px -30px;
	}

	.bl_reasonSect_list > li {
		width: 50%;
		padding: 40px 30px;
	}

	.bl_reasonSect_list > li + li {
		margin-top: 0;
	}

	.bl_reasonSect_detail_img::before {
		width: 100px;
		height: 80px;
	}

	.bl_reasonSect_detail_title {
		margin-top: 20px;
		font-size: 2.4rem;
	}

	.bl_reasonSect_detail_text {
		margin-top: 18px;
	}

	.bl_reasonSect_btnWrap {
		margin-top: 25px;
	}

	.bl_reasonSect_btn {
		width: 280px;
		height: 60px;
		margin-left: 0;
		font-size: 2rem;
	}
}

/* end reasonSect */

/* ----------------------------------------
// voiceSect
---------------------------------------- */

.bl_voiceSect {
	padding-top: 40px;
	padding-bottom: 20px;
}

.bl_voiceSect_title {
	line-height: 1.35;
}

.bl_voiceSect_listWrap {
	margin-top: 22px;
}

.bl_voiceSect_detail {
	padding: 20px;
	padding-bottom: 30px;
	background-color: #f1f2eb;
}

.bl_voiceSect_detail_img > img {
	width: auto;
}

.bl_voiceSect_detail_title {
	margin-top: 14px;
	font-size: 1.6rem;
}

.bl_voiceSect_detail_text {
	margin-top: 5px;
}

.bl_voiceSect_btnWrap {
	margin-top: 15px;
}

.bl_voiceSect_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 1.4rem;
	background-color: rgb(133, 176, 0);
    color: #fff;
}

@media (min-width: 768px) {
	.bl_voiceSect {
		padding-top: 75px;
		padding-bottom: 50px;
	}

	.bl_voiceSect_title {
		line-height: 1.388;
	}

	.bl_voiceSect_listWrap {
		margin-top: 40px;
	}

	.bl_voiceSect_detail {
		display: grid;
		grid-template-columns: 550px;
		padding: 25px;
		padding-right: 50px;
	}

	.bl_voiceSect_detail_img {
		grid-column: 1 / 2;
		grid-row: 1 / 5;
		margin-right: 30px;
	}

	.bl_voiceSect_detail_title {
		grid-column: 2 / 3;
		margin-top: 8px;
		font-size: 2.6rem;
	}

	.bl_voiceSect_detail_text {
		grid-column: 2 / 3;
		margin-top: 20px;
	}

	.bl_voiceSect_btnWrap {
		grid-column: 2 / 3;
		margin-top: 25px;
	}

	.bl_voiceSect_btn {
		width: 345px;
		height: 60px;
		margin-left: 0;
		font-size: 2rem;
	}
}

/* end voiceSect */

/* ----------------------------------------
// flowSect
---------------------------------------- */

.bl_flowSect {
	padding-top: 20px;
}

.bl_flowSect_title {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.bl_flowSect_text {
	margin-top: 25px;
}

.bl_flowSect_flowWrap {
	margin-top: 24px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.bl_flowSect_flow {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bl_flowSect_flow img {
	max-width: 375px;
	aspect-ratio: 375 / 1275;
}

@media (min-width: 768px) {
	.bl_flowSect {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.bl_flowSect_title {
		margin-right: 0;
		margin-left: 0;
	}

	.bl_flowSect_text {
		max-width: 800px;
		margin-top: 55px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.bl_flowSect_flowWrap {
		margin-top: 35px;
		margin-right: auto;
		margin-left: auto;
	}

	.bl_flowSect_flow {
		width: calc(1180 / 1600 * 100vw);
		min-width: 980px;
		max-width: 1180px;
	}

	.bl_flowSect_flow img {
		max-width: 100%;
		aspect-ratio: 1180 / 1835;
		width: 100%;
		height: auto;
	}
}

/* end flowSect */

/* ----------------------------------------
// partnerSect
---------------------------------------- */

.bl_partnerSect {
	padding-top: 40px;
	padding-bottom: 20px;
}

.bl_partnerSect_bg {
	padding: 38px 20px 30px;
	background-color: #f1f2eb;
}

.bl_partnerSect_title {
	margin-right: -20px;
	margin-left: -20px;
	font-size: 1.8rem;
	line-height: 1.389;
	text-align: center;
}

.bl_partnerSect_btnsWrapper {
	margin-top: 25px;
}

.bl_partnerSect_btns > li {
	margin-top: 20px;
}

.bl_partnerSect_btn {
	display: flex;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	text-decoration: none;
}

.bl_partnerSect_btn_img {
	flex-shrink: 0;
	width: 110px;
}

.bl_partnerSect_btn_main {
	flex-grow: 1;
}

.bl_partnerSect_btn_title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	background-color: #fff;
	font-size: 1.8rem;
	line-height: 1;
}

.bl_partnerSect_btn_text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	background-color: #85b000;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	pointer-events: none;
}

.bl_partnerSect_btn_text.el_afterIcon::after {
	font-size: 1.2rem;
}

@media (min-width: 768px) {
	.bl_partnerSect {
		padding-top: 0;
		padding-bottom: 0;
	}

	.bl_partnerSect_inner {
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.bl_partnerSect_bg {
		padding-top: 85px;
		padding-bottom: 80px;
	}

	.bl_partnerSect_title {
		margin-right: 0;
		margin-left: 0;
		font-size: 3.6rem;
		line-height: 1;
	}

	.bl_partnerSect_btnsWrapper {
		max-width: 1160px;
		margin-top: 85px;
		margin-right: auto;
		margin-left: auto;
	}

	.bl_partnerSect_btns {
		display: flex;
		flex-wrap: wrap;
		margin: -20px;
	}

	.bl_partnerSect_btns > li {
		width: 33.33%;
		margin-top: 0;
		padding: 20px;
	}

	.bl_partnerSect_btn {
		display: block;
	}

	.bl_partnerSect_btn_img {
		width: auto;
	}

	.bl_partnerSect_btn_main {
		padding: 30px;
		padding-top: 0;
		background-color: #fff;
	}

	.bl_partnerSect_btn_title {
		height: 70px;
		font-size: 2.6rem;
	}

	.bl_partnerSect_btn_text {
		height: 60px;
		font-size: 2rem;
	}

	.bl_partnerSect_btn_text.el_afterIcon::after {
		font-size: inherit;
	}

	.bl_partnerSect_btn:focus .el_ltrBtn::before,
	.bl_partnerSect_btn:hover .el_ltrBtn::before {
		transform: scaleX(1);
		transform-origin: left;
	}

	.bl_partnerSect_btn:focus .el_ltrBtn > .el_ltrBtn_text,
	.bl_partnerSect_btn:hover .el_ltrBtn > .el_ltrBtn_text {
		color: #d3dd00;
	}

	.bl_partnerSect_btn:focus .el_ltrBtn.el_afterIcon::after,
	.bl_partnerSect_btn:hover .el_ltrBtn.el_afterIcon::after {
		color: #d3dd00;
	}
}

/* end partnerSect */

/* ----------------------------------------
// priceSect
---------------------------------------- */

.bl_priceSect {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bl_priceSect_tableWrap {
	margin-top: 27px;
}

.bl_priceSect_table {
	width: 100%;
	table-layout: fixed;
}

.bl_priceSect_table tr > * {
	height: 50px;
	padding-right: 6px;
	padding-left: 6px;
	border: 1px solid #c1c1c1;
	font-size: 1.3rem;
	line-height: 1.308;
	text-align: center;
	vertical-align: middle;
}

.bl_priceSect_table tr > *:first-child {
	width: 70px;
	border-left: none;
}

.bl_priceSect_table tr > *:last-child {
	border-right: none;
}

.bl_priceSect_table tr:first-child th {
	background-color: #f1f2eb;
}

.bl_priceSect_table tr + tr > th {
	text-align: left;
}

.bl_priceSect_notes {
	margin-top: 12px;
}

.bl_priceSect_notes > li {
	font-size: 1.3rem;
	line-height: 1;
}

.bl_priceSect_btnWrap {
	margin-top: 20px;
}

.bl_priceSect_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(133, 176, 0);
    color: #fff;
}

@media (min-width: 768px) {
	.bl_priceSect {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.bl_priceSect_inner {
		max-width: 960px;
	}

	.bl_priceSect_tableWrap {
		margin-top: 65px;
	}

	.bl_priceSect_table tr > * {
		height: 80px;
		font-size: 2rem;
	}

	.bl_priceSect_table tr > *:first-child {
		width: auto;
	}

	.bl_priceSect_notes {
		margin-top: 24px;
	}

	.bl_priceSect_notes > li {
		font-size: 1.6rem;
	}

	.bl_priceSect_btnWrap {
		margin-top: 35px;
	}

	.bl_priceSect_btn {
		width: 280px;
		height: 60px;
		font-size: 2rem;
	}
}

/* end priceSect */

/* ----------------------------------------
// newsSect
---------------------------------------- */

.bl_newsSect {
	padding-top: 20px;
	padding-bottom: 40px;
}

.bl_newsSect_cont {
	margin-top: 24px;
}

.bl_newsSect_termListSp {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.bl_newsSect_termListSp_label {
	margin-right: 0.5em;
	font-size: 0.875em;
}

.bl_newsSect_termListSp_label::after {
	content: '：';
}

.bl_newsSect_termListSp_select {
	min-width: 7em;
	padding: 0.333em 0.5em;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
}

.bl_newsSect_termListPc {
	display: none;
}

.bl_newsSect_list {
	text-align: left;
}

.bl_newsSect_btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

.bl_newsSect_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	padding: 1em 1.75em;
	background-color: rgb(133, 176, 0);
    color: #fff;
}

@media (min-width: 768px) {
	.bl_newsSect {
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.bl_newsSect_cont {
		display: flex;
		margin-top: 60px;
	}

	.bl_newsSect_cont_tabs {
		width: 280px;
	}

	.bl_newsSect_termListSp {
		display: none;
	}

	.bl_newsSect_termListPc {
		display: block;
	}

	.bl_newsSect_termListPc > li {
		border-bottom: 1px solid #c1c1c1;
	}

	.bl_newsSect_termListPc > li:first-child {
		border-top: 1px solid #c1c1c1;
	}

	.bl_newsSect_term_btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 1em 0.5em;
		transition: background-color 0.2s ease-out;
		font-size: 1.8rem;
		line-height: 1;
	}

	.bl_newsSect_term_btn.is_active,
	.bl_newsSect_term_btn:focus,
	.bl_newsSect_term_btn:hover {
		background-color: #f1f2eb;
	}

	.bl_newsSect_term_btn.el_afterIcon::after {
		color: #85b000;
	}

	.bl_newsSect_cont_bodies {
		flex: 1;
		margin-left: 60px;
	}

	.bl_newsSect_btns {
		justify-content: flex-start;
		margin-top: 40px;
		margin-left: 110px;
	}

	.bl_newsSect_btn {
		font-size: 2rem;
	}
}

/* ------------------------------
// js制御
------------------------------ */
.js_newsTabTarget {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
	opacity: 0;
}

.js_newsTabTarget.is_active {
	visibility: visible;
	height: auto;
	opacity: 1;
}

/* end newsSect */
