@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body {
	color: #fff;
	background-color: #1C1C1C;
}
h1 {
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	letter-spacing: 0.07em;
	font-weight: 100;
	opacity: 0;
	animation: titleIn 1.5s forwards;
	animation-delay: .1s;
}
@keyframes titleIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
h1 img {
	margin: -0.5rem 7.9rem 0 0;
	width: 15.6rem;
}
#main .mainVisual {
	height: 92rem;
	position: relative;
}
#main .mainVisual .ttlBox {
	position: relative;
	height: 100svh;
	transition: 1.0s ease-in-out;
}
body.loaded #main .mainVisual .ttlBox {
	height: 41.9rem;
}
#main .mainVisual .content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 106rem;
	transform: translate(-50%, -50%);
}
#main .mainVisual .line {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 0.6rem;
	background: #fff;
	border: 1px solid #707070;
	z-index: 10;
	transition: .1s linear;
}
body.loaded #main .mainVisual .line {
	animation: lineout .5s forwards;
}
@keyframes lineout {
	0% {
		right: 0;
		left: auto;
		width: 100%;
	}
	90% {
		right: 0;
		left: auto;
		width: 0%;
		opacity: 1;
	}
	100% {
		right: 0;
		left: auto;
		width: 0%;
		display: none;
		opacity: 0;
	}
}
#main .mainVisual .line p {
	position: absolute;
	right: 0;
	top: -2rem;
	color: #fff;
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.05em;
	color: #e6e6e6;
}
#main .sliderBox {
	--parallax01: 1;
	position: fixed;
	left: 0;
	top: calc(41.9rem * var(--parallax01));
	width: 100%;
	opacity: 0;
}
body.loaded #main .sliderBox {
	animation: slideIn 1.0s forwards;
	animation-delay: .3s;
}
@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(200px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#main .sliderBox > * {
	transform: translateY(calc(100% * (var(--parallax01) - 1)));
}
#main .sliderBox .slider img {
	opacity: calc(1 - (1 - var(--parallax01))*0.95);
	height: calc(50rem + (1 - var(--parallax01)) * 46rem);
}
#main .sec {
	position: relative;
	z-index: 2;
}
#main .enTtl {
	position: absolute;
	left: 0;
	top: -6rem;
	font-size: 16.5rem;
	line-height: 1;
	font-weight: 100;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	opacity: 0;
}
#main .enTtl.isShow {
	transition: 2.0s;
	opacity: 0.20;
}
#main .enTtl > p {
	padding-right: 0.5em;
}
#main .sec01 {
	padding: 35rem 0 0;
}
#main .sec01 .logo {
	margin-bottom: 8.2rem;
	width: 15.6rem;
}
#main .sec01 .lead {
	margin-bottom: 8.8rem;
	line-height: 1.9;
	font-size: 2.8rem;
	font-weight: 300;
}
#main .sec01 .txt01 {
	margin: 0 -0.5rem 15.2rem auto;
	width: 80rem;
	line-height: 2.2;
	font-weight: 300;
	letter-spacing: 0.03em;
}
#main .sec01 .txtInner {
	padding-bottom: 16rem;
	position: relative;
	z-index: 3;
	justify-content: flex-end;
}
#main .sec01 .txtInner h2 {
	width: 7.5rem;
}
#main .sec01 .txtInner h2 img {
	position: sticky;
	top: 8.8rem;
}
#main .sec01 .txtInner .rBox {
	margin: 20rem 0 0 18.8rem;
	width: calc(50% + 27.7rem);
}
#main .sec01 .txtInner .rBox .subBox {
	max-width: 70rem;
}
#main .sec01 .txtInner .rBox p {
	margin-bottom: 7.1rem;
	line-height: 1.87;
}
#main .sec01 .txtInner .stepList li {
	padding: 1.5rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.29);
}
#main .sec01 .txtInner .stepList li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}
#main .sec01 .txtInner .stepList .on {
	padding: 4rem 0 7.3rem;
	border-color: #fff;
	transition: .6s;
}
#main .sec01 .txtInner .stepList .txt {
	display: none;
	margin: 2rem 0 0;
	font-size: max(10px, 1.4rem);
	font-weight: 300;
	line-height: 2;
}
#main .sec01 .txtInner .stepList .title {
	margin-bottom: 0;
	font-size: 3rem;
}
#main .sec01 .txtInner .stepList .title .num {
	display: block;
	font-weight: 300;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.05em;
}
#main .sec01 .txtInner02 {
	min-height: 80rem;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#main .sec01 .txtInner02 .content {
	margin-top: 2.5rem;
	max-width: 118.6rem;
	width: 100%;
}
#main .sec01 .txtInner02 .title {
	margin: 0 3.5rem 5.6rem 0;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
#main .sec01 .txtInner02 .txt {
	width: fit-content;
	margin-left: auto;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.67;
}
#main .sec01 .movie {
	position: absolute;
	left: 0;
	top: 0;
	bottom: -100vh;
	width: 100%;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}
#main .sec01 .movie .movie-list {
	--opacity: 0;
	--size: 0;
	position: sticky;
	top: 0;
	width: 0;
	opacity: calc(0.20 + var(--opacity)*0.8);
	background-color: rgba(255, 255, 255, var(--opacity));
}
#main .sec01 .movie .jsVideoBox {
	position: relative;
	transform: scale(calc(1 - 0.64*var(--size)));
	opacity: calc(1 - 0.8*var(--size));
}
#main .sec01 .movie video {
	width: 100%;
	aspect-ratio: var(--aspect-ratio);
	object-fit: cover;
	display: block;
}
#main .sec01 .slideBox {
	min-height: 76.9rem;
	height: 100dvh;
	position: sticky;
	top: 0;
	transition: .3s;
}
#main .sec01 .slideBox.hide {
	opacity: 0;
}
#main .sec01 .slideBox h2 {
	margin-top: -6.8rem;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 0 9.5rem;
	transform: translateY(-50%);
	font-size: 6rem;
	font-weight: 100;
	line-height: 1;
}
#main .sec01 .slideBox .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30rem;
	display: flex;
	align-items: center;
	padding: 7.5rem 10rem;
	--opacity: 0;
}
#main .sec01 .slideBox .txtBox .txtList {
	position: relative;
	z-index: 1;
	width: 100%;
}
#main .sec01 .slideBox .txtBox .txtList li:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
}
#main .sec01 .slideBox .txtBox .txtList li {
	transition: .3s;
}
#main .sec01 .slideBox .txtBox .txtList li:not(.show) {
	opacity: 0;
	pointer-events: none;
	user-select: none;
}
#main .sec01 .slideBox .txtBox .num {
	margin-bottom: 2.1rem;
	font-weight: 700;
	font-size: max(10px, 1.4rem);
	letter-spacing: 0.03em;
}
#main .sec01 .slideBox .txtBox .ttl {
	margin-bottom: 0.9rem;
	font-weight: 300;
	font-size: 3.5rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	transform: translateY(100%);
	clip-path: inset(0 0 100% 0);
	transition: .3s;
	transition-delay: .3s;
}
#main .sec01 .slideBox .txtBox .show .ttl {
	transform: translateY(0);
	clip-path: inset(0 0 0 0);
}
#main .sec01 .slideBox .txtBox .txt {
	font-weight: 300;
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.02em;
	line-height: 1.67;
}
#main .sec01 .movie .jsVideoBox:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30rem;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
	opacity: 0.3;
	content: "";
}
#main .sec01 .slideBox .dotList {
	position: absolute;
	right: 4.8rem;
	bottom: 3.8rem;
	gap: 0 1.2rem;
}
#main .sec01 .slideBox .dotList li {
	width: 4.6rem;
	--time: 0s;
	cursor: pointer;
	transition: .3s;
}
#main .sec01 .slideBox .dotList .line {
	margin-bottom: 0.5rem;
	position: relative;
	height: 1px;
	background-color: #959595;
}
#main .sec01 .slideBox .dotList .line .sub {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	content: "";
}
#main .sec01 .slideBox .dotList li.on .line .sub {
	width: 100%;
	transition: var(--time) linear;
}
#main .sec01 .slideBox .dotList .num {
	font-weight: 300;
	font-size: max(10px, 1.1rem);
	line-height: 1;
	letter-spacing: 0.02em;
}
#main .sec02 {
	position: sticky;
	top: 0;
	color: #000;
	height: 100dvh;
	align-items: center;
	overflow: hidden;
	flex-wrap: nowrap;
}
#main .sec02 h2 {
	width: 4.5rem;
	left: 5.8rem;
	top: 7rem;
	position: absolute;
}
#main .sec02 .imgBox {
	margin: 0rem -5.5rem 0 29rem;
	align-items: center;
	flex-wrap: nowrap;
}
#main .sec02 .imgBox .txtBox {
	margin-right: -24.7rem;
	width: 39.1rem;
}
#main .sec02 .imgBox h3 {
	margin-bottom: 2.7rem;
	font-size: 11rem;
	letter-spacing: -0.02em;
	font-weight: 100;
	line-height: 1.27;
}
#main .sec02 .imgBox p {
	margin-left: 1rem;
	font-size: max(10px, 1.5rem);
	letter-spacing: 0.02em;
	line-height: 1.85;
}
#main .sec02 .imgBox .phoBox {
	margin-bottom: 2rem;
	width: 49.8rem;
	opacity: 0.51;
}
#main .sec02 .imgBox .phoBox img {
	width: 100%;
}
#main .sec02 .pointList {
	margin: 0 30rem 4rem 0;
	flex-wrap: nowrap;
	gap: 0 11.5rem;
}
#main .sec02 .pointList li {
	width: 33rem;
}
#main .sec02 .pointList .num {
	margin-bottom: 2.5rem;
	font-weight: 500;
	font-size: max(10px, 1.4rem);
	letter-spacing: 0.05em;
}
#main .sec02 .pointList .ttl {
	margin-bottom: 3rem;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.6;
}
#main .sec02 .pointList .txt {
	line-height: 1.87;
}
#main .sec02 .bgBox {
	min-width: 136.6rem;
	width: 100vw;
	height: 100%;
	position: relative;
	background-color: #000;
	flex-shrink: 0;
}
#main .sec02 .bgBox .foo {
	user-select: none;
	pointer-events: none;
}
#main .sec02 .bgBox .foo img {
	display: block;
	width: 100% !important;
	height: 100vh !important;
	object-fit: cover;
}
#main .sec02 .bgBox .foo .slick-slide {
	transition-timing-function: linear !important;
}
#main .sec02 .bgBox .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 112rem;
	color: #fff;
	align-items: center;
	animation: titleIn 2.0s forwards;
}
#main .sec02 .bgBox h3 {
	margin-right: 13rem;
	font-size: 60px;
	letter-spacing: 0.03em;
	line-height: 1;
	font-weight: 100;
}
#main .sec02 .bgBox p {
	margin-top: 1rem;
	font-weight: 300;
	font-size: max(10px, 1.6rem);
	letter-spacing: 0.13em;
}
#main .sec03 {
	padding: 18.5rem 0;
	background: #121212;
}
#main .sec03 .content {
	max-width: 122.2rem;
}
#main .sec03 .infoList li {
	padding-right: 10rem;
	width: 50%;
}
#main .sec03 .infoList li:last-child {
	padding: 0 0 0 10rem;
	position: relative;
}
#main .sec03 .infoList li:last-child:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.21);
	content: "";
	clip-path: inset(0 0 100% 0);
	transition: .8s;
}
#main .sec03 .infoList.isShow li:last-child:before {
	clip-path: inset(0 0 0 0);
}
#main .sec03 .infoList .pho {
	margin-bottom: 4.5rem;
	width: 20rem;
}
#main .sec03 .infoList .pho img {
	width: 100%;
}
#main .sec03 .infoList p {
	font-weight: 300;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.03em;
	line-height: 1.85;
}
#main .sec03 .infoList h3 {
	margin-bottom: 1rem;
	font-size: 2.6rem;
	font-weight: 300;
}
#main .sec03 .infoList .txt01 {
	margin-bottom: 3.5rem;
	font-size: max(10px, 1.1rem);
	line-height: 2;
	letter-spacing: 0.5px;
}
#main .sec03 .infoList .txt01 .large {
	display: block;
	font-size: max(10px, 1.3rem);
	font-weight: 500;
	line-height: 1.8;
}
#main .sec03 .infoList .subTtl {
	margin-bottom: 2.8rem;
	font-size: 2.0rem;
	line-height: 1.7;
	letter-spacing: 1.5px;
}
#main .mainPho {
	clip-path: inset(0);
	height: 76.5rem;
} 
#main .mainPho img {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
}
#main .sec04 {
	padding: 16rem 1.6rem 17.5rem;
}
#main .sec04 h2 {
	margin-bottom: 7.5rem;
	font-weight: 300;
	font-size: max(10px, 1.4rem);
	letter-spacing: 0.12em;
	text-align: center;
}
#main .sec04 h2 .large {
	margin-bottom: 1.8rem;
	display: block;
	font-size: 4.5rem;
	line-height: 1;
	font-weight: 100;
	letter-spacing: 0;
}
#main .sec04 .listUl li {
	padding: 10rem 5rem 9rem;
	width: 49.5%;
	text-align: center;
	background: #000;
}
#main .sec04 .listUl .logo {
	margin-bottom: 3rem;
	padding-bottom: 3.5rem;
	position: relative;
}
#main .sec04 .listUl .logo img {
	height: 3.7rem;
}
#main .sec04 .listUl .logo:after {
	position: absolute;
	left: 50%;
	width: 35px;
	height: 0;
	bottom: 0;
	border-top: 1px solid #aaa;
	transform: translateX(-50%);
	content: "";
}
#main .sec04 .listUl p {
	font-weight: 300;
	font-size: max(10px, 1.4rem);
	line-height: 1.93;
}
#main .sec05 .content {
	position: relative;
	max-width: 117.4rem;
	padding-top: 6.3rem;
	align-items: center;
	padding-bottom: 5.7rem;
}
#main .sec05 .content::before,
#main .sec05 .content::after {
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #a3a3a3;
	content: "";
	transition: 1s;
}
#main .sec05 .content::before {
	top: 0;
}
#main .sec05 .content::after {
	bottom: 0;
	transition-delay: .3s;
}
#main .sec05 .content.isShow::before,
#main .sec05 .content.isShow::after {
	width: 100%;
}
#main .sec05 .content h2 {
	padding: 0 2rem 3.5rem 0;
	width: 40.7rem;
	font-size: 4rem;
	font-weight: 100;
	letter-spacing: 0.03em;
	line-height: 1.6;
	text-align: center;
}
#main .sec05 .content .rBox {
	flex: 1;
}
#main .sec05 .content .rBox h3 {
	margin-bottom: 0.3rem;
	font-weight: 300;
	font-size: 2.6rem;
	letter-spacing: 0.12em;
	line-height: 1.92;
}
#main .sec05 .content .rBox p {
	margin-bottom: 4.5rem;
	font-weight: 300;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.03em;
	line-height: 2.15;
}
#main .sec05 .content .rBox .btn {
	margin-bottom: 4.2rem;
	clip-path: inset(0 100% 0 0);
	transition: 1s;
	transition-delay: .2s;
}
#main .sec05 .content.isShow .rBox .btn {
	clip-path: inset(0 0 0 0);
}
#main .sec05 .content .rBox .btn a {
	width: 29.1rem;
	height: 4.6rem;
	padding: 0 5rem;
	color: #272727;
	font-weight: 500;
	font-size: max(10px, 1.5rem);
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/img/common/icon01.png) no-repeat left 2.3rem center/0.9rem,url(/img/common/icon04.png) no-repeat right 3rem center/1.2rem;
	background-color: #fff;
}
#main .sec05 .content .rBox .link {
	margin-bottom: 0;
}
#main .sec05 .content .rBox .link a {
	display: inline-block;
	padding-left: 1.5rem;
	background: url(/img/common/icon02.png) no-repeat left 0.7rem/0.8rem;
}
@media all and (hover: hover) and (min-width: 1000px) {
	#main .sec01 .slideBox .dotList li:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	#main .mainVisual .line {
		border: none;
	}
	h1 {
		display: block;
	}
	h1 img {
		margin: 0 0 3rem;
		width: 10rem;
		display: block;
	}
	body.loaded #main .mainVisual .ttlBox {
		min-height: 23rem;
	}
	body.loaded #main .mainVisual .ttlBox .content {
		/* margin-top: 2.2rem; */
	}
	#main .sliderBox .slider img {
		height: calc(34rem + (1 - var(--parallax01)) * 46rem);
	}
	#main .enTtl {
		top: -4rem;
		font-size: 14rem;
	}
	#main .sec01 {
		padding: 26.6rem 0 0;
	}
	#main .sec01 .logo {
		margin-bottom: 4.4rem;
		width: 12.5rem;
	}
	#main .sec01 .lead {
		margin-bottom: 5.3rem;
		line-height: 1.52;
		font-size: 1.8rem;
	}
	#main .sec01 .txt01 {
		margin: 0 0 14.5rem;
		width: auto;
		line-height: 1.73;
		font-size: 1.3rem;
	}
	#main .sec01 .txtInner {
		padding-bottom: 6rem;
		justify-content: flex-start;
	}
	#main .sec01 .txtInner h2 {
		margin-left: -2.3rem;
	}
	#main .sec01 .txtInner h2 img {
		top: 7.4rem;
	}
	#main .sec01 .txtInner .rBox {
		margin: 6.6rem 0 0 1.8rem;
		width: auto;
		flex: 1;
	}
	#main .sec01 .txtInner .rBox .subBox {
		max-width: 70rem;
	}
	#main .sec01 .txtInner .rBox p {
		margin: 0 1.5rem 5.3rem 0;
		font-size: max(10px, 1.4rem);
		line-height: 1.57;
	}
	#main .sec01 .txtInner .stepList li {
		padding: 1.8rem 2rem 2.5rem 0;
	}
	#main .sec01 .txtInner .stepList .on {
		padding: 4.4rem 2rem 4.6rem 0;
	}
	#main .sec01 .txtInner .stepList .txt {
		margin: 2.2rem 0 0;
		line-height: 1.57;
	}
	#main .sec01 .txtInner .stepList .title {
		font-size: 1.8rem;
	}
	#main .sec01 .txtInner .stepList .title .num {
		margin-bottom: 0.8rem;
	}
	#main .sec01 .txtInner .stepList .on .title {
		font-size: 2.2rem;
	}
	#main .sec01 .txtInner .stepList .on .title .num {
		margin-bottom: 0.5rem;
	}
	#main .sec01 .txtInner02 {
		min-height: 73.2rem;
	}
	#main .sec01 .txtInner02 .content {
		padding: 0 2.5rem;
	}
	#main .sec01 .txtInner02 .title {
		margin: 0 0 4.8rem;
		font-size: 2.7rem;
		text-align: left;
	}
	#main .sec01 .txtInner02 .txt {
		margin-right: 2rem;
	}
	#main .sec01 .slideBox {
		min-height: 50rem;
	}
	#main .sec01 .slideBox h2 {
		padding: 0 2.9rem;
		font-size: 4rem;
	}
	#main .sec01 .slideBox .txtBox {
		height: 61.6%;
		align-items: flex-end;
		padding: 3.2rem 2.2rem 10rem;
	}
	#main .sec01 .slideBox .dotList {
		right: auto;
		left: 2.2rem;
		bottom: 3rem;
	}
	#main .sec01 .movie .jsVideoBox {
		transform: scale(calc(1 - 0.128*var(--size)));
		height: 100vh;
	}
	#main .sec01 .movie.isFlex li.show {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		flex-shrink: 0;
	}
	#main .sec01 .movie.isFlex .jsVideoBox {
		height: auto;
		width: 100%;
	}
	#main .sec01 .movie .jsVideoBox video {
		aspect-ratio: calc(1.78 * var(--size) - var(--aspect-ratio) * var(--size) + var(--aspect-ratio));
	}
	#main .sec01 .movie .jsVideoBox:after {
		height: 61.6%;
	}
	#main .sec02 h2 {
		width: 4rem;
		left: -0.6rem;
		top: 5rem;
	}
	#main .sec02 .imgBox {
		margin: 1rem 6rem 0 4.5rem;
		justify-content: center;
		position: relative;
		min-width: 32.7rem;
	}
	#main .sec02 .imgBox .txtBox {
		margin-right: 0;
		width: 24.8rem;
	}
	#main .sec02 .imgBox h3 {
		margin: 0 0 1.6rem 0.4rem;
		font-size: 8rem;
		line-height: 1.19;
	}
	#main .sec02 .imgBox p {
		margin-left: 1rem;
	}
	#main .sec02 .imgBox .phoBox {
		margin-bottom: 0;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 7rem;
		width: 32.7rem;
		opacity: 0.35;
	}
	#main .sec02 .pointList {
		margin: 0 12rem 2rem 0;
		gap: 0 7rem;
	}
	#main .sec02 .pointList .num {
		margin-bottom: 1.5rem;
	}
	#main .sec02 .pointList .ttl {
		margin-bottom: 3rem;
	}
	#main .sec02 .bgBox {
		min-width: 37.5rem;
	}
	#main .sec02 .bgBox .content {
		display: block;
		padding: 0 2.9rem;
	}
	#main .sec02 .bgBox h3 {
		margin: 0 0 5rem;
		font-size: 5rem;
	}
	#main .sec02 .bgBox p {
		margin-top: 1rem;
	}
	#main .sec03 {
		padding: 8rem 0 9.5rem;
	}
	#main .sec03 .content {
		padding: 0 2rem 0 0;
	}
	#main .sec03 .infoList {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.21);
	}
	#main .sec03 .infoList li {
		padding: 4.8rem 0 !important;
		width: auto;
		position: relative;
	}
	#main .sec03 .infoList li:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 1px;
		background: rgba(255, 255, 255, 0.21);
		content: "";
	}
	#main .sec03 .infoList li:last-child:before {
		width: 100%;
		height: 1px;
		clip-path: inset(0);
	}
	#main .sec03 .infoList .imgBox {
		display: flex;
		align-items: center;
		position: relative;
		cursor: pointer;
	}
	#main .sec03 .infoList .imgBox:before,
	#main .sec03 .infoList .imgBox:after {
		margin-top: 0.3rem;
		position: absolute;
		right: 1rem;
		top: 50%;
		width: 1.3rem;
		height: 1px;
		transition: .3s;
		background-color: #fff;
		content: "";
	}
	#main .sec03 .infoList .imgBox:after {
		transform: rotate(90deg);
	}
	#main .sec03 .infoList .imgBox.on:after {
		transform: rotate(0);
	}
	#main .sec03 .infoList .pho {
		margin: 0 1.6rem 0 0;
		width: 12.7rem;
	}
	#main .sec03 .infoList .txtBox {
		flex: 1;
	}
	#main .sec03 .infoList p {
		font-size: max(10px, 1.2rem);
		line-height: 1.83;
	}
	#main .sec03 .infoList h3 {
		font-size: 1.8rem;
	}
	#main .sec03 .infoList .txt01 {
		margin-bottom: 0;
		font-size: max(10px, 1.2rem);
		line-height: 1.83;
	}
	#main .sec03 .infoList .txt01 .large {
		margin-bottom: 0.9rem;
		font-size: max(10px, 1.1rem);
	}
	#main .sec03 .infoList .inner {
		display: none;
		padding: 4.5rem 2rem 0;
	}
	#main .sec03 .infoList .subTtl {
		margin-bottom: 2rem;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	#main .mainPho {
		aspect-ratio: 375/455;
		height: auto;
	}
	#main .mainPho img {
		height: 100%;
		object-fit: cover;
		object-position: left top;
	}
	#main .sec04 {
		padding: 8rem 1rem 8.4rem;
	}
	#main .sec04 h2 {
		margin-bottom: 5rem;
		line-height: 1.83;
	}
	#main .sec04 h2 .large {
		margin-bottom: 0.7rem;
		font-size: 4rem;
	}
	#main .sec04 .listUl {
		display: block;
	}
	#main .sec04 .listUl li {
		padding: 5.2rem 2rem 4.3rem;
		width: auto;
	}
	#main .sec04 .listUl li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#main .sec04 .listUl .logo {
		margin-bottom: 1.7rem;
		padding-bottom: 2.2rem;
	}
	#main .sec04 .listUl .logo img {
		height: 2.95rem;
	}
	#main .sec04 .listUl p {
		font-size: max(10px, 1.2rem);
		line-height: 1.75;
	}
	#main .sec04 .listUl li:last-child {
		padding-top: 4.3rem;
	}
	#main .sec04 .listUl li:last-child .logo {
		margin-bottom: 2.1rem;
	}
	#main .sec04 .listUl li:last-child .logo img {
		margin-left: 1.5rem;
		height: 3rem;
	}
	#main .sec05 .content {
		margin: 0 2rem;
		padding: 5.7rem 0 4.5rem;
		display: block;
	}
	#main .sec05 .content h2 {
		padding: 0 0 1.2rem;
		width: auto;
	}
	#main .sec05 .content .rBox {
		text-align: center;
	}
	#main .sec05 .content .rBox h3 {
		margin-bottom: 0.5rem;
		font-size: 2.1rem;
		line-height: 1.92;
	}
	#main .sec05 .content .rBox p {
		margin-bottom: 3.3rem;
		line-height: 1.7;
	}
	#main .sec05 .content .rBox .btn {
		margin: 0 0 4.5rem 0.9rem;
	}
	#main .sec05 .content .rBox .btn a {
		margin: 0 auto;
		background-position: left 2.3rem center,right 2.7rem center;
	}
	#main .sec05 .content .rBox .link a {
		background-position: left 0.4rem;
	}
}
#main .slidesticky {
	position: relative;
}