@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-top: 8rem;
}
#main .fvBox {
	margin-bottom: 9.6rem;
	position: relative;
	overflow: hidden;
}
#main .fvBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	content: '';
}
#main .fvBox .fvSlider {
	opacity: 0;
	transform: scale(1.1);
	transition: opacity ease-out 1s, transform ease-out 1s;
	will-change: transform, opacity;
}
#main .fvBox.show .fvSlider {
	transform: scale(1);
	opacity: 1;
}
#main .fvBox .fvSlider .item {
	position: relative;
	display: flex !important;
	gap: 0.5rem;
}
#main .fvBox .fvSlider .item .photoBox {
	width: 13.2%;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
#main .fvBox .fvSlider .item .photoBox .sub01,
#main .fvBox .fvSlider .item .photoBox .sub02 {
	overflow: hidden;
}
#main .fvBox .fvSlider .item .movie {
	flex: 1;
	position: relative;
}
#main .fvBox .fvSlider .item .movie video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
#main .fvBox .imgtext {
	margin-left: 0.1rem;
	width: 88.5%;
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	transform: translateX(-50%);
	z-index: 15;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1.5s ease;
}
#main .fvBox.show .imgtext {
	clip-path: inset(0 0 0 0);
}
#main .fvBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .heading01 {
	margin-bottom: 0.2rem;
}
#main .heading01 .clipWrap {
	padding: 0 0.3rem 0.4rem;
	width: fit-content;
	max-width: 100%;
	display: block;
}
#main .heading01 .sm {
	width: fit-content;
	display: block;
	position: relative;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #fff;
	--clip-end: #fff;
}
#main .heading01 .sm::after {
	margin-top: -0.1rem;
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	right: 1.6rem;
	top: 100%;
	background: #000;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: '';
}
#main .heading01 .sm .clipText {
	padding: 0.2rem 1.6rem 0.4rem;
	width: fit-content;
	display: block;
	color: #fff;
	--clip-end: #fff;
	border-radius: 5rem;
	background: #000;
}
#main .heading01 .clipWrap {
	padding: 0 0.3rem 0.4rem;
	width: fit-content;
	max-width: 100%;
	display: block;
}
#main .heading01 .en {
	display: block;
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
#main .btnList li {
	margin-bottom: 2.2rem;
}
#main .btnList li:last-child {
	margin-bottom: 0;
}
#main .btnList li a {
	padding: 2.8rem 12rem 3.2rem 4.9rem;
	display: block;
	position: relative;
	letter-spacing: 0.14em;
	line-height: 1.45;
	border-radius: 10rem;
	background: rgba(245, 247, 249, 0.8);
	opacity: 1;
}
#main .btnList li a::after {
	width: 6rem;
	height: 6rem;
	position: absolute;
	right: 4.7rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon02.svg) no-repeat center center / 100%;
	content: '';
	transition: transform 0.3s;
}
#main .btnList li a .jp {
	margin-bottom: 0.4rem;
	display: block;
	font-weight: 700;
}
#main .btnList li a .en {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}
#main .about {
	margin-bottom: 9.8rem;
	display: flex;
	align-items: flex-start;
}
#main .about .textBox {
	margin: 5.7rem -13rem 0 0;
	position: relative;
	flex: 1;
	z-index: 1;
}
#main .about .textBox p {
	margin-bottom: 3.2rem;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 2.285;
}
#main .about .textBox .btnList {
	margin-left: -2.5rem;
}
#main .about .photoBox {
	width: 84rem;
}
#main .about .photoBox a {
	display: block;
	overflow: hidden;
	opacity: 0;
	transform: scale(1.1);
	transition: opacity ease-out 1s, transform ease-out 1s;
	will-change: transform, opacity;
}
#main .about .photoBox.is-show a {
	opacity: 1;
	transform: scale(1);
}
#main .about .photoBox img {
	width: 100%;
	transform: scale(1);
	transition: transform 0.3s;
	transition-delay: 0s;
}
#main .business {
	margin: 0 -2.6rem 8rem -4.8rem;
	display: flex;
}
#main .business .textBox {
	margin: 1.5rem 0 0 1rem;
	flex: 1;
	order: 1;
	position: relative;
	z-index: 2;
}
#main .business .textBox .heading01 {
	margin-bottom: 1.8rem;
}
#main .business .textBox .btnList {
	margin-left: -3.4rem;
}
#main .business .photoBox {
	width: 78.5rem;
}
#main .business .photoBox a {
	display: block;
	opacity: 1;
}
#main .business .photoBox img {
	width: 100%;
	transition: transform 0.3s;
}
#main .recruit {
	margin-bottom: 8.5rem;
}
#main .recruit .ttlBox {
	margin: 0 -0.7rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#main .recruit .ttlBox .heading01 {
	margin-bottom: 0;
	flex-shrink: 0;
}
#main .recruit .ttlBox .heading01 .clipWrap {
	padding-bottom: 0.8rem;
}
#main .recruit .ttlBox p {
	margin-bottom: 0.7rem;
	width: 57.4%;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 2.285;
}
#main .recruit .linkList {
	margin-bottom: 1.6rem;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
#main .recruit .linkList li {
	width: 33.33%;
}
#main .recruit .linkList li:not(:nth-child(3)) {
	border-right: 1px solid #000;
}
#main .recruit .linkList li a {
	padding: 1.4rem 1.5rem 1.8rem;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}
#main .recruit .linkList li a .txt {
	padding-right: 7rem;
	min-width: 20rem;
	display: block;
	position: relative;
}
#main .recruit .linkList li a .txt::after {
	margin-top: 0.2rem;
	width: 6rem;
	height: 6rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon02.svg) no-repeat center center / 100%;
	content: '';
	will-change: transform;
	transition: transform 0.3s;
}
#main .recruit .linkList li a .jp {
	margin-bottom: 0.3rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}
#main .recruit .linkList li a .en {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}
#main .recruit .photo img {
	width: 100%;
}
#main .topics {
	margin-bottom: 11.3rem;
}
#main .topics .ttlBox {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-end;
}
#main .topics .ttlBox::before {
	width: calc(100% - 5rem);
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	content: '';
}
#main .topics .ttlBox::after {
	width: 18.7rem;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #000;
	content: '';
}
#main .topics .ttlBox .heading02 {
	font-size: 6rem;
	letter-spacing: 0.04em;
	line-height: 1.13;
}
#main .topics .ttlBox .btn a {
	padding: 0.5rem 5.3rem 0.5rem 0;
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	opacity: 1;
}
#main .topics .ttlBox .btn a::after {
	margin-top: -0.1rem;
	width: 6rem;
	height: 6rem;
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon02.svg) no-repeat center center / 100%;
	content: '';
	will-change: transform;
	transition: transform 0.3s;
}
#main .topics .comTopicsList {
	border-top: none;
}
#main .linkUl {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main .linkUl::before {
	width: 3px;
	height: auto;
	position: absolute;
	left: -3.4rem;
	top: 2.1rem;
	bottom: 2.2rem;
	background: #000;
	content: '';
}
#main .linkUl::after {
	width: 3px;
	height: auto;
	position: absolute;
	right: -3.4rem;
	top: 2.1rem;
	bottom: 2.2rem;
	background: #000;
	content: '';
}
#main .linkUl li {
	position: relative;
	width: 47%;
	min-height: 24.6rem;
}
#main .linkUl li:nth-child(2n-1)::after {
	width: 1px;
	height: auto;
	position: absolute;
	right: -3.4rem;
	top: 2.1rem;
	bottom: 2.2rem;
	background: #000;
	content: '';
	content: '';
}
#main .linkUl li a {
	padding: 4rem 2rem 5rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 9.7rem;
	position: relative;
	opacity: 1;
}
#main .linkUl li a::before {
	width: auto;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000;
	content: '';
}
#main .linkUl li a::after {
	width: auto;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	content: '';
}
#main .linkUl li a .txt {
	width: 48%;
	display: block;
}
#main .linkUl li a .icon {
	margin: 0.6rem auto 0;
	width: 6rem;
	transition: transform 0.3s;
}
#main .linkUl li a .en {
	display: block;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1;
}
#main .linkUl li a .jp {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.2;
}
#main {
	margin-bottom: 19.6rem;
}
@media (hover: hover) {
	#main .btnList li a:hover {
		color: #ff0000;
	}
	#main .btnList li a:hover::after {
		transform: translateY(-50%) scale(1.1);
	}
	#main .business .photoBox a:hover img {
		transform: scale(1.1);
	}
	#main .recruit .linkList li a:hover,
	#main .topics .ttlBox .btn a:hover {
		color: #ff0000;
	}
	#main .recruit .linkList li a:hover .txt::after,
	#main .topics .ttlBox .btn a:hover::after {
		transform: translateY(-50%) scale(1.1);
	}
	#main .linkUl li a:hover {
		color: #ff0000;
	}
	#main .linkUl li a:hover .clipText {
		--clip-end: #ff0000;
	}
	#main .linkUl li a:hover .icon {
		transform: scale(1.1);
	}
	#main .about .photoBox a:hover img {
		transform: scale(1.1);
	}
}
@media all and (min-width: 829px) {
	#main .about .photoBox a {
		transition-delay: 0.4s, 0.4s;
	}
}
@media all and (max-width: 828px) {
	#main {
		padding-top: 0;
	}
	#main .fvBox {
		margin-bottom: 4.3rem;
	}
	#main .fvBox .fvSlider .item {
		flex-direction: column-reverse;
	}
	#main .fvBox .fvSlider .item .photoBox {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	#main .fvBox .fvSlider .item .movie {
		width: 100%;
		aspect-ratio: 828/896;
	}
	#main .fvBox .imgtext {
		margin-left: 0;
		width: 100%;
		bottom: -0.1rem;
	}
	#main .fvBox .imgtext01 {
		width: 69.32%;
		left: 6.2%;
		top: 5.3%;
		bottom: auto;
		transform: none;
	}
	#main .heading01 {
		margin-bottom: 0.1rem;
	}
	#main .heading01 .sm::after {
		right: 1.3rem;
	}
	#main .heading01 .sm .clipText {
		padding: 0.2rem 1.6rem 0.3rem;
	}
	#main .heading01 .en {
		margin-top: -0.5rem;
		font-size: 5rem;
	}
	#main .btnList li {
		margin-bottom: 1.7rem;
	}
	#main .btnList li:last-child {
		margin-bottom: 0;
	}
	#main .btnList li a {
		padding: 2.5rem 9rem 2.1rem 3.9rem;
	}
	#main .btnList li a::after {
		width: 4.8rem;
		height: 4.8rem;
		right: 3.8rem;
	}
	#main .btnList li a .jp {
		margin-bottom: 0.2rem;
		font-size: 1.4rem;
	}
	#main .about {
		margin-bottom: 4.8rem;
		display: block;
	}
	#main .about .textBox {
		margin: 0 0 2.1rem;
	}
	#main .about .textBox p {
		margin-bottom: 2.2rem;
		font-size: 1.6rem;
		line-height: 2;
	}
	#main .about .textBox .btnList {
		margin-left: 0;
	}
	#main .about .photoBox {
		width: auto;
		margin-right: 0.1rem;
	}
	#main .business {
		margin: 0 0 2.8rem;
		display: block;
	}
	#main .business .textBox {
		margin: 0 0 1.8rem;
	}
	#main .business .textBox .heading01 {
		margin-bottom: 0.8rem;
	}
	#main .business .textBox .btnList {
		margin-left: 0;
	}
	#main .business .photoBox {
		width: auto;
		margin: 0 -3rem 0 -2.9rem;
	}
	#main .recruit {
		margin-bottom: 4.8rem;
	}
	#main .recruit .ttlBox {
		margin: 0 0 1.8rem;
		display: block;
	}
	#main .recruit .ttlBox .heading01 {
		margin-bottom: 0;
	}
	#main .recruit .ttlBox .heading01 .en {
		margin-top: -0.8rem;
	}
	#main .recruit .ttlBox p {
		margin-bottom: 0;
		width: auto;
		font-size: 1.6rem;
		line-height: 2;
	}
	#main .recruit .linkList {
		margin: 0 -0.1rem 2.2rem;
		border: none;
		display: block;
	}
	#main .recruit .linkList li {
		width: auto;
		margin-bottom: 1.7rem;
		border-left: 0.3rem solid #000;
		border-right: 0.3rem solid #000;
	}
	#main .recruit .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .recruit .linkList li:not(:nth-child(3)) {
		border-right: 0.3rem solid #000;
	}
	#main .recruit .linkList li a {
		padding: 2.4rem 3.6rem 2.3rem 3.7rem;
		display: block;
	}
	#main .recruit .linkList li a .txt {
		min-width: initial;
		display: block;
	}
	#main .recruit .linkList li a .txt::after {
		margin-top: -0.1rem;
		width: 4.8rem;
		height: 4.8rem;
	}
	#main .recruit .linkList li a .jp {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	#main .topics {
		margin: 0 -4rem 7.6rem;
	}
	#main .topics .ttlBox {
		margin: 0;
		padding: 0 2.5rem 1.6rem;
		gap: 2rem;
		align-items: center;
	}
	#main .topics .ttlBox::before {
		width: calc(100% - 2.5rem);
	}
	#main .topics .ttlBox::after {
		bottom: -1px;
	}
	#main .topics .ttlBox .heading02 {
		font-size: 5rem;
	}
	#main .topics .ttlBox .btn {
		flex-shrink: 0;
	}
	#main .topics .ttlBox .btn a {
		padding-right: 6rem;
	}
	#main .topics .ttlBox .btn a::after {
		width: 4.8rem;
		height: 4.8rem;
		right: 0;
	}
	#main .topics .comTopicsList {
		margin-right: 2.5rem;
	}
	#main .topics .comTopicsList::before {
		display: none;
	}
	#main .topics .comTopicsList li a {
		padding: 2.7rem 0 3.4rem 2.3rem;
		gap: 0.3rem;
	}
	#main .topics .comTopicsList li a::before {
		display: none;
	}
	#main .topics .comTopicsList li a .date {
		width: 100%;
	}
	#main .linkUl {
		margin: 0 -0.1rem;
		display: block;
	}
	#main .linkUl::before {
		width: auto;
		height: 0.1rem;
		left: 0.9rem;
		right: 0.9rem;
		top: -0.8rem;
	}
	#main .linkUl::after {
		display: none;
	}
	#main .linkUl li {
		margin-bottom: 1.6rem;
		width: auto;
		min-height: initial;
	}
	#main .linkUl li::before {
		width: auto;
		height: 0.1rem;
		position: absolute;
		left: 0.9rem;
		right: 0.9rem;
		bottom: -0.9rem;
		background: #000;
		content: '';
	}
	#main .linkUl li:nth-child(2n-1)::after {
		display: none;
	}
	#main .linkUl li a {
		padding: 1.5rem 2rem 2.3rem;
		gap: 3rem;
		border-left: 0.3rem solid #000;
		border-right: 0.3rem solid #000;
	}
	#main .linkUl li a::before,
	#main .linkUl li a::after {
		display: none;
	}
	#main .linkUl li a .txt {
		width: 57.5%;
	}
	#main .linkUl li a .icon {
		width: 5.9rem;
	}
	#main .linkUl li a .icon01 {
		width: 4.2rem;
	}
	#main {
		margin-bottom: 10rem;
	}
}