@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@-webkit-keyframes slide_tb {
	0% {
		-webkit-transform: translate3d(0, -2%, 0);
		transform: translate3d(0, -2%, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slide_tb {
	0% {
		-webkit-transform: translate3d(0, -2%, 0);
		transform: translate3d(0, -2%, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@-webkit-keyframes slide_bt {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, -2%, 0);
		transform: translate3d(0, -2%, 0)
	}
}
@keyframes slide_bt {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, -2%, 0);
		transform: translate3d(0, -2%, 0)
	}
}
@-webkit-keyframes slide_lr {
	0% {
		-webkit-transform: translate3d(-2%, 0, 0);
		transform: translate3d(-2%, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slide_lr {
	0% {
		-webkit-transform: translate3d(-2%, 0, 0);
		transform: translate3d(-2%, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@-webkit-keyframes slide_rl {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(-2%, 0, 0);
		transform: translate3d(-2%, 0, 0)
	}
}
@keyframes slide_rl {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(-2%, 0, 0);
		transform: translate3d(-2%, 0, 0)
	}
}
.mainVisual {
	margin-bottom: 10rem;
	position: relative;
	overflow: hidden;
}
.mainVisual .mvSlider li {
	position: relative;
	display: block !important;
	aspect-ratio: 288/156;
	overflow: hidden;
}
.mainVisual .mvSlider li .pho {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mainVisual .mvSlider li.tb .pho {
	height: 102%;
	-webkit-transform: translate3d(0, -2%, 0);
	transform: translate3d(0, -2%, 0);
}
.mainVisual .mvSlider li.tb.active .pho {
	-webkit-animation: 8600ms linear slide_tb forwards;
	animation: 8600ms linear slide_tb forwards;
}
.mainVisual .mvSlider li.bt .pho {
	height: 102%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mainVisual .mvSlider li.bt.active .pho {
	-webkit-animation: 8600ms linear slide_bt forwards;
	animation: 8600ms linear slide_bt forwards;
}
.mainVisual .mvSlider li.lr .pho {
	width: 102%;
	-webkit-transform: translate3d(-2%, 0, 0);
	transform: translate3d(-2%, 0, 0);
}
.mainVisual .mvSlider li.lr.active .pho {
	-webkit-animation: 8600ms linear slide_lr forwards;
	animation: 8600ms linear slide_lr forwards;
}
.mainVisual .mvSlider li.rl .pho {
	width: 102%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mainVisual .mvSlider li.rl.active .pho {
	-webkit-animation: 8600ms linear slide_rl forwards;
	animation: 8600ms linear slide_rl forwards;
}
.mainVisual .mvSlider li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	/* transform: scale(1) rotate(.00001deg); */
	transition: transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity .2s linear, -webkit-transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
	transform: rotate(.0001deg) translate3d(0, 0, 0);
	backface-visibility: hidden;
}
.mainVisual .mvSlider img {
	width: 100%;
}
.mainVisual h2 {
	margin-top: 2.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 7rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.05em;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 1;
	transition: clip-path 1400ms cubic-bezier(0.645, 0.045, 0.355, 1);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.mainVisual h2.active {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mainVisual h2 .sm {
	margin-top: 2.2rem;
	display: block;
	color: #D80C18;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .heading01 {
	margin-bottom: 3.1rem;
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#main .heading01 .sm {
	margin-bottom: 1.8rem;
	display: block;
	color: #D80C18;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .about {
	margin-bottom: 10.7rem;
}
#main .about .imgBox {
	margin-bottom: 2rem;
	display: flex;
	gap: 3rem;
}
#main .about .imgBox .textBox {
	flex: 1;
}
#main .about .imgBox .textBox .innerBox {
	width: 39rem;
	margin-left: auto;
}
#main .about .imgBox .textBox .heading01 {
	margin-right: -19rem;
}
#main .about .imgBox .textBox p {
	color: #1E1E1E;
	line-height: 2.5;
}
#main .about .imgBox .photoBox {
	width: calc(50% + 8rem);
	display: flex;
	align-items: flex-end;
	gap: 2rem;
}
#main .about .imgBox .photoBox img {
	width: 100%;
	border-radius: 2rem;
}
#main .about .imgBox .photoBox .photo01 {
	margin: -2rem 0 7rem;
	flex: 1;
	order: 1;
}
#main .about .imgBox .photoBox .photo01 img {
	height: 42rem;
	border-radius: 2rem 0 0 2rem;
	object-fit: cover;
}
#main .about .imgBox .photoBox .photo02 {
	width: 36rem;
}
#main .about .linkBox {
	width: 100rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#main .about .linkBox .textBox {
	margin-top: 2.5rem;
	width: 53rem;
}
#main .about .linkBox .textBox .linkList {
	margin-bottom: 2.8rem;
	width: 47rem;
	border-top: 1px solid rgba(204, 204, 204, 0.50);
}
#main .about .linkBox .textBox .linkList li {
	border-bottom: 1px solid rgba(204, 204, 204, 0.50);
}
#main .about .linkBox .textBox .linkList li a {
	padding: 3.8rem 4rem 3.8rem 0;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: url(../img/common/icon09.png) no-repeat right 1.9rem center / 1.8rem;
}
#main .about .linkBox .photoBox {
	display: flex;
	gap: 2rem;
}
#main .about .linkBox .photoBox img {
	width: 100%;
	border-radius: 2rem;
}
#main .about .linkBox .photoBox .photo01 {
	width: 15rem;
}
#main .about .linkBox .photoBox .photo02 {
	width: 20rem;
}
#main .job {
	padding: 10rem 0 5rem;
	position: relative;
}
#main .job::before {
	width: calc(50% + 50rem);
	height: calc(100% + 21.5rem);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 10rem 10rem 0;
	background: #F2F2F2;
	content: '';
	z-index: -1;
}
#main .job .comTxt {
	position: absolute;
	right: 2.9rem;
	top: -0.4rem;
	z-index: 2;
}
#main .job .heading01,
#main .job .heading01 .sm {
	letter-spacing: 0.1em;
}
#main .job .imgBox {
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
#main .job .imgBox .textBox {
	flex: 1;
}
#main .job .imgBox .textBox .innerBox {
	max-width: 47rem;
	margin-left: auto;
}
#main .job .imgBox .textBox p {
	margin-bottom: 3.1rem;
	color: #1E1E1E;
	line-height: 2.5;
}
#main .job .imgBox .photoBox {
	margin-top: 0.1rem;
	width: 50%;
}
#main .job .imgBox .photoBox img {
	width: 100%;
	height: 40.5rem;
	border-radius: 5rem 0 0 5rem;
	object-fit: cover;
}
#main .job .comBtn {
	justify-content: flex-start;
	align-items: flex-start;
}
#main .job .comBtn a {
	padding-top: 0.7rem;
	width: 21.7rem;
	min-height: 4rem;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}
#main .job .comBtn a:not(:hover) {
	background-color: transparent;
}
#main .intWrap {
	margin-bottom: 10.9rem;
	padding-top: 5rem;
}
#main .special {
	margin-bottom: 18rem;
}
#main .special .comTxt {
	margin: 0 auto;
	width: 128.4rem;
	max-width: 100%;
}
#main .special .imgBox {
	padding: 5.1rem 0 5.1rem;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#main .special .imgBox::before {
	width: calc(50% + 50rem);
	height: calc(100% + 15.3rem);
	position: absolute;
	right: 0;
	top: -4.9rem;
	border-radius: 10rem 0rem 0rem 10rem;
	background: #F2F2F2;
	content: '';
	z-index: -1;
}
#main .special .imgBox .photoBox {
	width: 50%;
}
#main .special .imgBox .photoBox img {
	width: 100%;
	height: 40.5rem;
	border-radius: 0 5rem 5rem 0;
	object-fit: cover;
}
#main .special .imgBox .textBox {
	margin-left: 8rem;
	flex: 1;
}
#main .special .imgBox .textBox .innerBox {
	width: 52rem;
	max-width: 90%;
}
#main .special .imgBox .textBox p {
	color: #1E1E1E;
	line-height: 2.5;
}
#main .special .talkBox {
	margin: 0 auto;
	width: 90rem;
}
#main .special .talkBox a {
	display: block;
	position: relative;
}
#main .special .talkBox .photo {
	border-radius: 0 15rem 15rem 15rem;
	overflow: hidden;
}
#main .special .talkBox .photo img {
	width: 100%;
	transition: 0.3s;
	will-change: transform;
}
#main .special .talkBox .imgtext {
	width: 8.7rem;
	position: absolute;
	right: -0.6rem;
	top: -0.7rem;
}
#main .special .talkBox .text01 {
	padding: 0.5rem 2rem;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #fff;
	background: #D80C18;
}
#main .special .talkBox .text02 {
	position: absolute;
	left: 0;
	bottom: 5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.3;
	white-space: nowrap;
}
#main .special .talkBox .text02 span {
	padding: 0.7rem 1.5rem;
	background: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .info {
	padding: 8rem 0 30.1rem;
	position: relative;
	background: url(../img/index/photo08.jpg) no-repeat center top 95% / cover;
}
#main .info .comTxt {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -7.1rem;
	transform: translateX(-50%);
}
#main .info .heading01 {
	text-align: center;
}
#main .info p {
	margin-bottom: 5.1rem;
	text-align: center;
	line-height: 2.5;
	text-shadow: 0.2rem 0.2rem 2rem #FFF, 0.2rem 0.2rem 2rem #FFF, 0.2rem 0.2rem 2rem #FFF, 0.2rem 0.2rem 2rem #FFF;
}
#main .info .comBtn a {
	width: 19rem;
	min-height: 5rem;
}
@media all and (min-width: 897px) {
	#main .about .linkBox .textBox .linkList li a:hover {
		background-position: right 0.9rem center;
	}
	#main .special .talkBox a:hover .photo img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 5.8rem;
	}
	.mainVisual .mvSlider li {
		aspect-ratio: 780/1400;
	}
	.mainVisual h2 {
		margin-top: 6rem;
		width: 100%;
		padding: 0 1rem 0 2rem;
		font-size: 4.2rem;
		white-space: initial;
		line-height: 1.19;
	}
	.mainVisual h2 .sm {
		margin-top: 1.6rem;
		font-size: 1.3rem;
	}
	#main .heading01 {
		margin-bottom: 2.7rem;
		font-size: 4.2rem;
		line-height: 1.19;
	}
	#main .heading01 .sm {
		margin-bottom: 1.1rem;
		font-size: 1.2rem;
	}
	#main .about {
		margin-bottom: 6.1rem;
	}
	#main .about .imgBox {
		margin-bottom: 1.5rem;
		display: block;
	}
	#main .about .imgBox .textBox {
		margin: 0 2rem 3.4rem;
	}
	#main .about .imgBox .textBox .innerBox {
		width: auto;
		margin-left: 0;
	}
	#main .about .imgBox .textBox .heading01 {
		margin-right: 0;
	}
	#main .about .imgBox .textBox p {
		line-height: 2.57;
	}
	#main .about .imgBox .photoBox {
		width: auto;
		display: block;
	}
	#main .about .imgBox .photoBox img {
		border-radius: 0 1.4rem 1.4rem 0;
	}
	#main .about .imgBox .photoBox .photo01 {
		margin: 0 0 1.5rem auto;
		width: 75.4%;
	}
	#main .about .imgBox .photoBox .photo01 img {
		height: auto;
		border-radius: 1.4rem 0 0 1.4rem;
	}
	#main .about .imgBox .photoBox .photo02 {
		width: 64.45%;
	}
	#main .about .linkBox {
		width: auto;
		display: block;
	}
	#main .about .linkBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .about .linkBox .textBox .linkList {
		margin-bottom: 1.6rem;
		width: auto;
	}
	#main .about .linkBox .textBox .linkList li a {
		padding: 2.7rem 4rem 2.7rem 0;
		font-size: 1.2rem;
		background-size: 1.3rem;
	}
	#main .about .linkBox .textBox .comTxt {
		margin-left: -0.2rem;
	}
	#main .about .linkBox .textBox .comTxt img {
		width: 30.8rem;
	}
	#main .about .linkBox .photoBox {
		margin: 0 1.8rem 5rem;
		gap: 1.4rem;
		justify-content: flex-end;
	}
	#main .about .linkBox .photoBox img {
		border-radius: 1.4rem;
	}
	#main .about .linkBox .photoBox .photo01 {
		width: 33.4%;
	}
	#main .about .linkBox .photoBox .photo02 {
		width: 44.6%;
	}
	#main .job {
		padding: 6rem 0 0;
	}
	#main .job::before {
		width: calc(100% - 4rem);
		height: calc(100% + 19.7rem);
		border-radius: 0 3rem 3rem 0;
	}
	#main .job .comTxt {
		width: 5.25rem;
		top: -0.1rem;
		right: 1.8rem;
	}
	#main .job .heading01,
	#main .job .heading01 .sm {
		letter-spacing: 0.05em;
	}
	#main .job .imgBox {
		display: block;
	}
	#main .job .imgBox .textBox {
		margin: 0 2rem 5rem;
	}
	#main .job .imgBox .textBox .innerBox {
		max-width: initial;
		margin-left: 0;
	}
	#main .job .imgBox .textBox p {
		margin-bottom: 1.8rem;
		line-height: 2.57;
	}
	#main .job .imgBox .photoBox {
		margin: 0 0 0 4rem;
		width: auto;
	}
	#main .job .imgBox .photoBox img {
		height: auto;
		border-radius: 3.5rem 0rem 0rem 3.5rem;
		aspect-ratio: 350/283;
	}
	#main .job .comBtn a {
		padding-top: 0.3rem;
		width: 15.2rem;
		min-height: 2.8rem;
		font-size: 0.8400000000000001rem;
	}
	#main .intWrap {
		margin-bottom: 6rem;
		padding-top: 4rem;
	}
	#main .special {
		margin-bottom: 8rem;
	}
	#main .special .comTxt img {
		width: 37.6rem;
	}
	#main .special .imgBox {
		padding: 2.9rem 0 4rem;
		display: block;
	}
	#main .special .imgBox::before {
		width: calc(100% - 4rem);
		height: calc(100% + 13.3rem);
		top: -3rem;
		border-radius: 3rem 0 0 3rem;
	}
	#main .special .imgBox .photoBox {
		margin: 0 4rem 2.7rem 0;
		width: auto;
	}
	#main .special .imgBox .photoBox img {
		height: auto;
		border-radius: 0 3.5rem 3.5rem 0;
		object-fit: cover;
		aspect-ratio: 350/283;
	}
	#main .special .imgBox .textBox {
		margin: 0 2rem 0 8rem;
	}
	#main .special .imgBox .textBox .innerBox {
		width: auto;
		max-width: initial;
	}
	#main .special .imgBox .textBox p {
		line-height: 2.57;
	}
	#main .special .talkBox {
		margin: 0 2rem;
		width: auto;
	}
	#main .special .talkBox .photo {
		border-radius: 0 10rem 5rem 5rem;
	}
	#main .special .talkBox .imgtext {
		width: 6rem;
		right: -0.5rem;
		top: -0.5rem;
	}
	#main .special .talkBox .text01 {
		padding: 0.2rem 1.5rem 0.5rem;
		font-size: 1.1rem;
	}
	#main .special .talkBox .text02 {
		font-size: 1.26rem;
		bottom: 3.4rem;
	}
	#main .special .talkBox .text02 span {
		padding: 0.4rem 1rem;
	}
	#main .info {
		padding: 5.9rem 0 15rem;
		background-image: url(../img/index/photo08_sp.jpg);
	}
	#main .info .comTxt {
		top: -2.1rem;
	}
	#main .info .comTxt img {
		width: 32.7rem;
	}
	#main .info p {
		margin-bottom: 1.9rem;
		line-height: 2.57;
	}
	#main .info .comBtn a {
		width: 13.3rem;
		min-height: 3.5rem;
	}
}