@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding: 1.9rem 0 0;
	min-height: 66rem;
	background: url(../img/index/main_bg.jpg) no-repeat center center / cover;
	box-sizing: border-box;
}
#main .mainVisual .inner {
	margin: 0 auto;
	max-width: 98.8rem;
	align-items: center;
}
#main .mainVisual .inner .lBox {
	padding-bottom: 3.8rem;
	width: 48.3rem;
	box-sizing: border-box;
}
#main .mainVisual .inner .rBox {
	margin: 0 -5.6rem -0.1rem 0;
	width: 49rem;
}
#main .bgBox {
	padding: 5.6rem 0 9.8rem;
	background: url(../img/index/bg01.jpg) no-repeat center top / cover;
}
#main .bgBox .secBox {
	margin: 0 auto;
	max-width: 110rem;
}
#main .bgBox .secBox h2 {
	margin: 0 auto 0.1rem;
	max-width: 108.4rem;
}
#main .bgBox .secBox .textImg {
	margin-bottom: 7.5rem;
}
#main .bgBox .secBox .imgBox {
	margin-bottom: 7.2rem;
	align-items: flex-start;
}
#main .bgBox .secBox .imgBox .photo {
	width: 38rem;
	position: relative;
	z-index: 1;
}
#main .bgBox .secBox .imgBox .photo::before {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	right: -1.5rem;
	bottom: -1.5rem;
	background-color: #FFD900;
	content: '';
	z-index: -1;
}
#main .bgBox .secBox .imgBox .textBox {
	margin-top: -1.1rem;
	width: calc(100% - 43.5rem);
	order: 2;
}
#main .bgBox .secBox .imgBox .textBox .text {
	line-height: 2.08;
}
#main .bgBox .secBox .imgBox .textBox .text .bgTxt {
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	background: -webkit-linear-gradient(#FFD900,#FFD900) repeat-x center bottom 1rem / 100% 25%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .bgBox .secBox .imgBox .textBox .text .big {
	font-size: 3rem;
	font-weight: 700;
}
#main .bgBox .secBox .textImg02 {
	margin-bottom: 8rem;
}
#main .bgBox .secBox .titleImg {
	margin: 0 auto 2.9rem;
	width: 70rem;
}
#main .bgBox .secBox .textImg03 {
	margin: 0 auto 3.1rem;
	width: 64.7rem;
}
#main .bgBox .secBox .rText {
	margin: 0.5rem 1rem 0 0;
	text-align: right;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}
#main .textArea {
	padding: 0.5rem 0;
	position: relative;
	background : linear-gradient(120deg, rgba(80, 180, 170, 1) 30%, rgba(132, 202, 195, 1) 100%);
}
#main .textArea::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/bg02.png) no-repeat right top / 100%;
	content: '';
	mix-blend-mode: screen;
}
#main .textArea .subArea {
	margin: 0 auto;
	max-width: 76.8rem;
	position: relative;
	z-index: 5;
	align-items: flex-start;
}
#main .textArea .subArea .photo {
	margin: -7rem 0 -1.1rem;
	width: 31.1rem;
}
#main .textArea .subArea .textBox {
	padding: 5.5rem 0 0;
    width: calc(100% - 34.4rem);
	color: #FFF;
}
#main .textArea .subArea .textBox .title {
	margin-bottom: 2rem;
	padding-bottom: 2.4rem;
	font-weight: 700;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	border-bottom: 0.2rem solid #FFF;
}
#main .textArea .subArea .textBox .title .sml {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0;
}
#main .textArea .subArea .textBox .text {
	font-size: 1.8rem;
	line-height: 2;
}
#main .bgBox02 {
	padding: 7.5rem 0 6.9rem;
	background: url(../img/index/bg03.jpg) center center / cover;
}
#main .linkList {
	padding-left: 0.5rem;
	gap: 4.5rem;
}
#main .linkList li {
	width: calc((100% - 4.5rem) / 2);
}
#main .linkList li a {
	padding: 1rem 4rem 2rem;
	min-height: 8rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #4D4D4D;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	background: #FFE1D6 url(../img/common/icon01.png) no-repeat right 2.7rem top calc(50% - 0.6rem) / 2.5rem;
	box-sizing: border-box;
	z-index: 1;
}
#main .linkList li a::before {
	position: absolute;
	top: -0.5rem;
	left: -0.5rem;
	right: 0.5rem;
	bottom: 0.5rem;
	border: 0.2rem solid #FF6E88;
	content: '';
	z-index: -1;
}
#main .linkList li a:hover {
	opacity: 0.7;
}
#main .linkList li:nth-child(2) a {
	background: #FFFFC0 url(../img/common/icon02.png) no-repeat right 2.7rem top calc(50% - 0.6rem) / 2.5rem;
}
#main .linkList li:nth-child(2) a::before {
	border-color: #FFB63C;
}
#main .linkList li:nth-child(3) a {
	background: #FFE0E5 url(../img/common/icon03.png) no-repeat right 2.7rem top calc(50% - 0.6rem) / 2.5rem;
}
#main .linkList li:nth-child(3) a::before {
	border-color: #FF6E88;
}
#main .linkList li:nth-child(4) a {
	background: #F0DEE1 url(../img/common/icon04.png) no-repeat right 2.7rem top calc(50% - 0.6rem) / 2.5rem;
}
#main .linkList li:nth-child(4) a::before {
	border-color: #CD5A5A;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 1rem 0 0;
		min-height: 35rem;
		background-image: url(../img/index/main_bg_sp.jpg);
	}
	#main .mainVisual .inner {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#main .mainVisual .inner .rBox {
		margin: 0 auto;
		padding-left: 4rem;
		width: 24.5rem;
		box-sizing: content-box;
	}
	#main .bgBox {
		padding: 0;
		background: none;
	}
	#main .bgBox .secBox {
		margin: 0 1.5rem;
		max-width: inherit;
	}
	#main .bgBox .subBgBox {
		margin: 0 -1.5rem;
		padding: 1.1rem 1.5rem 25.6vw;
		background: url(../img/index/bg01_sp.png) no-repeat center top / 100%;
	}
	#main .bgBox .subBgBox.style01 {
		padding: 13.4vw 1.5rem 0.7rem;
	}
	#main .bgBox .secBox h2 {
		margin: 0 auto 1.4rem;
		max-width: 34.5rem;
	}
	#main .bgBox .secBox .textImg {
		margin-bottom: 1.1rem;
	}
	#main .bgBox .secBox .textImg img {
		width: 100%;
	}
	#main .bgBox .secBox .imgBox {
		margin-bottom: 0;
		display: block;
	}
	#main .bgBox .secBox .imgBox .photo {
		margin: 0 3.5rem 0 2rem;
		width: auto;
	}
	#main .bgBox .secBox .imgBox .photo img {
		width: 100%;
	}
	#main .bgBox .secBox .imgBox .textBox {
		margin: 0 0 2.3rem;
		width: auto;
	}
	#main .bgBox .secBox .imgBox .textBox .text {
		line-height: 1.87;
	}
	#main .bgBox .secBox .imgBox .textBox .text .bgTxt {
		margin: 0.5rem 0 0.5rem;
		font-size: 1.5rem;
		background: -webkit-linear-gradient(#FFD900,#FFD900) repeat-x center bottom 0.3rem / 100% 30%;
	}
	#main .bgBox .secBox .imgBox .textBox .text .big {
		font-size: 1.5rem;
	}
	#main .bgBox .secBox .textImg02 {
		margin: -12.3vw -1.5rem -11.2vw;
	}
	#main .bgBox .secBox .textImg02 img {
		width: 100%;
	}
	#main .bgBox .secBox .titleImg {
		margin: 0 auto 1rem;
		width: auto;
	}
	#main .bgBox .secBox .titleImg img {
		width: 100%;
	}
	#main .bgBox .secBox .textImg03 {
		margin: 0 auto 1.2rem;
		width: auto;
		max-width: 21.9rem;
	}
	#main .bgBox .secBox .textImg04 img {
		width: 100%;
	}
	#main .bgBox .secBox .rText {
		margin: 0.2rem 0.3rem 0 0;
		font-size: 1.5rem;
	}
	#main .textArea {
		padding: 2rem 0 1.8rem;
	}
	#main .textArea::before {
		background-image: url(../img/index/bg02_sp.png);
	}
	#main .textArea .subArea {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#main .textArea .subArea .photo {
		margin: 0 auto;
		width: 15.6rem;
	}
	#main .textArea .subArea .textBox {
		padding: 0;
		width: auto;
	}
	#main .textArea .subArea .textBox .title {
		margin: 0 auto 1.5rem;
		padding-bottom: 1.5rem;
		width: fit-content;
		font-size: 2.5rem;
		text-align: center;
		border-width: 1px;
	}
	#main .textArea .subArea .textBox .title .sml {
		margin-bottom: 0.1rem;
		font-size: 1.8rem;
	}
	#main .textArea .subArea .textBox .text {
		font-size: 1.5rem;
		line-height: 1.53;
		text-align: center;
	}
	#main .bgBox02 {
		padding: 3.8rem 0 3.3rem;
		background-image: url(../img/index/bg03_sp.jpg);
	}
	#main .linkList {
		margin: 0 1.5rem;
		padding-left: 0;
		display: block;
	}
	#main .linkList li {
		margin: 0 auto 2.2rem;
		width: auto;
		max-width: 34.5rem;
	}
	#main .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .linkList li a {
		padding: 0.5rem 4rem 0.8rem;
		min-height: 4.3rem;
		font-size: 1.5rem;
		background-size: 1.3rem !important;
		background-position: right 1.4rem top calc(50% - 0.3rem) !important;
		box-sizing: border-box;
		z-index: 1;
	}
	#main .linkList li a::before {
		top: -0.3rem;
		left: -0.3rem;
		right: 0.3rem;
		bottom: 0.3rem;
		border: 0.1rem solid #FF6E88;
	}
}