@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-top: 0;
}
#main .mainVisual {
	margin-bottom: 4rem;
	aspect-ratio: 1920 / 887;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
}
#main .mainVisual:after {
	width: 100%;  
	height: 100%;
	background-color: #000;
	clip-path: polygon(
		0 0,
		100% 0,
		100% 32%,
		50% 100%,
		0 100%
	);
	z-index: -1;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .mainVisual .content {
	padding-bottom: 3.7rem;
	width: 100%;
	position: relative;
	max-width: 184rem;
}
#main .mainVisual .bigPhoto {
	width: min(67.1vw,128.8rem);
	position: absolute;
	right: -1rem;
	top: -19.6rem;
}
#main .mainVisual .bigPhoto:after {
	width: 156.4rem;  
	height: 5.3rem;
	background: url(../img/index/bg01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -4.3rem;
	left: -26.5rem;
	content: ""; 
}
#main .mainVisual h2 {
	margin-bottom: 0.9rem;
	width: min(48.1vw,92.3rem);
}
#main .mainVisual p {
	position: relative;
	z-index: 2;
	font-size: min(2vw,3.83rem);
	font-weight: 700;
	letter-spacing: 0.02em;
}
#main .promotional{
	margin-bottom: 10.8rem;
}
#main .promotional .content {
	max-width: 150rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .promotional .lBox {
	margin: 0 10rem 0 max(-8.5vw,-16.3rem);
	width: 85.5rem;
	position: relative;
	z-index: 1;
}
#main .promotional .textBox {
	flex: 1;
	margin-top: max(15vw,54.9rem);
	position: relative;
}
#main .promotional h3 {
	margin-bottom: 1.7rem;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
#main .promotional p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
}
#main .headLine01:after {
	width: 43rem;  
	height: 36.4rem;
	background: url(../img/index/photo02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -13.5rem;
	z-index: -1;
	right: -16rem;  
	content: ""; 
}
#main .headLine01::before {
	width: 98.4rem;  
	height: 50rem;
	background: url(../img/index/bg02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 3.8rem;
	z-index: -1;
	right: calc(100% - 16.3rem);
	content: ""; 
}
#main .imgList {
	gap: 5.1rem;
}
#main .imgList li {
	background-color: #000;
	width: calc((100% - (5.1rem * 2 + 0.1rem)) / 3);
}
#main .imgList li .inner {
	padding: 4rem 4rem 3.5rem;
	height: 100%;
	display: block;
	color: #fff;
	background: #000;
}
#main .imgList li a:hover {
	opacity: 0.7;
}
#main .imgList li .photo {
	margin-bottom: 1.2rem;
	aspect-ratio: 286 / 220;
}
#main .imgList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .imgList li p {
	margin-right: -2rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.064em;
}
#main .imgList li p span {
	display: block;
	font-weight: 400;
	margin-top: -0.4rem;
	letter-spacing: 0.064em;
	font-size: 1.6rem;
}
#main .listBox {
	position: relative;
}
#main .listBox:after {
	width: 88rem;  
	height: 87.6rem;
	background: url(../img/index/bg03.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 6.4rem;
	left: -33.2rem;
	z-index: -1;
	content: ""; 
}
#main .contact {
	background: #000;
	position: relative;
	z-index: 1;
}
#main .contact .content02 {
	position: relative;
}
#main .contact .bigPhoto {
	position: absolute;
	top: -19.4rem;
	left: -54rem;
	width: 56.6rem;
	z-index: -1;
}
#main .contact .bigPhoto02 {
	position: absolute;
	top: -19.4rem;
	right: -53.5rem;
	width: 56.6rem;
	z-index: -1;
}
#main .service{
	padding: 14.5rem 0 2rem;
}
#main .case {
	padding-top: 12.2rem;
}
#main .case .headLine01 {
	margin-bottom: 5.1rem;
}
#main .case .headLine01::after {
	right: auto;
	width: 31.6rem;
	height: 28.2rem;
	left: -5.5rem;
	background-image: url(../img/index/photo03.png);
}
#main .case .headLine01::before {
	left: auto;
	top: 3.3rem;
	right: -100.7rem;
	width: 128.3rem;
	background-image: url(../img/index/bg04.png);
}
#main .case .listBox::after {
	left: auto;
	top: -6rem;
	right: -52rem;
}
#main .news {
	padding: 14rem 0 19.6rem;
}
#main .news .headLine01{
	margin-bottom: 3.5rem;
}
#main .news .headLine01::after {
	display: none;
}
#main .news .headLine01::before {
	width: 121.2rem;
	right: calc(100% - 41.8rem);
	background-image: url(../img/index/bg05.png);
}
#main .newsDl dt {
	padding: 3rem 0 0.3rem;
	font-size: 2rem;
	font-weight: 500;
	color: #397684;
	border-top: 2px solid #BFBFBF;
}
#main .newsDl dd {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
	padding-bottom: 3.2rem;
	border-bottom: 2px solid #BFBFBF;
}
#main .newsDl dd a:hover {
	opacity: 0.7;
}
#main .contact {
	padding: 7.3rem 0 6.2rem;
	color: #fff;
}
#main .contact .headLine01 {
	margin-bottom: 6.5rem;
	font-weight: 700;
}
#main .contact .headLine01::after,
#main .contact .headLine01::before {
	display: none;
}
#main .contact .headLine01 .en {
	letter-spacing: 0;
	font-size: 7rem;
}
#main .contact h3 {
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 0.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-feature-settings: normal;
}
#main .contact .centerTxt {
	margin-bottom: 6.3rem;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.pageTop {
	aspect-ratio: 1;
	display: block;
	border-radius: 100%;
	background-color: #FE2858;
}
@media all and (max-width: 896px) {
	#main .mainVisual .bigPhoto {
		display: none;
	}
	#main .mainVisual {
		min-height: 46.6rem;
		aspect-ratio: inherit;
		background: url(../img/index/photo01_sp.png) no-repeat center bottom 1.4rem;
		background-size: 26.9rem auto;
	}
	#main .mainVisual::after { 
		clip-path:none;
	}
	#main .mainVisual .content{
		padding: 0 2rem;
	}
	#main .mainVisual h2 {
		width: auto;
		margin: 0 auto 0.7rem;
		max-width: 39.5rem;
	}
	#main .mainVisual p {
		text-align: center;
		font-size: 1.685rem;
	}
	#main .promotional .content {
		display: block;
	}
	#main .promotional .lBox {
		width: auto;
		text-align: center;
		margin: -20.6rem 4.3rem 1.4rem;
	}
	#main .promotional .textBox {
		margin: 0;
	}
	#main .promotional h3 {
		margin-bottom: 0.8rem;
		font-size: 1.8rem;
		letter-spacing: 0.02em;
		line-height: 1.33;
		text-align: center;
	}
	#main .promotional p {
		font-size: 1.2rem;
		line-height: 1.67;
	}
	#main .promotional {
		margin-bottom: 2rem;
	}
	#main .service {
		padding: 2.1rem 0;
	}
	#main .headLine01::before {
		width: 47.3rem;
		top: 7rem;
		right: calc(100% - 18.6rem);
		height: 5rem;
	}
	#main .headLine01::after {
		width: 16.4rem;
		height: 16.4rem;
		top: -0.5rem;
		right: -5rem;
	}
	#main .listBox {
		padding-bottom: 0;
		margin: 0 1.2rem;
	}
	#main .imgList {
		gap: 1rem;
		flex-direction: column;
	}
	#main .imgList li {
		width: 100%;
	}
	#main .listBox::after {
		top: auto;
		bottom: -3rem;
		left: -20.6rem;
		width: 44rem;
		height: 43.8rem;
	}
	#main .case .headLine01 {
		margin-bottom: 8rem;
	}
	#main .case .headLine01::before {
		right: -42.7rem;
		width: 59.3rem;
	}
	#main .case .headLine01::after {
		width: 14rem;
		height: 14rem;
		left: -1.5rem;
	}
	#main .case .listBox::after {
		right: -20.6rem;
		top: auto;
		left: auto;
		bottom: -3rem;
	}
	#main .case {
		padding-top: 5rem;
	}
	#main .news {
		padding: 10rem 0;
	}
	#main .news .headLine01::before {
		right: calc(100% - 16.8rem);
		width: 51.2rem;
	}
	#main .news .headLine01 {
		margin-bottom: 7rem;
	}
	#main .newsDl dt {
		font-size: 1.7rem;
	}
	#main .newsDl dd {
		font-size: 1.5rem;
	}
	#main .contact {
		padding: 5rem 0;
	}
	#main .contact .bigPhoto {
		width: 15rem;
		left: -2rem;
		top: -14rem;
	}
	#main .contact .bigPhoto02 {
		width: 15rem;
		right: -2rem;
		top: -14rem;
s	}
	#main .contact .headLine01 {
		margin-bottom: 4rem;
	}
	#main .contact .headLine01 .en {
		font-size: 2.4rem;
	}
	#main .contact h3 {
		font-size: 1.4rem;
		line-height: 1.5
	}
	#main .contact .centerTxt {
		font-size: 1.2rem;
		margin-bottom: 4rem;
	}
}

@media all and (min-width: 1251px) and (max-width: 1800px) {
	#main .mainVisual .bigPhoto {
		width: min(63.1vw,128.8rem);
	}
}

#thanks {
	text-align: center;
	padding: 10rem 0;
}
#thanks p {
	margin-bottom: 5rem;
	font-size: 2rem;
}

@media all and (max-width: 896px) {
	#thanks p {
		font-size: 1.4rem;
	}
}

@media all and (min-width: 897px) and (max-width: 1800px) {
	#main .promotional .lBox {
		margin-left: max(-4vw,-5rem);
	}
}