@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .bgBox {
	padding: 7.2rem 0 3rem;
	background-color: #F7931E;
}
#main .bgBox.pb0 {
	padding-bottom: 0;
}
#main .mainImg {
	position: relative;
	z-index: 10;
}
#main .mainImg img {
	width: 100%;
}
#main .mainImg .title {
	margin: 0.7rem 0 0 0.5rem;
	width: 44.94%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition-delay: 0.5s;
}
#main .mainImg .innerBox {
	position: relative;
}
.animate__heartBeat {
	animation-delay: 1s;
}
@media all and (min-width: 897px) {
	#main .mainImg {
		background-color: #fcd23f;
	}
	#main .mainImg .title {
		height: 62.8%;
	}
	#main .mainImg .title img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#main .mainImg .image {
		height: calc(100vh - 18rem);
		overflow: hidden;
	}
	#main .mainImg .image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#main .mainImg .btmBox {
		padding: 2.1rem 0 2.8rem;
	}
}
@media all and (max-width: 896px) {
	#main .mainImg .title {
		margin: 0.4rem 0 0 0.7rem;
		width: 74%;
	}
	#main .bgBox {
		padding: 3.6rem 0 2rem;
	}
}


/* sec01 */
#main .sec01 {
	margin-bottom: 9.5rem;
}
#main .sec01 .title {
	margin: -0.2rem 0 6rem 2.3rem;
	text-align: center;
}
#main .sec01 .title img {
	width: 90.6rem;
	height: auto;
}
#main .sec01 .textBox {
	max-width: 88rem;
	padding: 0 6.2rem 1.5rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#main .sec01 .textBox h3 {
	line-height: 2.26;
	font-weight: 700;
}
#main .sec01 .textBox .starImg {
	width: 6.1rem;
	position: absolute;
	top: -5rem;
	left: 0.5rem;
}
#main .sec01 .textBox .starImg02 {
	width: 5.5rem;
	bottom: -4.6rem;
	right: -0.8rem;
	left: auto;
	top: auto;
}
#main .sec01 .logoImg {
	margin-top: 4.9rem;
	text-align: center;
}
#main .sec01 .logoImg img {
	width: 26rem;
}
@media all and (max-width: 896px) {
	#main .sec01 .title {
		margin: 0 -1rem 4.3rem;
	}
	#main .sec01 .title img {
		max-width: 40rem;
		width: auto;
	}
	#main .sec01 .textBox {
		max-width: inherit;
		padding: 0 1.5rem;
	}
	#main .sec01 .textBox h3 {
		line-height: 2;
	}
	#main .sec01 .logoImg {
		margin-top: 4.2rem;
	}
	#main .sec01 .logoImg img {
		width: 21.6rem;
	}
	#main .sec01 {
		margin-bottom: 4.9rem;
	}
}

/* sec02 */
#main .sec02 {
	padding: 10rem 0 16.7rem;
	background-color: #FDD23E;
}
@media all and (max-width: 896px) {
	#main .sec02 {
		padding: 3rem 0 4rem;
	}
	
}


/* sec03 */
#main .sec03 {
	padding: 14.4rem 0 12.2rem;
}
#main .sec03 .headLine01 {
	margin-bottom: 7rem;
}
#main .sec03 .headLine01 img {
	margin-bottom: 1.4rem;
	width: 9.8rem;
}
#main .sec03 .listUl {
	margin: 0 auto;
	max-width: 85rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.2rem;
	font-size: 1.6rem;
}
#main .sec03 .listUl li {
	width: calc((100% - 3.6rem)/4);
}
#main .sec03 .listUl a {
	padding-top: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20.4rem;
	border: 0.2rem solid #FDD23E;
	text-align: center;
	line-height: 1.375;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition-duration: .4s;
}
#main .sec03 .listUl .logo {
	margin: 0 auto 1.6rem;
	height: 8rem;
	width: 13rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .sec03 .listUl .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media all and (min-width: 897px) {
	#main .sec03 .listUl a:hover {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	#main .sec03 {
		padding: 6.7rem 0 6.2rem;
	}
	#main .sec03 .headLine01 img {
		margin-bottom: 0.5rem;
		width: 4.7rem;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 3.2rem;
	}
	#main .sec03 .content {
		margin: 0 2.1rem;
	}
	#main .sec03 .listUl {
		max-width: inherit;
		gap: 0.8rem 0;
	}
	#main .sec03 .listUl li {
		width: calc(50% - 0.6rem);
	}
	#main .sec03 .listUl a {
		padding-top: 1rem;
		height: 17.4rem;
		border-width: 0.2rem;
		font-size: 1.1rem;
		line-height: 1.45;
		letter-spacing: 0.1em;
	}
	#main .sec03 .listUl .logo {
		height: 5.8rem;
		width: 8.7rem;
		margin-bottom: 1.6rem;
	}
}


#main .sec03 .listUl .txt {
	position: relative;
}
#main .sec03 .listUl .txt .soon {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 50%;
	font-size: 1.2rem;
	white-space:nowrap;
	letter-spacing: 0;
	transform: translateX(-50%);
	font-weight: 400;
}
@media all and (max-width: 896px) {
	#main .sec03 .listUl .txt .soon {
		font-size: 0.8rem;
	}
}

#main .contactBox {
	padding: 6.2rem 0 5.3rem;
	color: #323232;
	font-size: 1.6rem;
	background-color: #FFF9E4;
	text-align: center;
}
#main .contactBox .title {
	margin-bottom: 0.8rem;
	font-weight: 700;
	font-size: 2rem;
	color: #F7931E;
}
#main .contactBox h3 {
    font-weight: 400;
	letter-spacing: 0.05em;
}
#main .contactBox a {
	color: #323232;
}
@media all and (min-width: 897px) {
	#main .contactBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .contactBox {
		padding: 4.1rem 0 3.1rem;
	}
	#main .contactBox .title {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	#main .contactBox {
		font-size: 1.2rem;
	}
	#main .contactBox h3 {
		line-height: 1.55;
	}
}


#main .contactBox .logo {
	margin-bottom: 5.6rem;
	position: relative;
	mix-blend-mode: multiply;
}
#main .contactBox .logo::after {
	width: 1.4rem;
	height: 0.3rem;
	position: absolute;
	bottom: -3.7rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #323232;
	content: "";
}
#main .contactBox .logo img {
	width: 21.4rem;
}
@media all and (max-width: 896px) {
	#main .contactBox .logo img {
		width: 18.4rem;
	}
}


#main .newsBox {
	margin: 0 auto;
	max-width: 85rem;
	display: flex;
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}
#main .newsBox .h2Title {
	width: 10rem;
  	padding: 0.4rem 0 1rem;
	color: #f7931e;
	font-size: 1.5rem;
	text-align: center;
	background-color: #fff9e4;
}
#main .newsBox .h2Title span {
	margin-bottom: 0.1rem;
	display: block;
}
#main .newsBox .h2Title img {
	width: 5.7rem;
}
#main .newsBox .rightBox {
	flex: 1;
	padding: 0.7rem 7.5rem 0 2rem;
}
#main .newsBox .listUl {
	height: 6.6rem;
	overflow-y: auto;
}
#main .newsBox .listUl li {
	margin-bottom: 0.1rem;
	font-size: 1.4rem;
	font-weight: 700;
}
#main .newsBox .listUl a {
	display: flex;
	width: 100%;
}
#main .newsBox .listUl .time {
	width: 10.1rem;
}
#main .newsBox .listUl .txt {
	flex: 1;
}
#main .newsBox .link {
	width: 4.1rem;
	position: absolute;
	top: 50%;
  	right: 1.9rem;
	transform: translateY(-50%);
}
#main .newsBox .link a {
	display: block;
}
@media all and (min-width: 897px) {
	#main .newsBox .listUl a:hover {
		opacity: 0.7;
	}
	#main .newsBox .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .newsBox {
		margin: 2rem 2rem 0;
		max-width: inherit;
	}
	#main .newsBox .listUl li {
		margin-bottom: 0.5rem;
	}
	#main .newsBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .newsBox .listUl a {
		display: block;
	}
	#main .newsBox .listUl .time {
		width: auto;
		display: block;
	}
	#main .newsBox .listUl .txt {
		display: block;
	}
	#main .newsBox .rightBox {
		padding: 0.7rem 6rem 0.7rem 1rem;
	}
	#main .newsBox .h2Title {
		padding: 1.2rem 0 1rem;
		width: 8rem;
		font-size: 1.2rem;
	}
	#main .newsBox .h2Title img {
		width: 4.8rem;
	}
	#main .newsBox .link {
		right: 1rem;
	}
}