@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	padding-top: 0;
}
#gHeader .logo a .black {
	opacity: 0;
}
#gHeader .logo a .white {
	opacity: 1;
}
#main .mainVisual {
	padding-bottom: 44rem;
	position: relative;
	z-index: 1;
}
#main .mainVisual .titleImg {
	width: 42.2rem;
	position: absolute;
	top: 0;
	bottom: 18.8rem;
	left: calc(50% - 50rem);
}
#main .mainVisual .titleImg img {
	display: block;
	position: sticky;
	top: 27rem;
}
#main .mainVisual .logo {
	width: 56.7rem;
	position: absolute;
	top: 0;
	bottom: -12rem;
	left: calc(50% + 5.3rem);
}
#main .mainVisual .logo img {
	display: block;
	position: sticky;
	top: 13.7rem;
}
#main .mainVisual .bg {
	min-height: 80rem;
	position: relative;
	background: url(../img/index/mv_photo.jpg) no-repeat center center / cover;
	-webkit-mask: url(../img/index/mv_bg.png) no-repeat center center / 100% 100%;
	-moz-mask: url(../img/index/mv_bg.png) no-repeat center center / 100% 100%;
	mask: url(../img/index/mv_bg.png) no-repeat center center / 100% 100%;
}
#main .mainVisual .bg::before {
	position: absolute;
	inset: 0;
	background: #555;
	opacity: 0.25;
	content: "";
}
#main .mainVisual .bg .titleImg {
	bottom: -20rem;
}
#main .mainVisual .bg .logo {
	bottom: -50rem;
}
#main .news {
	margin-bottom: 24rem;
	position: relative;
}
#main .news::before {
	width: 64.4rem;
	aspect-ratio: 644 / 718;
	position: absolute;
	right: -16rem;
	bottom: -42.6rem;
	background: url(../img/index/bg01.png) no-repeat center center / cover;
	pointer-events: none;
	content: "";
}
#main .news .whiteBg {
	padding: 5.6rem 6rem 4rem;
	width: 75rem;
	border-radius: 5rem;
	background: #fff;
}
#main .news .newsDl {
	margin-bottom: 1.6rem;
}
#main .news .newsDl dt {
	margin-bottom: 0.2rem;
	padding-top: 2.2rem;
	color: #aaa;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: "Montserrat", sans-serif;
}
#main .news .newsDl dt time {
	margin-right: 1.6rem;
	font-weight: 500;
}
#main .news .newsDl dd {
	padding-bottom: 2rem;
	letter-spacing: 0.02em;
}
#main .news .newsDl dd:not(:last-of-type) {
	border-bottom: 1px solid #f6e1c7;
}
#main .news .newsDl dd a {
	width: fit-content;
	display: block;
}
#main .news .newsDl dd a:hover {
	opacity: 0.7;
}
#main .support {
	margin-bottom: 31.3rem;
}
#main .support .titleBox {
	margin-bottom: 11rem;
	align-items: flex-end;
	gap: 0 10.6rem;
}
#main .support .titleBox .photo {
	width: calc(50% + 16rem);
	height: 66rem;
	border-radius: 0 5rem 5rem 0;
	overflow: hidden;
}
#main .support .titleBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
#main .support .titleBox h2 {
	margin-bottom: -1.5rem;
	width: 21.5rem;
}
#main .support .content {
	position: relative;
}
#main .support .content::before {
	width: 56.5rem;
	aspect-ratio: 565 / 648;
	position: absolute;
	right: -14.8rem;
	top: -4rem;
	background: url(../img/index/bg02.png) no-repeat center center / cover;	
	pointer-events: none;
	content: "";
}
#main .support .content p {
	margin-bottom: 7.3rem;
	letter-spacing: 0.02em;
	line-height: 2;
}
#main .company .imgBox {
	margin-bottom: 7.8rem;
	flex-direction: row-reverse;
	justify-content: flex-start;
	gap: 8rem;
}
#main .company .imgBox .photoBox {
	width: calc(50% - 8rem);
	height: 48rem;
	border-radius: 5rem 0 0 5rem;
	overflow: hidden;
}
#main .company .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .company .imgBox .textBox {
	margin-top: 3rem;
	width: 50rem;
}
#main .company .imgBox .textBox p {
	margin-bottom: 3.2rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: justify;
}
@media all and (min-width: 897px) {
	#gNavi a {
		color: #fff;
	}
}
@media all and (max-width: 896px) {
	#gHeader .menu span {
		background-color: #fff;
	}
	#gHeader .menu.on span {
		background-color: #e09b45;
	}
	#gHeader .logo.on a .black {
		opacity: 1;
	}
	#gHeader .logo.on a .white {
		opacity: 0;
	}
	#main .mainVisual {
		padding-bottom: 49.4rem;
		z-index: 1;
	}
	#main .mainVisual .titleImg {
		width: 29rem;
		bottom: 33.6rem;
		left: 50%;
		transform: translateX(-50%);
	}
	#main .mainVisual .titleImg img {
		top: 12rem;
	}
	#main .mainVisual .logo {
		margin-left: 0.8rem;
		width: 30.2rem;
		bottom: -2.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	#main .mainVisual .logo img {
		top: 27.5rem;
	}
	#main .mainVisual .bg {
		min-height: 57.8rem;
		background-image: url(../img/index/mv_photo_sp.jpg);
		-webkit-mask: url(../img/index/mv_bg.png) no-repeat center bottom / 100% 35%,linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 66%;
		-moz-mask: url(../img/index/mv_bg.png) no-repeat center bottom / 100% 35%,linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 66%;
		mask: url(../img/index/mv_bg.png) no-repeat center bottom / 100% 35%,linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 66%;
	}
	#main .news {
		margin: 0 1.5rem 34rem;
	}
	#main .news::before {
		width: 39.9rem;
		aspect-ratio: 797 / 837;
		right: -7.2rem;
		bottom: -40.1rem;
		background-image: url(../img/index/bg01_sp.png);
	}
	#main .news .whiteBg {
		padding: 4.3rem 3rem 4rem;
		width: auto;
		border-radius: 3rem;
	}
	#main .news .newsDl {
		margin-bottom: 1.6rem;
	}
	#main .news .newsDl dt {
		margin-bottom: 0;
	}
	#main .news .newsDl dd {
		padding-bottom: 1.9rem;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .support {
		margin-bottom: 47rem;
	}
	#main .support .titleBox {
		margin-bottom: 6rem;
	}
	#main .support .titleBox .photo {
		margin: 0 2.7rem 6.9rem 0;
		width: auto;
		height: 36.1rem;
		border-radius: 0 5rem 5rem 0;
		overflow: hidden;
	}
	#main .support .titleBox h2 {
		margin: 0 auto -1.5rem;
		width: 19rem;
	}
	#main .support .content::before {
		width: 36rem;
		aspect-ratio: 721 / 779;
		right: -4.6rem;
		top: auto;
		bottom: -37rem;
		background-image: url(../img/index/bg02_sp.png);
	}
	#main .support .content p {
		margin: 0 2.4rem 4.2rem;
		font-size: 1.6rem;
	}
	#main .support .content .comBtn03 {
		margin: 0 auto;
	}
	#main .company .headLine01 {
		line-height: 1.59375;
	}
	#main .company .headLine01 .en {
		margin-bottom: 1.9rem;
	}
	#main .company .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#main .company .imgBox .photoBox {
		margin: 0 0 0 2.7rem;
		width: auto;
		height: auto;
		border-radius: 3rem 0 0 3rem;
	}
	#main .company .imgBox .photoBox img {
		width: 100%;
		height: auto;
		object-fit: inherit;
	}
	#main .company .imgBox .textBox {
		margin: 3rem 4.5rem 0;
		width: auto;
	}
	#main .company .imgBox .textBox p {
		margin-bottom: 2.7rem;
		font-size: 1.6rem;
		letter-spacing: -0.01em;
	}
	#main .company .imgBox .textBox .mark {
		margin: 0 -1.8rem;
		text-align: center;
	}
}