@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	height: 0;
	background: transparent;
}
.mainVisual {
	height: 1204px;
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 0;
}
.mainVisual .mvImg {
	width: 100%;
	height: 1204px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.mainVisual .mvImg img {
	width: 100%;
	height: 1204px;
	object-fit: cover;
}
.mainVisual .mvInner {
	margin: 0 auto;
	padding: 299px 5px;
	max-width: 1280px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.mainVisual p {
	box-sizing: border-box;
	margin: 0 auto 215px;
	padding: 0 40px;
	max-width: 1140px;
	font-weight: 500;
	font-size: 3.6rem;
	letter-spacing: 0.025em;
	text-align: left;
}
.blockBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
}
.blockBox .blockBg {
	animation: loopAnime-1 60s linear infinite;
}
.blockBox .item {
	width: 100%;
	height: 1204px;
	position: relative;
}
.block01 {
	width: 572px;
	position: absolute;
	right: -136px;
	top: 166px;
}
.block02 {
	width: 350px;
	position: absolute;
	left: -102px;
	top: 484px;
}
.block03 {
	width: 75px;
	position: absolute;
	right: 28.2%;
	bottom: 77px;
	transform: translateX(50%);
}
@keyframes loopAnime-1 {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -1204px, 0);
	}
}
#main {
	padding-top: 1px;
	background: #112747 url("../img/index/bg01.png") no-repeat right -200px top / 838px;
}
#main .voice {
	margin-top: -196px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
#main .voice p {
	color: #fff;
	font-size: 2rem;
	line-height: 2.25;
	letter-spacing: 0.2em;
}
#main .voice .text01 {
	margin-bottom: 45px;
}
#main .voice .btn {
	position: absolute;
	bottom: 22px;
	right: 16px;
}
#main .voice .btn a {
	width: 304px;
	height: 304px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.749;
	opacity: 1;
}
#main .voice .btn a img {
	position: absolute;
	left: 0;
	top: 0;
	animation: 12s linear infinite rotation;
}
@keyframes rotation {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(-360deg)
	}
}
#main .voice .btn a::before {
	box-sizing: border-box;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #112747;
	content: '';
	transition: all 0.4s ease-out;
}
#main .voice .btn a .txt {
	position: relative;
	z-index: 1;
}
.block04 {
	margin-left: -70px;
	width: 160px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	z-index: 1;
}
#main .scrollTxt {
	margin-bottom: 40px;
	padding: 11px 0;
	background: #344488;
}
#main .scrollTxt img {
	width: auto;
	max-width: inherit;
	height: 68px;
}
#main .h2Ttl {
	margin-bottom: 115px;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 500;
}
#main .secBox {
	padding-bottom: 96px;
	position: relative;
}
#main .secBox .secInner {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#main .secBox .textBox {
	box-sizing: border-box;
	padding-left: 5%;
	width: 57.8125%;
	max-width: 740px;
	position: relative;
	z-index: 1;
}
#main .secBox .textBox .btnList {
	margin-left: 7.4%;
	max-width: 503px;
}
#main .secBox .textBox .btnList li:not(:last-child) {
	margin-bottom: 19px;
}
#main .secBox .textBox .btnList li a {
	padding: 20px 130px 20px 44px;
	min-height: 130px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 1.58;
	background: #fff;
	box-shadow: 0 0 10px rgba(59, 57, 135, 0.5);
	opacity: 1;
	box-sizing: border-box;
}
#main .secBox .textBox .btnList li a .arrow {
	width: 98px;
	height: 17px;
	position: absolute;
	right: 41px;
	top: 50%;
	overflow: hidden;
	transform: translateY(-50%);
}
#main .secBox .textBox .btnList li a .arrow::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/common/icon01.png") no-repeat right center / 100%;
	content: "";
}
#main .secBox .photoBox {
	margin: 29px 0 0 -210px;
	overflow: hidden;
	flex: 1;
}
#main .secBox .photoBox img {
	width: 100%;
	height: 640px;
	object-fit: cover;
	object-position: left center;
}
#main .block05 {
	width: 600px;
	position: absolute;
	left: -213px;
	bottom: 51px;
}
#main .block06 {
	width: 143px;
	position: absolute;
	left: 65%;
	bottom: -22px;
	transform: translateX(-50%);
	z-index: 1;
}
#main .why {
	padding-bottom: 121px;
}
#main .why .scrollTxt {
	margin-bottom: 33px;
}
#main .why .h2Ttl {
	margin-bottom: 153px;
}
#main .why .textBox {
	width: 51.875%;
	max-width: 664px;
	padding-right: 40px;
	padding-left: 0;
	order: 1;
}
#main .why .textBox .btnList {
	margin-left: 6.4%;
}
#main .why .textBox .btnList li a .arrow {
	right: 28px;
}
#main .why .photoBox {
	margin: -3px -134px 0 0;
}
#main .why .photoBox img {
	object-position: right center;
}
#main .why .block05 {
	left: auto;
	right: -215px;
	bottom: 66px;
}
#main .why .block06 {
	width: 104px;
	left: 21.2%;
	bottom: -31px;
}
#main .how {
	padding-bottom: 75px;
}
#main .how .scrollTxt {
	margin-bottom: 30px;
}
#main .how .textBox .h2Ttl {
	margin-bottom: 148px;
}
#main .how .photoBox {
	margin-top: 55px;
}
#main .how .block06 {
	width: 160px;
	left: 57.4%;
	bottom: -41px;
}
#main .workplace {
	padding-bottom: 111px;
}
#main .workplace .scrollTxt {
	margin-bottom: 45px;
}
#main .workplace .textBox {
	padding: 0 5% 0 0;
	width: 77.5%;
	max-width: 992px;
	box-sizing: border-box;
	order: 1;
}
#main .workplace .textBox .h2Ttl {
	margin-bottom: 171px;
	text-align: right;
}
#main .workplace .textBox .btnList {
	margin: -20px 0 0;
	max-width: 872px;
}
#main .workplace .textBox .btnList li:not(:last-child) {
	margin-bottom: 0;
}
#main .workplace .textBox .btnList li {
	margin: 20px 0 0;
	width: calc(50% - 12px);
}
#main .workplace .photoBox {
	margin: -2px -462px 0 0;
}
#main .workplace .photoBox img {
	object-position: right center;
}
#main .workplace .block05 {
	left: auto;
	right: -216px;
	bottom: 78px;
}
#main .workplace .block06 {
	width: 88px;
	left: 15.8%;
}
#main .recruit {
	padding-bottom: 131px;
}
#main .recruit .h2Ttl {
	margin-bottom: 212px;
}
#main .recruit .scrollTxt {
	margin-bottom: 30px;
}
#main .recruit .photoBox {
	margin-top: 25px;
}
#main .recruit .photoBox img {
	height: 509px;
}
#main .recruit .block05 {
	bottom: 100px;
}
@media all and (min-width: 897px) {
	#main .voice .btn a:hover:before {
		background: #1E385D;
	}
	#main .secBox .textBox .btnList li a:hover {
		opacity: 0.9;
	}
	#main .secBox .textBox .btnList li a .arrow::after {
		transition: all .2s ease-in-out 0s;
	}
	#main .secBox .textBox .btnList li a:hover .arrow::after {
		animation: c-button-entry-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}
}
@media all and (max-width: 1279px) {
	#main .what .photoBox {
		margin-right: -16.4%;
	}
	#main .why .photoBox {
		margin-left: -10.468%;
	}
	#main .workplace .photoBox {
		margin-right: -36.09%;
	}
}
@keyframes loopAnime-2 {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -632px, 0);
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		height: 602px;
	}
	.mainVisual .mvImg {
		height: 602px;
	}
	.mainVisual .mvImg img {
		height: 602px;
	}
	.mainVisual .mvInner {
		padding: 149px 3px;
		text-align: left;
		max-width: inherit;
	}
	.mainVisual p {
		margin-bottom: 59px;
		padding: 0 12px;
		max-width: inherit;
		font-size: 1.8rem;
	}
	.blockBox {
		height: 632px;
	}
	.blockBox .blockBg {
		animation: loopAnime-2 60s linear infinite;
	}
	.blockBox .item {
		height: 632px;
	}
	.block01 {
		width: 285px;
		right: -142px;
		top: 92px;
	}
	.block02 {
		width: 117px;
		left: -43px;
		top: 308px;
	}
	.block03 {
		width: 38px;
		right: 36px;
		bottom: -30px;
		z-index: 1;
	}
	#main {
		background: #112747;
	}
	#main .voice {
		margin-top: -100px;
		padding-bottom: 40px;
		background: url("../img/index/sp_bg01.png") no-repeat right top 74.8% / 334px;
	}
	#main .voice .content {
		margin: 0 15px;
	}
	#main .voice p {
		font-size: 1.15rem;
		line-height: 2.086;
	}
	#main .voice .text01 {
		margin-bottom: 24px;
	}
	#main .voice .btn {
		margin: 9px 2px 0;
		position: relative;
		bottom: auto;
		right: auto;
	}
	#main .voice .btn a {
		margin-left: auto;
		width: 180px;
		height: 180px;
		font-size: 1.4rem;
		line-height: 1.77;
		letter-spacing: 0.03em;
		position: relative;
		box-sizing: border-box;
		padding-top: 1px;
	}
	#main .voice .btn a img {
		width: 100%;
	}
	#main .voice .btn a::before {
		left: 18px;
		top: 18px;
		right: 18px;
		bottom: 18px;
	}
	.block04 {
		margin-left: 0;
		width: 80px;
		left: 33px;
		bottom: 27px;
		transform: translateX(0);
	}
	#main .scrollTxt {
		margin-bottom: 12px;
		padding: 5px 0;
	}
	#main .scrollTxt img {
		height: 34px;
	}
	#main .h2Ttl {
		margin-bottom: 64px;
		font-size: 1.8rem;
		line-height: 1.78;
	}
	#main .secBox {
		padding-bottom: 136px;
	}
	#main .secBox .secInner {
		display: block;
		z-index: auto;
	}
	#main .secBox .textBox {
		margin: 0 10px;
		padding: 0;
		width: auto;
		max-width: inherit;
		z-index: 5;
	}
	#main .secBox .textBox .btnList {
		margin: 0;
		width: 300px;
		max-width: 84.5%;
	}
	#main .secBox .textBox .btnList li:not(:last-child) {
		margin-bottom: 11px;
	}
	#main .secBox .textBox .btnList li a {
		padding: 15px 90px 15px 26px;
		min-height: 78px;
		font-size: 1.5rem;
		line-height: 1.56;
	}
	#main .secBox .textBox .btnList li a .arrow {
		width: 58px;
		right: 25px;
	}
	#main .secBox .photoBox {
		margin: 0;
		width: 75%;
		position: absolute;
		right: 0;
		top: 48px;
		z-index: 0;
	}
	#main .secBox .photoBox img {
		height: 300px;
	}
	#main .block05 {
		width: 204px;
		left: -10px;
		bottom: 30px;
		z-index: 1;
	}
	#main .block06 {
		width: 71px;
		left: auto;
		right: 29px;
		bottom: -11px;
		transform: translateX(0);
	}
	#main .why {
		padding-bottom: 106px;
	}
	#main .why .scrollTxt {
		margin-bottom: 14px;
	}
	#main .why .h2Ttl {
		max-width: 218px;
		margin: 0 0 46px auto;
	}
	#main .why .textBox {
		width: auto;
		max-width: inherit;
		padding: 0;
	}
	#main .why .textBox .btnList {
		margin-left: auto;
		margin-right: 0;
	}
	#main .why .textBox .btnList li a .arrow {
		right: 17px;
	}
	#main .why .photoBox {
		margin: 0;
		left: -5px;
		right: auto;
		top: 2px;
	}
	#main .why .photoBox img {
		height: 320px;
	}
	#main .why .block05 {
		width: 300px;
		left: auto;
		right: -222px;
		bottom: 34px;
	}
	#main .why .block06 {
		width: 52px;
		left: 110px;
		bottom: -15px;
	}
	#main .how {
		padding-bottom: 73px;
	}
	#main .how .scrollTxt {
		margin-bottom: 12px;
	}
	#main .how .textBox .h2Ttl {
		margin-bottom: 50px;
	}
	#main .how .photoBox {
		margin-top: 0;
		top: 53px;
		width: 72%;
	}
	#main .how .photoBox img {
		height: 273px;
	}
	#main .how .block05 {
		width: 300px;
		left: -222px;
		bottom: 52px;
	}
	#main .how .block06 {
		width: 80px;
		left: auto;
		right: 97px;
		bottom: -21px;
	}
	#main .workplace {
		padding-bottom: 114px;
	}
	#main .workplace .scrollTxt {
		margin-bottom: 12px;
	}
	#main .workplace .textBox {
		padding: 0;
		width: auto;
		max-width: inherit;
	}
	#main .workplace .textBox .h2Ttl {
		margin-right: 4px;
		margin-bottom: 49px;
	}
	#main .workplace .textBox .btnList {
		margin: -10px 1px 0 auto;
	}
	#main .workplace .textBox .btnList li:not(:last-child) {
		margin-bottom: 0;
	}
	#main .workplace .textBox .btnList li {
		margin: 10px 0 0;
		width: 100%;
	}
	#main .workplace .textBox .btnList li:nth-child(2) {
		order: 1;
	}
	#main .workplace .photoBox {
		margin: 0;
		width: 73%;
		right: auto;
		left: 0;
		top: 54px;
	}
	#main .workplace .photoBox img {
		height: 320px;
	}
	#main .workplace .block05 {
		width: 300px;
		left: auto;
		right: -228px;
		bottom: 40px;
	}
	#main .workplace .block06 {
		width: 44px;
		right: auto;
		left: 80px;
	}
	#main .recruit {
		padding-bottom: 170px;
	}
	#main .recruit .h2Ttl {
		margin-bottom: 70px;
	}
	#main .recruit .scrollTxt {
		margin-bottom: 13px;
	}
	#main .recruit .photoBox {
		margin-top: 0;
		width: 63.3%;
		top: 13px;
	}
	#main .recruit .photoBox img {
		height: 254px;
	}
	#main .recruit .block05 {
		width: 300px;
		left: -198px;
		bottom: 35px;
	}
}
@media all and (max-width: 359px) {
	#main .voice p {
		letter-spacing: 0.1em;
	}
	#main .secBox .textBox .btnList li a {
		padding-left: 15px;
		padding-right: 60px;
	}
	#main .secBox .textBox .btnList li a .arrow {
		width: 40px;
		right: 12px;
	}
}