@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	background-color: transparent;
}
#gNavi a {
	color: #fff;
}
#gHeader.fix {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.85);
}
.fix #gNavi a {
	color: #333;
}
#gFooter {
	margin-top: 10.6rem;
}

#main .fixBanner {
	display: none;
	width: 34.4rem;
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	z-index: 100;
}
#main .fixBanner.show {
	opacity: 1;
	pointer-events: auto;
}
#main .fixBanner .close {
	width: 4.9rem;
    position: absolute;
    right: 0.5rem;
    top: -0.6rem;
	z-index: 1;
	cursor: pointer;
}
#main .fixBanner a {
	display: block;
}
@media all and (min-width: 897px) {
	#main .fixBanner a:hover {
		opacity: 0.9;
	}
	#main .fixBanner .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .comPhotoList {
		margin: 0 -2rem;
	}
	#main .comPhotoList li {
		margin: 0 1rem;
		width: 30rem !important;
	}
	#main .fixBanner {
		width: 17.4rem;
		right: 1rem;
  		bottom: 1rem;
	}
	#main .fixBanner .close {
		width: 2.9rem;
	}
}


#main .comBg {
	padding: 7.9rem 0 10.8rem;
	background-color: #f1f1ee;
}
#main .comBg .content {
	max-width: 150rem;
}
#main .mainVisual {
	padding: 0;
	height: 110rem;
	position: relative;
}
#main .mainVisual .ttl {
	width: 42rem;
	position: absolute;
	bottom: 6.2rem;
	right: 8.7rem;
}
#main .mainVisual .textImg {
	width: 27.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: -14.7rem 0 0 -46.4rem;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		height: 60rem;
		aspect-ratio: inherit;
	}
	#main .mainVisual .ttl {
		width: 17.1rem;
		bottom: 2.2rem;
		right: 2.4rem;
	}
	#main .mainVisual .textImg {
		width: 18rem;
		margin: -3.3rem 0 0 -6.7rem;
	}
	#main .comBg {
		padding: 4rem 0 5.8rem;
	}
	#main .topBox .centerTxt {
		line-height: 2;
	}
}


/* topBox */
#main .topBox {
	margin-bottom: 10.1rem;
}
#main .topBox .centerTxt {
	line-height: 2.31;
}
#main .topBox .headLine04 {
	margin-bottom: 4.6rem;
}
@media all and (max-width: 896px) {

}

/* linkUl */
#main .linkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}
#main .linkUl li {
	width: calc((100% - 7.5rem)/4);
}
#main .linkUl a {
	color: #fff;
	display: block;
	position: relative;
}
#main .linkUl a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-color: #476b8f;
	content: "";
}
#main .linkUl .image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#main .linkUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
#main .linkUl .more {
	position: absolute;
	bottom: 0.8rem;
	right: 0;
	z-index: 10;
	font-size: 2rem;
}
#main .linkUl .more span {
	padding-right: 6.2rem;
	display: inline-block;
}
#main .linkUl .more span::after {
	width: 4.4rem;
	height: 1.1rem;
	position: absolute;
	bottom: 0.9rem;
	right: 1.1rem;
	background: url("../img/common/icon12.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .linkUl .title {
	margin-top: 0.6rem;
	font-size: 2.4rem;
	width: 100%;
	text-align: center;
	line-height: 1.29;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 10;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	#main .linkUl li:hover .image img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	#main .linkUl {
		gap: 1rem 0;
		justify-content: space-between;
	}
	#main .linkUl li {
		width: calc(50% - 0.5rem);
	}
	#main .linkUl .title {
		margin-top: 0;
		font-size: 1.5rem;
	}
}


/* serviceBox */
#main .serviceBox .headLine06 {
	margin-bottom: 5rem;
}
@media all and (max-width: 896px) {

}

/* checkBox */
#main .checkBox {
	padding: 7.8rem 0 11.2rem;
	color: #fff;
	background-color: #476b8f;
	position: relative;
}
#main .checkBox .bgImg {
	width: 122.6rem;
	position: absolute;
	bottom: 0;
	right: -17.9rem;
}
#main .checkBox .listUl {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	position: relative;
	z-index: 10;
}
#main .checkBox .listUl > li {
	color: #333;
	background-color: #fff;
	border-radius: 1.5rem;
	width: calc((100% - 8rem) / 3);
	overflow: hidden;
}
#main .checkBox .centerTxt {
	line-height: 1.81;
	margin-bottom: 4.9rem;
}
#main .checkBox .headLine05 {
	margin-bottom: 4.6rem;
}
#main .checkBox .image {
	width: 14.5rem;
}
#main .checkBox .txtUl {
	flex: 1;
	color: #476b8f;
	font-weight: 500;
	line-height: 1.95;
	margin: 0.7rem -2rem 0 2.8rem;
}
#main .checkBox .ttl {
	margin-bottom: 3.2rem;
	text-align: center;
	font-weight: 400;
	font-size: 4rem;
	line-height: 1;
}
#main .checkBox .ttl small {
	margin-bottom: 1.3rem;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
#main .checkBox .btmBox {
	padding: 2.6rem 2.7rem 2.5rem;
	background-color: #f1f1ee;
	letter-spacing: 0.05em;
}
#main .checkBox .heightBox {
	padding: 2.7rem 3rem 2.4rem;
}
#main .checkBox .btn {
	margin-top: 2.5rem;
}
#main .checkBox .btn a {
	margin: 0 auto;
	font-size: 1.5rem;
	width: 17rem;
	height: 2.8rem;
	line-height: 1;
	font-weight: 400;
	background-color: #fff;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 897px) {
	#main .checkBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .checkBox .listUl {
		display: block;
	}
	#main .checkBox .listUl > li {
		width: auto;
		margin-bottom: 3rem;
	}
	#main .checkBox .listUl > li:last-child {
		margin-bottom: 0;
	}
	#main .checkBox .image {
		width: 13.5rem;
	}
	#main .checkBox .flex {
		justify-content: center;
	}
	#main .checkBox .btmBox {
		padding: 2rem 2rem;
	}
	#main .checkBox .btn {
		margin-top: 1rem;
	}
	#main .checkBox .ttl {
		font-size: 3.5rem;
	}
	#main .checkBox .ttl small {
		font-size: 1.7rem;
	}
	#main .checkBox {
		padding: 4rem 0 7rem;
	}
	#main .checkBox .bgImg {
		width: 50rem;
	}
	#main .checkBox .txtUl {
		flex: inherit;
	}
}


/* recommendedBox  */
#main .recommendedBox  {
	padding: 8.4rem 0 9.1rem;
}
#main .recommendedBox .content {
	max-width: 110rem;
}
#main .recommendedBox .headLine05 {
	margin-bottom: 4.8rem;
}
#main .recommendedBox .centerTxt {
	margin-bottom: 5.4rem;
}
#main .recommendedBox .comBtn02 {
	margin-top: 4.5rem;
}
#main .recommendedBox .comBanner {
	margin-top: 6.6rem;
}
@media all and (max-width: 896px) {
	#main .recommendedBox {
		padding: 4rem 0 5rem;
	}
}

/* newsBox */
#main .newsBox {
	color: #473c38;
	padding-top: 8.9rem;
}
#main .newsBox .headLine06 {
	margin-bottom: 1.3rem;
}
#main .newsBox .centerTxt {
	margin-bottom: 3.6rem;
}
#main .newsBox .comBtn02 {
	margin-top: 4.6rem;
}
@media all and (max-width: 896px) {
	#main .newsBox {
		padding-top: 5rem;
	}	
}

/* instagramBox */
#main .instagramBox {
	color: #473c38;
	padding-top: 7.5rem;
}
#main .instagramBox .headLine06 {
	margin-bottom: 1.2rem;
}
#main .instagramBox .centerTxt {
	margin-bottom: 3.6rem;
}
#instafeed {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#instafeed li {
	width: calc((100% - 6rem) / 6);
}
#instafeed li a {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#instafeed li a:hover {
	opacity: 0.7;
}
#instafeed li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	#instafeed {
		gap: 1rem;
	}
	#instafeed li {
		width: calc((100% - 1rem) / 2);
	}
}