@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#mainimg::before, #mainimg::after {
	display: none;
}
.flex-direction-nav a {
	width: 64px;
	height: 64px;
	margin-top: -32px;
	border-radius: 50%;
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.20);
	background-blend-mode: screen;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 33px;
	box-sizing: border-box;
	z-index: 11;
}
.flex-direction-nav .flex-prev {
	left: 2.5%;
	background-image: url(../img/home/mainimg/left-arrow.png);
}
.flex-direction-nav .flex-next {
	right: 2.5%;
	background-image: url(../img/home/mainimg/right-arrow.png);
}
.flex-direction-nav a:before {
	display: none;
}
#mainimg .mv-lead {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 684px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	align-items: flex-end;
	padding: 2.5% 2.5% 1.2%;
	aspect-ratio: 1368/732;
	box-sizing: border-box;
	background: url(../img/home/mainimg/mv_txt_bg.png) no-repeat left bottom/100%;
	z-index: 10;
}
#mainimg h1 {
	margin-bottom: 3.4%;
	width: 82%;
}
#mainimg h1 img {
	width: 100%;
}
#mainimg .mv-lead .txt {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
#mainimg .mv-logo {
	width: 235px;
	position: absolute;
	right: 2.5%;
	top: 63px;
	z-index: 10;
}
#mainimg .mv-logo img {
	width: 100%;
}
#home-intro {
	padding: 56px 0 71px;
	position: relative;
	background: #D9CAE0;
}
#home-intro:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 100%;
	opacity: 0.35;
	background: url(../img/home/intro_bg.png) no-repeat center top/cover;
	content: "";
}
#home-intro::before {
	display: none;
}
#home-intro .content {
	margin: 0 auto;
	max-width: 978px;
	position: relative;
	z-index: 1;
}
#home-intro h2 {
	margin-bottom: 12px;
	text-align: center;
}
#home-intro h2 img {
	width: 283px;
}
#home-intro .mid-txt {
	margin-bottom: 32px;
	color: #232323;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}
#home-intro .list {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
#home-intro .list li {
	padding: 0 12px;
	width: calc(100%/3);
	box-sizing: border-box;
}
#home-intro .list img {
	width: 100%;
}
#home-intro .list p {
	margin-top: 9px;
	display: flex;
	align-items: flex-start;
	color: #232323;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
}
#home-intro .list p img {
	width: 65px;
	flex-shrink: 0;
	margin-right: 13px;
}
#home-intro .link-button_index a {
	font-size: 17px;
	font-family: 'Noto Serif JP', serif;
}
#home-about {
	position: relative;
	background: #E2C5F1 url(../img/home/about_bg.png) no-repeat center bottom 66px/100%;
}
#home-about .pho-list {
	display: flex;
	flex-wrap: wrap;
}
#home-about .pho-list li {
	width: calc(100%/3);
}
#home-about .pho-list img {
	width: 100%;
}
#home-about .bg-box {
	padding: 48px 0;
	position: relative;
}
#home-about .bg-box .content {
	margin: 0 auto;
	width: 88%;
	max-width: 722px;
	display: flex;
	align-items: center;
}
#home-about .bg-box .logo {
	margin-right: 32px;
	width: 258px;
}
#home-about .bg-box .logo img {
	width: 100%;
}
#home-about .bg-box .txt-box {
	flex: 1;
}
#home-about .bg-box .txt-box .ttl {
	margin-bottom: 16px;
}
#home-about .bg-box .txt-box .ttl img {
	width: 285px;
}
#home-about .bg-box .txt-box .txt {
	margin-bottom: 0;
	color: #232323;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: -0.02em;
}
#home-about .link a {
	padding: 17px;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-align: center;
	background: #AF48E3;
}
#home-about .link a span {
	display: inline-block;
	padding-right: 44px;
	background: url(../img/home/link_arrow.svg) no-repeat right center;
}
@media all and (min-width: 769px) and (max-width: 1279px) {
	.flexslider .slides > li {
		height: 649px;
	}
	.flexslider .slides img {
		height: 100%;
		object-fit: cover;
	}
	#mainimg .mv-lead {
		width: 53.4%;
	}
	#mainimg .mv-lead .txt {
		font-size: 1.406vw;
	}
	#home-about {
		background-size: 1280px auto;
	}
}
@media all and (min-width: 769px) and (max-width: 1024px) {
	#home-about .bg-box .txt-box .txt {
		font-size: 15px;
	}
}
@media all and (min-width: 769px) {
	#home-about .link a:hover {
		background-color: #9107D6;
	}
}
@media all and (max-width: 768px) {
	.flex-direction-nav a {
		width: 51px;
		height: 51px;
		margin-top: -26px;
		background-size: 26px;
	}
	.flex-direction-nav .flex-prev {
		left: 8px;
	}
	.flex-direction-nav .flex-next {
		right: 8px;
	}
	#mainimg .mv-lead {
		margin-top: -23.8vw;
		position: relative;
		width: 100%;
		padding: 2.5% 2.5% 0.5%;
		aspect-ratio: 750/424;
		background-image: url(../img/home/mainimg/mv_txt_bg_sp.png);
	}
	#mainimg h1 {
		margin: 0 auto 2.7%;
		width: 92%;
	}
	#mainimg .mv-lead .txt {
		width: 100%;
		font-size: 3.7vw;
		text-align: center;
		letter-spacing: -0.14px;
	}
	#mainimg .mv-logo {
		width: 121px;
		right: 9px;
		top: 46px;
	}
	#home-intro {
		padding: 56px 0 68px;
	}
	#home-intro:after {
		opacity: 1;
		background-image: url(../img/home/intro_bg_sp.png);
	}
	#home-intro .content {
		margin: 0 10px;
	}
	#home-intro h2 img {
		width: 195px;
	}
	#home-intro .mid-txt {
		font-size: 20px;
		line-height: 1.6;
	}
	#home-intro .list {
		margin: 0 auto 32px;
		max-width: 303px;
		display: block;
	}
	#home-intro .list li {
		padding: 0 0 26px;
		width: auto;
	}
	#home-intro .list li:last-child {
		padding-bottom: 0;
	}
	#home-intro .list p {
		font-size: 15px;
	}
	#home-intro .list p img {
		width: 65px;
		margin: 3px 11px 0 0;
	}
	#home-intro .link-button_index {
		max-width: inherit;
	}
	#home-intro .link-button_index a {
		width: 100%;
		max-width: 335px;
		min-height: 54px;
	}
	#home-about {
		background-position: center bottom;
		background-image: url(../img/home/about_bg_sp.png);
		background-size: 768px;
	}
	#home-about .pho-list li {
		width: calc(100%/2);
	}
	#home-about .pho-list li:last-child {
		display: none;
	}
	#home-about .bg-box {
		padding: 40px 4%;
	}
	#home-about .bg-box .content {
		display: block;
		width: auto;
	}
	#home-about .bg-box .logo {
		margin: 0 auto 13px;
		width: 211px;
	}
	#home-about .bg-box .txt-box {
		margin-top: 0;
		text-align: center;
	}
	#home-about .bg-box .txt-box .ttl {
		margin-bottom: 16px;
	}
	#home-about .bg-box .txt-box .ttl img {
		width: 262px;
	}
	#home-about .bg-box .txt-box .txt {
		font-size: 15px;
	}
}
@media all and (max-width: 767px) {
	#home-about .bg-box {
		padding: 32px 4%;
	}
	#home-about .link a {
		padding: 19px 5px;
		font-size: 17px;
		background: #C25BF6;
	}
	#home-about .link a span {
		padding-right: 35px;
	}
}