<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	padding: 14.8rem 0 20.7rem;
	color: #fff;
	font-size: 2.2rem;
	background: url("../img/index/main_bg.jpg") no-repeat center top / cover;
}
#main .mainImg .inner {
	margin: 0 auto;
	max-width: 101.2rem;
}
#main .mainImg .btmBox {
	position: relative;
}
#main .mainImg .imgUl li {
	width: 37rem;
	position: absolute;
}
#main .mainImg .imgUl .img01 {
	top: -9.2rem;
	left: -22.9rem;
}
#main .mainImg .imgUl .img02 {
	width: 29.5rem;
	right: -12.6rem;
	top: 11.9rem;
}
#main .mainImg .imgUl .img03 {
	width: 19.1rem;
	left: -1.6rem;
	bottom: 12.8rem;
}
#main .mainImg .imgUl .img04 {
	width: 16.5rem;
	right: -2.4rem;
	bottom: -3.2rem;
}
#main .mainImg .textBox {
	text-align: center;
	line-height: 1.72;
	letter-spacing: 0.05em;
}
#main .mainImg .textBox .title02 {
	font-weight: 600;
	font-size: 3.8rem;
	margin-bottom: 2.9rem;
	line-height: 1.6;
	letter-spacing: 0.07em;
}
#main .mainImg .title {
	margin-bottom: 12rem;
	opacity: 0;
	transform: translateY(-100px);
	transition: all 0.7s;
}
#main .mainImg .title.on {
	opacity: 1;
	transform: translateY(0);
}
#main .mainImg .textBox p {
	margin-bottom: 3.8rem;
}
#main .mainImg .textBox p:last-child {
	margin-bottom: 0;
}
#main .mainImg .textBox .bg {
	margin: -0.2rem 0.4rem 0 0.9rem;
	padding: 0.4rem 0.8rem 0.5rem;
	border-radius: 0.5rem;
	font-size: 2.6rem;
	font-weight: 700;
	color: #0097D9;
	background-color: #FFED0E;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#main .mainImg .textBox .col {
	color: #FFED0E;
	font-size: 2.6rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	#main .mainImg {
		padding: 10.5rem 1.4rem 7.6rem;
		font-size: 1.35rem;
		background-image: url("../img/index/sp_main_bg.jpg");
	}
	#main .mainImg .textBox {
		line-height: 1.59;
	}
	#main .mainImg .textBox .title02 {
		font-size: 2rem;
		margin-bottom: 1.7rem;
	}
	#main .mainImg .title {
		margin-bottom: 3.8rem;
		text-align: center;
	}
	#main .mainImg .textBox p {
		margin-bottom: 2.2rem;
	}
	#main .mainImg .textBox .bg {
		font-size: 1.6rem;
		margin: 0 0.4rem 0 0.9rem;
		padding: 0.2rem 0.4rem 0.4rem;
		border-radius: 0.3rem;
	}
	#main .mainImg .textBox .col {
		font-size: 1.6rem;
	}
	#main .mainImg .imgUl li {
		width: 17.1rem;
	}
	#main .mainImg .imgUl .img01 {
		top: -18.8rem;
		left: -0.4rem;
	}
	#main .mainImg .imgUl .img02 {
		width: 13.3rem;
		right: 1.2rem;
		top: -13.7rem;
	}
	#main .mainImg .imgUl .img03 {
		width: 8.1rem;
		left: -3.4rem;
		bottom: -3.3rem;
	}
	#main .mainImg .imgUl .img04 {
		width: 7.2rem;
		right: -1.7rem;
		bottom: -5.7rem;
	}
	#main .mainImg .btmBox {
		margin: 0 auto;
  		max-width: 40rem;
	}
}


/* secBox */
#main .secBox {
	position: relative;
}
#main .secBox::before {
	width: 100%;
	height: 15rem;
	position: absolute;
	bottom: calc(100% - 1.6rem);
	left: 0;
	background: url("../img/index/bg01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .secBox .content {
	position: relative;
	z-index: 10;
}
#main .secBox h2.headLine01 {
	position: relative;
	top: -3.4rem;
}
#main .listDl {
	margin-bottom: 7.2rem;
}
#main .listDl dt {
	font-size: 3rem;
	font-weight: 600;
	position: relative;
	text-align: center;
	border-top: 1px solid #0097D9;
	padding: 2rem 8rem 2.2rem;
	letter-spacing: 0.05em;
	cursor: pointer;
}
#main .listDl dt::before {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #0097D9;
	content: "";
	opacity: 0;
}
#main .listDl dt::after {
	margin-top: -2.3rem;
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	top: 50%;
	right: 2.9rem;
	background: url("../img/index/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .listDl dt.on::after {
	background-image: url("../img/index/icon02.png") !important;
}
#main .listDl dt.on {
	background: url("../img/index/bg02.jpg") repeat left top / 10.3rem auto !important;
}
#main .listDl dt.on::before {
	opacity: 1;
}
#main .listDl dt:nth-last-child(2)::before {
	opacity: 1 !important;
}
#main .listDl dd {
	display: none;
}
#main .btmTxt {
	margin-bottom: 0;
	font-size: 4.6rem;
}
@media all and (min-width: 897px) {
	#main .listDl dt:hover::after {
		background-image: url("../img/index/icon01_over.png");
	}
	#main .listDl dt:hover {
		background: url("../img/index/bg02.jpg") repeat left top / 10.3rem auto;
	}
}
@media all and (max-width: 896px) {
	#main .secBox::before {
		height: 4.8rem;
		bottom: calc(100% - 0.5rem);
	}
	#main .secBox h2.headLine01 {
		top: 0.7rem;
		margin-bottom: 3.4rem;
	}
	#main .listDl dt {
		font-size: 1.7rem;
		padding: 0.7rem 3rem 0.8rem;
		letter-spacing: 0.05em;
		line-height: 1.3;
	}
	#main .listDl .dt05 {
		padding: 1.7rem 3rem 2rem;
	}
	#main .listDl dt::after {
		margin-top: -1.5rem;
		width: 3rem;
		height: 3rem;
		top: 50%;
		right: 0.5rem;
	}
	#main .btmTxt {
		font-size: 2.5rem;
	}
	#main .listDl {
		margin-bottom: 3rem;
	}
	#main .listDl dt.on {
		background-size: 7rem auto;
	}
	#main .listDl dd img {
		width: 100%;
	}
}</pre></body></html>