/* デフォルト
---------------------------------------------------- */

@font-face {
	font-family: 'Noto Serif JP';
	src: local('NotoSerifJP-VariableFont_wght.ttf'), url("../../../common/font/NotoSerifJP-VariableFont_wght.ttf");
	font-display: swap;
	font-weight: Use a value from 100 to 900;
}

/* 画面100%表示用↓ここから */
.mainContentMT {
	width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

/* 画面100%表示用↓ここまで */

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

/* ふわっと
---------------------------------------------------- */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeUpTrigger {
	opacity: 0;
}


/* template
---------------------------------------------------- */
#fks_madorinobe2024 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#fks_madorinobe2024 * {
	box-sizing: border-box;
	font-family: "Noto Sans JP", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.7em;
}

.pc,
.pc__newLine {
	display: block !important;
}

.sp,
.sp__newLine {
	display: none !important;
}

#fks_madorinobe2024 ol,
#fks_madorinobe2024 ul {
	list-style-type: none;
}

#fks_madorinobe2024 a {
	outline: none;
	font-size: inherit;
	text-decoration: none;
}


@media screen and (max-width: 767px) {
	#fftop_recomDetail section {
		padding: 0;
	}

	.pc,
	.pc__newLine {
		display: none !important;
	}

	.sp__newLine {
		display: inline;
	}

	.sp {
		display: block !important;
	}

	#g-nav li a {
		font-size: 1.5em;
	}

}

/* 色指定
----------------------------------------------------  */
:root {
	--maincolor: #27b5b6;
	--backgroundcolor: #e6f4f1;
	--white: #fff;
	--black: #333333;
	--yellow: #f9d342;
	--pink: #fc8a8a;
	--navy: #2d4860;
}


/* class名
----------------------------------------------------  */

/* 共通 */

.text-red {
	color: #ea1d34;
}

/* CTAボタン */

.btn {
	display: inline-block;
	padding: 10px 72px;
	font-size: 20px;
	font-weight: bold;
	background-color: var(--yellow);
	color: var(--white);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	letter-spacing: 0.1em;
	transition: .6s;
}

.btn:hover {
	background-color: var(--pink);
	transform: scale(1.1, 1.1);
}


/* メインビジュアル */
.mainVisual {
	padding: 80px 20px;
	background-color: var(--maincolor);
	height: 560px;
	gap: 10%;
}

.mainVisualInner {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	width: 100%;
	max-width: 1280px;
}

.mainVisual__contents__text {
	display: flex;
	justify-content: center;
}

.mainVisual__contents__text img {
	width: 100%;
	max-width: 480px;
}

.mainVisual__contents {
	margin: 80px 0 40px;
	width: 50%;
}

.mainVisual__contents__btn {
	margin-top: 40px;
	text-align: center;
}

.mainVisual__illust {
	width: 100%;
	max-width: 480px;
}

@media screen and (max-width: 767px) {

	/* メインビジュアル */
	.mainVisual {
		margin: 0 auto;
		justify-content: center;
		padding: 96px 10px 56px;
		background-color: var(--maincolor);
		overflow: hidden;
		height: auto;
	}

	.mainVisualInner {
		display: block;
		margin: 0 auto;
		justify-content: center;
	}

	.mainVisual__contents__text img {
		width: 90%;
		display: flex;
		margin: 0 auto;
	}

	.mainVisual__contents {
		margin: 0 auto 32px;
		width: 100%;
	}

	.mainVisual__contents__btn {
		margin-top: 40px;
		text-align: center;
	}

	.mainVisual__illust {
		display: flex;
		margin: 0 auto;
		width: 80%;
		max-width: 400px;
	}

}

/* メインビジュアル以降_共通 */

.wrapper {
	margin: 0 auto;
	font-size: 20px;
	color: var(--black);
}

.section {
	padding: 80px 0;
}

.sectionInner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1280px;
}

.sectionTitle {
	margin-bottom: 40px;
	text-align: center;
	color: var(--maincolor);
	font-size: 32px;
	font-weight: bold;
}

.sectionTitle img {
	vertical-align: top;
}

.sectionTitle__text {
	margin-top: 6px;
}

.description {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	width: 90%;
	max-width: 1280px;
	font-weight: bold;
	/* font-size: 20px; */
	line-height: 1.8;
	text-align: center;
}

.description+.description {
	font-weight: normal;
}


@media screen and (max-width: 767px) {

	/* メインビジュアル以降_共通 */

	.wrapper {
		font-size: 16px;
	}

	.section {
		padding: 64px 0;
	}

	.sectionInner {
		padding: 0 10px;
	}

	/* .sectionTitle {
		font-size: 16px;
	} */

	.sectionTitle__text {
		margin-top: 0;
		font-size: 18px;
	}

	.description {
		/* font-size: 16px; */
		width: 100%;
		text-align: left;
	}

	.description+.description {
		text-align: left;
	}

}

/* お悩み */
.onayami {
	margin: 0 auto;
	padding: 96px 20px;
	background-color: var(--backgroundcolor);
}

.onayami__title {
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.onayami__contents {
	display: flex;
	margin-top: 80px;
	justify-content: center;
	gap: 10%;
}

.onayami__list {
	font-size: 24px;
	font-weight: bold;
}

.onayami__item::before {
	content: "";
	display: inline-block;
	padding-right: 8px;
	width: 30px;
	height: 30px;
	background-image: url(../img/icon_moyamoya.svg);
	background-size: contain;
	background-repeat: no-repeat;

}

.onayami__item+.onayami__item {
	margin-top: 32px;
}

@media screen and (max-width: 767px) {

	/* お悩み */
	.onayami {
		margin: 0 auto;
		padding: 80px 10px 0;
	}

	.onayami__contents {
		display: block;
		margin-top: 32px;
		gap: 10%;
	}

	.onayami__title {
		font-size: 20px;
	}

	.onayami__list {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
		font-size: 18px;
	}

	.onayami__item {
		display: flex;
	}

	.onayami__item::before {
		content: "";
		display: inline-block;
		padding-right: 8px;
		width: 23px;
		height: 22px;
		background-image: url(../img/icon_moyamoya.svg);
		background-size: contain;
		background-repeat: no-repeat;

	}

	.onayami__item+.onayami__item {
		margin-top: 12px;
	}

	.onayami__img {
		text-align: end;
	}

	.onayami__img img {
		width: 36%;
		max-width: 210px;
	}

}


/* さんかく */
.triangle {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {

	/* さんかく */
	.triangle {
		display: flex;
		width: 100%;
		margin: 0 auto;
		justify-content: center;
		overflow: hidden;
	}

}



/* 解決 */

.kaiketsu {
	margin: 0 auto;
	padding: 64px 100px 40px;
	text-align: center;
}

.kaiketsu__text {
	font-size: 32px;
	font-weight: bold;
}

.kaiketsu__text img {
	display: block;
	margin: 24px auto;
	background: linear-gradient(transparent 70%, #f9d342 70%);
}


@media screen and (max-width: 767px) {
	/* 解決 */

	.kaiketsu {
		margin: 0 auto;
		padding: 42px 10px 24px;
	}

	.kaiketsu__text {
		font-size: 24px;
		font-weight: bold;
	}

	.kaiketsu__text img {
		width: 95%;
		max-width: 500px;
		margin: 8px auto;
	}
}

/* question01__リノベ事業って？？ （目的）*/

.objective {
	margin: 80px auto 0;
	max-width: 1280px;
	padding: 40px 10px;
	background-color: var(--backgroundcolor);
	border-radius: 2px;
	color: var(--navy);
}

.objective__title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.objective__itemBox {
	display: flex;
	margin: 40px 16px;
	justify-content: center;
	gap: 6%;
}

.objective__text {
	margin: 0 auto;
	max-width: 940px;
	width: 100%;
	color: var(--navy);
	/* font-size: 20px; */
	line-height: 2;
}

.hojyokin__image {
	margin: 80px auto 0;
	display: flex;
	width: 60%;
	max-width: 940px;
}

@media screen and (max-width: 767px) {
	/* question01__リノベ事業って？？ （目的）*/

	.objective {
		margin: 40px auto 0;
		padding: 32px 16px;
	}

	.objective__title {
		font-size: 16px;
	}

	.objective__item {
		text-align: center;
	}

	.objective__item img {
		width: 100%;
	}

	.hojyokin__image {
		margin: 40px auto 20px;
		display: flex;
		width: 100%;
		max-width: 500px;
	}

}

/* question03__補助金の申請 */

.hojyokinshinsei {
	background-color: var(--backgroundcolor);
}

.hojyokinshinsei__image {
	margin: 80px auto 0;
	display: flex;
	width: 30%;
	max-width: 400px;
}

@media screen and (max-width: 767px) {

	/* question03__補助金の申請 */

	.hojyokinshinsei__image {
		margin: 40px auto 0;
		justify-content: center;
		display: flex;
		width: 70%;
		max-width: 360px;
	}

}


/* question04__どんな効果があるの？ */

.effect__image {
	margin: 80px auto 0;
	display: flex;
	width: 65%;
	max-width: 940px;
}

.effect__list {
	display: flex;
	justify-content: center;
	margin: 80px auto;
	gap: 2%;
}

.effect__list__item {
	/* font-size: 20px; */
	font-weight: bold;
	color: var(--maincolor);
}

.effect__list__item::before {
	content: "";
	display: inline-block;
	padding-right: 8px;
	width: 18px;
	height: 20px;
	background-image: url(../img/icon_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.effect__other {
	margin: 0 auto;
	padding: 32px;
	width: 100%;
	max-width: 940px;
	background-color: var(--maincolor);
	border-radius: 10px;
	color: var(--white);
}

.effect__other__title {
	/* font-size: 20px; */
	padding-bottom: 8px;
	border-bottom: solid 2px var(--white);
}

.effect__other__text {
	margin-top: 16px;
}

@media screen and (max-width: 767px) {

	/* question04__どんな効果があるの？ */

	.effect__image {
		margin: 24px auto 0;
		width: 100%;
		max-width: 500px;
	}

	.effect__list {
		display: grid;
		justify-content: center;
		max-width: 370px;
		margin: 40px auto;
		grid-template-columns: 2fr minmax(200px, 2fr);
	}

	/* .effect__list__item {
		font-size: 16px;
	} */

	.effect__list__item::before {
		content: "";
		display: inline-block;
		padding-right: 8px;
		width: 14px;
		height: 16px;
	}

	.effect__other {
		margin: 0 auto;
		padding: 18px 16px;
		width: 100%;
	}

	.effect__other__title {
		padding-bottom: 3px;
		border-bottom: solid 2px var(--white);
	}

	.effect__other__text {
		margin-top: 16px;
	}

}


/*インタビュー */

.interview {
	background-color: var(--backgroundcolor);
}

.interview__lead {
	padding: 8px 10px;
	max-width: 1280px;
	width: 100%;
	background-color: var(--maincolor);
	text-align: center;
	color: var(--white);
}

.interview__profile {
	margin: 64px auto 40px;
	display: flex;
	max-width: 940px;
	width: 100%;
	gap: 4%;
}

.interview__profile__img img {
	width: 200px;
	height: 200px;
}

.interview__profile__text {
	width: 60%;
	font-size: 16px;
}

.interview__profile__name {
	margin-bottom: 16px;
	font-weight: bold;
}


.interview__beforeafter {
	margin: 0 auto;
	max-width: 940px;
}

.interview__beforeafter__title {
	margin-bottom: 16px;
	font-weight: bold;
}

.beforeafter__contents {
	display: flex;
	justify-content: space-between;
	gap: 4%;
}

.beforeafter__contents__item img {
	width: 100%;
	max-width: 400px;
}

.beforeafter__contents__text {
	margin-top: 4px;
	text-align: center;
}


.interview__qaList {
	margin-top: 80px;
	padding: 128px 20px;
	background-color: var(--white);
	max-width: 1280px;
	width: 100%;
}

.interview__qaItem {
	margin: 0 auto;
	max-width: 940px;
}

.interview__qaItem+.interview__qaItem {
	margin-top: 32px;
}

.qa__q {
	font-weight: bold;
	color: var(--maincolor);
}

.qa__q+.qa__a {
	margin-top: 8px;
}


.interview__qaList__image {
	display: flex;
	margin: 96px auto 0;
	gap: 4%;
	justify-content: center;
}

.interview__qaList__image img {
	width: 50%;
	max-width: 400px;
}


@media screen and (max-width: 767px) {

	/*インタビュー */

	.interview__lead {
		padding: 8px 4px;
	}

	.interview__profile {
		margin: 64px auto 56px;
		display: block;
		width: 100%;
		gap: 4%;
	}

	.interview__profile__img {
		text-align: center;
	}

	.interview__profile__img img {
		width: 240px;
		height: 240px;
	}

	.interview__profile__text {
		width: 100%;
	}

	.interview__profile__name {
		margin-bottom: 16px;
		font-weight: bold;
	}


	.interview__beforeafter {
		margin: 0 auto;
		max-width: 940px;
	}

	.interview__beforeafter__title {
		margin-bottom: 16px;
		font-weight: bold;
	}

	.beforeafter__contents {
		display: block;
		text-align: center;
	}

	.beforeafter__contents__item+.beforeafter__contents__item {
		margin-top: 40px;
	}

	.beforeafter__contents__item img {
		width: 100%;
		max-width: 400px;
	}

	.beforeafter__contents__text {
		margin-top: 4px;
		text-align: center;
	}


	.interview__qaList {
		margin-top: 80px;
		padding: 40px 16px;
	}

	.interview__qaItem+.interview__qaItem {
		margin-top: 32px;
	}

	.qa__q+.qa__a {
		margin-top: 8px;
	}


	.interview__qaList__image {
		display: block;
		margin: 64px auto 0;
		text-align: center;
	}

	.interview__qaList__image img {
		width: 100%;
		margin-top: 40px;
	}

}

/*下部__紹介動画・お申込み */

.foot {
	background-color: var(--maincolor);
	padding: 80px 16px;
}

.footTitle {
	color: var(--white);
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.footTitle::after {
	content: "";
	margin: 8px auto 0;
	display: block;
	padding-right: 8px;
	width: 40%;
	height: 20px;
	background-image: url(../img/footline.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.footLink {
	background-color: var(--white);
	border-radius: 25px;
	margin: 64px auto 0;
	padding: 64px 40px;
	font-weight: bold;
	display: flex;
	gap: 10%;
	justify-content: center;
}

.footLink__item {
	text-align: center;
}

.footLink__item__text {
	margin-bottom: 8px;
}

.footLink__btn__img {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	width: 280px;
	transition: 1s;
}

.footLink__btn__img:hover {
	transform: scale(1.1, 1.1);
}

@media screen and (max-width: 767px) {
	/*下部__紹介動画・お申込み */

	.foot {
		padding: 64px 10px;
	}

	.footTitle {
		font-size: 18px;
	}

	.footTitle::after {
		content: "";
		margin: 8px auto 0;
		display: block;
		padding-right: 8px;
		width: 100%;
		height: 20px;
		background-image: url(../img/footline.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.footLink {
		background-color: var(--white);
		border-radius: 25px;
		margin: 64px auto 0;
		padding: 64px 40px;
		font-weight: bold;
		display: block;
		justify-content: center;
	}

	.footLink__item {
		text-align: center;
	}

	.footLink__item+.footLink__item {
		margin-top: 40px;
	}

	.footLink__item__text {
		margin-bottom: 8px;
	}

	.footLink__btn__img {
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
		width: 280px;
		transition: .6s;
	}

	.footLink__btn__img:hover {
		transform: scale(1.1, 1.1);
	}

}


/* ★★★★★ここまで★★★★★ */




/* font
---------------------------------------------------- */

/* タイトル */
/* #fks_madorinobe2024 .title p {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 1em;
} */

/* サブタイトル */
/* #fks_madorinobe2024 .subtitle p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.5em;
} */

/* テキスト */
/* #fks_madorinobe2024 .text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
} */

/* 備考 */
/* #fks_madorinobe2024 .remark p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
}

#fks_madorinobe2024 .txt_center {
	text-align: center;
}

#fks_madorinobe2024 .txt_left {
	text-align: left;
}

#fks_madorinobe2024 .txt_right {
	text-align: right;
} */



/* #head
---------------------------------------------------- */

/* #fks_madorinobe2024 #head {
	position: relative;
}

#fks_madorinobe2024 .head {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#fks_madorinobe2024 .head .title p {
	color: #fff;
} */


/* #font
---------------------------------------------------- */
/* #font {
	max-width: 940px;
	margin: 0 auto;
} */



/* vegas
---------------------------------------------------- */

/* #vegas {
	width: 100%;
	height: 100vh; */
/* 適宜、数値は変更必要 */
/* min-height: 940px; */
/* 適宜、数値は変更必要 */
/* max-height: 1080px; */
/* 適宜、数値は変更必要 */
/* } */
/*
#fks_madorinobe2024 #contents {
	position: relative;
	z-index: 3;
	text-align: inherit;
} */

/* particles-js
---------------------------------------------------- */

#particles-js {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

/* フッターに被らないようにするための対策 */
.footPagetopMT,
footer,
.underInfoMT {
	position: relative;
	z-index: 4;
}




/* slick center
---------------------------------------------------- */



/* animation　テンプレ表示用のcssのため不要
---------------------------------------------------- */

/* animation　可変分
---------------------------------------------------- */