@charset "utf-8";
/*-----------------------------------------------
	home
-----------------------------------------------*/
#main {
	padding: 9rem 0 13.2rem;
}
#main .pageTitle {
	padding: 1.1rem 2rem 1rem;
	background: #F9F2DB;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
}
#main .mainVisual {
	border-top: 30px solid #F9F2DB;
}
#main .mainVisual .slideBox {
	width: 50%;
	position: relative;
}
#main .mainVisual .slideBox .slick-slide {
	aspect-ratio: 0.9756;
}
#main .mainVisual .slideBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .dotList {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1.7rem;
	display: flex;
	justify-content: center;
	gap: 1.9rem;
}
#main .mainVisual .dotList li {
	border-radius: 100%;
	width: 1rem;
	height: 1rem;
	background: #C5BFB7;
	cursor: pointer;
}
#main .mainVisual .dotList li.slick-active {
	background: #6F604B;
}
#main .mainVisual .dotList li > button {
	display: none;
}
#main .mainVisual .logo {
	margin: 0 auto 5rem;
	width: 15.3rem;
}
#main .mainVisual .textBox {
	margin-left: auto;
	padding: 8.5rem 0 0;
	width: 60rem;
	text-align: center;
}
#main .mainVisual .head {
	margin: 0 auto 3.2rem;
	min-width: 38rem;
	width: fit-content;
	text-align: center;
	font-size: 3.4rem;
}
#main .mainVisual .head small {
	margin-top: 1.4rem;
	padding: 0.5rem 0.5rem;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.05em;
	border-top: 1px solid #6E7174;
	border-bottom: 1px solid #6E7174;
}
#main .mainVisual .head .col {
	color: #D70029;
	letter-spacing: 0.15em;
}
#main .mainVisual .head .big {
	font-size: 5.4rem;
	letter-spacing: 0.15em;
}
#main .mainVisual p {
	margin-bottom: 5.9rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.576;
	letter-spacing: 0.075em;
}
#main .mainVisual .link {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 1.8rem;
}
#main .mainVisual .link li {
	width: 6.7rem;
}
#main .mainVisual .link a {
	display: block;
}
#main .secBox01 {
	padding: 4.4rem 6rem;
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 2;
	background: #F7EECF;
	position: relative;
}
#main .secBox01::after {
	content: "";
	width: 15rem;
	height: 3.4rem;
	position: absolute;
	top: calc(100% - 0.2rem);
	left: 50%;
	transform: translateX(-48%);
	background: url(../../image/icon.png) no-repeat left top / 100%;
}
#main .secBox01 .col {
	color: #D70029;
}
#main .secBox02 {
	padding-top: 4.4rem;
	margin-bottom: 9.7rem;
	text-align: center;
	overflow: hidden;
}
#main .secBox02 .content {
	position: relative;
}
#main .secBox02 .marTop {
	padding-top: 9rem;
}
#main .secBox02 .content::before,
#main .secBox02 .content::after {
	content: "";
	position: absolute;
	left: -2.3rem;
	top: -3.3rem;
	width: 27.3rem;
	height: 44.7rem;
	background: url(../../image/bg01.png) no-repeat left top / 100%;
	z-index: -1;
}
#main .secBox02 .content::after {
	height: 33.7rem;
	left: auto;
	right: -1.7rem;
	top: 35rem;
	background-image: url(../../image/bg02.png);
}
#main .secBox02 .imgHead {
	margin: 0 auto 5rem;
	width: 43.2rem;
	position: relative;
}
#main .secBox02 p {
	line-height: 2.111;
}
#main .secBox02 .linkUl {
	margin: 7.6rem 7.5rem 6.9rem;
	gap: 1.25rem;
}
#main .secBox02 .linkUl li {
	padding: 1px 1.4rem 5.3rem;
	width: calc(20% - 1rem);
	border: 1px solid #6F604B;
	text-align: center;
	position: relative;
}
#main .secBox02 .linkUl .num {
	margin: -1.9rem auto 2.1rem;
	width: fit-content;
	background: #fff;
	width: 11.8rem;
}
#main .secBox02 .linkUl .num img {
	width: 10.2rem;
}
#main .secBox02 .linkUl .ttl {
	margin-bottom: 1.9rem;
	color: #6F604B;
	font-size: 2rem;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
}
#main .secBox02 .linkUl .img {
	margin-bottom: 1rem;
}
#main .secBox02 .linkUl .img img {
	width: 100%;
}
#main .secBox02 .linkUl .img:last-of-type {
	margin-bottom: 0;
	position: relative;
}
#main .secBox02 .linkUl .img02::before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	opacity: 0.9;
	background: #E2E2E3;
}
#main .secBox02 .linkUl li > a {
	padding: 0.9rem 0.5rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	font-size: 1.2rem;
	color: #6F604B;
	font-weight: 700;
	background-color: #FAF5E1;
}
#main .secBox02 .linkUl li > a span {
	width: fit-content;
	margin: 0 auto;
	padding: 0 2rem 0 0;
	background: url(../image/arrow_icon02.png) no-repeat center right / 1.6rem;
}
#main .secBox02 .bigImage img {
	width: 100%;
}
#main .secBox02 .inner01 {
	padding: 10rem 0 0;
}
#main .secBox02 .inner01 .headLine01 .posIco {
	left: auto;
	right: 1.2rem;
	top: -5.6rem;
}
#main .secBox02 .inner01 .headLine01 .col {
	color: #00A95F;
}
#main .secBox02 .inner01::before {
	top: 0.2rem;
	left: -1rem;
	background-image: url(../../image/bg03.png);
}
#main .secBox02 .inner01::after {
	top: auto;
	bottom: -3.3rem;
	right: -3rem;
	height: 35.9rem;
	background-image: url(../../image/bg04.png);
}
#main .secBox02 .linkUl .txt {
	margin: -0.8rem auto 2.2rem;
	padding: 0 1.4rem;
	line-height: 1;
	width: fit-content;
	background: #fff;
	font-size: 1.1rem;
	color: #6F604B;
	letter-spacing: 0.05em;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
#main .secBox02 .ul01 {
	margin: 6.5rem auto 7rem;
	width: 63.5rem;
	justify-content: center;
	gap: 3.5rem;
}
#main .secBox02 .ul01 li {
	padding-bottom: 4.8rem;
	width: 30rem;
}
#main .secBox02 .ul01 .img {
	margin-bottom: 0;
}
#main .secBox02 .ul01 .ttl {
	letter-spacing: 0.025em;
}
#main .secBox02 .ul01 .ttl small {
	margin-top: 0.7rem;
	font-size: 1.403rem;
	display: block;
}
#main .secBox02 .inner02 {
	padding: 10rem 0 0;
}
#main .secBox02 .inner02::before {
	top: 1.2rem;
	left: 1.3rem;
	background-image: url(../../image/bg05.png);
}
#main .secBox02 .inner02::after {
	top: auto;
	height: 33.8rem;
	right: -0.3rem;
	bottom: -6.1rem;
	background-image: url(../../image/bg06.png);
}
#main .secBox02 .inner02 .ul01 {
	margin: 6.3rem auto 7rem;
	width: auto;
}
#main .secBox02 .inner02 .headLine01 .col {
	color: #00A0E9;
}
#main .secBox02 .inner02 .posIco {
	left: 9rem;
	top: -5.7rem;
}
#main .secBox02 .inner02 .ul01 .txt {
	margin-bottom: 2.8rem;
}
#main .secBox02 .inner02 .ul01 .ttl {
	margin-bottom: 1.3rem;
}
#main .secBox02 .inner02 .ul01 .img {
	margin: 0 auto 1.6rem;
	width: 6.3rem;
}
#main .secBox02 .inner02 .ul01 li {
	padding-bottom: 2rem;
	width: 26rem;
	font-size: 1.4rem;
	color: #6F604B;
	position: relative;
	background: #fff;
}
#main .secBox02 .inner02 .ul01 li::after {
	width: 5rem;
	background: #B2E3F8;
	height: 3rem;
	content: "";
	position: absolute;
	left: calc(100% - 1px);
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
#main .secBox02 .inner02 .ul01 li:last-child::after {
	display: none;
}
#main .secBox02 .inner02 .inn {
	line-height: 2;
}
#main .secBox02 .inner02 .comBtn {
	margin-bottom: 7.1rem;
	font-size: 2rem;
}
#main .secBox02 .comBtn .bg01 {
	padding: 1.9rem 2rem;
}
#main .secBox02 #a02 .comBtn .bg01 {
	padding: 3.3rem 2rem;
}
#main .snsBox .list {
	gap: 13rem;
}
#main .snsBox .list > li {
	width: 34.5rem;
}
#main .snsBox .linkList {
	margin-bottom: 2.5rem;
}
#main .snsBox .linkList a {
	padding: 1.9rem 0 1.3rem;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #6E7174;
	line-height: 1.714;
	font-size: 1.4rem;
	gap: 0.9rem 0.7rem;
}
#main .snsBox .list .txt {
	display: block;
	width: 100%;
	min-height: 4.8rem;
}
#main .snsBox .list .time {
	width: fit-content;
	padding: 0.25rem 1.15rem 0.15rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	background: #8C7F6F;
	display: block;
}
#main .snsBox .press .time {
	background: #AD8A63;
}
#main .snsBox .comBtn {
	margin-bottom: 0;
}
#main .snsBox .comBtn a {
	padding: 1.6rem 0.5rem;
	width: 22rem;
	font-size: 1.8rem;
	background: #8C7F6F;
	border-color: #8C7F6F;
}
#main .snsBox .comBtn a::after {
	background: #8C7F6F;
}
#main .snsBox .press .comBtn a {
	background: #996C3C;
	border-color: #996C3C;
}
#main .snsBox .press .comBtn a::after {
	background: #996C3C;
}
@media all and (min-width: 897px) {
	#main .mainVisual .slideBox .slick-slide { 
		height: 61.5rem;
	}
	#main .mainVisual .link a:hover,
	#main .secBox02 .linkUl a:hover,
	#main .snsBox .list a:hover {
		opacity: 0.7;
	}
	#main .mainVisual .dotList li:hover {
		background: #6F604B;
	}
	#main .secBox02 .inner02 .comBtn a {
		padding: 1.4rem 2rem;
		font-size: 2rem;
		letter-spacing: 0.2em;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding: 7rem 0;
	}
	#main .pageTitle {
		font-size: 2rem;
	}
	#main .mainVisual {
		margin: 0 0 3rem;
		display: block;
	}
	#main .mainVisual .link li {
		width: 4.8rem;
	}
	#main .mainVisual .textBox {
		margin: 0;
		padding: 2rem 0;
		width: 100%;
	}
	#main .mainVisual .slideBox {
		width: calc(100% - 4rem);
		margin: 0 2rem;
	}
	#main .mainVisual .logo {
		margin-bottom: 2rem;
		width: 12.3rem;
	}
	#main .mainVisual .head {
		margin-bottom: 1rem;
		min-width: inherit;
		font-size: 2rem;
	}
	#main .mainVisual .head .big {
		font-size: 3rem;
	}
	#main .mainVisual .head small {
		font-size: 1.4rem;
	}
	#main .mainVisual p {
		margin-bottom: 1rem;
		font-size: 2.6rem;
	}
	#main .secBox01 {
		padding: 2.7rem 2rem;
		font-size: 1.6rem;
		text-align: left;
	}
	#main .secBox02 {
		margin-bottom: 6rem;
	}
	#main .secBox02 .imgHead {
		width: 21.6rem;
		margin-bottom: 3rem;
	}
	#main .secBox02 .content::before {
		top: 6rem;
		left: -3rem;
	}
	#main .secBox02 .content::before,
	#main .secBox02 .content::after {
		width: 17rem;
		height: 24.7rem;
	}
	#main .secBox02 .content::after {
		top: 43rem;
		right: -4.3rem;
	}
	#main .secBox02 p {
		text-align: left;
	}
	#main .secBox02 .linkUl {
		margin: 5rem 0;
		gap: 4rem 2rem;
	}
	#main .secBox02 .linkUl li {
		width: calc(50% - 1rem)
	}
	#main .secBox02 .linkUl .num {
		width: 9rem;
		margin-bottom: 1.6rem;
	}
	#main .secBox02 .linkUl .num img {
		width: 7.3rem;
	}
	#main .secBox02 .linkUl .ttl {
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#main .secBox02 .bigImage {
		aspect-ratio: 16/5;
	}
	#main .secBox02 .bigImage img {
		height: 100%;
		object-fit: cover;
	}
	#main .secBox02 .inner01 {
		padding-top: 5rem;
	}
	#main .secBox02 .ul01 {
		width: auto;
		display: block;
	}
	#main .secBox02 .inner01 .headLine01 .posIco {
		left: auto;
		right: -1rem;
		top: -4rem;
	}
	#main .secBox02 .inner01::before,
	#main .secBox02 .inner02::before {
		top: 1rem;
		left: -2.5rem;
	}
	#main .secBox02 .inner01::after,
	#main .secBox02 .inner02::after {
		top: auto
	}
	#main .secBox02 .inner02 .ul01 li,
	#main .secBox02 .ul01 li {
		width: 100%;
	}
	#main .secBox02 .inner02 .ul01 li::after {
		width: 3rem;
		left: 50%;
		transform: translateX(-50%);
		top: calc(100% - 1px);
	}
	#main .secBox02 .inner02 .posIco {
		left: -2.6rem;
		top: -4rem;
	}
	#main .secBox02 .ul01 li + li {
		margin-top: 4rem;
	}
	#main .secBox02 .comBtn .bg01 ,
	#main .secBox02 #a02 .comBtn .bg01 {
		padding: 1rem 3rem;
	}
	#main .snsBox .list > li {
		width: 100%;
	}
	#main .snsBox .list > li + li {
		margin-top: 5rem;
	}
	#main .snsBox .list {
		margin: 0 2rem;
		display: block;
	}
	#main .snsBox .comBtn a {
		margin: 0 auto;
		width: 60%;
		font-size: 1.5rem;
	}
}