@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding: 0 0 7.9rem;
	height: 100vh;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	background: #2B436E;
}
#main .mainVisual::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 39, 110, 0.70) 0%, rgba(0, 39, 110, 0.30) 30%, rgba(0, 39, 110, 0.00) 80%);
	content: '';
	z-index: 5;
}
#main .mainVisual .videoBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .mainVisual .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 124.8rem;
	position: relative;
	z-index: 10;
}
#main .mainVisual .inner .textImg {
	margin-bottom: 6.1rem;
	width: 52rem;
}
#main .mainVisual .inner .text {
	padding-left: 2.8rem;
	position: relative;
	color: #FFF;
	font-size: 2rem;
	letter-spacing: 0.06rem;
	line-height: 1.6;
	text-align: justify;
}
#main .mainVisual .inner .text::before {
	position: absolute;
	top: -0.1rem;
	left: 0;
	width: 0.4rem;
	bottom: 0.1rem;
	background: #DAC69E;
	content: '';
}
#main .mainVisual .scrollBox {
	position: absolute;
	bottom: 0;
	right: 8.8rem;
	z-index: 10;
}
#main .mainVisual .scrollBox a {
	padding: 31.9rem 1rem 0 1rem;
	display: block;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #DAC69E;
	font-size: 1.2rem;
	letter-spacing: 0.06rem;
	transform: rotate(180deg);
	position: relative;
}
#main .mainVisual .scrollBox a:hover {
	opacity: 0.7;
}
#main .mainVisual .scrollBox a::before {
	position: absolute;
	top: 0;
	left: calc(50% - 0.1rem);
	width: 1px;
	height: 30.8rem;
	background: #DAC69E;
	content: '';
}
#main .mainVisual .scrollBox a::after {
	position: absolute;
	top: 30.7rem;
	left: calc(50% - 0.2rem);
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #DAC69E;
	content: '';
}
#main .intro {
	padding: 8rem 0 4rem;
	height: calc(100vh - 12rem);
	min-height: 65rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
#main .intro .content {
	width: 100%;
}
#main .intro .imgBox .photoBox {
	width: 48rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .intro .imgBox .photoBox .photo01,
#main .intro .imgBox .photoBox .photo02,
#main .intro .imgBox .photoBox .photo03 {
	position: absolute;
	z-index: 10;
}
#main .intro .imgBox .photoBox .photo01 {
	top: 4.6rem;
	left: -9.2rem;
	width: 16rem;
}
#main .intro .imgBox .photoBox .photo02 {
	top: -8.7rem;
	right: -4rem;
	width: 28rem;
}
#main .intro .imgBox .photoBox .photo03 {
	bottom: -4.5rem;
	left: 10.5rem;
	width: 24rem;
}
#main .intro .imgBox .photoBox .hTitle {
	width: 28rem;
	position: relative;
	z-index: 5;
}
#main .intro .imgBox .textBox {
	padding: 8.1rem 9.6rem;
	width: calc(100% - 48rem);
	background: #2B436E url(../img/index/intro_bg01.png) no-repeat right bottom / 24rem;
	box-sizing: border-box;
}
#main .intro .imgBox .textBox .text {
	margin-bottom: 5.9rem;
	color: #F3F6F9;
	font-size: 1.8rem;
	line-height: 3.2;
	letter-spacing: 0.054rem;
	text-align: justify;
}
#main .intro .imgBox .textBox .text:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 1240px) and (max-height: 1000px) {
	#main .intro .imgBox .photoBox {
		width: 48vh;
	}
	#main .intro .imgBox .photoBox .photo01 {
		top: 4vh;
		left: -8vh;
		width: 16vh;
	}
	#main .intro .imgBox .photoBox .photo02 {
		top: -7vh;
		right: -3vh;
		width: 25vh;
	}
	#main .intro .imgBox .photoBox .photo03 {
		bottom: -3vh;
		left: 8vh;
		width: 23vh;
	}
	#main .intro .imgBox .photoBox .hTitle {
		width: 24vh;
	}
	#main .intro .imgBox .textBox {
		padding: 6vh 8vh;
		width: calc(100% - 48vh);
		background: #2B436E url(../img/index/intro_bg01.png) no-repeat right bottom / 24vh;
	}
	#main .intro .imgBox .textBox .text {
		margin-bottom: 4vh;
		font-size: 1.8vh;
		letter-spacing: 0.054vh;
	}
}
@media all and (min-width: 897px) and (max-width: 1239px) and (max-height: 1000px) {
	#main .intro .imgBox .photoBox {
		width: 35rem;
	}
	#main .intro .imgBox .photoBox .photo01 {
		top: 4.6rem;
		left: -7rem;
		width: 10rem;
	}
	#main .intro .imgBox .photoBox .photo02 {
		top: -4rem;
		right: -4rem;
		width: 18rem;
	}
	#main .intro .imgBox .photoBox .photo03 {
		bottom: -2rem;
		left: 8rem;
		width: 14rem;
	}
	#main .intro .imgBox .photoBox .hTitle {
		width: 18rem;
	}
	#main .intro .imgBox .textBox {
		padding: 4rem 7rem;
		width: calc(100% - 35rem);
	}
	#main .intro .imgBox .textBox .text {
		font-size: 1.4rem;
	}
}
#main .company {
	padding: 11.6rem 0 12rem;
	background: #2B436E;
}
#main .company .headLine02 {
	margin-bottom: 4.3rem;
}
#main .company .imgBox {
	margin-bottom: 8rem;
}
#main .company .imgBox .photo {
	margin-top: 2rem;
	width: 49.2%;
}
#main .company .imgBox .photo img {
	width: 100%;
}
#main .company .imgBox .textBox {
	width: 42.5%;
}
#main .company .imgBox .textBox .subInner {
	width: 45.6rem;
}
#main .company .imgBox .textBox .hTitle {
	margin-bottom: 3.2rem;
	font-family: "Zen Old Mincho", serif;
	color: #DAC69E;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0.16rem;
}
#main .company .imgBox .textBox .hTitle .small {
	margin-bottom: 1.7rem;
	display: block;
	color: #FFF;
	font-size: 2.4rem;
	letter-spacing: 0.12rem;
}
#main .company .imgBox .textBox .subBox {
	margin-bottom: 4.8rem;
}
#main .company .imgBox .textBox .subBox .text {
	margin-bottom: 3.2rem;
	color: #FFF;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: justify;
}
#main .company .imgBox .textBox .subBox .text:last-child {
	margin-bottom: 0;
}
#main .company .imgBox .textBox .comBtn01 {
	margin-left: auto;
}
#main .company .inner .mapImg {
	margin: -27.1rem auto -12.9rem;
	padding-right: 1.2rem;
	width: 82.5rem;
	box-sizing: content-box;
}
#main .company .inner .comBtn01 {
	margin-left: auto;
	width: 25.6rem;
}
#main .people {
	padding: 11.6rem 0 8rem;
}
#main .people .headLine02 {
	margin-bottom: 3.9rem;
}
#main .people .comTagText {
	margin: 0 0 5.5rem 2.4rem;
}
#main .people .mySwiper {
	margin-left: auto;
	margin-right: 0;
	width: calc(50% + 56.4rem);
}
#main .people .comPeopleList {
	flex-wrap: nowrap;
}
#main .people .comPeopleList li {
	margin-right: 2.3rem;
	width: 29.8rem;
	transition: .7s;
}
#main .people .comPeopleList li.swiper-slide-active ~ li {
	width: 26.4rem;
}
#main .people .comPeopleList li a {
	aspect-ratio: 9 / 16;
}
#main .people .comPeopleList li a .arrow {
	right: 2rem;
	bottom: 1.6rem;
}
#main .people .comPeopleList li .textBox {
	padding: 1.6rem 2rem 1.6rem 2rem;
}
#main .people .comPeopleList li .textBox .title {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.09rem;
}
#main .people .arrowUl {
	margin: -0.1rem 0.2rem 0 0;
	width: fit-content;
	margin-left: auto;
}
#main .people .arrowUl li {
	margin-left: 1.6rem;
	width: 4rem;
	height: 4rem;
	transition: 0.3s;
	cursor: pointer;
	background: #2B436E url(../img/common/arrow_prev.png) no-repeat center center / 0.8rem;
}
#main .people .arrowUl li.next {
	background-image: url(../img/common/arrow_next.png);
}
#main .people .arrowUl li img {
	width: 0.8rem;
}
@media all and (min-width: 897px) {
	#main .people .arrowUl li:hover {
		opacity: 0.7;
	}
}
#main .job {
	padding: 11.7rem 0 12rem;
	background: #E7EEF6;
}
#main .job .headLine02 {
	margin-bottom: 3.8rem;
}
#main .job .imgBox {
	margin: 0 auto;
	max-width: 144rem;
}
#main .job .imgBox .textBox {
	width: 57.58%;
}
#main .job .imgBox .textBox .subArea {
	margin: 0 11.8rem 0 auto;
	max-width: 55.5rem;
}
#main .job .imgBox .textBox .subArea .comTagText {
	margin: 0 0 5.6rem 2.4rem;
}
#main .job .imgBox .textBox .subArea .subBox {
	margin-bottom: 4rem;
}
#main .job .imgBox .textBox .subArea .text {
	margin-bottom: 3.2rem;
	line-height: 2;
	letter-spacing: 0.08rem;
	text-align: justify;
}
#main .job .imgBox .textBox .subArea .text:last-child {
	margin-bottom: 0;
}
#main .job .imgBox .textBox .subArea .comBtn01 {
	margin: 0 0.3rem 0 auto;
}
#main .job .imgBox .photo {
	margin-top: -10.2rem;
	width: 42.42%;
}
#main .job .imgBox .photo img {
	width: 100%;
}
#main .environment {
	padding: 11.6rem 0 12rem;
}
#main .environment .headLine02 {
	margin-bottom: 3.9rem;
}
#main .environment .comTagText {
	margin: 0 0 -1.6rem 2.4rem;
}
#main .environment .inner {
	margin-bottom: 9.1rem;
	height: 48rem;
	overflow: hidden;
}
#main .environment .headLine04 {
	margin-bottom: 4.8rem;
}
#main .environment .comTextList {
	margin-bottom: 4.8rem;
}
#main .environment .comBtn01 {
	margin-left: auto;
	width: 35.2rem;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 0 0 3.5rem;
		height: 60rem;
	}
	#main .mainVisual .inner {
		margin: 0 1.6rem;
		max-width: inherit;
	}
	#main .mainVisual .inner .textImg {
		margin-bottom: 2.6rem;
		width: 22rem;
	}
	#main .mainVisual .inner .text {
		padding-left: 2.8rem;
		font-size: 1.6rem;
		letter-spacing: 0.048rem;
	}
	#main .mainVisual .scrollBox {
		right: 0.8rem;
		width: 3.8rem;
	}
	#main .mainVisual .scrollBox a {
		padding: 15.1rem 1rem 0 1rem;
	}
	#main .mainVisual .scrollBox a::before {
		height: 14rem;
	}
	#main .mainVisual .scrollBox a::after {
		top: 13.9rem;
	}
	#main .intro {
		padding: 7.9rem 0 8rem;
		height: auto;
		min-height: inherit;
	}
	#main .intro .imgBox {
		display: block;
	}
	#main .intro .imgBox .photoBox {
		margin: 0 auto;
		max-width: 34.3rem;
		padding: 0 1.6rem 2.3rem;
		width: auto;
		height: 34.5rem;
	}
	#main .intro .imgBox .photoBox .photo01 {
		top: 0;
		left: 0;
		width: 8rem;
	}
	#main .intro .imgBox .photoBox .photo02 {
		top: auto;
		right: auto;
		bottom: -2.8rem;
		left: 5.2rem;
		width: 12.8rem;
		z-index: 5;
	}
	#main .intro .imgBox .photoBox .photo03 {
		bottom: 14.6rem;
		left: auto;
		right: 0;
		width: 11.2rem;
	}
	#main .intro .imgBox .photoBox .hTitle {
		width: 16rem;
	}
	#main .intro .imgBox .textBox {
		padding: 5.7rem 1.6rem 5.8rem;
		width: auto;
		background-size: 14rem;
	}
	#main .intro .imgBox .textBox .text {
		margin-bottom: 3.5rem;
		font-size: 1.4rem;
		line-height: 2.4;
		letter-spacing: 0.042rem;
	}
	#main .company {
		padding: 2.6rem 0 8rem;
	}
	#main .company .headLine02 {
		margin-bottom: 6.4rem;
	}
	#main .company .imgBox {
		margin: 0 1.6rem 6.4rem;
		display: block;
	}
	#main .company .imgBox .photo {
		margin: 2rem 0 2.4rem;
		width: auto;
		aspect-ratio: 343 / 220;
	}
	#main .company .imgBox .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .company .imgBox .textBox {
		width: auto;
	}
	#main .company .imgBox .textBox .subInner {
		width: auto;
	}
	#main .company .imgBox .textBox .hTitle {
		margin-bottom: 2.5rem;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	#main .company .imgBox .textBox .hTitle .small {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
	#main .company .imgBox .textBox .subBox {
		margin-bottom: 2.4rem;
	}
	#main .company .imgBox .textBox .subBox .text {
		margin-bottom: 2.8rem;
		letter-spacing: 0.042em;
	}
	#main .company .imgBox .textBox .comBtn01 {
		margin: 0 auto;
	}
	#main .company .inner .mapImg {
		margin: -9.8rem -1.6rem -1.8rem;
		padding-right: 0;
		width: auto;
	}
	#main .company .inner .mapImg img {
		width: 100%;
	}
	#main .company .inner .comBtn01 {
		margin: 0 auto;
		width: 17.6rem;
	}
	#main .people {
		padding: 2.6rem 0 8rem;
	}
	#main .people .headLine02 {
		margin-bottom: 2.3rem;
	}
	#main .people .comTagText {
		margin: 0 0 2.3rem;
	}
	#main .people .mySwiper {
		margin: 0 auto;
		width: 100%;
	}
	#main .people .comPeopleList {
		margin: 0 auto 4.8rem;
		width: 100%;
	}
	#main .people .comPeopleList li {
		margin: 0 0.8rem;
		width: 22.5rem !important;
	}
	#main .people .comPeopleList li a .arrow {
		right: 1.6rem;
		bottom: 0.8rem;
	}
	#main .people .comPeopleList li .textBox {
		padding: 0.8rem 2rem 0.7rem 1.6rem;
	}
	#main .people .comPeopleList li .textBox .title {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.4;
		letter-spacing: 0.08rem;
	}
	#main .people .comPeopleList li .textBox .text {
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0.042rem;
	}
	#main .people .arrowUl {
		margin: 0 auto;
		width: fit-content;
	}
	#main .people .arrowUl li {
		margin: 0 1.2rem;
	}
	#main .job {
		padding: 2.6rem 0 8rem;
	}
	#main .job .headLine02 {
		margin-bottom: 2.4rem;
	}
	#main .job .imgBox {
		margin: 0 1.6rem;
		max-width: inherit;
		display: block;
	}
	#main .job .imgBox .textBox {
		width: auto;
	}
	#main .job .imgBox .textBox .subArea {
		margin: 0;
		max-width: inherit;
	}
	#main .job .imgBox .textBox .subArea .subBox {
		margin-bottom: 2.4rem;
	}
	#main .job .imgBox .textBox .subArea .comTagText {
		margin: 0 0 -1.7rem;
	}
	#main .job .imgBox .textBox .subArea .text {
		margin-bottom: 2.8rem;
		letter-spacing: 0.07rem;
	}
	#main .job .imgBox .photo {
		margin: 0 -1.6rem 2.4rem;
		width: auto;
	}
	#main .environment {
		padding: 2.6rem 0 8rem;
	}
	#main .environment .headLine02 {
		margin-bottom: 2.3rem;
	}
	#main .environment .comTagText {
		margin: 0 0 -2.1rem;
	}
	#main .environment .inner {
		margin-bottom: 6.2rem;
		height: 24rem;
	}
	#main .environment .headLine04 {
		margin-bottom: 2.8rem;
	}
	#main .environment .headLine04 small {
		letter-spacing: 0.042rem;
	}
	#main .environment .comTextList {
		margin-bottom: 2.4rem;
		gap: 0.8rem;
	}
	#main .environment .comBtn01 {
		margin: 0 auto;
		width: 26rem;
	}
}
body.loadOver .mainVisual .fadeLeft {
	transform: translateX(0);
	opacity: 1;
}
#main .mainVisual .inner .textImg img:nth-child(2) {
	transition-delay: .2s;
}
#main .mainVisual .inner .text {
	transition-delay: .4s;
}
#gHeader {
	opacity: 0;
}
body.loadOver #gHeader {
	animation: headerShow .7s forwards;
	animation-delay: .6s;
}
@keyframes headerShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}