.initial * {
	-webkit-transition: none !important;
	transition: none !important;
}
.fixed .glHeader {
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
}
.fixed .glBorder {
	position: fixed;
}
.fixed .mainVisual {
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
}
.fixed .sideShare {
	position: fixed;
	bottom: 0;
}
.fixed section,
.fixed .glFooter {
	opacity: 0;
}
.sideShare {
	width: 50px;
	position: absolute;
	top: 0;
	bottom: 54%;
	right: 0;
	text-align: center;
	z-index: 1;
}
.sideShare_inner {
	position: relative;
	height: 100vh;
}
.sideShare dl {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
}
.sideShare dt {
	margin-bottom: 28px;
}
.sideShare dt img {
	vertical-align: initial;
}
.sideShare dd {
	margin-top: 18px;
}
.sideShare dd img {
	width: 14px;
	height: auto;
}
.mainVisual {
	position: relative;
}
.mainVisual_inner {
	position: relative;
	overflow: hidden;
}
.mainVisual_inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.3);
}
.mainVisual #player,
.mainVisual #mainVisual {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.tab .mainVisual #player {
	display: none;
}
.mainVisual_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
/* メインビジュアルのアニメーション設定 */
.glHeader {
	/* -webkit-transform: translateX(-100%) translateY(0);
          transform: translateX(-100%) translateY(0); */
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.animation .glHeader {
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}
.glHeader.hide {
	-webkit-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
}
.glHeader_line {
	-webkit-transform: translateX(100%) translateY(-100%);
	transform: translateX(100%) translateY(-100%);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
	transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
.animation .glHeader_line {
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}
.glHeader_logo,
.glHeader_nav {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out 3s;
	transition: opacity 1s ease-in-out 3s;
}
.animation .glHeader_logo,
.animation .glHeader_nav {
	opacity: 1;
}
.glBorder {
	-webkit-transform: translateX(100%) translateY(-100%);
	transform: translateX(100%) translateY(-100%);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
	transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
.animation .glBorder {
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}
.sideShare {
	/* -webkit-transform: translateY(100%);
          transform: translateY(100%); */
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.animation .sideShare {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.sideShare_inner {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out 3s;
	transition: opacity 1s ease-in-out 3s;
}
.animation .sideShare_inner {
	opacity: 1;
}
.mainVisual {
	opacity: 1;
	/* -webkit-transition: opacity 1s ease-in-out 0.5s;
  transition: opacity 1s ease-in-out 0.5s; */
}
.animation .mainVisual {
	opacity: 1;
}
.mainVisual_ttl {
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
	-webkit-transition: opacity 0.5s ease-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s;
	transition: opacity 0.5s ease-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s;
	transition: opacity 0.5s ease-out 1.5s, transform 0.5s ease-in-out 1.5s;
	transition: opacity 0.5s ease-out 1.5s, transform 0.5s ease-in-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s;
}
.animation .mainVisual_ttl {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mainVisual .modIconDown {
	opacity: 0;
	/* -webkit-transition: opacity 1s ease-in-out 3s;
  transition: opacity 1s ease-in-out 3s; */
}
.animation .mainVisual .modIconDown {
	opacity: 1;
}
/*************************************/
section {
	text-align: center;
	line-height: 2.357142857142857;
}
.section-about {
	color: #fff;
	position: relative;
	z-index: 1;
}
.section-about .obj01 {
	z-index: 1;
	position: absolute;
}
.section-about .obj01 img {
	width: 100%;
}
.section-about_inner {
	position: relative;
	box-sizing: border-box;
}
.section-about .contents {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.section-about .txt {
	color: #464646;
}
.section-about .bg img {
	width: 100%;
}
.section-business {
	position: relative;
}
.section-business.js-actionAlready {
	z-index: 2;
}
.section-business .btnAbout {
	position: absolute;
	top: -91%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.section-business .obj01 {
	z-index: 1;
	position: absolute;
	right: 0;
}
.section-business .obj01 img {
	width: 100%;
}
.section-business .obj02 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	right: 0;
}
.section-business .obj02 img {
	width: 100%;
}
.section-business .obj03 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	right: 0;
}
.section-business .obj03 img {
	width: 100%;
}
.section-business_inner {
	position: relative;
}
.section-business .contents {
	position: absolute;
	left: 0;
	right: 0;
}
.section-business .txt {
	color: #000;
}
.section-business .txt > span {
	position: relative;
}
.section-business .txt > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0px 1px 50px 20px #fff;
}
.section-business .txt > span > span {
	z-index: 1;
	position: relative;
}
.section-business .bg img {
	width: 100%;
}
.section-interview {
	position: relative;
	z-index: 2;
}
.section-interview .obj01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.section-interview .obj01 img {
	width: 100%;
}
.section-interview_inner {
	position: relative;
}
.section-interview .list_inner:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
.section-interview .list_detail {
	background-color: #fff;
	box-sizing: border-box;
}
.section-interview .list_detail_hovImg,
.section-interview .list_detail_hovTxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.section-interview .list_detail_hovImg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.section-interview .list_detail_hovTxt-01 {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	-webkit-transition: opacity 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
	transition: opacity 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
	transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s;
	transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
}
.section-interview .list_detail_hovTxt-02 {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
	-webkit-transition: opacity 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
	transition: opacity 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
	transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s;
	transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
}
.section-interview .list_detail_img {
	width: 100%;
	height: auto;
}
.section-interview .list_detail_txt02 span {
	color: #0096e0;
	font-weight: bold;
}
.section-interview .list_detail_txts {
	text-align: left;
}
.section-col2 {
	z-index: 1;
	position: relative;
}
.section-institution {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.scrollTop .glHeader_inner_contents {
		background: url("/recruit/img/img_header_01_pc.png") no-repeat right;
	}
	.sideShare {
		background: url("/recruit/img/bg_sideshare_pc.png") no-repeat top;
	}
	.mainVisual_inner {
		width: 100％;
		min-width: 980px;
		height: 100vh;
	}
	.mainVisual_ttl {
		top: 50%;
	}
	.section-about .obj01 {
		width: 26.171875%;
		top: 65%;
		left: -50px;
	}
	.section-about_inner {
		width: calc(100% - 100px);
		margin: 0 auto;
		margin-top: 3.90625%;
	}
	.section-about .contents {
		top: 8%;
	}
	.section-about .txt {
		font-size: 14px;
		margin: 4.140625% 0 0;
	}
	.section-about .bg {
		width: 100%;
	}
	.section-business .obj01 {
		width: 22.5%;
		top: -54%;
	}
	.section-business_inner {
		width: calc(100% - 100px);
		margin: 0 auto;
		padding-top: 11.77%;
	}
	.section-business .contents {
		top: 55%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.section-business .txt {
		font-size: 14px;
		margin: 0 0 30px;
	}
	.section-business .bg {
		width: 100%;
	}
	.section-interview_inner {
		width: 78.125%;
		margin: 0 auto;
		padding: 9.296875% 0 13.90625%;
	}
	.section-interview .txt {
		font-size: 14px;
		margin: 4% 0 6.5%;
	}

	.section-interview .list_inner {
		min-width: 960px;
	}

	.section-interview .list_detail {
		width: 44%;
		overflow: hidden;
	}
	.section-interview .list_detail:nth-child(1) {
		float: left;
		margin-left: 4%;
	}
	.section-interview .list_detail:nth-child(2) {
		float: right;
		margin-top: 5%;
	}
	.section-interview .list_detail:nth-child(3) {
		float: left;
		margin-top: 8%;
	}
	.section-interview .list_detail:nth-child(4) {
		float: right;
		margin-right: 4%;
		margin-top: 8%;
	}
	.section-interview .list_detail a:hover .list_detail_hovImg {
		opacity: 1;
	}
	.section-interview .list_detail a:hover .list_detail_hovTxt {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.section-interview .list_detail_txt01 {
		font-size: 13px;
	}
	.section-interview .list_detail_txt02 {
		font-size: 24px;
	}
	.section-interview .list_detail_txt02 span {
		font-size: 20px;
		padding-left: 20px;
	}
	.section-interview .list_detail_txts {
		padding: 30px 0 30px 60px;
	}
	.section-interview .btn {
		margin-top: 77px;
	}
	.section-col2 {
		margin-top: -8%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.section-institution,
	.section-information {
		width: 50%;
	}
	.section-institution_inner,
	.section-information_inner {
		padding: 27.03125% 0 22.03125%;
	}
	.section-institution .btn,
	.section-information .btn {
		margin-top: 12.5%;
	}
	.section-institution_inner {
		background: url("/recruit/img/bg_institution_01_pc.jpg") no-repeat bottom;
		background-size: cover;
	}
	.section-information_inner {
		background: url("/recruit/img/bg_information_01_pc.jpg") no-repeat bottom;
		background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	.mainVisual_inner {
		/* width: 100vw; */
		height: 100vh;
	}
	.mainVisual #player {
		display: none;
	}
	.mainVisual #mainVisual {
		background: url("/recruit/img/img_main_01_sp.jpg") no-repeat center;
		background-size: cover;
	}
	.mainVisual_ttl {
		top: 38.59375%;
		width: 87.03125%;
	}
	.mainVisual .modIconDown {
		bottom: 12.1875%;
	}
	.section-about .obj01 {
		width: 28.749999999999996%;
		top: 50%;
		left: 0;
	}
	.section-about_inner {
		margin-top: 3.125%;
		padding: 0 3.125%;
	}
	.section-about .contents {
		top: 7.5%;
		width: 92.1875%;
		margin: 0 auto;
	}
	.section-about .heading {
		width: 32.8125%;
		margin: 0 auto;
	}
	.section-about .txt {
		margin: 10.909090909090908% 0;
	}
	.section-about .btn {
		width: 73.21428571428571%;
		margin: 10.178571428571429% auto 0;
	}
	.section-business {
		margin-top: 15%;
	}
	.section-business .obj01 {
		width: 30.46875%;
		top: -32%;
	}
	.section-business_inner {
		padding: 3.125% 3.125% 0;
	}
	.section-business .contents {
		top: 10.666666666666668%;
	}
	.section-business .heading {
		width: 67.66666666666666%;
		margin: 0 auto;
	}
	.section-business .txt {
		width: 91.66666666666666%;
		margin: 0 auto;
	}
	.section-business .btn {
		width: 68.33333333333333%;
		margin: 9.5% auto 0;
	}
	.section-interview_inner {
		padding: 17.1875% 3.125% 26.875%;
	}
	.section-interview .heading {
		width: 54.833333333333336%;
		margin: 0 auto;
	}
	.section-interview .txt {
		margin: 10% 0 12.5%;
	}
	.section-interview .list_detail:nth-child(n + 2) {
		margin-top: 4.5%;
	}
	.section-interview .list_detail_txt01 {
		font-size: 2.8125vw;
	}
	.section-interview .list_detail_txt02 {
		font-size: 5vw;
	}
	.section-interview .list_detail_txt02 span {
		font-size: 3.4375vw;
		padding-left: 5.769230769230769%;
	}
	.section-interview .list_detail_txts {
		padding: 5.833333333333333% 0 7.5% 13.333333333333334%;
	}
	.section-interview .btn {
		width: 68.33333333333333%;
		margin: 21.666666666666668% auto 0;
	}
	.section-institution_inner,
	.section-information_inner {
		margin-top: -9.375%;
	}
	.section-institution .btn,
	.section-information .btn {
		width: 64.0625%;
		margin: 0 auto;
	}
	.section-institution_inner {
		background: url("/recruit/img/bg_institution_01_sp.png") no-repeat bottom;
		background-size: cover;
		padding: 28.90625% 0 27.8125%;
	}
	.section-institution .heading {
		width: 61.25000000000001%;
		margin: 0 auto 17.1875%;
	}
	.section-information_inner {
		background: url("/recruit/img/bg_information_01_sp.png") no-repeat bottom;
		background-size: cover;
		padding: 28.90625% 0 21.5625%;
	}
	.section-information .heading {
		width: 67.1875%;
		margin: 0 auto 17.1875%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
	.section-about .contents {
		top: 9%;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.section-business .btnAbout {
		top: -30%;
	}
}

/* 2022 01 追記 */
.movie_btn {
	margin: 8.5% auto 0;
	width: 34.375%;
	display: block;
}
.movie_btn:hover {
	opacity: 1;
}
.movie_btn img {
	width: 100%;
}
.section-about .btnAbout {
	margin-top: 3.17%;
}
.section-business .obj04 {
	position: absolute;
	width: 26.171875%;
	top: -52%;
	left: -50px;
	z-index: 100;
	pointer-events: none;
}
.section-business .obj04 img {
	width: 100%;
}

.modaal-noscroll .modaal-wrapper .modaal-close {
	background: #fff;
	width: 36px;
	height: 36px;
}

.modaal-noscroll .modaal-wrapper .modaal-close:before,
.modaal-noscroll .modaal-wrapper .modaal-close:after {
	background: #000000;
	border-radius: 0;
	width: 2px;
	height: 18px;
	top: 9px;
	left: 17px;
}

.modaal-noscroll .modaal-wrapper .modaal-close:hover:before,
.modaal-noscroll .modaal-wrapper .modaal-close:hover:after {
	background: #000000;
}

@media screen and (min-width: 768px) {
	.movie_btn {
		background: url("/recruit/img/movie_btn_01_pc.jpg") no-repeat center;
		background-size: cover;
		padding-top: 27.8%;
		position: relative;
	}
	.movie_btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		opacity: 0;
		width: 100%;
		height: 100%;
		transition: all 0.2s ease-in-out 0.1s;
		background: url("/recruit/img/movie_btn_01_hover_pc.jpg") no-repeat center;
		background-size: cover;
	}

	.movie_btn:hover::after {
		opacity: 1;
	}

	.modaal-noscroll .modaal-wrapper .modaal-close:hover {
		opacity: 0.5;
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
}

@media screen and (max-width: 767px) {
	.movie_btn {
		margin: 12% auto 0;
		width: 85%;
	}
	.modaal-noscroll .modaal-wrapper .modaal-close {
		width: 7.8125vw;
		height: 7.8125vw;
		top: 3.125vw;
		right: 3.125vw;
	}

	.modaal-noscroll .modaal-wrapper .modaal-close:before,
	.modaal-noscroll .modaal-wrapper .modaal-close:after {
		height: 3.9vw;
		top: 2.1vw;
		left: 3.7vw;
	}

	.modaal-noscroll .modaal-wrapper .modaal-video-wrap {
		margin: 0;
	}

	.section-business .obj04 {
		position: absolute;
		width: 26.171875%;
		top: -49%;
		left: 0;
		z-index: 100;
	}
}

/* 2022 01 追記 */
