body,html {
  height: 100%;
  margin: 0 auto;
  
}
body {
    width: 100%;
}

#video-header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    /*height: 100vh;高さを全画面にあわせる*/
    max-width: 1080px;
    margin: 0 auto;
} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
     /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; 
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*
video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    max-width: 1080px;
    margin: 0 auto;
}*/

/*-------------------削除禁止---------------------------*/

.text-child h1 span{
	font-family: 'Spartan', sans-serif;
	font-size: 140px;
}

.title .ja {
	font-family: GothicBBBPr6N-Medium;
}
.row1 .title p{
	font-family:GothicMB101Pro-Bold;
}
.title h2{
	font-family: HelveticaNeue-Medium, 'Almarai', sans-serif;
}
.text-content{
	font-family:GothicBBBPr6N-Medium, sans-serif;
}
.go-to{
	font-family: GothicBBBPr6N-Medium;
}
.contact form .contact-text {
	font-family: GothicBBBPr6N-Medium, sans-serif;
}
td,th {
	font-family: GothicBBBPr6N-Medium;
}
footer h4 {
	font-family: GothicBBBPr6N-Medium;
}

/*-------------------ここまで削除禁止---------------------------*/


@media(max-width: 600px) {


button, input[type="text"], select, textarea{
	background-color: white;
}

video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
     /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; 
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
	/*video {
	    position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: -50%;
	    margin: auto;
	    min-width: 100vw;
	    min-height: 100vh;
	    width: auto;
	    height: 100%;
	    z-index: -100;
	    max-width: none;
	}*/
}

@media(min-width: 750px) {


header{
	margin:0 auto;
	width: 100%;
	max-width: 1080px;
	height: 100%;
}


.menu{
	display:flex;
	position:fixed;
	width:100%;
	margin:0 auto;
	justify-content:space-between;
	z-index:9000;
	max-width: 1080px;
}

.top-icon{
	margin-top:27px;
	margin-left:22px;
	padding:0;
	height:44px;
}

.menu-button{
	float:right;
}

.menu-right #sound_button{
	margin-top: 18px;
	margin-right: 12px;
}

.menu-right .menu-button button,.menu-right .close-button button{
	margin-top:18px;
	margin-right:7px;
}

.close-button button{
	margin-top:3px;
	margin-left:10px;
}


button:focus{
	outline:none;
}

.menu-button button:hover{
	border:1px solid black;
	border-radius:0;
}

.menu-button{
	position:relative;
}

.menu-button label img{
	position:absolute;
	top:6px;
	left:10px;
}

.menu-button button label img:first-child{
	opacity:1;
}

.menu-button button label img:last-child{
	opacity:0;
}

.menu-button button:hover label img:first-child{
	opacity:0;
}


.menu-button button:hover label img:last-child{
	opacity:1;
}

.menu-button button span{
	position:absolute;
	top:2px;
	right:10px;
}

footer{
	background-color:rgba(0,0,0,0.85);
	padding-bottom:200px;	
}

footer div{
	/*width:1080px;*/
	margin:0 auto;
}

footer h4{
	margin-top:0;
	/*margin-left:482px;*/
	letter-spacing: 0.5px;
	font-weight:normal;
	font-size:14px;
	padding-bottom:0px;
	color:white;
	text-align: center;
}


footer h4 img{
	height:14px;
	width:auto;
}


.header{
	height:100%;
	/*width:1080px;*/
	margin:0 auto;
}

.header-text{
	display:flex;
	justify-content:center;
	align-items: center;
	height:100%;
}

.text-child{
	/*margin-top:8%;*/
	/*margin-left:13px;*/
	width:29.0999%;
	/*height:364.94px;*/
	display:inline-block;
}

.text-child h1{
	margin:0;
	/*font-size:9rem;*/
	font-size:168.34px;
	font-weight:560;
    line-height:171px;
    z-index:100;
    margin-block-start:0;
    display:block;
    width:560.51px;
    height:300.04px;
}


.text-child h1 span{
	letter-spacing: 0px;
	margin-left:7px;
}


.text-child p:first-child{
	align-items:left;
}

.text-child .p-1{
	font-size:57.29px;
	width:377px;
	/*display:flex;
	text-align: justify;
    text-align-last: justify;*/
    margin-top:81px;
    margin-left:7px;
	letter-spacing:0px;
    padding:0;
}

.text-child .p-1 p{
	margin:0;
}


.text-child .p-2 p{
	font-size:57.29px;
	width:545px;
	margin-top:6px;
	margin-left:6px;
	letter-spacing:-0.1px;
}

.text-child img{
	width: 100%;
}

.content-pare{
	width:1080px;
	margin:0 auto;
}


.bg-op-black{
	background-color:rgba(0,0,0,0.85);
	color:white;
}

.bg-op-white{
	background-color:rgba(255,255,255,0.85);
	color:black;	

}

.row1{
	margin-top:0px;
	padding-top:77px !important;
	padding-bottom:58px !important;
}

.content{
	padding-left:9%;
}

.row1 .title p{
	font-weight:bold;
	font-size:32.39px;
	margin-top:7px;
	margin-left:54px;
	margin-bottom:0px;
	letter-spacing:2.5px;
	width:454.76px;
}

.row1 .title img:last-child{
	width:427.76px;
	height:31.12px;
	margin-top:8px;
	margin-left:57px;
}

.row1 .fade1 .resp {
	display: none;
}

.row1 .content .fade1{
	width: 88%;
} 

.row1 .text-content-p{
	width: 100%;
}

.title h2{
	font-weight:400;
	text-align:center;
	font-size:49.55px;
	margin-top:-6px;
	margin-left:4px;
	margin-right:0;
	margin-bottom:0;
}


.text-profile{
	height:36.07px;
	width:135.1px;	
}

.title .text-activity{
	height:45.54px;
	width:162.64px;	
	margin-top:3px;
	margin-left:0px;
}

.title .text-results{
	height:36.08px;
	width:159.71px;	
	margin-top:-3px;
	margin-left:3px;
}

.title .text-recruit{
	height:36.08px;
	width:153.52px;	
	margin-top:-3px;
	margin-left:3px;
}

.title .text-contact{
	height:37.07px;
	width:172.79px;	
	margin-top:-1px;
	margin-left:1px;
}

.title h2 img{
	height:100%;
	width:100%;
}

.title h2 span{
	letter-spacing: -3px;
}


.text-content{
	font-size:18px;
	line-height:40px;
	/*text-align-last:justify;*/
}


.row1 .text-content p br:first-child{
	display: block;
}

.row1 .text-content{
	/*width:698.03px;*/
}

.row1 .text-content p{
	margin-top:31px;
	letter-spacing:-1px;
	width:100%;
	line-height: 50px;
	font-size: 2vh;
}

.row .text-content p{
	margin-top:54px;
	margin-left:2px;
	margin-right:0px;
	margin-bottom:0px;
	letter-spacing:-2px;
	width:341px;
	text-align-last:justify;

}


.row .profile-text p img{
	letter-spacing: -71px;
}

.row .activity-text p{
	width:345px !important; 
}


.row .activity-text p span{
	letter-spacing: -88px;
}



.row .results-text p span{
	letter-spacing: -88px;
}

.row .recruit-text p span{
	letter-spacing: -36px;
}

.content-2col{
	display:flex;
	height:380.97px;
}

.col-half{
	width:50%;
}



.col-half.col-half1 img{
	height:380.97px;
	width:380.97px;
	object-fit:cover;
}

.half-text{
	position:relative;
	width:380.92px;
}

.half-text .title{
	justify-content: left
}

.half-text .title p{
	font-weight:normal;
	font-size:25.91px;
	margin-right:0px;
	margin-bottom:0px;
	letter-spacing:6px;
}

.profile-ja{
	margin-top:11px;
	margin-left:52px;
}

.activity-ja{
	margin-top:10px;
	margin-left:27px;	
}


.results-ja{
	margin-top:12px;
	margin-left:29px;	
}


.recruit-ja{
	margin-top:12px;
	margin-left:32px;	
}


.contact .title .contact-ja{
	margin-top:9px;
	margin-left:-6px;
	font-size:25.91px;
	letter-spacing: 4px;	
}


.parent-go-to{
	display:flex;
	align-items:flex-end;
}

.go-to{
	width:auto;
	display:flex;
	/*justify-content:space-between;*/
	/*align-items: center;*/
	position:absolute;
	bottom:0;
	font-size:34.36px;
	text-decoration:none;
	margin-bottom:0px;
	margin-left:0.5px;
	letter-spacing:-2px;
}


.go-text{
	position:relative;
	margin-bottom:-6px;
}

 .go-text

.go-text .go-w,.go-text .go-b{
	position:absolute;
	top:0;
	left:0;
}

.profile-go-to{
	padding-right:5px;
}

.go-to-b{
	/*background-color:rgba(0,0,0,0.6);*/
}


.go-to-w{
	/*background-color:rgba(255,255,255,0.6);*/
}


.go-to p{
	height:100%;
	display:flex;
	white-space: nowrap;
	margin:0;
}

.go-to p img{
	width:100%;
	height:100%;
}

.cursor{
	margin-top:4px;
	margin-left:26px;
	width:33.11px;
	height:33.11px;
	position:relative;
}


.cursor img{
	width:34px;
	height:34px;
	position:absolute;
	right:0px;
	bottom:0px;
}

.cursor.cursor-activity img{
	right:9px;
	bottom:-2px;
}

.cursor.cursor-results img{
	right:16px;
	bottom:-2px;

}


.cursor.cursor-recruit img{
	right:14px;
	bottom:-2px;
}

.go-to:hover{
	/*text-decoration:underline;*/
	opacity:0.8;
}

.bg-op-black .go-to{
	color:white;
}

.bg-op-white .go-to{
	color:black;
}

#contact-form{
	padding-bottom:115px;
	padding-top: 72px;
}

.content.contact{
	width: 81%;
	margin: 0 auto;
	padding-left: 0;
}

.contact form .contact-text{
	margin:33px 0 0 0px;
	line-height: 2;
    font-size: 14px;
	width:719.57px;
}

.contact form .contact-text{
	height:46px;
	width:96%;
}

.contact form .contact-text img{
	height:46px;
}

.contact form .contact-text span{
	letter-spacing: -46.5px;
}

.contact .title{
	justify-content: left;
}

.contact .title p{
	padding-left:2rem;
	font-size:1.8rem;
	letter-spacing:0.6rem;
}

table{
	width:100%;
	border-color:white;
	margin-top:50px;
}

table tr td:first-child{
	background-color:#444;
	padding:1rem;
}

th{
	width:180.47px;
	background-color:#444;
}

td{
	width:526.4px;
}

td,th{
	padding:0px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	font-family: sans-serif;
}

th span,td span{

	padding:0.2rem;
	font-size:11px;
}

th label{
	height:45px;
	display:inline-block;
	letter-spacing: 0px;
	margin-top:5px;
}

th label img{
	height:13px;
	width:auto;
}

th label span{
	margin-top:0px;
	padding:3px 7px;
}

th label span img{
	margin-top:3px;
	height:20.21px;
}

.c-3 label{
	margin-top:2px;
}

#radio{
	height:135px !important;

}

#radio p input{
	width:auto;
	height:auto !important;
	float:left;
	align-items:center;
	transform: scale(1.8);
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	border:none;
}


#radio p{
	align-items:center;
	text-align:left;
	margin-top:6px;
	margin-bottom:1px;
	margin-left:40px;
	letter-spacing: -1px;
}

#radio p:nth-child(2){
	float: right;
	margin-right: 19%;
	margin-top: -20px;
}


#radio p input:last-child{
	margin-top:2px;
}

#radio p:last-child{
	margin-top:19px;
}

button, input, select, textarea{
	background-color: white;
}

input,textarea{
	width:94%;
	margin:0.5rem auto;
	font-size:14px;
	padding:14px 0px;
	padding-left:7px;
}

th{
	height:82.9px;
}

.text-area{
	height:228.4px;
}

.submit-button{

	text-align:center;
	margin:3rem 0;
}

.submit-button button{
	color:white;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	margin-top:9px;
	border:solid 1px #FFF;
	width:192.1px;
	height:45.19px;
	position:relative;
	background-color:rgba(0,0,0,0);
}

.submit-button button img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	height:13px;
}

.block720{
	display: none;
}



}

/*************************************************************/
body{
	background-color: #3E3A39;
	z-index: -101;
}

main,footer,.menu-window{
	max-width: 1080px;
	margin: 0 auto;
}

.row {
	margin-top: 97px;
}

.title{
	text-align: center;
}

.title img {
	margin-top: 25.4%;
	margin-left: -10px;
}

.link {
	text-align: center;
}

.link img{

}

.profile {
	background-image:url(images/profile_background@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
.business {
	background-image:url(images/business_background@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
.results {
	background-image:url(images/results_background@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;

}
.employ {
	background-image:url(images/employ_background@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;

}
.bg-black {
	width: 100%;
	height: 700px;
	background-color: rgba(0, 0, 0, 0.5);
}

.row6 .title {
	display: flex;
}

.row6 .title img{
	margin-top: 90px;
}

.row .link {
	position: relative;
	width: auto;
	height:20.71px;
	display:block;
	margin: 0 auto;
	margin-top: 6.5%;
	text-align: center;
}

.row .link a{
	display: inline-block;
	text-align: center;
	position: relative;
}

.row .link .norm{
	display: block;
	/*position: absolute;*/
	/*left: 3vw;*/
	width:auto;
	height: 22.71px;
	margin: 0 auto;
}

.row .link .none{
	display: block;
	position: absolute;
	/*left: 3vw;*/
	width: auto;
	height: 22.71px;
	top: 0;
	margin: 0 auto;
}

.arrow_bottom{
	display: none;
}

.arrow-top{
	text-align: center;
	padding-bottom: 50px;
	display: none;
}

.title img{
	margin-top: 21.4%;
}