@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.garamond {
	font-family: "EB Garamond", serif;
}
.shippori {
	font-family: "Shippori Mincho", serif;
}
.red {
	color: #d38872;
	font-weight: 700;
}
.green {
	color: #8BB56F;
	font-weight: 700;
}
.yellow {
	color: #fceeb4;
	font-weight: 700;
}
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 134rem;
}
/*------------------------------------------------------------
	comConsultBox
------------------------------------------------------------*/
.comConsultBox {
	margin: 0 auto 5.8rem;
	padding: 5.7rem 2rem 7.2rem;
	max-width: 130rem;
	background: url(../img/common/f_bg02.webp) no-repeat center center / cover;
}
.comConsultBox:last-child {
	margin-bottom: 0;
}
.comConsultBox .hTitle {
	margin: 0 auto 4.4rem;
	padding: 0 4.9rem;
	width: fit-content;
	position: relative;
	text-align: center;
	color: #f5f3e5;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	font-family: "Shippori Mincho", serif;
}
.comConsultBox .hTitle::before {
	position: absolute;
	top: 2.1rem;
	left: 0;
	width: 2.4rem;
	height: 5.7rem;
	background: url(../img/common/f_icon02.webp) no-repeat left top / 100%;
	content: '';
}
.comConsultBox .hTitle::after {
	position: absolute;
	top: 2.1rem;
	right: -0.9rem;
	width: 2.4rem;
	height: 5.7rem;
	background: url(../img/common/f_icon03.webp) no-repeat left top / 100%;
	content: '';
}
.comConsultBox .hTitle small {
	margin-bottom: 0.1rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	font-family: "Noto Sans JP", sans-serif;
}
.comConsultBox .textList {
	margin: 0 auto;
	max-width: 114.4rem;
	gap: 2.7rem;
	position: relative;
	z-index: 1;
}
.comConsultBox .textList::before {
	position: absolute;
	top: -22.9rem;
	left: 2.5rem;
	width: 15.9rem;
	height: 25.4rem;
	background: url(../img/common/f_img04.webp) no-repeat left top / 100%;
	content: '';
	z-index: -1;
}
.comConsultBox .textList::after {
	position: absolute;
	top: -23.3rem;
	right: 1rem;
	width: 16.1rem;
	height: 25.2rem;
	background: url(../img/common/f_img05.webp) no-repeat left top / 100%;
	content: '';
	z-index: -1;
}
.comConsultBox .textList li {
	padding: 0.5rem 2rem 2rem;
	width: calc((100% - 5.4rem) / 3);
	background: #83aec9;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
}
.comConsultBox .textList li a {
	display: block;
}
.comConsultBox .textList li a:hover {
	opacity: 0.6;
}
.comConsultBox .textList li:nth-child(2) {
	background: #c48986;
}
.comConsultBox .textList li:nth-child(3) {
	background: #8eba88;
}
.comConsultBox .textList li .photo {
	margin: -3.1rem auto 1rem;
	width: 8.7rem;
}
.comConsultBox .textList li .text {
	margin-bottom: 0.2rem;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comConsultBox .textList li .bigText {
	color: #fbedb3;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
.comConsultBox .textList li .bigText a {
	color: #fbedb3;
}
@media all and (max-width: 896px) {
	.comConsultBox {
		margin: 0 2rem 5rem;
		padding: 2.6rem 2rem 3rem;
		max-width: inherit;
		background-image: url(../img/common/f_bg02_sp.webp);
	}
	.comConsultBox .hTitle {
		margin: 0 auto 1.3rem;
		padding: 0 1.5rem;
		width: fit-content;
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		line-height: 1.39;
	}
	.comConsultBox .hTitle::before {
		top: 0.4rem;
		left: 0;
		width: 3.7rem;
		height: 9.3rem;
		background-image: url(../img/common/f_icon02_sp.webp);
	}
	.comConsultBox .hTitle::after {
		top: 0.4rem;
		right: 0;
		width: 3.7rem;
		height: 9.3rem;
		background-image: url(../img/common/f_icon03_sp.webp);
	}
	.comConsultBox .hTitle small {
		/*display: none;*/
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.comConsultBox .textList {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	.comConsultBox .textList::before {
		top: -10.3rem;
		left: -0.4rem;
		width: 6.8rem;
		height: 11rem;
		background-image: url(../img/common/f_img04_sp.webp);
	}
	.comConsultBox .textList::after {
		top: -10.4rem;
		right: -0.5rem;
		width: 7rem;
		height: 10.9rem;
		background-image: url(../img/common/f_img05_sp.webp);
	}
	.comConsultBox .textList li {
		margin-bottom: 1rem;
		padding: 0;
		width: auto;
	}
	.comConsultBox .textList li a {
		padding: 0.9rem 1.2rem 0.8rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.comConsultBox .textList li:last-child {
		margin-bottom: 0;
	}
	.comConsultBox .textList li .photo {
		margin: 0;
		width: 6.5rem;
	}
	.comConsultBox .textList li .subBox {
		padding-top: 0.4rem;
		width: calc(100% - 7.3rem);
	}
	.comConsultBox .textList li .text {
		margin-bottom: -0.4rem;
		font-size: 1.3rem;
		text-align: left;
		letter-spacing: 0.1em;
	}
	.comConsultBox .textList li .bigText {
		font-size: 2.4rem;
		letter-spacing: 0.02em;
		text-align: left;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: .3s;
	z-index: 100;
}
.fixBtn.on {
	opacity: 1;
	visibility: visible;
}
.fixBtn li {
	width: calc(100%/3);
}
.fixBtn a {
	padding-bottom: 0.7rem;
	display: block;
	color: #FBEDB3;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	background: #83AEC9;
}
.fixBtn img {
	margin: 0 auto -1.2rem;
	display: block;
	transform: translateY(-1.5rem);
	width: 3rem;
}
.fixBtn li:nth-child(2) a {
	background: #C48986;
}
.fixBtn li:nth-child(3) a {
	background: #8EBA88;
}
@media all and (max-width: 896px) {}