@charset "UTF-8";

/*UNIQ*/

.headerinfo {
	position: fixed;
	margin-top: -1px;
	height: 73px;
	width: 100%;
	z-index: 4650;


}

a {
	 -webkit-transition: all .3s;
	transition: all .3s;
}
a:hover {
	opacity:0.8;
	 -webkit-transition: all .3s;
	transition: all .3s;
}

.pagetopwrp a {
	opacity:1;
	 -webkit-transition: none;
	transition: none;
}

.header_u {
	position:fixed;
	margin-top: -1px;
	height: 70px;
	width: 100%;
	z-index: 650;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,0) 37%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,0) 37%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.header_u_g {
	position:fixed;
	margin-top: -1px;
	height: 70px;
	width: 100%;
	z-index: 650;
	
}

.header_baseoverlay {
	position: fixed;
	margin-top: -1px;
	height: 80px;
	width: 100%;
	z-index: 640;
  background-color: rgba(0,0,0,0.3);


}
.header_baseoverlay_u {
	position: fixed;
	margin-top: -1px;
	height: 50px;
	width: 100%;
	z-index: 640;
  background-color: rgba(0,0,0,0.3);


}

.snklogo {
	position: absolute;
	margin-top: -8px;
	left: 18px;
}



@media screen and (min-width:320px) and (max-width:1050px) {
	.headerinfo {
		position: fixed;
		margin-top: -1px;
		height: 70px;
		width: 100%;
		z-index: 1650;
		background: #fff;
		border-bottom: 0px solid #fff;

	}
	.header_u {
		position: fixed;
		margin-top: -1px;
		height: 80px;
		width: 100%;
		z-index: 1100;
		background: #fff;
		border-bottom: 0px solid #fff;

	}
		.header_u_g {
		position: fixed;
		margin-top: -1px;
		height: 80px;
		width: 100%;
		z-index: 1100;
		background: #fff;
		border-bottom: 0px solid #fff;

	}
	
}


#maintop {
	position: relative;
	width: 100%;
	height: 100%;
 
  background-color: #fff;

}



@media screen and (min-width:320px) and (max-width:1050px) {
	#maintop {
		position: relative;
		width: 100%;
		padding-bottom: 10%;
	
		height: auto;
	}
}


.spbgimg {
	position: fixed;
	height: 100vh;
	background: url(https://www.snk-corp.co.jp/recruit/img/common/top_backimg_visual_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	width: 100%;
	z-index: 20;
	background-attachment: fixed;
}



.sp_allfightersbnr {
	position: absolute;
	margin-top: 60px;
	right: 15px;
	width: 23%;
	z-index: 60;
}

.top_spbnr1 {
	position: relative;
	margin-top: 7%;
	z-index: 150;
}



/*overlay*/

.overlay {
	position: fixed;
	background: rgba(255,255,255, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;

	visibility: hidden;
	-webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	z-index: 3300;
}

.overlay.close {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	z-index: 3300;
}


.overlay.open {
	visibility: visible;
	height: 100%;
}

.overlay.spmenulogo {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.overlay.open li {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(7) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.overlay.open li:nth-of-type(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}



.spmenulogo {
	width: 60%;
	margin: 10% auto;
	margin-bottom: 2%;
}



.spmenulogo {
	width: 60%;
	margin: 10% auto;
	margin-bottom: 5%;
}



.gnavilist {
	position: relative;
	height: auto;
	width: 90%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	color: #333;
	text-align: center;
	margin: 1% auto;
	list-style: none;

}

.gnavilist li {
	display: block;
	min-height: 40px;
	margin-bottom: 6%;
	position: relative;
	opacity: 0;
}

.gnavilist li a {
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	overflow: hidden;
}


@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}



.button_containerwrp {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 30px;
	z-index: 3500;
	cursor: pointer;
}


.button_container.close {
	top: 10px;
	height: 30px;
	width: 35px;
	cursor: pointer;
	z-index: 100
}

.button_container span {
	background: #00a2e2;
	border: 0;
	height: 2px;
	width: 35px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	z-index: 3300;
}

.button_container span:nth-of-type(2) {
	top: 8px
}

.button_container span:nth-of-type(3) {
	top: 16px
}


.kijibnr {
	position: absolute;
	z-index: 50;
	bottom:0;
	left:20px;
	margin-bottom: 20px;
}

.kijibnr li {

	margin-right: 2%;
	margin-top: 5%;
	width: 51%;
}
.kijibnr li:last-child {
	margin-right: -20%;
}


.topsnklogo {
	position: absolute;
	margin-top: 11px;
	margin-left: 30px;
}

.glayout {
  opacity: 0.5;
}


@media screen and (min-width:320px) and (max-width:1050px) {
  
  .splangmenu {
  position: relative;
  margin-top: 5%;
}

.splangmenu li {
  width: 48%;
  margin-right: 3.6%;
  float: left;
}
.splangmenu li:last-child {
  margin-right: -20%;
}

	.kijibnr_sp {
	position: relative;
	z-index: 50;
		margin-bottom: 10%;
}
		.kijibnr_sp li {
	position: relative;
		width: 100%;
		float: left;
			margin-right: 0%;
			margin-bottom: 5%;
	z-index: 50;
			border:thin solid #999;
}
		.kijibnr_sp li:last-child {
			margin-right: -20%;
	}
	
	.topsnklogo {
	position: absolute;
	margin-top: 21px;
	margin-left: 20px;
	width: 380px;
  z-index: 100;
}
}

.topsnklogo_u {
	position: absolute;
	margin-top: 20px;
	margin-left: 30px;
}


.gmenu {
	position: absolute;
	width: 80%;
	margin-top: 25px;
	right: 40px;
}
.gmenu_u {
	position: absolute;
	width: 80%;
	margin-top: 25px;
	right: 40px;
}
.gmenu li a:link {
	text-decoration: none;
	color:#fff;
}
.gmenu li a:hover {
	text-decoration: none;
	color:#fff;
}
.gmenu li a:visited {
	text-decoration: none;
	color:#fff;
}
.gmenu li {
	float: right;
	margin-left: 2%;
}
.gmenu_u li {
	float: right;
	margin-left: 2%;
}


.gmenu_u li a:link {
	text-decoration: none;
	color:#555;
}
.gmenu_u li a:hover {
	text-decoration: none;
	color:#555;
}
.gmenu_u li a:visited {
	text-decoration: none;
	color:#555;
}

.textartea_gmenu {
	color:#fff;
	font-weight: 500;
	margin-bottom: 0;
}
.textartea_gmenu_u {
	color:#333;
	font-weight: 500;
	margin-bottom: 0;
}
.textartea_gmenu_u {
	color:#555;
	font-weight: 500;
	margin-bottom: 0;
}

.saiyojyoho {

	width: 100%;	
	padding:0.1em 0.1em 0.1em 0.1em;
	font-size: 85%;
}

.saiyojyoholist a:hover {
	opacity:0.8 !important;
}

.saiyojyoholist {
	padding:0em 1.5em;
	background-color: #0097de;
}
.saiyojyoholist a:hover {
	opacity: 0.3;
}


.top_info_box {
	position: absolute;
	width: 100%;
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 1100!important;
}
.top_info_box2 {
	position: absolute;
	width: 88.5%;
	height: 73vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 500!important;

 
}

.top_info_box_o{
	position: absolute;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	right:0;
}

.infobox_infowrp {
	position: relative;
	margin-top: 0px;
	margin-left: 0;
	width: 50%;
	height: 180px;
	text-align: center;

}
.infobox_infowrp2 {
	position: relative;
	margin-top: 0px;
	width: 50%;
	height: 35vw;
	text-align: center;

}

.infobox_infowrp_o {
	position: fixed;
	bottom:0;
	margin-top: -50px;
	margin-left: 0;
	text-align: center;
		background-color:rgba(255,255,255,0.6);
		width: 100%;
	height: 155px;
  padding:2% 32%;
  
}




@media screen and (min-width:320px) and (max-width:1050px) {
	.top_info_box {
position: absolute;
	width: 100%;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 1100!important;
   
	}


	.infobox_infowrp {
		position: relative;
	margin-top: 0px;
	margin-left: 0;
	width: 100%;
	height:4.5vw;
	text-align: center;


	}
}


.top_sidebnr {
	position: absolute;
	width: 50%;
	z-index: 600;
	left:20px;
	bottom:40px;
}

.top_scrollarrow {
	position: relative;
	margin-top: 5%;
}





.overlay_o {
position: relative;

z-index: 3650!important;
}

.btn_area {
position:absolute;
  margin-top: -20px;
right:30%;
  width: 2%;
z-index: 500;
}
.btn_area button{
    display:block;
    margin:0 auto;
}

.recruitbtn {
  position: relative;
  z-index: 500;
  width: 70%;
  margin: 0 auto;
	padding-top:1%;
	text-align: center;
}
.recruitbtn li {
  float: left;
  width: 46% ;
  margin-right: 5%;
}
.recruitbtn li:last-child {
  margin-right: -20%;

}
.recruitbtn li:last-child img {
	border:solid thin #999;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	.recruitbtn {
  position: relative;
  z-index: 500;
  width: 100%;
  margin: 0 auto;
	padding-top:1%;
	text-align: center;
}
.recruitbtn li {
  float: left;
  width: 100% ;
  margin-right: 0%;
	margin-bottom: 10%;
}
}

.textarea_entrycap {
  font-weight: 500;
	color:#333;
	margin-top: 0.5em;
}

#intro {
    width: 100vw;
  height: auto;
  position: relative;
   background: linear-gradient(-45deg, rgba(0,63,174,0.85),rgba(0,96,199,0.85),rgba(0,172,255,0.85), rgba(0,158,244,0.85),rgba(0,96,199,0.85),rgba(0,172,255,0.85),rgba(0,63,174,0.85));
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
	z-index: 20;
	padding-top:3%;
  padding-bottom:9%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	#intro {
    width: 100%;
  height: auto;
  position: relative;
   background: linear-gradient(-45deg, rgba(0,63,174,0.85),rgba(0,96,199,0.85),rgba(0,172,255,0.85), rgba(0,158,244,0.85),rgba(0,96,199,0.85),rgba(0,172,255,0.85),rgba(0,63,174,0.85));
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
	z-index: 20;
	padding-top:5%;
padding-right:0%;
  padding-bottom:5%;
}
}

.abouthead {
  position: relative;
  text-align: center;
  margin-top: 10%;
}

.mainbackoverlay {
   width: 100%;
  height: 100vh;
  position: absolute;
height: calc(100vh - 0px);
   background: linear-gradient(-45deg, #003fae,#0060c7,#00acff, #009ef0,#0060c7,#00acff,#003fae);
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
opacity:0.8;
z-index: 2;

}

.textarea_aboutlead {
  color:#333;
  font-weight: 500;
	font-size: 1.6rem;
  line-height: 2em;
  text-align: justify;
	margin-top: 3%;
}

.textarea_aboutlead span {
	font-size: 70%;
	font-weight: 400;
}
.textarea_careerguidlead {
  color:#333;
  font-weight: 500;
  line-height: 2em;
  text-align: center;
	margin-top: 2%;
	margin-bottom: 3%;
}
.textarea_careerguidlead br {
	display: block;
}
.textarea_messagelead {
  color:#333;
  font-weight: 400;
  line-height: 1.8em;
  text-align: justify;
	margin-top: 0;
}
.textarea_messagelead_c {
  color:#333;
  font-weight: 400;
  line-height: 1.9em;
  text-align: center;
	margin-top: 0;
 font-size: min(1.5vw, 17px);
}
.textarea_cattitlead {
  color:#333;
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
	margin-top: 0;
	text-align: center;
}
	.textarea_cattitlead br{
		display: block;
	}
.textarea_introlead {
	position: relative;
  color:#fff;
  font-weight: 500;
  line-height: 2em;
  text-align: center;
	margin-top: 3%;
	z-index: 102 !important;
}
.textarea_introlead br{
			display: block;
	}

.textarea_aboutleadhead {
	position: relative;
   color:#fff;
  font-weight: 600;
  line-height: 2em;
  text-align: center;
  margin-bottom: 0;
	line-height: 1.6em;
	z-index: 101;
}
.textarea_aboutleadhead br{ 
	display: none;
}
@media screen and (min-width:320px) and (max-width:1050px) {
  .textarea_messagelead_c {
  color:#333;
  font-weight: 400;
  line-height: 1.9em;
  text-align: justify;
	margin-top: 0;
 font-size: min(3vw, 19px);
}
  .mainbackoverlay {
   width: 100%;
  height: 100vh;
  position: absolute;
   background: linear-gradient(-45deg, #003fae,#0060c7,#00acff, #009ef0,#0060c7,#00acff,#003fae);
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
opacity:0.8;
z-index: 2;

}
  
	.textarea_cattitlead {
  color:#333;
  font-weight: 400;
  line-height: 1.7em;
	margin-top: 5%;
	text-align: justify;
}
	.textarea_cattitlead br{
		display: none;
	}
	
	.textarea_careerguidlead {
  color:#333;
  font-weight: 500;
  line-height: 1.8em;
  text-align: justify;
	margin-top: 4%;
	margin-bottom: 6%;
}
	.textarea_careerguidlead br {
	display: none;
}
	.textarea_introlead {
	position: relative;
  color:#fff;
  font-weight: 500;
		font-size: 2.3rem;
  line-height: 1.8em;
  text-align: justify;
	margin-top: 3%;
	z-index: 102 !important;
}
		.textarea_introlead br{
			display: none;
	}

	.textarea_aboutleadhead br{ 
	display: block;
}
}

#topabout {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 300;
  background-color: #fff;
  padding-top:15%;
  padding-bottom:1%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	#topabout {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 300;
  background-color: #fff;
  padding-top:0%;
  padding-bottom:1%;
}
	.textarea_aboutlead {
  color:#333;
  font-weight: 400;
  line-height: 1.8em;
  text-align: justify;
	margin-top: 7%;
	font-size: 2.2rem;
}
	
}



.aboutleft {
  width: 45%;
}
.aboutleft_second {
  width: 55%;
  padding:2% 7%;
}

.aboutright {
  width: 55%;
  padding:2% 7%;

}
.aboutright_second {
  width: 45%;

}

.textarea_abouttit {
  margin-top: 7%;
  font-weight: 600;
  line-height: 1.9em;

}
.textarea_abouttit br {
  display: none;
}


@media screen and (min-width:320px) and (max-width:1050px) {
  .textarea_abouttit br {
  display: block;
}
	.textarea_abouttit {
  margin-top:5%;
  font-weight: 600;
  line-height: 1.7em;
		text-align: center;

}
	.aboutleft {
  width: 100%;
}
	.aboutright {
  width: 100%;
  padding:7% 8% 7% 6%;

}
}


.textarea_jinjitit {
  margin-top: 0%;
   font-weight: 600;
  line-height: 1.9em;

}

.textarea_inttit {
  margin-top: 7%;
   font-weight: 500;
  line-height: 1.6em;

}

.textarea_abouttitlist {
	margin-top: 6%;
	text-align: center;
  font-weight: 500;
line-height: 1em;
}
.textarea_abouttitlist span {
	margin-left: 0.5em;
	font-size: 80%;
}
.textarea_topmessagetit {
  margin-top: 0;
	font-size: 1.4vw;
   font-weight: 500;
  line-height: 1.9em;
	text-align: center;
color:#fff;
}
.textarea_messagetit {
  margin-top: 7%;
   font-weight: 500;
	color:#fff;
  line-height: 1.9em;

}
.textarea_topculturetit {
  margin-top: 3%;
   font-weight: 600;
  line-height: 1.9em;
	font-size:1.25vw;

}
.textarea_topculturetit br {
		display: none;
	}
.textarea_recinfosubtit {
  margin-top:0%;
   font-weight: 600;
  line-height: 1.9em;
	text-align: center;

}

.aboutwrp {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.aboutwrp_s {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 10%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_inttit {
  margin-top: 7%;
		margin-bottom: 10%;
   font-weight: 500;
  line-height: 1.6em;
	font-size: 3.9vw;

}
  .textarea_topculturetit {
  margin-top: 5%;
   font-weight: 600;
  line-height: 1.9em;
font-size:4.2vw;
		text-align: center;
		margin-bottom: 0;
}
	.textarea_topculturetit br {
		display: block;
	}
	.aboutwrp_s {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 10%;
}
}
.workonwrp {
  margin-bottom: 10%;
}

.viewdetailbtn {
  text-align: center;
  margin-top: 7%;
}
.viewdetailbtn_intro {
  text-align: center;
  margin-top: 7%;
}
.viewdetailbtn_cad {
  text-align: center;
  margin-top:7%;
}


.viewdetailbtn_ex {
  text-align: center;

}

.viewdetailbtn_message a {
  opacity: 0.8;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: heartbeat;
  animation-timing-function: linear;
}


@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  4% {
    transform: scale(1.02);
  }
  8% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.02);
  }
  16% {
    transform: scale(1);
  }
}
.viewdetailbtn_message a {
  opacity: 0.8;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: heartbeat;
  animation-timing-function: linear;
}
@keyframes brightness {
  10% {
    filter: brightness(1.2);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 161, 225, 0.7);
  }
  100% {
    box-shadow: 0 0 40px 50px rgba(0, 161, 225, 0);
  }
}
.viewdetailbtn_message a img {
  animation-duration: 2s;
  animation-iteration-count: infinite, infinite;
  animation-name: brightness, shadow;
  animation-timing-function: linear, linear;
}





#recruitinfo {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 300;
  background-color: #fff;
  padding-top:10%;
  padding-bottom:10%;
}

.textarea_recruitlist_sub {
  font-weight: 400;
  color:#808080;
}

.textarea_recruitlist {
  font-weight: 500;
  color:#378FD0;
  margin-top: 1em;
  margin-bottom: 0;
}

.recruitlist {
  position: relative;
  margin-top: 0;
}
.recruitlist li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
	margin-bottom: 2%;
}
.recruitlist li:last-child {
  margin-right: -20%;

}

@media screen and (min-width:320px) and (max-width:1050px) {
  
.viewdetailbtn {
  text-align: center;
  margin-top: 7%;
}
.viewdetailbtn_intro {
  text-align: center;
  margin-top: 7%;
}
.viewdetailbtn_cad {
  text-align: center;
  margin-top:7%;
}
  
	.viewdetailbtn_cad {
  text-align: center;
  margin-top:8%;
		margin-bottom: 15%;
}
	.textarea_topmessagetit {
  margin-top: 0;
	font-size: 5vw;
   font-weight: 500;
  line-height: 1.6em;
	text-align: center;
color:#fff;
      margin-bottom: 5%;
}
	.textarea_recruitlist {
  font-weight: 500;
  color:#378FD0;
  margin-top: 0.5em;
  margin-bottom: 0;
		font-size: 3.2vw;
}
	.recruitlist {
  position: relative;
  margin-top: 0;
		margin-bottom: 10%;
}
.recruitlist li {
  float: left;
  width: 48%;
  margin-right: 3%;
	margin-bottom: 3%;
}
.recruitlist li:last-child {
  margin-right: 0%;

}
	.recruitlist li:nth-child(2n) {
  margin-right: -20%;

}

}

#footerwrp {
    position: relative;
  width: 100vw;
  height: auto;
  z-index: 300;
background: linear-gradient(-45deg, #003fae,#0060c7,#00acff, #009ef0,#0060c7,#00acff,#003fae);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
 z-index: 103;

}

.footer_bottom {
  width: 100%;
	margin-top: 3%;
  height:100px;

  background-color: #fff;
}

.footerlist {
  position: relative;
  padding-top:5%;
  margin-bottom: 5%;
}
.footerlist li {
  float: left;
  margin-right: 3%;
  
}

.textarea_footerlist {
  font-weight: 600;
  color:#fff;
	font-size: 130%;
}

.textarea_footerlist_b {
  color:#fff;
  line-height: 2.2em;
		 -webkit-transition: all .3s;
	transition: all .3s;
}
.textarea_footerlist_b a {
	 -webkit-transition: all .3s;
	transition: all .3s;
}
.textarea_footerlist_b a:link {
	text-decoration: none;
	color:#fff;
}
.textarea_footerlist_b a:visited {
	text-decoration: none;
	color:#fff;
}
.textarea_footerlist_b a:hover {
	text-decoration:none;
	color:#fff;
	opacity: 0.6;
	 -webkit-transition: all .3s;
	transition: all .3s;
}

.footerbnrlist {
  position: relative;
  margin-top: 110px;
  right:0;
}
.footerbnrlist li {
  float: right;
  margin-bottom: 7%;
  width: 100%;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	.footer_bottom {
  width: 100%;
	margin-top: 3%;
  height: 70px;

  background-color: #fff;
}
	.textarea_footerlist {
  font-weight: 600;
  color:#fff;
	font-size: 100%;
		font-size: 4vw!important;
}
	.footerlist {
  position: relative;
  padding-top:0%;
  margin-bottom: 5%;
}
.footerlist li {
  float: left;
  margin-right: 3%;
	width:100%;
  margin-bottom: 6%;
}
	
	
.footerbnrlist {
  position: relative;
  right:0;
	width: 100%;
	margin: 20% auto;
	margin-bottom: 10%;
}
.footerbnrlist li {
  float: none;
  margin-bottom: 10%;

}
}

#midintro {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 300;
  padding-top:10%;
  padding-bottom:3%;
}

.textarea_midinfo {
  position: relative;
   color:#378FD0;
  font-weight: 500;
  z-index: 500;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 2%;
}

.textarea_midinfolead {
  position: relative;
  color:#fff;
  font-weight: 500;
  z-index: 500;
  text-align: left;
  margin-top: 2%;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 5%;
}

.ftleft {
  width: 70%;
}

.ftright {
  width: 30%;
	
}

#choicemenu {
	position: relative;
	height: auto;
	background-color: #fff;
	width: 100%;
	z-index: 100;
	padding-top:6%;
	padding-bottom:10%;
}

.textarea_infoboxcopy {
	position: relative;
	font-size: 2.3vw;
	color:#fff;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
line-height: 1em;	
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.ftleft {
  width: 100%;
}

.ftright {
  width: 100%;

}
	#choicemenu {
	position: relative;
	height: auto;
	background-color: #fff;
	width: 100%;
	z-index: 100;
	padding-top:10%;
	padding-bottom:10%;
}
	.textarea_infoboxcopy {
	position: relative;
	font-size: 6vw;
	color:#fff;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
line-height: 1em;	
}
}

.textarea_midcontentstit {
	position: relative;
	font-size: 5vw;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
}
.textarea_midcontentstit_about {
	position: relative;
	font-size: 5vw;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
}
.textarea_int_scdl {
	position: relative;
	margin-top: 8%;
	margin-bottom: 3%;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: center;
	font-size: 4.6rem;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_midcontentstit {
	position: relative;
	font-size: 10vw;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
}
  .textarea_midcontentstit_about {
	position: relative;
	font-size: 10vw;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
}
	.textarea_int_scdl {
	position: relative;
	margin-top:15%;
	margin-bottom: 3%;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: center;
	font-size: 4.6rem;
}
}
.textarea_rcrt {
	position: relative;
	margin-top: 5%;

	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: center;
	font-size: 6rem;
}
.textarea_culture {
	position: relative;
	margin-top: 8%;


	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: center;
	font-size: 6rem;

}

.textarea_introboxcopy {
	position: relative;
	font-size: 4.5rem;
	color:#fff;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
line-height: 1em;	
	padding-top:10%;
	margin-bottom: 2%;
}
.textarea_infoboxcopy span {
	position: relative;
}
.textarea_introboxcopy span {
	position: relative;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_culture {
	position: relative;
	margin-top: 10%;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: center;
	font-size: 10vw;

}
	.textarea_introboxcopy {
	position: relative;
	font-size: 3.5rem;
	color:#fff;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
line-height: 1em;	
	padding-top:10%;
	margin-bottom: 4%;
		z-index: 100;
}
}

.textarea_infoboxsubcopy {
	font-weight: 400;
	color:#fff;
	margin-bottom: 5%;
}
.textarea_infoboxsubcopy span {
	position: relative;
}

.topsnklogo_sub {
	position: absolute;
	margin-top: 14px;
	margin-left: 136px;
	z-index: 50;
}
.topsnklogo_sub img {
	position: relative;
}

.topsnklogo_sub_sub {
	position: absolute;
	margin-top: 37px;
	margin-left: 75px;
}


.saiyou_btn_wrp {
	position: relative;
	bottom:0;
	z-index: 1000;
}

.topsnklogo_sub_sub_fin {
		position: absolute;
	margin-top: 12px;
	margin-left: 136px;
}

.topscrl {
	position: absolute;
	bottom:25px;
	left: 48%;
	z-index: 3100;
}



.scrl_v {
	position: relative;
	width:1px;
	height:150px;
	background-color: #fff;
	margin: 5% auto;
}

.textarea_intro_subcatch {
	color:#fff;
	font-weight: 600;
	text-align: center;
	font-size: 2.3vw;
}
@media screen and (min-width:320px) and (max-width:1050px) {
  .textarea_infoboxsubcopy {
	font-weight: 400;
	color:#fff;
	margin-bottom: 5%;
    font-size: 3vw!important;
}
	.textarea_intro_subcatch {
	color:#fff;
	font-weight: 600;
	text-align: center;
	font-size: 4.0vw;
}
}


.line_h {
	position: relative;
	width:0%;
	height:1px;
	background-color: #fff;
	margin: -1.5% auto;
  margin-bottom: 5%;
}

.subcatchwrp {
	position: relative;
	width: 82%;
	margin: 0 auto;
	z-index: 50;
	margin-bottom: 10%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.subcatchwrp {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 50;
	margin-bottom: 10%;
}
}

.intro_circleleft {
  position: relative;
  width: 20%;
}
.intro_circleleft img {
  width: 78%;
}


.intro_circleright {
  width: 80%;
  margin-top: 20px;
}

.intro_circle {
  position: absolute;
  width: 15%;
}

.intro_circleleft_circle_emp {
  z-index: 10;
}

.intro_circleleft_circle_fill {
  z-index: 11;
}

.intro_circle_copybase {
  	position: relative;
	width:0%;
	height:30px;

	margin: 0 auto;
  	display: inline-block;
	margin-bottom:1%;

}
.intro_circle_copybase::before {
  content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	transform: scaleY(1.3) perspective(.6em) rotateX(1deg);
	transform-origin: bottom left;
}

.intro_circle_copy {
  position: relative;
  margin-top: -8px;
  margin-left: 10px;
}

.intro_circle_catchcopy {
  margin-top: 5px;
}

.textarea_introcircle {
  margin-top: 10px;
  font-weight: 500;
  color:#fff;
  line-height: 1.7em;
  
}

#circle1 {
  position: relative;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.intro_circle_copybase {
  	position: relative;
	width:0%;
	height:auto;
	padding-bottom:1%;


	margin-left:0!important;

}

	.intro_circle_catchcopy {
  margin-top: 6%;
		margin-bottom: 6%;
}

	.intro_circleleft {
  position: relative;
  width: 100%;
}
.intro_circleleft img {
	position: relative;
  width: 40%;
	margin-left: 30%;
	margin-bottom: 10%;
}
	
	.intro_circleright {
  width: 100%;
  margin-top: 0px;
}
	
.intro_circle_copy {
  position: relative;
  margin-top: 0;
  margin-left: 10px;

}

}


.content-section {

  --scroll-length: 0.08;
  height: calc( var(--scroll-length) * 100vh );

}

  .content .subheading, 
  .content .paragraph {
    opacity: 1; 
    opacity: calc( 0.8 + var(--viewport-y) );
		

  }

.figure {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;

}


#introscrl2 {
	
}

#introscrl0 {
	margin-bottom: 5%;
}

#introscrl1 {
	margin-top: 0;
}

#intro_copy00 {
position: relative;
	height: 300px;
}

#circle2 {
	position: relative;
}

.area1 {
	position: relative;
	z-index: 50;
}




.container {
  position: relative;
  margin: 700px 0;
  padding: 100px 100px;
  width: 500px;
  background-color: #f2f2f2;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 30px;
  color: #fff;
  background-color: #000;
}
.box_c {
	position: relative;
  width: 100px;
  height: 100px;
  font-size: 30px;
  color: #fff;
  background-color: #000;
	z-index: 100;
}

.introillust {
	position: absolute;
	z-index: 30!important;
}
.introillust img {
	position: relative;
}

.introillust_kyo {
	margin-top: -8%;
	right:-12%;
	width: 50%;
}

.introillust_haoh {
	width: 45%;
	margin-top: -11%;
	left:-15%;
}

.aboutleadhead {
	position: relative;
	z-index: 50;
}
.aboutleadhead li {
	position: relative;
	margin-bottom: 0%;
}

#trigger4 {
	margin-top: 25%;
}
#trigger5 {
	margin-top: 40%;
}

.textarea_scrlbar {
	color:#009bdd;
	padding-top:15px;
}


.scrlwrp a:link {
	text-decoration: none;
	color:#fff;
}
.scrlwrp a:visited {
	text-decoration: none;
	color:#fff;
}
.scrlwrp a:hover {
	text-decoration: none;
	color:#fff;
}

.scrl_v1 a {
	 position: absolute;
  bottom: 55px;
  left: 51%;
  z-index: 110;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
	padding-top: 60px;
}

.scrl_v1 a span {
position: absolute;
	
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


.choicemenu_tit {
	position: relative;
	text-align: center;


}
@media screen and (min-width:320px) and (max-width:1050px) {
	#trigger4 {
	margin-top: 75%;
}
		#trigger5 {
	margin-top: 120%;
}
	.introillust_kyo {
	right:-10%;
	opacity: 0.15;
		width: 100%;
}
	.introillust_haoh {
	width: 100%;
	margin-top: 190%;
		opacity: 0.15;
	left:-0%;
}
	
	.choicemenu_tit {
	position: relative;
	text-align: center;
	width: 100%;
		margin: 0 auto;
		margin-bottom: 5%;

}
}

.midsnk {
	position: relative;
	width: 37%;
	margin-top: -2%;
	margin-left: 2%;
}

.midcontentswrp {
	position: relative;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.midcontentswrp {
	position: relative;
		margin-top: 5%;
		margin-left: 12%;
}
}

.midcontentsslide {
	width: 100%;
}

.boxshadow {
	position: absolute;
	width: 100%;
	box-shadow: 15px 15px 0px 0 rgb(60, 194, 235);
}

.slideshadowbase {
	position: relative;
	margin-left: 0;
	box-shadow: 35px 25px 0px 0 rgb(0, 163, 223);
}

.viewdetail {
	font-weight: 500;
	color:#fff;
	width:200px;
	margin: 10% auto;
	background-color: #00a4e4;
	border-radius: 30px;
	padding:20px 5px ;
	text-align: center;
	outline: none;
}
.viewdetail_intro {
	font-weight: 500;
	color:#00a4e4;
	width:300px;
	margin: 10% auto;
	background-color: #fff;
	border-radius: 30px;
	padding:20px 5px ;
	text-align: center;
	outline: none;
}
.viewdetail_cad {
	font-weight: 500;
	color:#fff;
	width:200px;
	margin: 0% auto;
	background-color: #00a4e4;
	border-radius: 30px;
	padding:20px 5px ;
	text-align: center;
	outline: none;
}

.viewdetailbtn,.viewdetailbtn_cad, a:link {
	color:#fff;
	text-decoration: none;
}
.viewdetailbtn,.viewdetailbtn_cad a:hover {
	color:#fff;

}
.viewdetailbtn,.viewdetailbtn_cad a:visited {
	color:#fff;
	text-decoration: none;
}

.viewdetail_ex {
	
	color:#fff;
	width:300px;
	margin: 0% auto;
	background-color: #00a4e4;
	padding:20px 5px ;
	text-align: center;
		border-radius: 60px;
  font-size:1.6rem;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.viewdetail_intro {
	font-weight: 500;
		font-size: 3.5vw;
	color:#00a4e4;
	width:60%;
	margin: 10% auto;
	background-color: #fff;
	border-radius: 100px;
	padding:20px 5px ;
	text-align: center;
	outline: none;
	
}
	.viewdetail_cad {
	font-weight: 500;
	color:#fff;
	width:70%;
	margin: 0% auto;
	background-color: #00a4e4;
	border-radius: 50px;
	padding:5% 5% ;
	text-align: center;
	outline: none;
		font-size: 4vw;
}
.viewdetail_ex {
	
	color:#fff;
	width:80%;
	margin: 0% auto;
	background-color: #00a4e4;
	padding:20px 5px ;
	text-align: center;
		border-radius: 40px;
  font-size: 4vw;
}
}



#midcontents_about span {
	position: relative;
}
#midcontents_workon span {
	position: relative;
}

#midcontentstrans_about img {
	display: inline-block;
}

#midcontentstrans_about {
	width: 45%;
	position: absolute;
}

#midcontenslead_about {
	position: relative;
}

.seiseileft {
	width: 65%;
}

.seiseiright {
	width: 35%;
	 padding:5.5% 7% 2% 5%;
}

#seisei {
	position: relative;
  width: 100vw;
  height: auto;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
  z-index: 300;
  background-color: #fff;

	overflow: hidden;
}

#topworkon {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 300;
  background-color: #fff;
  padding-top:15%;
  padding-bottom:1%;
}

#snklogo_about {

}


#midcontentstrans_workon {
		width: 45%;
	position: absolute;
}


.workonright {
	 width:45%;
  
}

.workonleft {
	 width: 55%;
  padding:2% 7%;
}

#topculture {
	 position: relative;
  width: 100vw;
  height: auto;
  z-index: 300;
  background-color: #fff;
  padding:0% 7% 15% 7%;
  
}

.topculturewrp {
	border:1px solid #333;
	padding:5% 5%;
}

.topcultureleft {
	width: 46%;
}

.topcultureright {
	width: 49%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
  .viewdetail {
	font-weight: 500;
	color:#fff;
	width:70%;
	margin: 15% auto;
	background-color: #00a4e4;
	border-radius: 50px;
	padding:20px 5px ;
	text-align: center;
	outline: none;
  font-size: 4vw;
}
	#topworkon {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 300;
  background-color: #fff;
  padding-top:0%;
  padding-bottom:1%;
}
	.topculturewrp {
	border:1px solid #333;
	padding:5% 5% 15% 5%;
}

	.topcultureleft {
		margin-top: 6%;
	width: 100%;
}

.topcultureright {
	width: 100%;
}
}

.topcultureband {
	position: absolute;
	right:3%;
	margin-top: -1%;
}

#topmessage {
	  position: relative;
  width: 100vw;
  height: 800px;
  z-index: 300;
  padding-top:230px;
  padding-bottom:10%;
	background-image: url(https://www.snk-corp.co.jp/recruit/img/common/02.png);
	background-color: rgba(0,0,0,0.3)
}
@media screen and (min-width:320px) and (max-width:1050px) {
	#topmessage {
	  position: relative;
  width: 100vw;
  height: 800px;
  z-index: 300;
  padding-top:250px;
  padding-bottom:10%;
	background-image: url(https://www.snk-corp.co.jp/recruit/img/common/02.png),url(https://www.snk-corp.co.jp/recruit/img/main/message_spback.jpg);
	background-position: center center;
}
}

.textarea_topmessage {
	text-align: center;
}

.textarea_topmessagesub {
	  margin-top: 3%;
	color:#fff;
	text-align: center;
}



.viewdetailbtn_message {
	text-align: center;
  width: 20%;
  margin: 0 auto;
}

#messageceo {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 71px;
}
#newssec {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 71px;
}

#aboutsnk {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 71px;
}
#candidate {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 71px;
}
#faq {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 150px;
}
#culture {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 71px;
}

#work {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 71px;
	margin-bottom: 10%;
}

#interview {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 70px;
	margin-bottom: 10%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	#culture {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 100px;
}
	#aboutsnk {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 80px;
}
	#candidate {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 80px;
}
	.textarea_topmessagesub {
	  margin-top: 3%;
	color:#fff;
	text-align: center;
		font-size: 3.5vw;
}
  .viewdetailbtn_message {
	text-align: center;
    width: 60%;
    margin: 0 auto;
}
	#work {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 80px;
	margin-bottom: 10%;
}
	
	#messageceo {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 80px;
}
		#newssec {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 80px;
}
	.topcultureband {
	position: absolute;
	right:3%;
	margin-top: -6%;
}
	.workonright {
	 width:100%;
  
}

.workonleft {
	 width: 100%;
  padding:2% 9% 2% 7%;
}
	.seiseileft {
	width: 100%;
}

.seiseiright {
	width: 100%;

}

#seisei {
	position: relative;
  width: 100vw;
  height: auto;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
  z-index: 300;
  background-color: #fff;

	overflow: hidden;
}
	
	#interview {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 35px;
	margin-bottom: 10%;
}
}

#recruitment {
	position: relative;
  width: 100vw;
  height: auto;
  background-color: #fff;
	z-index: 200;
padding-top: 71px;
	margin-bottom: 10%;
}


#messagejinji {
	position: relative;
  width: 100%;
  height: auto;
  z-index: 300;
  background-color: #fff;
  padding-top:15%;
  padding-bottom:1%;
}

.ft_creditarea {
	padding-top:2%;
	text-align: center;
}

.toplogowrp img {
	position: relative;
}

.message_mainimg {
	width: 100%;
	height: auto;
}

.textarea_messagetopcopy {
position: relative;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
}

#message_topcopy {
	position: absolute;
	left:55%;
	margin-top:8.5%;
}
#message_topcopy span {
	position: relative;
}

.textarea_message_topsubcopy {
		position: absolute;
	left:55.3%;
	margin-top:18.3%;
	color:#555;
line-height: 1em;	
}

.header_u_base {
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 80px;
	z-index: 600;
}

.messageleft {
	margin-top: 2%;
	width: 50% ;
	padding-left:8%;
}	

.messageright {
	margin-top: 2%;
	width: 40%;
}

.newsleft {
	margin-top: 0%;
	width: 50% ;

}	

.newsright {
	margin-top: 2%;
	width: 45%;
}

.message_catch span {
	font-size: 6rem;
	font-family: sans-serif;
}

.message_catch {
	position: relative;
	margin-top: 5%;
	margin-bottom: 4%;
text-align: center;
padding:0 8% 0 8%;
}
.cat_catch {
	position: relative;
	margin-top: 4%;
text-align: center;
padding:0 8% 0 8%;
	margin-bottom: 6%;
}
.staff_catch {
	position: relative;
	margin-top: 3%;
	margin-bottom: 0;
text-align: center;
padding:0 8% 0 8%;
}

.textarea_messagecatch {
	font-weight: 600;
	line-height: 1.6em;

	@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&amp;family=Zen+Old+Mincho&amp;display=swap');
	font-family: 'Roboto', sans-serif;
font-family: 'Zen Old Mincho', serif;
	color:#000;
	letter-spacing: -0.01em;
}

.textarea_aboutcatchnew {
	margin-top: 5%;
	margin-bottom: 2%;
	font-weight: 600;
	line-height: 1.6em;

	@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&amp;family=Zen+Old+Mincho&amp;display=swap');
	font-family: 'Roboto', sans-serif;
font-family: 'Zen Old Mincho', serif;
	color:#000;
	letter-spacing: -0.01em;
	font-size: 2.6vw;
	text-align: center;
}
.textarea_aboutcatchnew br {
	display: none;
}


.textarea_inttittop {
	font-weight: 600;
	line-height: 1.6em;

	@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&amp;family=Zen+Old+Mincho&amp;display=swap');
	font-family: 'Roboto', sans-serif;
font-family: 'Zen Old Mincho', serif;
	color:#000;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top:0.5%;
	margin-bottom:2%;
	font-size: 1.5vw;
}
.textarea_messagecatch span {
  font-weight: 600;
	line-height: 1.6em;

	@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&amp;family=Zen+Old+Mincho&amp;display=swap');
	font-family: 'Roboto', sans-serif;
font-family: 'Zen Old Mincho', serif;
	color:#000;
	letter-spacing: -0.01em;
  font-size: 90% ;
}

.textarea_workcatch {
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 2%;
}

.midimg {
	position: relative;
	width: 60%;
	margin: 5% auto;
}

.message_ceoprf_s {
	margin-top: 5%;
	font-weight: 600;
	margin-bottom: 0;
}

.message_ceoprf {
	font-weight: 600;
	margin-top: -1%;
}

.textarea_message_ceoprflead {
	line-height: 1.7em;
	padding-right:20%; 
	text-align: justify;
	word-break: break-all;
}

.stafftit {
	text-align: center;

	width: 30%;
	margin: 3% auto;
}

.interview_main {
}

.intleft {
	width: 30%;
	padding-left:8%;
}

.intright {
	width: 70%;
	z-index: 50;
	height: auto;
}

.int_infowrp {
	position: absolute;
	width: 35%;
	background-color: rgba(0,165,226,0.65);
	padding:4% 4%;
	z-index: 100;
	margin-left: -20%;
	margin-top: -35%;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.newsleft {
	margin-top: 12%;
	width: 100% ;

}	

.newsright {
	margin-top: 2%;
	width: 100%;
}
	
	.textarea_aboutcatchnew {
	margin-top: 5%;
	margin-bottom: 2%;
	font-weight: 600;
	line-height: 1.6em;

	@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&amp;family=Zen+Old+Mincho&amp;display=swap');
	font-family: 'Roboto', sans-serif;
font-family: 'Zen Old Mincho', serif;
	color:#000;
	letter-spacing: -0.01em;
	font-size: 5vw;
	text-align: center;
}
	.textarea_aboutcatchnew br {
	display: block;
}
	
	.textarea_inttittop {
	font-weight: 600;
	line-height: 1.6em;

	@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&amp;family=Zen+Old+Mincho&amp;display=swap');
	font-family: 'Roboto', sans-serif;
font-family: 'Zen Old Mincho', serif;
	color:#000;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top:2%;
	margin-bottom:2%;
	font-size: 4vw;
}
	
  #message_topcopy {
	position: absolute;
	left:50%;
	margin-top:8.5%;
}
  .textarea_messagetopcopy {
position: relative;
	color:#00a4e4;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
    font-size: 8.7vw!important;
}
  .stafftit {
	text-align: center;
    width: 70%;
    margin: 8% auto;
}
	#recruitment {
	position: relative;
  width: 100vw;
  height: auto;
  background-color: #fff;
	z-index: 200;
padding-top: 80px;
	margin-bottom: 10%;
}
	
	.textarea_message_topsubcopy {
		position: absolute;
	left:50.3%;
	margin-top:29%;
	color:#555;
line-height: 1em;
      font-size: 3vw;
}
	.message_ceoprf_s {
	margin-top: 5%;
	font-weight: 600;
	margin-bottom: 0;
		text-align: center;
}

.message_ceoprf {
	font-weight: 600;
	margin-top: 0%;
	margin-bottom: 5%;
	text-align: center;
}
	
	.textarea_message_ceoprflead {
	line-height: 1.7em;
	padding-right:7%; 
		padding-left:7%;
		font-size: 2.0rem;
}
	
	.messageleft {
	margin-top: 12%;
	width: 100% ;
	padding-left:7%;
		padding-right:7%;
		padding-bottom:8%;
}	

.messageright {
	margin-top: 2%;
	width: 100%;
}

	.message_catch {
	position: relative;
	margin-top: 8%;
	margin-bottom: 6%;
text-align: center;
padding:0 0% 0 0%;
}

	.intleft {
	width: 100%;
	padding-left:0%;
}
	.intright {
	position: relative;
	width: 100%;
	z-index: 50;
		margin-top: 10px;
	height: auto;
}
	.intright img {
		width: 140%;
		margin-left: -15%;
}
	.int_infowrp {
	position: relative;
	width: 80%;
	background-color: rgba(0,165,226,0.7);
	padding:5% 7%;
	z-index: 100;
	margin-left: 10%;
	margin-top: -15%;
}
}

.textarea_intinfo_a {
	color:#fff;
	font-weight: 600;
	font-size: 2rem;
	margin-right: 4%;
}

.textarea_intinfo_b {
	color:#fff;
	font-weight: 600;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 6rem;
}
.textarea_intinfo_b_p {
	color:#fff;
	font-weight: 600;
	line-height: 1.0em;
	margin-top: 0.3em;
	margin-bottom: 0.4em;
	font-size: 4.2rem;
	
}

.textarea_intinfo_c {
	color:#fff;
	font-weight: 400;
	text-align: justify;
	line-height: 1.7em;
}

.textarea_intinfo_ex {
	position: absolute;
	color:#00a5e2;
	font-weight:400;
	margin-left: -20%;
	margin-top: -37%;
}

.intmidleft {
	width: 50%;
	padding-left:10%;
	padding-top:5%;
}

.intmidright {
	width: 47%;
	max-width: 800px;

	padding-right:10%;
	padding-top:8%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_messagecatch br {
	display: block;
}
	.textarea_intinfo_ex {
	position: absolute;
	color:#00a5e2;
	font-weight:400;
	margin-left:10%;
	margin-top: -20%;
		font-size: 3vw;
}
	
	.textarea_intinfo_a {
	color:#fff;
	font-weight: 500;
		text-align: center;
		line-height: 1.5em;
		font-size: 3vw;
}
.textarea_intinfo_b {
	font-size: 6vw;
	text-align: center;
	}
	.textarea_intinfo_b_p {
	font-size: 6vw;
	text-align: center;
	}
	.textarea_intinfo_c {
	color:#fff;
	font-weight: 400;
	text-align: justify;
		font-size: 1.8rem;
}
	
	.midimg {
	position: relative;
	width: 83%;
	margin: 10% auto;
}
	.ft_creditarea {
	padding-top:4%;
	text-align: center;
}
	.intmidleft {
	width: 100%;
	padding:10% ;
}

.intmidright {
	width: 100%;
	padding:10% ;
}
}

.compoutl {
	position: relative;
 margin-top: 20px;
 width: 100%;
 
}
.compoutl dt{
  font-family: 'Noto Sans Japanese';
 font-weight: 400;
 font-size: 10pt;
 float: left;
 width: 80px;
padding-top:15px;
 padding-bottom:15px;
	padding-left:10px;

}
.compoutl dd{
  font-family: 'Noto Sans Japanese';
 font-weight: 400;
 font-size: 10pt;
 line-height: 1.6em;
 width: 100%;
padding-top:15px;
 padding-bottom:15px;
 border-bottom:1px dotted #ccc;
	padding-right:5px;
}
.compoutl dd.lunch {
	background-color:#a5e9f8;
}

.comppout_wrp {
	position: relative;
	height: auto;
	padding:0 10% 0 10%;
	margin-bottom: 7%;
}
.int_imgsub {
	position: relative;
	width: 100%;
	min-width: 200px;
	max-width: 350px;
	right:auto;
	margin: 15% auto;
	margin-left: 0%;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.compoutl {
 margin-top: 20px;
 width: 100%;
 clear: left;
}

.compoutl dt{
  font-family: 'Noto Sans Japanese';
 font-weight: 400;
 font-size: 1.8rem;
 float: left;
 width: 80px;
padding-top:15px;
	 padding-bottom:30px;
	padding-left:10px;
	clear: left;
}
.compoutl dd{
  font-family: 'Noto Sans Japanese';
	
 font-weight: 400;
 font-size: 1.6rem;
 line-height: 1.6em;
 width: 100%;
padding-top:15px;
 padding-bottom:30px;
 border-bottom:1px dotted #ccc;
	padding-right:5px;
}
	
	.comppout_wrp {
	padding:0 10% 0 10%;
}

.int_imgsub {
	position: relative;
	width: 80%;
	right:auto;
	margin: 15% auto;
	margin-left: 0%;
}
}

.intidxwrp {
	margin-top: 10%;
	position: relative;
	padding-left:10%;
	padding-right:10%;
}

.intidxleft {
	width: 50%;
}
.intidxleft img {
	width: 25%;
	float:left;
	margin-right: 20px;
}

.intidxright {
		width: 50%;
}
.intidxright img {
	width: 25%;
	float:right;
	margin-left: 20px;
}

.textarea_intidx {
	font-weight: 500;
	line-height: 1.4em;
	font-size: 1.5rem;
}
.intidxrightwrp {
	text-align: right;
}

.idxr {
	text-align: right;
}
.idxl {
	text-align: left;
}

.intidxtop {
	position: absolute;
	left:45%;
}

.stafflist {
	width: 80%;
	margin:0 auto ;
}
.stafflist li {
	width: 22%;
	float: left;
	margin-right: 3.9%;
	margin-bottom: 5%;
}
.stafflist li:nth-child(4n){
	margin-right: -20%;
}

.textaera_stafflistcopy {
	margin-top: 1.1em;
	font-weight: 500;
	line-height: 1.5em;	
	font-size: 1vw;
}

.textarea_staffllistsub {
	color:#666;
	font-weight: 500;
	font-size: 0.9vw;
}

.reclist {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 8%;
}
.reclist li {
	float: left;
	width: 30.8%;
	margin-right: 4%;
	margin-bottom: 12%;
}
.reclist li a {
	text-decoration: underline;
	
}
.reclist li a:link {
	text-decoration: underline;
	
}
.reclist li a:visited{
	text-decoration: underline;
	
}
.reclist li a:hover {
	text-decoration: underline;
	
}


.reclist li img {
	box-shadow: 10px 10px #00a4e4;
}

.reclist li:nth-child(3n) {
	margin-right: -20%;
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .textarea_intidx {
font-size:2vw;
}

	.idxr {
	text-align: right;
}
.idxl {
	text-align: left;
}
  .textarea_staffllistsub {
	color:#666;
	font-weight: 500;
    font-size: 1.5rem;
}
  .textaera_stafflistcopy {
	margin-top: 1.1em;
	font-weight: 500;
	line-height: 1.5em;	
    font-size: 2.5vw;
}
	
.stafflist {
	width: 85%;
	margin:0 auto ;
}
.stafflist li {
	width: 48%;
	float: left;
	margin-right: 3.9%;
	margin-bottom: 5%;
}
.stafflist li:nth-child(4n){
	margin-right: -20%;
}
	.stafflist li:nth-child(2n){
	margin-right: -20%;
}

	
	.reclist {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 8%;
}
.reclist li {
	float: left;
	width: 100%;
	margin-right: 6%;
	margin-bottom: 30%;
}
.reclist li a {
	text-decoration: underline;
	
}
.reclist li a:link {
	text-decoration: underline;
	
}
.reclist li a:visited{
	text-decoration: underline;
	
}
.reclist li a:hover {
	text-decoration: underline;
	
}


.reclist li img {
	box-shadow: 10px 10px #00a4e4;
}

.reclist li:nth-child(3n) {
	margin-right: -20%;
}
}

.textarea_reccattit {
	margin-top: 10%;
	font-weight: 500;
		color:#00a4e4;
	margin-bottom: 0;
font-size:1.9vw;
}
.textarea_reccattit span {
	font-size: 70%;
}

.textarea_reccattiteng_b {
	margin-top: 0;
	font-weight: 500;
	color:#00a4e4;
	font-size: 1.5rem;
}

.textarea_reccattiteng {
	margin-top: 0;
	font-weight: 500;
	color:#888;
}

.textarea_reclead {
	margin-top: 3%;
	font-weight: 500;
	line-height: 1.8em;
	text-align: justify;
}

.boldt {
	font-weight: 600;
	font-size: 110%;
	line-height: 3em;
}

.textarea_reclist {
	margin-top: 3%;
	line-height: 1.9em;
}

.textarea_rectit {
	font-weight: 600;
	margin-top: 5%;
	padding-left:10%;
		margin-bottom: 2%;
}
.textarea_culture_s {
	font-weight: 500;
	margin-bottom: 0%;
}
.textarea_culture_e {
	font-weight: 600;
	margin-bottom: 5%;
	text-align: center;
	font-size: 1.77vw;
}
.textarea_culture_c {
	font-weight: 600;
	margin-bottom: 5%;
}

.cattitwrp {
	
}

.textarea_wos {
		position:absolute;
	margin-top: 11%;

	color:#fff;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: left;
	font-size: 6vw;
	left:32%
}

.textarea_faq {
position:relative;
margin-top: 0%;

color:#00a4e4;
font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: left;
font-size: 4vw;
}

.work_catch {
	
}

.cattit_catchwrp {
	margin-top: 5%;
	padding-left:10%;
	padding-right:10%;
}
.cattit_catchwrp_w {
	margin-top: 5%;
	padding-left:10%;
	padding-right:10%;
}
.cattit_catchwrp_r {
	margin-top: 3%;
	padding-left:10%;
	padding-right:10%;
}

.cattit_catch {
	text-align: center;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.boldt {
	font-weight: 600;
	font-size: 130%;
	line-height: 3em;
}
	.textarea_reclead {
	margin-top: 3%;
	font-weight: 400;
	line-height: 1.7em;
		font-size: 2.5rem;
}
	.textarea_wos {
		position:absolute;
	margin-top: 14%;

	color:#fff;
	font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: left;
	font-size: 9vw;
	left:21%
}
	
	.textarea_reccattiteng_b {
	margin-top: 0;
	font-weight: 500;
	color:#00a4e4;
	font-size: 2rem;
		text-align: center;
		margin-bottom: 1em;
}
	.textarea_reccattiteng {
	margin-top: 0;
	font-weight: 500;
	color:#888;
		font-size: 1.7rem;
		text-align: center;
}
	
	.textarea_reccattit {
	margin-top: 10%;
	font-weight: 500;
		color:#00a4e4;
	margin-bottom: 0;
		font-size: 6vw;
		text-align: center;
}
	.textarea_rectit {
	font-weight: 600;
	margin-top: 10%;
	padding-left:0%;
		margin-bottom: 5%;
		text-align: center;
		font-size:5.8vw;
}
	.textarea_culture_c {
	font-weight: 600;
	margin-bottom: 5%;
		font-size: 4.3vw;
}
	.textarea_culture_e {
	font-weight: 600;
		margin-top: 5%;
	margin-bottom: 5%;
	text-align: center;
	font-size: 4.5vw;
	line-height: 1.6em;
}
	.cattit_catchwrp {
	margin-top: 3%;
	padding-left:0%;
	padding-right:0%;
}
		.cattit_catchwrp_w {
	margin-top: 3%;
	padding-left:7%;
	padding-right:7%;
}
	.cattit_catch {
	text-align: center;
		margin-top: 5%;
}
}


#work_gamedept,#work_sales,#work_marketing,#work_backoffice {
	position: relative;
  background-color: #fff;
	z-index: 200;
	margin-bottom: 12%;
}

.work_cattit {
	font-weight: 500;

}
.work_cattit br {
			display:none;
	}

.cad_cattit {
	font-weight: 500;

}
.work_cattit br {
			display: none;
	}
.work_cattit span {
	font-size: 50%;
	font-weight: 500;
	margin-left:1em;
}

.work_depttitwrp {
	padding-left:10%;
	margin-bottom: 2%;
}

.work_infowrp {
	width: 80%;
	margin: 5% auto;
}

.workinfoleft {
	width: 50%;
}

.workinforight {
	width: 42%;
	border:thin solid #0096ce;
	padding:3% 3%;
}

.f-bold {
	font-weight: 500;
}

#work_careerpath {
	position: relative;
	width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 100px;
	padding-bottom:100px;
  margin-bottom: 100px;
	border-top:thin solid #999;
	border-bottom:thin solid #999;
}

.work_careerpathwrp {
	width: 80%;
	margin: 0 auto;
}

#snklogo_workon {
	width: 37%;
}
#snklogo_sec_workon {
	width: 18%;
	float: left;
	margin-top:0.7%;
	margin-right: 1em;
}


.textarea_wos_sub {
	position:absolute;
	margin-top: 17%;

	color:#fff;
	font-size: 1.5vw;
	font-weight: 500;
	left:42%
}
.textarea_wos_faq {
	position:relative;
	margin-top: 2;
	color:#333;
	font-size: 1.5vw;
	font-weight: 500;
}

.careerpathlist {

	margin: 0% auto;
}

.careerpathlist li {
	float: left;
	width: 23.5%;
	height: auto;
	padding-left:3%;
	padding-right:3%;
	margin-right: 2%;
	background: -webkit-linear-gradient(top, rgba(228,236,241,0) 0%,rgba(228,236,241,1) 50%,rgba(228,236,241,0) 100%);
	
}

.careerpathlist li:nth-child(1) {
	margin-top: 6%;
}
.careerpathlist li:nth-child(2) {
	margin-top: 4%;
}
.careerpathlist li:nth-child(3) {
	margin-top:2%;
}


.careerpathlist li:last-child {
	margin-right: -20%;
}

.crpl_fukidashi {
	
	width: 100%;
	margin: 0 auto;
}

.crpl_step {
	text-align: center;
	margin-top: 5%;
	margin-bottom: 3%;
}

.crpl_circle {
	text-align: center;
}

.textarea_soutei {
	font-weight: 600;
	color:#0096ce;
}

#snklogo_sec_grd {
	width: 17%;
	margin-top:-1%;
}

.careerpath_h_arrow {
	width: 20%;
	float: left;
	margin-right: 1%;
}

.textarea_notice {
	margin-top: 2%;
}
  .textarea_notice br {
    display: block;
  }

.crpl_arrow {
	position: relative;
	margin-top: -50%;
	left:110%;
	width: 25%;
}

.crpl_illust {
	position: absolute;
	margin-left: 11%;
	width: 9%;
	z-index: 100;
}

.crpl_illust img {
	position: relative;
}

.nmt {
	margin-top:13%!important;
}

#crpl_wrp {
	position: relative;
}

.textarea_crpllead {
	font-weight: 500;
	width: 100%;
	margin: 45% auto;
	margin-bottom: 10%;
	line-height: 1.6em;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_wos_sub {
	position:absolute;
	margin-top: 23%;

	color:#fff;
	font-size: 3vw;
	font-weight: 500;
	left:34%
}
	
	.workinfoleft {
	width: 100%;
}

.workinforight {
	width: 100%;
	border:thin solid #0096ce;
	margin-top: 15%;
	padding:5% 5%;
	margin-bottom: 5%;
}
	.work_cattit {
		margin-top: 3%;
	font-weight: 500;
	text-align: center;
		line-height:0.6em;
      margin-bottom: 1%;

}
		.work_cattit br {
			display: block;
	}

	
.work_cattit span {
	font-size: 30%;
	font-weight: 500;
	margin-left:0em;
	text-align: center;

}

.work_depttitwrp {
	padding-left:10%;
	margin-bottom: 2%;
}
	.work_depttitwrp {
	padding-left:5%;
		padding-right:5%;
	margin-bottom: 2%;
}
	
	.textarea_notice {
	margin-top:5%;
		font-size: 1.7rem;
		line-height: 1.7em;
		font-weight: 500;
}
  .textarea_notice br {
    display: none;
  }
	
	.careerpath_h_arrow {
	width: 55%;
	float: none;
	margin-right: 0%;
		margin-left: -1%;
}
	
	#snklogo_sec_grd {
	width: 23%;
	margin-top:-1%;
}
	#snklogo_sec_workon {
	width: 25%;
	float: none;
	margin-top:0.7%;
	margin-right: 1em;
}
	.crpl_illust {
	position: absolute;
	margin-left: 48%;
		margin-top: -1%;
	width: 20%;
	z-index: 100;
}
	.textarea_soutei {
	font-weight: 600;
	color:#0096ce;
		font-size: 2.5vw;
		margin-top: 2%;
}
	.textarea_soutei br {
		display: none;
	}
	.crpl_arrow {
	position: absolute;
	margin-top:10%;
	left:40%;
	width: 20%;
}
		.textarea_crpllead {
	position: relative;
	font-weight: 500;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0%;
	line-height: 1.6em;
font-size: 2rem;
}
	.crpl_step {
	text-align:left;
	margin-top: 5%;
	margin-bottom: 3%;
	margin-left:5%;
}
	.crpl_circle {
		position: relative;
	text-align: center;
float: left;
		margin-right: 4%;
		width: 35%;
}
	.crpl_fukidashi {
	width: 70%;
	margin: 0 auto;
	right:0;
		margin-bottom: 5%;
}
	.work_careerpathwrp {
	width: 85%;
	margin: 0 auto;
}
	
	.work_infowrp {
	width: 85%;
	margin: 5% auto;
}
	
	
.careerpathlist li {
	float: left;
	width: 100%;
	height: auto;
	padding-top:15%;
	padding-bottom:0%;
	padding-left:0%;
	padding-right:0%;
	margin-right: 0%;
	background:url(https://www.snk-corp.co.jp/recruit/work/img/careerpath_arrow_sp.svg), -webkit-linear-gradient(top, rgba(228,236,241,0) 0%,rgba(228,236,241,1) 50%,rgba(228,236,241,0) 100%);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 5%;
	
}

.careerpathlist li:nth-child(1) {
	margin-top: 0%;
	background: -webkit-linear-gradient(top, rgba(228,236,241,0) 0%,rgba(228,236,241,1) 50%,rgba(228,236,241,0) 100%);
	background-repeat: no-repeat;
}
.careerpathlist li:nth-child(2) {
	margin-top: 0%;
}
.careerpathlist li:nth-child(3) {
	margin-top:0%;
}


.careerpathlist li:last-child {
	margin-right: -20%;
	margin-bottom: 0;
}
.careerpathlist li:nth-child(2n) {
	margin-right: -20%;
}	
	
	
}



.skillleft {
	width: 46%;


}

.skillright {
		width: 49%;
	padding-left:5%;
	border-left:thin dotted #333;
}

.textarea_skilltit {
	font-weight: 600;
	margin-left: -0.6em;
}

.skilltreewrp {
	position: relative;
	margin-top: 5%;
	margin-bottom: 8%;
}

.skilltit {
background-color: #0096ce;
	width: 40%;
	padding:2px 4px;
	color:#fff;
	font-weight: 600;
}

.skillwrp {
	width: 80%;
	margin: 0 auto;
}

#skill {
	padding-top:8%;
	padding-bottom:10%;
}

.textarea_skilltree {
	font-weight: 500;
	text-align: justify;
}

.skill_staff {
	margin-top:8%;
}

.aboutslide {
	position: absolute;
	font-weight: 500;
	color:#fff;
	margin-top: 5px;
	margin-left: 10px;
}

.about_titslide {
	margin-bottom: 0;
}

.mt50 {
	margin-top: 10%;
}

.abouttitlist {
	position: relative;
	margin-top: 7%;
}
.abouttitlist li {
	float: left;
	width: 23%;
	margin-right: 2.8%;
}
.abouttitlist li:last-child {
	margin-right: -20%;
}

.topculture_num {
	width: 79%;
	margin: 2% auto;
}

.culturebtn {
	margin-top: 2%;
}

.culturetitlogo {
	position: absolute;
	width: 100%;
	margin-top: 5%;
	margin-left: 14%;
	margin-bottom: 3%;
}
.culturetitlogo span {
	position: relative;
}
.culturetitlogo span img{
	position: relative;
	width: 5.8%;
}

.culturetopwrp {
	margin-top: 9%;
	margin-bottom: 0;
}
.recbranchtopwrp {
	margin-top: 0%;
	margin-bottom: 0;
}

.culture_infowrp {
	width: 80%;
	margin: 0 auto;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.skilltit {
background-color: #0096ce;
	width: 60%;
	padding:2px 15px;
	color:#fff;
	font-weight: 600;
		font-size: 4vw;
}
	
	.skillwrp {
	width: 85%;
	margin: 0 auto;
}
	.skillleft {
	width: 100%;
}

.skillright {
		width: 100%;
	padding-left:0%;
	border-left:0 dotted #333;
	border-top:thin dotted #333;
	padding-top:8%;
	margin-top: 8%;
}
	.abouttitlist {
	position: relative;
	margin-top: 15%;
}
.abouttitlist li {
	float: left;
	width: 48%;
	margin-right: 4.5%;
	margin-bottom: 6%;
}
.abouttitlist li:last-child {
	margin-right: -0%;
}
.abouttitlist li:nth-child(2n) {
	margin-right: -20%;
}
	
	
	.culture_infowrp {
	width: 85%;
	margin: 5% auto;
}
	.topculture_num {
	width: 100%;
	margin: 10% auto;
}
}

.culturehead {
	text-align: center;
}

.midimgwrp {
	width: 70%;
	margin: 0% auto;
	margin-bottom: 15%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.midimgwrp {
	width: 100%;
	margin: 0% auto;
	margin-bottom: 15%;
}
}

.textarea_culture_cattit {
	font-weight: 600;
	color:#00a3e3;
	margin-bottom: 1%;
}

.textarea_culture_lead {
	font-weight: 400;
}

.culture_detailwrp {
	padding-bottom:3%;
	border-bottom:thin dotted #333;
	margin-bottom: 3%;
}

.snkimg {
	margin-bottom: 3%;
}
.snkimg li {
	width: 23%;
	float: left;
	margin-right:2%;
	margin-bottom: 2%;
}
.snkimg li:nth-child(4n) {
	margin-right: -20%;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.culture_detailwrp {
	padding-bottom:5%;
	border-bottom:thin dotted #333;
	margin-bottom:7%;
}
	.textarea_culture_cattit {
	font-weight: 600;
	color:#00a3e3;
	margin-bottom: 3%;
}
	.snkimg {
	margin-bottom: 3%;
}
.snkimg li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}
.snkimg li:last-child {
	margin-right: -20%;
}
	.snkimg li:nth-child(2n) {
	margin-right: -20%;
}
}


.bt {
	border-top:thin dotted #333;
	margin-top:5%;
	padding-top:3%;
}

.numwrp {
	width: 80%;
	padding-top:6%;
	padding-bottom:6%;
	margin: 0 auto;
	border-bottom:#d6d6d6 solid 7px;
}

.numobi {
	height: 33px;
	background-color: #228adc;
	width: 100%;
	background-image: url(https://www.snk-corp.co.jp/recruit/culture/img/culture_obisnk.svg);
	overflow: hidden;
	margin-bottom: 0%;
}

#numbers {
	margin-top: 10%;
		position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 80px;
	padding-bottom:5%;
}

.numtop {
	position: relative;
	width: 60%;
	float: left;
	margin-right: 2%;
}

.numtop_people {
	position: relative;
	margin-top: 2.5%;
}
.numtop_people li {
	position: relative;
	float: left;
	width: 5%;
	margin-right: -0.3%;
}
.numtop_people li:last-child{
	margin-right: -20%;
}

.numyellowband {
	position: absolute;
	margin-top:-5%;
	right:0;
	z-index: 100;
	width: 40%;
}

.mbn {
	margin-bottom: 0;
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .bt {
	border-top:thin dotted #333;
	margin-top:8%;
	padding-top:8%;
}
	.numwrp {
	width: 85%;
	padding-top:0%;
	padding-bottom:10%;
	margin: 0 auto;
	border-bottom:#d6d6d6 solid 7px;
		margin-bottom: 10%;
}
	.numyellowband {
	position: absolute;
	margin-top:-5%;
	right:-8%;
	z-index: 100;
	width: 70%;
}
	.numtop {
	position: relative;
	width: 100%;
	float: left;
		margin-top: 10%;
	margin-right: 2%;
}

.numtop_people {
	position: relative;
	margin-top: 3%;
}
.numtop_people li {
	position: relative;
	float: left;
	width: 13%;
}
.numtop_people li:last-child{
	margin-right: -20%;
}

}



.textarea_culturenumtit::before {
	content: '';
  display: inline-block;
	margin-top: -0.5%;
  width: 25px;
  height: 25px;
	margin-right: 10px;
  background-image: url(https://www.snk-corp.co.jp/recruit/culture/img/culture_slogo.svg);
  background-size: contain;
  vertical-align: middle;
}

.cultureleft {
	width: 47%;
}

.cultureright {
	position: relative;
	width: 48%;
	margin-top: 5%;
}

@media screen and (min-width:320px) and (max-width:1050px) {

	.cultureleft {
	width: 100%;
}

.cultureright {
	width: 100%;
	margin-top: 5%;
}
}

.textarea_culturerighthead {
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: -0.04em;
	text-align: justify;
}

.textarea_culturenumlead {
	margin-top:2em ;
	font-weight: 400;
	line-height: 1.7em;
}
.textarea_culturenumlead_s {
	margin-top:-3% ;
	font-weight: 500;
	line-height: 1.7em;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_culturenumlead_s {
	margin-top:0% ;
	font-weight: 500;
	line-height: 1.7em;
}

	.textarea_culturenumlead {
	margin-top:6%;
	font-weight: 400;
	line-height: 1.7em;
		text-align: justify;
}
}


.culturerightright {
	width: 48%;
	height: 170px;
		overflow: hidden;
}

.cultureleftleft {
	width: 48%;
		height: 170px;
		overflow: hidden;
}

.culnumwrp_b {
	width: 70px;
	float: left;
}
.culnumwrp_c {
	width: 70px;
	float: left;
}

.culnumwrp {
	width: 70px;
	float: left;
	height: 170px;
	margin-top: -170px;
}

.cultper {
	position: absolute;
	width: 50px;
	margin-top: 120px;
	margin-left:140px;
}
.cultper100 {
	position: absolute;
	width: 50px;
	margin-top: 120px;
	margin-left:210px;
}

.culture_numdetail {
	margin-top: 3%;
	border-bottom:thin solid #333;
	padding-bottom:2%;
	font-weight: 600;
}

.culture_num_illust {
	position: absolute;
}

.culture_num_illust_m {
	width:20%;
	margin-left: 140px;
	margin-top: -40px;
	
}

.culture_wm {
	position: absolute;
	margin-top: -40px;
}

.honneband {
	float: left;
	margin-right: 0.5%;
	margin-top: -0.3%;
	min-height: 100px;
}

.textarea_honnne {
	color:#666;
	font-weight: 500;
	line-height: 0.2em;
	margin-bottom: 0;
	height: auto;
}
.textarea_honnne::before {
	content: '';
  display: inline-block;
	margin-top: 0.8%;
  width: 30px;
  height: 30px;
	margin-right: 0.5%;
  background-image: url(https://www.snk-corp.co.jp/recruit/culture/img/pict.svg);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	
}

.honnewrp {
	margin-top: 2.5%;
}

.num_column {
	
}
.num_column li {
	float: left;
	width: 32%;
}
.num_column li:first-child {
	padding-left:0;
	padding-right:3%;
}
.num_column li:nth-child(2) {
	padding-left:3%;
margin-right: 3%;
	border-left:#d6d6d6 solid 7px;
}
.num_column li:last-child {
	padding-left:3%;
	border-right:0;
	border-left:#d6d6d6 solid 7px;
	margin-right: -20%;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.culture_wm {
	position: absolute;
	margin-top: -40px;
}
	.num_column {
	
}
.num_column li {
	float: left;
	width: 100%;
		padding-bottom:10%;
	margin-bottom: 10%;
		border-bottom:#d6d6d6 solid 7px;
}
.num_column li:first-child {
	padding-left:0;
	padding-right:0%;
}
.num_column li:nth-child(2) {
	padding-left:3%;
margin-right: 3%;
	border-left:#d6d6d6 solid 0px;
	border-bottom:#d6d6d6 solid 7px;
}
.num_column li:last-child {
	padding-left:0%;
	border-right:0;
	border-left:#d6d6d6 solid 0px;
	border-bottom:#d6d6d6 solid 0px;
	margin-right: -20%;
	margin-bottom: 0;
}
}

.num_column_numwrp {
	margin-top: 10% ;
			height: 170px;
		overflow: hidden;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.num_column_numwrp {
	margin-top: 10% ;
			height: 170px;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		margin-left: 15%;
}
}

.num_column_b {
	padding-top:7%;
	padding-bottom:7%;

	border-bottom:thin solid #333;
}

.num_column_illust {
	position: absolute;
	margin-left: 13%;
	margin-top: -1%;
	width:8%;
}
.num_column_illust100 {
	position: absolute;
		margin-left: 16%;
	margin-top: -1%;
	width:8%;
}

.num_column_dept {
	margin-top: 3%;
}
.num_column_dept li {
	float: left;
	width: 24.5%;
	border-right:solid thin #777;
	padding-right:3%;
	padding-left:3%;
	padding-top:4%;
	
}
.num_column_dept li:first-child {
	padding-left:0;
	width: 29%;
	padding-top:0%;
}
.num_column_dept li:last-child {
	margin-right: -20%;
	border-right:0;
}

.fukidashiwrp {
	position: relative;
	height: auto;
}
.fukidashiwrp span {
	display: inline-block;
}


.fukidashilist {
	position: relative;
	width: 120%;
	margin: 0 auto;
	margin-left: -3%;
}
.fukidashilist li {
	float: left;
	width: 22%;


}
.fukidashilist li:last-child {
	margin-right: -20%;
}

.fuki_s {
	padding-left:20%;
	padding-right:20%;
	padding-top:10%;
}

.fuki_m {
	padding-left:10%;
	padding-right:10%;
}

.fuki_b {
	padding-left:0%;
	padding-right:0%;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	.num_column_b {
	padding-top:7%;
	padding-bottom:7%;

	border-bottom:thin solid #333;
}
	.num_column_dept li {
	float: left;
	width: 50%;
	border-right:solid 0 #777;
	padding-right:3%;
	padding-left:3%;
	padding-top:4%;
	
}
.num_column_dept li:first-child {
	padding-left:0;
	width: 50%;
	padding-top:4%;
}
.num_column_dept li:last-child {
	margin-right: -20%;
	border-right:0;
}
	
	.num_column_illust100 {
	position: absolute;
		margin-left: 58%;
	margin-top: -16%;
	width:28%;
}
	
	.num_column_illust {
	position: absolute;
	margin-left: 53%;
	margin-top: -1%;
	width:27%;
}
	.honneband {
	float: none;
	margin-right: 0%;
		margin-left: -8%;
	margin-top: 0%;
	min-height: 00px;
	width: 40%;
}

.textarea_honnne {
	color:#666;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 0;
	height: auto;
	text-align: justify;
}
.textarea_honnne::before {
	content: '';
  display: inline-block;
	margin-top: 0.2%;
  width: 30px;
  height: 20px;
	margin-right: 0.5%;
  background-image: url(https://www.snk-corp.co.jp/recruit/culture/img/pict.svg);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	
}

.honnewrp {
	margin-top: 2.5%;
}
	
	.culturetopwrp {
	margin-top: 15%;
	margin-bottom: 0;
}
	.recbranchtopwrp {
	margin-top: 0%;
	margin-bottom: 0;
}
		.recbranchtopwrp img {
			width: 140%;
			margin-left: -6%;
	}
		.culturetopwrp img {
			width: 160%;
			margin-left: -60%;
	}
.fukidashilist {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-left: -0%;
}
.fukidashilist li {
	float: left;
	width: 47%;
	margin-right: 6%;


}
.fukidashilist li:last-child {
	margin-right:0%;
}
	.fukidashilist li:nth-child(2n) {
		margin-right: -20%;
	}
	
	.fuki_s {
	padding-left:0%;
	padding-right:0%;
		padding-top:0%;
}

.fuki_m {
	padding-left:0%;
	padding-right:0%;
}

.fuki_b {
	padding-left:0%;
	padding-right:0%;
}
}


.bbn {
	border-bottom:#fff solid 0px;
}




#graduate {
	position: relative;
	width: 100%;
	height: auto;
	padding-top:50px;

}

.grad_backimg {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 10;

}

.cornerinfowrp {
	position: absolute;
	left:42px;
	margin-top: 0px;
	width: 150px;
	text-align: center;
	border:thin solid #fff;
	margin-bottom: 0;
	padding:0.2em 1em 0.3em 1em;
	z-index: 100;
}

.textarea_corner {
	font-weight: 500;
	color:#fff;
	margin-bottom: 0;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	#graduate {
	position: relative;
	width: 100%;
	height: auto;
	padding-top:120px;

}
	.cornerinfowrp {
	position: relative;
		left:0px;
	right:0px;
	margin-top: 0px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border:thin solid #fff;
	margin-bottom: 0;
	padding:0.2em 1em 0.3em 1em;
	z-index: 100;
}

.textarea_corner {
	font-weight: 500;
	color:#fff;
	margin-bottom: 0;
	font-size: 5vw;
}
}

.textarea_gradcopy {
	text-align: center;
	font-size:7vw;	
	font-weight:500;
	color:#fff;
	letter-spacing: -0.04em;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
}

.grad_wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
	z-index: 100;
}

.gradgrad {
	position: fixed;
	width: 100%;
	height: calc(100vh - 0px);
   background: linear-gradient(-45deg, #003fae,#0060c7,#00acff, #009ef0,#0060c7,#00acff,#003fae);
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
	z-index: 99;
	opacity: 0.8;
}

.grad_topimg {
	position: relative;
	z-index: 100;
	width: 8%;
	margin-left: 46%;
}

.grad_topsnk {
	position: relative;
	margin-top: 2%;
	text-align: center;
	z-index: 150;
}

.textarea_grad_hcopy {
	position: relative;
	margin-top: 2%;
	color:#fff;
	font-style: italic;
	z-index: 100;
	text-align: center;
	font-weight: 600;
}

.gradleft {
	position: relative;
	width: 50%;
	z-index: 100;
}

.gradright {
	position: relative;
	width: 41%;
	z-index: 100;
}

.gradinfowrp {
	width: 80%;
	margin: 5% auto;
	padding-bottom:5%;
}

.textarea_gradlead {
	color:#fff;
	font-weight: 500;
	text-align: justify;
	line-height: 2em;
}

.grad_syafu {
	position: relative;
	margin-top: 8%;
	z-index: 100;
	margin-bottom: 8%;
}
.grad_syafu li {
	float: left;
	width: 49%;
	margin-right: 5%;
	border-right:solid thin #fff;
	padding-right:5%;
}
.grad_syafu li:last-child {
	margin-right: -20%;
	padding-right:5%;
	border-right:none;
	
}

.textarea_gradsyafutit {
	font-weight: 600;
	color:#fff;
}

.gradinfo_w {
	position: relative;
	background-color: #fff;
	height: 1000px;
	z-index: 110;
	width: 100%;
	margin-bottom: 0;
	padding-top:5%;
	
}

.gradinfo_w_wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.textarea_gradsyokusyutit {
	font-weight: 600;
	margin-bottom: 5%;
	
}

.textarea_gradlead_w {
	font-weight: 500;
	line-height: 1.9em;
	margin-bottom: 5%;
}
.textarea_gradlead_w span {
	font-weight: 600;
	font-size: 120%;
	
}

.gradinfowleft {
width: 50%;
}

.gradinfowright {
	width: 48%;
	margin-top: 5%;
}

.gradbtn {
	border:thin solid #333;
	padding:2% 2%;
	width: 600px;
	margin: 7% auto;
	text-align: center;
	margin-bottom: 2%;
}
.gradbtn img {
	width:60%;
}


@media screen and (min-width:320px) and (max-width:1050px) {
  .textarea_gradlead {
	color:#fff;
	font-weight: 400;
	text-align: justify;
	line-height: 1.8em;
}
	.gradinfo_w {
	position: relative;
	background-color: #fff;
	height: auto;
	z-index: 110;
	width: 100%;
	margin-bottom: 0;
	padding-top:5%;
		padding-bottom:10%;
	
}
	.gradinfowrp {
	width: 85%;
	margin: 5% auto;
	padding-bottom:5%;
}
	.gradbtn {
	border:thin solid #333;
	padding:2% 2%;
	width: 100%;
	margin: 7% auto;
	text-align: center;
	margin-bottom: 2%;
		z-index: 100;
}
	.gradinfowleft {
width: 100%;
      margin-top: 10%;
}

.gradinfowright {
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
}

	.grad_syafu {
	position: relative;
	margin-top: 8%;
	z-index: 100;
	margin-bottom: 8%;
}
.grad_syafu li {
	float: left;
	width: 100%;
	margin-right: 5%;
	border-right:solid 0 #fff;
	border-bottom:solid thin #fff;
	padding-right:0%;
	padding-bottom:5%;
	margin-bottom: 5%;
}
.grad_syafu li:last-child {
	margin-right: -20%;
	padding-right:5%;
	border-right:none;
	
}
	.gradleft {
	position: relative;
	width: 100%;
	z-index: 100;
		margin-bottom: 8%;
}

.gradright {
	position: relative;
	width: 100%;
	z-index: 100;
	margin-bottom: 5%;
}

	.grad_wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
		margin-bottom: 5%;
	z-index: 100;
}
	.textarea_gradcopy {
	text-align: center;
	font-size:13vw;	
	font-weight:700;
	color:#fff;
	letter-spacing: -0.04em;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
    font-style: italic;
}
	.grad_topimg {
	position: relative;
	z-index: 100;
	width: 25%;
	margin-left: 0%;
		margin: 0 auto;
}
	
	.gradgrad {
	position: fixed;
	width: 100%;
	height: calc(100vh - 0px);
   background: linear-gradient(-45deg, #003fae,#0060c7,#00acff, #009ef0,#0060c7,#00acff,#003fae);
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
	z-index: 99;
	opacity: 1;
}

}

.tac {
	text-align: center;
}

.intro_bnr {
	position: relative;
	width: 75%;
	margin: 5% auto;
	z-index: 100;
}

.intromainwrp {
	position: relative;
}

.spmenulogo {
	width: 60%;
	margin: 15% auto;
	margin-bottom: 10%;
}





.textarea_infocopysub br {
	display: none;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.intro_bnr {
	position: relative;
	width: 100%;
	margin: -20% auto;
		margin-bottom: 20%;
}
	.textarea_infocopysub br {
	display: block;
}
}

#intro_copy1 {
	position: relative;
	width: 75%;
}

#intro_copy2 {
		position: absolute;
	width: 31%;
}

#intro_copy3 {
	position: absolute;
	width: 34%;
}

.bgslider li img {
		margin-top: -4%;
	}



@media screen and (min-width:320px) and (max-width:1050px) {

		.bgslider li:nth-child(6) img {
		margin-left: -12%;
	}
	
	#intro_copy1 {
	position: relative;
	width: 60%;
}

#intro_copy2 {
		position: relative;
	width: 73%;
}

#intro_copy3 {
	position: relative;
	width: 85%;
}

	
	
}

.mainbackoverlay_t {
width: 100%;
 height: 100vh;
 position: absolute;
background-image: url(https://www.snk-corp.co.jp/recruit/img/common/01.png);
z-index: 17;
}


.container {
  margin: 0 auto;
  width: 1200px;
}

.contents-main {
  margin-top: 100px;
}


.bgslider_sp {
	position: absolute!important;
	width: 100vw;
	height: auto;
	max-width: 100vw;
	max-height: 71vh;
	min-height: 71vh;
	background-position: center top;
	background-size: contain;
  -webkit-transition: all .3s;
	transition: all .3s;
	z-index: 14!important;
}

.choicewrp {
	position: relative;
}

.ftsnk {
	margin-top: 10%;
	width: 50%;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.intidxl {
	float: left;
}
	.intidxr {
	float: right;
}
	.ftsnk {
	margin-top: 10%;
	margin-bottom: 5%;
	width: 70%;
}
	
.intidxleftwrp img {
	width: 70%;
	margin-bottom: 5%;
}
.intidxrightwrp img {
	width: 70%;
	margin-bottom: 5%;
}
	.intidxwrp {
	margin-top: 20%;
	position: relative;
	padding-left:10%;
	padding-right:10%;
}
}



.message_jinji {
	position: relative;
	width: 83%;
	margin: 10% auto;
	border-top:dotted #333 thin;
	padding-top:10%;
}

.recruit_btn {
	width: 250px;
	padding:0.05%;
	background-color:#00a4e4;
	color:#fff;
	font-weight: 600;
	text-align: center;
	margin: 3em auto;
	margin-bottom: 0;
}
.recruit_btn a {
  -webkit-transition: all .3s;
	transition: all .3s;
}

.recruit_btn a:link {
	text-decoration: none!important;
	color:#fff;
}
.recruit_btn a:hover {
	text-decoration: none;
	color:#fff;
	opacity: 0.8;
	  -webkit-transition: all .3s;
	transition: all .3s;
}
.recruit_btn a:visited {
		text-decoration: none;
	color:#fff;
}

.recinfo_careerguidewrp {
	position: relative;
	margin-bottom: 15%;
	border-bottom:thin solid #d3d3d3;
	padding-bottom:10%;
}

.textarea_careerguidetit {
	color:#00a4e4;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
}

.textarea_careerguidesubtit {
	font-weight: 500;
	color:#808080;
	text-align: center;
}

.careerguidelist {
	
}
.careerguidelist li {
	float: left;
	width: 27%;
	margin-right: 9%;
}
.careerguidelist li:last-child {
	margin-right: -20%;
}

.maintop_recbnr {
	position: fixed;
	width: 15%;
	bottom:30px;
	left:30px;
	z-index: 450;
}
.textarea_careerguidetit br {
		display: none;
	}

@media screen and (min-width:320px) and (max-width:1050px) {
	.recruit_btn {
	width: 100%;
	padding:1% 1% 2% 1%;
	background-color:#00a4e4;
	color:#fff;
	font-weight: 600;
	text-align: center;
	margin: 3em auto;
	margin-bottom: 0;
}
	.textarea_careerguidesubtit {
	font-weight: 500;
	color:#808080;
	text-align: center;
		font-size: 1.3rem;
		margin-top: 3%;
}
	.textarea_careerguidetit {
	color:#00a4e4;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
		font-size: 2.5rem!important;
}
	.textarea_careerguidetit br {
		display: block;
	}
	
	.careerguidelist {
	
}
.careerguidelist li {
	float: left;
	width: 30%;
	margin-right: 4%;
}
.careerguidelist li:last-child {
	margin-right: -20%;
}

}

/*FIXED INFO*/
.hidden_box {
	transition: 0.2s;
	z-index: 450 !important;
}

.hidden_box label {
	position: fixed;
	bottom: 35px;
	left: 5px;
	cursor: pointer;
	transition: .3s;
	z-index: 450;
}

.hidden_box label:before {
	display: inline-block;
	content: url(https://www.snk-corp.co.jp/recruit/img/main/closebtn.svg);
	font-family: 'FontAwesome';
	padding-top: 4px;
	padding-right: 8px;
	transition: 0.2s;
}

.hidden_box input:checked + label:before {
	content: url(https://www.snk-corp.co.jp/recruit/img/main/openbtn.svg);
	color: #668ad8;
	transition: 0.2s;
}

.hidden_box input {
	display: none;
	transition: 0.2s;
}

.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 1;
	transition: 0.8s;
}

.hidden_box input:checked + label + .hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 0;
	transition: 0.2s;
}

.h_yoyakubnr {
	position: fixed;
	top: 27px;
	width: 200px;
	right: 0;

}

.culture_visionwrp {
	border-top:thin solid #d2d2d2;
	margin-top: 7%;
	margin-bottom: 8%;
}

.culture_philo_tit {
	text-align: center;
  width: 24%;

  margin: 12% auto;
  margin-bottom: 2%;
}

.culturephilo {
	width: 80%!important;
	margin: 0 auto;
	line-height: 1.8em;
	text-align: justify;
	font-size: 2rem;
}

.philotop {
	margin-top: -2%!important;
	line-height: 1.9em;
}

.rectitcopy {
	position: absolute;
	margin-top: 19%;
	width: 35%;
	margin-left: 33%;
}

.rectitwrp {
	position: relative;
	width: 100%;
}

.textarea_intviewlead {
	font-weight: 500;
	width: 70%;
	margin: 1.5% auto;
	text-align: center;
	margin-bottom: 5%;
	line-height: 1.9em;
}
.textarea_intviewlead br {
	display: block;
}

.faqlist {
	position: relative;
	margin-top: 3%;
	margin-bottom: 5%;
}
.faqlist li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 1.0em;
	font-weight: 500;
	font-size: 1.5rem;
	text-decoration: underline;
}

.text12 {
	font-weight: 600;
	font-size: 2rem;
	color:#00a4e4;
}

.text13 {
	margin-top: 1%;
	font-weight: 600;
	font-size: 2rem;
	margin-left: 0%;
}

.text14 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-top: 1%;
	margin-left: 2.7em;
	line-height: 1.9em;
}

.faqwrp {
	position: relative;
	margin-bottom: 5%;
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .text12 {
	font-weight: 600;
	font-size: 3rem;
	color:#00a4e4;
}
  .textarea_intviewlead {
	font-weight: 400;
	width: 85%;
	margin: 5% auto;
	text-align: justify;
	margin-bottom: 15%;
	line-height: 1.8em;
}
	.textarea_intviewlead br {
	display: none;
}
  
	.culture_philo_tit {
	text-align: center;
      width: 50%;
      margin: 19% auto;
      margin-bottom: 5%;
}
	.culturephilo {
	width: 100%!important;
	margin: 0 auto;
	line-height: 1.8em;
	text-align: justify;
}
	.rectitcopy {
	position: absolute;
	margin-top:26%;
	width: 55%;
	margin-left: 23%;
}
	.textarea_faq {
position:relative;
margin-top: 0%;

color:#00a4e4;
font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1em;	
text-align: left;
font-size: 10vw;
}
	
	.textarea_wos_faq {
	position:relative;
	margin-top: 2;
	color:#333;
	font-size: 4vw;
	font-weight: 500;
}
	
	.faqlist {
	position: relative;
	margin-top: 5%;
	margin-bottom: 10%;
}
.faqlist li {
	float: left;
	width: 100%;
	margin-right: 2%;
	margin-bottom: 1.0em;
	font-weight: 500;
	font-size: 1.7rem;
	text-decoration: underline;
}
	.faqwrp {
	position: relative;
	margin-bottom: 15%;
}
	.text13 {
	margin-top: 4%;
	font-weight: 600;
	font-size: 3rem;
	margin-left: 0%;
}

.text14 {
	font-weight: 400;
	font-size: 2.5rem;
	margin-top: 5%;
	margin-left: 0%;
}
}


.culturetitlogowrp {
	position: relative;
	width: 45%;
	height: auto;
	margin: 2% auto;
	margin-bottom: 1%;
	margin-left:30%;
}


.culturetitlogo_s {
	position: absolute;
	width:11%;
}

.culturetitlogo_s {
	position: absolute;
}
.culturetitlogo_sub {
	position: absolute;
	margin-left: 15%;
	width: 68%;
}

.k {
	margin-left: 1%;
}

.c {
	margin-right: 1%;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	.culturetitlogowrp {
	position: relative;
	width: 90%;
	height: auto;
	margin: 0% auto;
	margin-bottom: 1%;
	margin-left:12%;
}

.message_ceophoto img {
	width: 190%;
	margin-left: -45%;
	margin-top: -5%;
}
.culturetitlogo_s {
	position: absolute;
	width:11%;
}

.culturetitlogo_s {
	position: absolute;
}
.culturetitlogo_sub {
	position: absolute;
	margin-left: 15%;
	width: 68%;
}

.k {
	margin-left: 1%;
}

.c {
	margin-right: 1%;
}
}
.l {
	margin-right: -1%;
}

#midcontents_about {
	
}

@media screen and (min-width:320px) and (max-width:1050px) {
	#midcontents_about {
	margin-left: 15%;
}
	.recimgwrp img {
	width: 140%;
	margin-left: -20%;
}

}
 .text4 a:link {
			color:#00a4e4;
	}
	.text4 a:visited {
			color:#00a4e4;
	}
}
.text4 a:hover {
			color:#00a4e4;
	}
  .interviewtopwrp {

}

@media screen and (min-width:320px) and (max-width:1050px) {
  .interviewtopwrp {
  margin-top: 46px;
}
	 .interviewtopwrp img {
		 width: 150%;
		 margin-left: -25.5%;
	}
  
	#worktitwrp img {
	width: 140%;
		margin-left: -22%;
}

	#midcontents_workon_sec {
	font-size: 11vw!important;
}
}


@media screen and (min-width:320px) and (max-width:1050px) {
  .text4 {
  font-size: 2.5rem!important;
    
}
	 
}
}



.gnavi__sp-style {
  display: block;
}	

.menu-btn {
  display : block;
  position: fixed;
  right : 0px;
  top   : 0px;
  width : 55px;
  height: 55px;
  cursor: pointer;
  text-align: center;
	z-index: 1560;
	background-color:#000;
		  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
	
}
.menu-btn span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 13px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.menu-btn span:nth-of-type(1) {
  top: 15px;
}
.menu-btn span:nth-of-type(2) {
  top: 25px;
}
.menu-btn span:nth-of-type(3) {
  top: 35px;
}
/*メニューボタン　展開後*/
.menu-btn.active {
  width : 55px;
  height: 55px;
	background-color:#000;
	  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;

    overflow-y: hidden!important;
	 overflow-x: hidden!important;
	position: fixed;
}
.menu-btn.active span:nth-child(1) {
  top : 25px;
  left: 12px;
  background :#00a4e4;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
  top: 25px;
  background :#00a4e4;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.gnavi__sp-style {
  display: block;
}	

.gnavi__sp-style {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(255,255,255,1);
  text-align: center;
  width: 100%;
	height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;

	align-items: center;
	overflow:scroll;
	overflow-y:scroll;

	z-index: 1500!important;
	visibility: hidden;

	
}
.gnavi__sp-style ul {
  margin: 0 auto;

}
.gnavi__sp-style ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
	margin-bottom: 3%;
	text-align: left;

}
.gnavi__sp-style ul li:last-of-type {
  padding-bottom: 0;
}

.gnavi__sp-style.active {
  opacity: 1;
	visibility: visible;
}
	.textarea_gnavitit {
font-size: 1.5vw;
	font-weight: 500!important;
	color:#333;
	margin-bottom: 0;
}
		.textarea_gnavitit span {
			font-size: 70%;
			color:#00a4e4;
			margin-left: 1em;
	}
	.textarea_gnavitit::before {
		position: relative;
		 content: '';
  display: inline-block;
  width: 27px;
  height: 30px;
  background-image: url(https://www.snk-corp.co.jp/recruit/img/common/arrow_circle.svg);
		background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-right: 1%;
	}

.textarea_gnavitit a:link {
	color:#333;
	text-decoration: none;
}
.textarea_gnavitit a:visited {
	color:#333;
	text-decoration: none;
}
.textarea_gnavitit a:hover {
	color:#333;
	text-decoration: none;
}
	
	.gnavientrylist {
	position: relative;
		width: 70%!important;
		margin-top: 5%!important;
		margin-left: 0!important;
}
.gnavientrylist li {
	float: left;
	width: 48%!important;
	margin-right: 5%;
	padding:0.5% 0.5%;
}
	.gnavientrylist li img {
		border:thin solid #00a4e4;
	}

.gnavientrylist li:last-child {
	margin-right: -20%;
}
	.textarea_gnavientrylilsttit {
	font-weight: 500;
	color:#333;
	margin-top: 1%;
	font-size: 1.3vw;
	margin-bottom: 0;
	text-align: center;
}

.gnavismenu {
	position: relative;
	margin-top: 4%!important;
	border-top:dotted #333 thin!important;
	padding-top:7%;
}

	.textarea_gnavismenu a:link {
		color:#333;
		text-decoration: none;
	}
	.textarea_gnavismenu a:visited {
		color:#333;
		text-decoration: none;
	}
.gnavismenu li {
	margin-bottom: 1%!important;
	
}

.textarea_gnavismenu {
font-weight: 400;
	font-size: 1.6rem;
	margin-bottom: 1%;
}
	
	.gnavisaiyologo {
	width: 40%;
	
	margin-bottom:5%;

	margin-right: 0%;
}




@media screen and (min-width:320px) and (max-width:1050px)  {
/*メニューボタン　展開前*/
.menu-btn {
  display : block;
  position: fixed;
  z-index : 3;
  right : 30px;
  top   : 10px;
  width : 52px;
  height: 42px;
  cursor: pointer;
  text-align: center;
	background-color: transparent!important;
	z-index: 1560;
}
.menu-btn span {
  display : block;
  position: absolute;
  width   : 50px;
  height  : 2px ;
  left    : 6px;
  background : #00a4e4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.menu-btn span:nth-of-type(1) {
  top: 10px;
}
.menu-btn span:nth-of-type(2) {
  top: 22px;
}
.menu-btn span:nth-of-type(3) {
  top: 35px;
}
  
/*メニューボタン　展開後*/
.menu-btn.active span:nth-child(1) {
  top : 20px;
  left: 6px;
  background :#00a4e4;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
	position:absolute;
}
.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
  top: 20px;
  background :#00a4e4;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.gnavi__sp-style {
  display: block;
}	
/*スマホ用のメニュー*/
.gnavi__sp-style {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(255,255,255,1);
  text-align: center;
  width: 100%;
	height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;

	align-items: center;
	overflow:scroll;
	overflow-y:scroll;

	padding-top:80px;
	z-index: 1500!important;
	visibility: hidden;

	
}
.gnavi__sp-style ul {
  margin: 0 auto;
  width: 80%;

}
.gnavi__sp-style ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
	margin-bottom: 7%;
	text-align: left;

}
.gnavi__sp-style ul li:last-of-type {
  padding-bottom: 0;
}

.gnavi__sp-style.active {
  opacity: 1;
	visibility: visible;
}
	.textarea_gnavitit {
font-size: 4vw;
	font-weight: 500!important;
	color:#333;
	margin-bottom: 0;
}
		.textarea_gnavitit span {
			font-size: 70%;
			color:#00a4e4;
			margin-left: 1em;
	}
	.textarea_gnavitit::before {
		position: relative;
		 content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 27px;/*画像の幅*/
  height: 31px;/*画像の高さ*/
  background-image: url(https://www.snk-corp.co.jp/recruit/img/common/arrow_circle.svg);
		background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-right: 1%;
	}

.textarea_gnavitit a:link {
	color:#333;
}
.textarea_gnavitit a:visited {
	color:#333;
}
	
	.gnavientrylist {
	position: relative;
		width: 80%!important;
		margin-top: 10%!important;
			margin-left: 0!important;
		margin: 5% auto!important;
		padding-bottom:30%!important;
}
.gnavientrylist li {
	float: left;
	width: 48%!important;
	margin-right: 5%;
	padding:0.5% 0.5%;
}
	.gnavientrylist li img {
		border:thin solid #00a4e4;
	}

.gnavientrylist li:last-child {
	margin-right: -20%;
}
	.textarea_gnavientrylilsttit {
	font-weight: 500;
	color:#333;
	margin-top: 1%;
	font-size: 3vw;
	margin-bottom: 0;
	text-align: center;
}

.gnavismenu {
	position: relative;
	margin-top: 4%!important;
		border-top:dotted #333 thin!important;
	padding-top:10%;
}
.gnavismenu li {
	margin-bottom: 2%!important;
	
}
.textarea_gnavismenu {
font-weight: 500;
	font-size: 2rem;
	margin-bottom: 5%;
}
	.textarea_gnavismenu a:link {
		color:#333;
		text-decoration: none;
	}
	.textarea_gnavismenu a:visited {
		color:#333;
		text-decoration: none;
	}

	
	.gnavisaiyologo {
	width: 70%;
	margin-left:10%!important;
	margin-bottom:7%;
}
}

.gnaviright {
	width: 55%;
	padding-top:80px;
}

.gnavileft {
	width: 30%;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
	.headerlogo_u_sp {
		margin-top: 23px;
		margin-left: 25px;
	width: 400px;
}

	.gnaviright {
	width: 100%;
		padding-top:00px;
}

.gnavileft {
	width: 100%;
}
}

.gnavi_img {
	width: 125%;
	height: 100vh;
	margin-left: 0%;
	margin-top:0;
}


.toplogowrp {
	z-index: 1200;
}



.textarea_topscrl {
	font-weight: 400;
	font-size: 1.5rem
}

.candcattitimg {
	width: 100%;
	height: auto;
	background-color: #009ee6;
	padding:3% 15% 3% 15%;
}


.textarea_candlead {
	font-weight: 500;
	line-height: 1.9em;
	text-align: center;
}

.textarea_candtit {
	font-weight: 600;
}
.textarea_candlead br {
		display: block;
	}

.together {
	position: relative;
	width: 50%;
	margin-left: 25%;
	margin-bottom: 1%;
}


@media screen and (min-width:320px) and (max-width:1050px)  {
	.candcattitimg {
	width: 100%;
	height: auto;
	background-color: #009ee6;
	padding:5% 5% 5% 5%;
}
.textarea_candlead {
	font-weight: 500;
	line-height: 1.75em;
	text-align: justify;
}
	.textarea_candlead br {
		display: none;
	}
}


.cadleft {
	width: 28%;
}

.cadright {
	width: 65%;
}

.caddetailwrp {
	width: 75%;
	margin: 0 auto;
	border-bottom:thin dotted #333;
	padding-bottom:6%;
	margin-bottom: 6%;
}

.candtitwrp {
	border-bottom:thin solid #333;
	padding-bottom:2%;
	margin-bottom: 2%;
}

.caddetaillead {
	font-weight: 500;
	line-height: 1.9em;
	font-size: 1.8rem;
	margin-bottom:0.1em;
	border-bottom:dotted 2px #ade8ff;
}

.textarea_cadtit {
	font-weight: 500;
	font-size: 3.5rem;
	line-height: 0.9em;
}
.textarea_cadtit br {
	display: none;
}
.textarea_cadtit span {
	margin-left: 0.5em;
	font-size: 60%;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
	.caddetailwrp {
	width: 85%;
	margin: 0 auto;
	border-bottom:thin dotted #333;
	padding-bottom:4%;
	margin-bottom: 7%;
}
	.cadleft {
	width: 50%;
	margin-bottom: 6%;
	margin-left:25%;
}

.cadright {
	width: 100%;
}
	.candtitwrp {
	border-bottom:thin solid #333;
	padding-bottom:4%;
	margin-bottom: 4%;
}
	.caddetaillead {
	font-weight: 500;
	line-height: 1.8em;
	font-size: 2.5rem;
		padding-bottom:3%;
		margin-bottom: 3%;
}
	.textarea_cadtit {
	font-weight: 500;
	font-size: 4.0rem;
	line-height: 1em;
		text-align: center;
}
	.textarea_cadtit br {
	display: block;
}

}

.bbnd {
	border-bottom:0;
}

.intmidlead2nd {
	width: 80%;
	margin: 0 auto;
}
.recruitbnr {
	
}

@media screen and (min-width:320px) and (max-width:1050px)  {
	.recruitbnr {
	margin-bottom: 15%;
}

	.intmidlead2nd {
	width: 80%;
	margin: 0 auto;
		margin-bottom: 15%;
}
}

.int_genbavoice {
	width: 80%;
	margin: 0% auto;
	border:solid thin #009ee6;
	padding:1.5% 3%;
	
}

.textarea_int_genba {
	font-weight: 400;
	line-height: 1.7em;
	color:#333;
}

.genbaleft {
	width: 20%;

}

.genbaright {
	width: 75%;
	margin-left: 3%;
}
@media screen and (min-width:320px) and (max-width:1050px)  {
	.int_genbavoice {
	width: 80%;
	margin: 5% auto;
	border:solid thin #009ee6;
	padding:5% 6%;
	
}
	.textarea_int_genba {
	font-weight: 400;
		font-size: 2rem;
	line-height: 1.7em;
	color:#333;
}
	.genbaleft {
	width: 75%;
		margin-left: 12%;
		margin-bottom: 5%;

}

.genbaright {
	width:100%;
	margin-left: 0%;
}
}

.otlist {
	position: relative;
	width: 100%;
	margin: 7% auto;
	z-index: 100;
}
.otlist a {
	opacity: 1;
}

.otlist li {
	width: 50%;
	float: left;
	margin-right:0;
padding-bottom:7%;
}
.otlist li:first-child {
		background-color: rgba(0,0,0,0.1);
}
.otlist li:nth-child(2) {
		background-color: rgba(0,0,0,0.2);
}

.intro_ot_tit {
	position: absolute;
	margin-top:12%;
	margin-left: 12.3%;
	width: 23%;
	z-index: 100;
}


.otlist_gn {
	position: relative;
	width: 80%!important;
	margin-bottom: 7%!important;

	margin-left: -0%!important;
	z-index: 100;
}
.otlist_gn li {
	width: 50%!important;
	float: left !important;
	margin-right:0;
}

.intro_ot_tit_gn {
	position: absolute;
	margin-top:10%;
	margin-left: 5%;
	width: 40%;
}
.textarea_gnavititdept {
font-size: 1.9rem;
	font-weight: 500;
	color:#333;
	text-align: left;
	margin-left: 0%;
		margin-top: 7%!important;
	
}



.textarea_introottit {
	font-weight: 600;
	font-size: 2.3vw;
	color:#fff;
	text-align: center;
	font-style: italic;
}

.textarea_introotlead {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.8em;
	color:#fff;
	text-align: justify;
}

.otinfowrp {
	width: 85%;
	margin: 0 auto;

}

.otimg {
	margin-bottom: 0%;
}

.textarea_introottitsub {
	font-weight: 600;
	font-size: 1.5vw;
	color:#fff;
text-align: center;
border-top:solid thin #fff;
	margin-top: 3%;
	padding-top:2%;
	border-bottom:solid thin #fff;
	padding-bottom:2%;
	margin-bottom: 3%;
}

html.is-fixed,
html.is-fixed body {
  height:100%;
	overflow: :hidden;

}


@media screen and (min-width:320px) and (max-width:1050px)  {
	.textarea_introottitsub {
	font-weight: 600;
	font-size: 3.5vw;
	color:#fff;
text-align: center;
border-top:solid thin #fff;
	margin-top: 3%;
	padding-top:2%;
	border-bottom:solid thin #fff;
	padding-bottom:2%;
	margin-bottom: 3%;
}
	.textarea_introottit {
	font-weight: 600;
	font-size: 4.8vw;
		letter-spacing: -0.05em;
	color:#fff;
	text-align: center;
}

.textarea_introotlead {
	font-weight: 500;
	font-size: 2.3rem;
	line-height: 1.8em;
	color:#fff;
}
	.otlist li:nth-child(2) {
		background-color: rgba(0,0,0,0.1);
}
	.otlist li:nth-child(2) {
		background-color: rgba(0,0,0,0);
}
	.intro_ot_tit {
	position: absolute;
	margin-top:21%;
	margin-left: 14.3%;
	width: 70%;
}
	.otlist {
	position: relative;
	width: 100%;
	margin: 20% auto;
	z-index: 100;
}

.otlist li {
	width: 100%;
	float: none;
	margin-right:0;
padding-bottom:10%;
}
	.textarea_gnavititdept {
font-size: 1.9rem;
	font-weight: 500;
	color:#333;
	text-align: left;
	margin-left: 10%;
		margin-top: 7%!important;
}
	.otlist_gn {
	position: relative;
	width: 80%!important;
	margin-top: 2%!important;
	margin-left: 10%!important;
	z-index: 100;
}
.otlist_gn li {
	width: 49%!important;
	float: left !important;
	margin-right:1.5%;
}
	.otlist_gn li:last-child {
		margin-right: -20%;
	}
.intro_ot_tit_gn {
	position: absolute;
	margin-top:10%;
	margin-left: 5%;
	width: 40%;
}
	
	
html.is-fixed,
html.is-fixed body {
    height: 100%;
    overflow: hidden;
}
}



.textarea_recblank {
	font-size: 3.5rem;
	font-weight: 500;
	text-align: center;
}


.textarea_recsub {
	font-weight: 400;
	text-align: center;
	line-height: 1.8em;
}
	.textarea_recblank br {
	display: none;
}
.textarea_recsub br{
	display: block;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
	.textarea_recblank br {
	display: block;
}
	.textarea_recsub {
	font-weight: 400;
	text-align: justify;
	line-height: 1.8em;
}
	.textarea_recsub br{
	display: none;
}
}



#recbranch {
	position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
	z-index: 200;
	padding-top: 71px;
}

.recbrarnchwrp {
	width: 80%;
	margin: 0 auto;
}

.textarea_recbranchhead {
	margin-top: 0;
	font-weight: 600;
	font-size: 4.3vw;
	text-align: center;
	font-style: italic;
	margin-bottom: 0;
}
.textarea_recbranchhead br {
	display: none;
}
.textarea_recbranchhead span {
	color:#009ee6;
	
}

.textarea_branchlead {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.9em;
	text-align: center;
	margin-top: 2%;
}

.textarea_recbranchsubhead {
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 0;
}

.textarea_branchsubhead {
	font-weight: 600;
	font-size: 2.7vw;
	font-style: italic;
	text-align: center;
	margin-top: 7%;
	margin-bottom: 5%;
	border-top:thin solid #333;
	border-bottom:thin solid #333;
	padding-top:0.5%;
	padding-bottom:0.5%;
}

.branchdetailleft {
	width: 20%;
}

.branchdetailright {
	width: 76%;
	padding-top:1.3%;
}

.branchdetaillead {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.8em;
	text-align: justify;
}


.branchdetailwrp {
	margin-bottom: 7%;
}

.branchdetail_copy1 {
	width: 50%;
	margin-bottom: 1.5%;
}

.branchdetail_copy2 {
		width: 100%;
	margin-bottom: 1.5%;
	margin-bottom: 1.6%;
}


#bracndetail_copy3img {

}

#bracndetail_copy5img {

}
.textarea_branchlead br {
			display: block;
	}


.recbranchtopcopy1 {
	position: absolute;
	margin-left: 35%;
	margin-top: 13%;
	width: 30%;
	opacity: 0.7;
}
.recbranchtopcopy2 {
	position: absolute;
	margin-top: 20%;
	margin-left: 43%;
	width:15%;
	opacity: 0.7;
}


.branchbnr {
	width: 70%;
	margin: 15% auto;
}



@media screen and (min-width:320px) and (max-width:1050px)  {
	
.branchbnr {
	width: 100%;
	margin: 19% auto;
	
}

	.branchdetailwrp {
	margin-bottom: 15%;
}
	.recbranchtopcopy1 {
	position: absolute;
	margin-left: 24%;
	margin-top: 16%;
	width: 40%;
}
.recbranchtopcopy2 {
	position: absolute;
	margin-top: 30%;
	margin-left: 33%;
	width:25%;
}
	#bracndetail_copy1img {
width: 100%;
		margin-bottom: 4%;
}
	.textarea_recbranchsubhead {
	font-weight: 600;
	font-size: 3.5vw;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 2%;
}
	.textarea_recbranchhead {
	margin-top: 0;
		margin-bottom: 5%;
	font-weight: 600;
	font-size: 7.0vw;
	text-align: center;
	font-style: italic;
		line-height: 1.3em;
}
	
	.textarea_recbranchhead br {
	display: block;
}
	.textarea_branchlead {
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.8em;
	text-align: justify;
}
		.textarea_branchlead br {
			display: none;
	}
	.textarea_branchsubhead {
	font-weight: 600;
	font-size: 5.5vw;
	font-style: italic;
	text-align: center;
	margin-top: 13%;
	margin-bottom: 10%;
	border-top:thin solid #333;
	border-bottom:thin solid #333;
	padding-top:5%;
	padding-bottom:5%;
}
	
	.branchdetailleft {
	width: 100%;
		padding-left:25%;
			padding-right:25%;
		margin-bottom: 7%;
}

.branchdetailright {
	width: 100%;
	padding-top:1.3%;
}
	
	.branchdetaillead {
	font-weight: 500;
	font-size: 2.3rem;
	line-height: 1.6em;
	text-align: justify;
}

#bracndetail_copy3img {
	width: 100%;
	margin-bottom: 4%;
}

#bracndetail_copy5img {
	width: 100%;
	margin-bottom: 4%;
}
	.branchdetail_copy2 {
		width: 100%;
	margin-bottom: 1.5%;
	margin-bottom: 5%;
}
}




.waku_left {
	position: absolute;
	margin-top:9.2%;
	margin-left: 9%;
	width: 2%;
}

.waku_right {
	position: absolute;
	position: absolute;
	margin-top:9.2%;
	margin-left:38%;
	width: 2%;
}



.otwrp {

background-color: #000;
overflow: hidden;
margin-bottom: 5%;
}
.otimg {
	  transition-duration: 0.5s;
opacity: 0.85;
}
.otimg:hover {
transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}

.intro_ot_tit {
	 transition-duration: 0.5s;
}
.intro_ot_tit:hover {
	  transition-duration: 0.5s;
  opacity: 0.6;
}
.branchimage {
	margin-top: 10%;
}

.backofficecadtit br {
	display: block;
	
}
.backofficecadtit span {
	margin-left: 0;
}



.loading{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}

.loading img{
  width: 20%;
}

.inttitlogo {
	width: 15%;
	margin: 0 auto;
	margin-bottom: 0%;
}

.ondleft {
	width: 70%;
}

.ondright {
	width: 25%;
}

#scdlwrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 5%;

}


@media screen and (min-width:320px) and (max-width:1050px)  {
	.ondleft {
	width: 100%;
}

.ondright {
	width: 80%;
}

#scdlwrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 5%;

}

	.inttitlogo {
	width: 45%;
	margin: 70px auto;
	margin-bottom: 0%;
}

	.loading{
  width: 100vw;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}
	.loading img{
  width: 40%;
}
}
.headerbase {
	position: fixed;
	margin-top: -1px;
	height: 73px;
	width: 100%;
	z-index: 650;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0) 37%,rgba(255,255,255,0) 47%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0) 37%,rgba(255,255,255,0) 47%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 300;
}



.int_midimg {
	width: 42%;
	float: right;
	margin-left: 4em;
	margin-bottom: 2em;
}

#intmidwrp {
	width: 80%;
	margin: 8% auto;
}
.kijibnrwrp {
	position: relative;
	margin-bottom: 10%;
	width: 40%;
	margin: 0 auto;

}
.kijibnrwrp img {
		border:thin solid #999;
}

.staffname {
	border-bottom:thin solid #fff;
	margin-bottom: 1.0em;
	padding-bottom:1.0em;
}
.staffname img {
		width: 100%;
		margin-left: 0%;
}


@media screen and (min-width:320px) and (max-width:1050px)  {
  	.kijibnrwrp {
	position: relative;
	margin-bottom: 10%;
	width: 100%;
	margin: 0 auto;

}
	.int_midimg {
	width: 100%;
	float: none;
	margin-left: 0em;
	margin-bottom: 0em;
}
	.staffname {
		margin-top: 3%;
	padding-bottom:0.5em;
	margin-bottom: 0.7em;
}
	.staffname img {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3%;
}
}

.topculturewrp_s {
	margin-bottom: 5%;
}

.topotdept {
	position: absolute;
	z-index: 100;
	bottom:30px;
	margin-left: 20px;
}
.topotdept li {
	width: 12%;
	float: left;
	margin-right: 1%;
}



.kijimid {
	width: 50%;
	margin: 0 auto;
}
.kijimid a {
	cursor: pointer;
}

.mtm {
	margin-top: -1%;
}





#c-modal_bg {
    position: fixed;
    top: 0;
    left: 0;
		z-index: 11000!important	;	
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 113,184, 0.8);
}
#c-modal {
    position: absolute;
    z-index: 10;

}

#c-modal_close {
cursor: pointer;

}


.top_info_box_e {
	position: absolute;
	width: 100%;
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;

}

.top_infowrp_e {
position: relative;
	margin-top: 0px;
	margin-left: 0;
	width: 50vw;
	height: 65vh;
	text-align: center;
	z-index: 11000!important	;	
}



@media screen and (min-width:320px) and (max-width:1050px) {
  #c-modal_close {
    padding: 0px;
    cursor: pointer;
  width: 100%;
  margin: 0% auto;
}
	.top_info_box_e {
		position: absolute;
	width: 100vw;
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;

	}

.top_infowrp_e {
position: relative;
	margin-top: 0px;
	margin-left: 0;
	width: 70vw;
	height: 69vh;
	text-align: center;

}

}

@media screen and (min-width:720px) and (max-width:1050px) {
  .top_infowrp_e {
position: relative;
	margin-top: 0px;
	margin-left: 0;
	width: 50vw;
	height: 69vh;
	text-align: center;

}
}


.eventbtn {
	position: relative;
	width: 100%;
	margin-left: 5%;
	margin-top:3%;
}
.eventbtn li {
	float: left;
	width: 45%;
	margin-right: 2%;
}
.eventbtn li:last-child {
	margin-right: -20%;
}


.mimg {
	width: 100%;
}

.checkp {
	position: relative;
	font-weight: 600;
	color:#fff;
	
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.eventbtn {
	position: relative;
	width: 100%;
	margin-left: 0%;
	margin-top:5%;
}
.eventbtn li {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 15%;
}
.eventbtn li:last-child {
	margin-right: -20%;
}
	.checkp {
	position: relative;
	font-weight: 600;
	color:#fff;
		font-size: 4vw;
	
}

}

@media screen and (min-width:320px) and (max-width:1050px) {
  .checkp {
	position: relative;
	font-weight: 600;
	color:#fff;
font-size: 2vw;
	
}
}

.recnewsbnr {
	position: absolute;
	width: 40%;
	background-color: #0297da;
	z-index: 100;
	bottom:-1px;
	margin-left: 31%;
	 -webkit-transition: all .3s;
	transition: all .3s;
}
.recnewsbnr a {
	 -webkit-transition: all .3s;
	transition: all .3s;
}

.textarea_topbnr {
	text-align: center;
	margin-bottom: 0;
	color:#fff;
	font-weight: 600;
	
	width: 40%;
	background-color: #0297da;
	padding:4%;
	z-index: 100;
	bottom:-1px;
	margin-left: 31%;
}



.news_newslist {
		position: relative;
		padding-top: 5%;
		z-index: 145 !important;
	max-width: 1300px;
	margin: 0 auto;
	}

	.news_newslist li {
		float: left;
		margin-right: 2%;
		width: 23.5%;
		background-color: #fff;
		margin-bottom: 3%;
      min-height: 270px;
	}

	.news_newslist li:nth-child(4n) {
		margin-right: -20%;
	}

	             
@media screen and (min-width:320px) and (max-width:1050px) {
	.news_newslist {
		position: relative;
		padding-top: 0%;
		z-index: 145 !important;
	}

	.news_newslist li {
		float: left;
		margin-right: 4%;
		width: 48.5%;
		background-color: #fff;
		margin-bottom: 3%;
      min-height: 250px;
	}

	.news_newslist li:nth-child(4n) {
		margin-right: -0%;
	}

	.news_newslist li:nth-child(2n) {
		margin-right: -40%;
	}
}


.nwsimg {
	border:1px solid #dcdcdc;
}


.news_newicon {
	position: absolute;
	width: 1.5%;
	margin-top:0%;
  z-index: 2000;
	
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.news_newicon {
		position: absolute;
	width: 1.5%;
	margin-top:0%;
  z-index: 2000;
	}
}


.textarea_lindate {
	margin-top:0%;
	margin-bottom: 2%;
	font-weight: 500;
}

.textarea_lin {
	font-weight: 500;
	line-height: 1.5em;
	font-size: 1.3rem;
  
}
	.textarea_lin br {
		display: block;
	}
.textarea_lin a:link {
	text-decoration: underline;
	color:#000;
}
.textarea_lin a:visited {
	text-decoration: underline;
	color:#000;
}
.textarea_lin a:hover {
	text-decoration: underline;
	color:#000;
}

.news_newstextwrp {
	padding:0.5em;
}

#js-btn-wrap {
	position: relative;
	z-index: 170;
}



.button {
	display: block;
	width: 300px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin: 4% auto;

	position: relative;
	background-color: #0297da;
	color: #fff;
	border: 3px solid #fff;
	line-height: 40px;
	z-index: 100 !important;
}


.button_close {
	display: block;
	width: 300px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin: 4% auto;

	position: relative;
	background-color: #0297da;
	color: #fff;
	border: 4px solid #666;
	line-height: 50px;
	z-index: 100 !important;
}

.button_close a:link {
	text-decoration: none;
}

.button_close a:hover {
	text-decoration: none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color: #0297da;
	color: #fff;
	text-decoration: none !important;
}

.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: transparent;
}

.button::before {
	top: 0;
}

.button::after {
	bottom: 0;
}

.button:hover::before,
.button:hover::after {
	height: 0;
	background-color: #333;

}

.buttontextarea {
	font-weight: 600;
	padding-top: 0;
	margin-bottom: 0;
	text-align: center;
	color: #FFF;
}
.titsubmid {
		margin-top: 5%;
	padding-top:10%;
	border-top:solid 1px #dcdcdc;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_lin {
	font-weight: 400;
	line-height: 1.5em;
	font-size: 3vw;
      text-align: left;
}
	.textarea_lin br {
		display: none;
	}
	
	.titsubmid {
		margin-top: 15%;
	padding-top:15%;
	border-top:solid 1px #dcdcdc;
}
}




#side-bar {
  background-color: #fff;
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 12000;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#side-bar button {
  padding:8% 1% 0% 1%;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
  border: none;

  box-sizing: border-box;
  font-size: 20px;
  width: 100%;
  height: 1.5em;
  transform: rotate(90deg);
  transform-origin: left bottom;
  position: absolute;
  top: 18%;
  left: 100%;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
	#side-bar {
  background-color: rgba(40,170,228,0.8);
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 500;
	-webkit-transition: all .3s;
	transition: all .3s;
}
	#side-bar button {
  padding:1% 1% 0% 1%;
	background: -webkit-linear-gradient(left, rgba(40,170,228,0) 0%,rgba(40,170,228,1) 50%,rgba(40,170,228,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(40,170,228,0) 0%,rgba(40,170,228,1) 50%,rgba(40,170,228,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
  border: none;

  box-sizing: border-box;
  font-size: 20px;
  width: 100%;
  height: 1.5em;
  transform: rotate(90deg);
  transform-origin: left bottom;
  position: absolute;
  top: 2%;
  left: 100%;
}
}

#side-bar button::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
    background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}



.twtag {
	position: absolute;
	transform:rotate(-90deg);
	margin-top: -28%;

}

.sptwwrp {
	position: relative;
	margin-top: -2%;
	background-color: #fff;
	padding:4% 0%;
  height: 1000px;
  overflow: scroll;
}


.speaker_moderator {
	 font-weight: bold;
	
}
.speaker00c{
	font-size: 120%;
	margin-top: 2em;
	margin-bottom: 2em;
	color:#0297da;
	line-height: 1.8em;
}

.speaker00,.speaker01,.speaker02,.speaker03,.speaker04 {
    font-weight: 500;
    margin-right: 0.25rem;
}

.speaker00:before {
    color: lightskyblue;
}
.speaker01:before {
    color: #3DC7BE;
}

.rn,.aw,.ri,.so,.kk,.ks,.rk,.mn,.kt,.on,.cs,.sc{
	 font-weight: 500;
   margin-right: 0.25rem;
}

.rn:before {
	color:coral;
}
.aw:before {
	color:darkolivegreen;
}
.ri:before {
	color:forestgreen;
}
.so:before {
	color:firebrick;
}
.sc:before {
	color:aqua;
}
.kk:before {
	color:blueviolet;
}
.ks:before {
	color:chartreuse;
}
.rk:before {
	color:cadetblue;
}
.mn:before {
	color: #3DC7BE;
}
.kt:before {
	color:crimson;
}
.on:before {
	color:darkorange;
}
.cs:before {
	color:fuchsia;
}


.speaker00:before,.speaker01:before, .speaker02:before,.speaker03:before,.speaker04:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    margin-right: 2px;
    font-weight: 900;
}

.rn:before,.aw:before, .ri:before,.so:before,.kk:before,.ks:before,.rk:before,.mn:before,.kt:before,.cs:before,.on:before,.sc::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    margin-right: 2px;
    font-weight: 900;
}


.speaker00::after,.speaker01::after, .speaker02::after,.speaker03::after,.speaker04::after {
    content: "：";
    margin-left: 0.25rem;
	color:#000;
}

.rn::after,.aw::after, .ri::after,.so::after,.kk::after,.ks::after,.rk::after,.mn::after,.kt::after,.on::after,.cs::after,.sc::after {
    content: "：";
    margin-left: 0.25rem;
	color:#000;
}



.speaker {
	margin-bottom: 1em;
}

.moderator {
	margin-top: 4em;
}

.voice_topimg {
	width: 100%;
	margin: 5% auto;
}

.textarea_voicetop {
	font-weight: 600;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 6%;
	font-size: 1.8rem;
}

.newswrp {
	width: 70%;
	margin: 0 auto;
		max-width: 1300px;
}
.rightimg {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 15%;
}


@media screen and (min-width:320px) and (max-width:1050px)  {
	.newswrp {
	width: 85%;
	margin: 0 auto;

}
	.voice_topimg {
	width: 152%;
	margin: 0% auto;
margin-left: -26%;
		margin-bottom: 5%;
}
	.speaker00c{
	font-size: 2.6rem;
	margin-bottom: 3em;
		font-weight: 500;
		line-height: 1.6em;
}

	.textarea_voicetop {
		width: 100%;
	font-weight: 600;
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 6%;
	font-size: 2.6rem;
		margin: 0 auto;
}
	.rightimg {
	width: 100%;
	margin: 0 auto;
}

}



.voice_midimg {
	width: 70%;
	margin: 0 auto;
}

.onsitemidimg {
	width: 70%;
	margin: 9% auto;
	margin-bottom: 8%;
}
.rightimgon {
	
}

.rightimgwrp {
	width: 35%;
	float: right;
	margin-left:7%;
	margin-bottom: 5%;
	max-width: 100%;
}

.mb20 {
	margin-bottom: 15%;
}
.textarea_Annotation {
font-size: 1rem	;
line-height: 1.7em;
	color:#777;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
	.voice_midimg {
	width: 100%;
	margin: 0 auto;
		margin-bottom: 10%;
}
	.rightimgwrp {
	width: 100%;
	float: right;
	margin-top: 10%;
	margin-left:7%;
	margin-bottom: 5%;
	max-width: 100%;
}
	.onsitemidimg {
	width: 100%;
	margin: 9% auto;
	margin-bottom: 8%;
}
	.rightimgon {
	margin-top: 10%;
}
	.textarea_Annotation {
font-size: 3vw	;
line-height: 1.7em;
}
}

.textarea_newshead {
	font-size: 3rem;
	font-weight: 600;
	
}

.textarea_newsheadcatch {
	font-weight: 600;

	line-height: 1.8em;
	margin-bottom: 0%;
	font-size: 1.8rem;
}
.textarea_newsheadcatch_c {
	font-weight: 600;
text-align: center;
	line-height: 1.8em;
	margin-bottom: 0.5vw;
	font-size: 1.9vw;
}
.textarea_newsheadcatch_b {
	font-weight: 600;
  margin-top: 0;
  margin-bottom: 3%;
	line-height: 1;
	font-size: 3vw;
  text-align: center;
}

.newstag {
	font-weight: 600;
	background-color: dodgerblue;
	width: 15%;
	text-align: center;
	color:#fff;
	margin-bottom: 1%;
	float: left;
	margin-right: 1em;
	font-size: 1vw;
	padding:0% 1%;
}

.newsday {
	font-weight: 400;
	font-size: 1.5rem;
}

.newsheadwrp {
	margin-top: 5%;
}

.newsmidimg {
	width: 100%;
	margin: 5% auto;
	margin-bottom: 7%;
}
.newsmidimg_s {
	width: 60%;
	margin: 5% auto;
	margin-bottom: 7%;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
  .textarea_newsheadcatch_c {
	font-weight: 600;
text-align: center;
	line-height: 1.8em;
	margin-bottom: 0.5vw;
	font-size: 4vw;
}
.textarea_newsheadcatch_b {
	font-weight: 600;
  margin-top: 0;
  margin-bottom: 3%;
	line-height: 1;
	font-size: 5.2vw;
  margin-left: -10%;
  text-align: center;
  width: 120%;
}

	.newstag {
	font-weight: 600;
	background-color: dodgerblue;
	width: 30%;
	text-align: center;
	color:#fff;
	margin-bottom: 1%;
	float: left;
	margin-right: 1em;
	font-size: 3vw;
	padding:1% 1%;
}
	.textarea_newshead {
	font-size: 6vw;
	font-weight: 600;
		line-height: 1.3em;
		margin-bottom: 4%;
	
}
	.newsday {
	font-weight: 400;
	font-size: 4vw;
}
	.textarea_newsheadcatch {
	font-weight: 600;

	line-height: 1.5em;
	margin-bottom:7%;
	font-size: 5vw;
}
	.newsmidimg_s {
	width: 100%;
	margin: 5% auto;
	margin-bottom: 7%;
}
}
.transp {
	color:transparent;
}

.pgtbase {
	z-index: 39!important;
}

.mt10 {
  margin-bottom: 5%;
}
@media screen and (min-width:320px) and (max-width:1050px)  {
  .mt10 {
  margin-bottom: 3%;
}
}
#trigger31 {
	position: absolute;
	margin-top: -20%;
}


.re-mainleft {
	position: relative;
	width: 65%;
	height: 70vh;

}

.re-mainright {
	position: relative;
	width: 35%;
	height: 70vh;
  
  padding:5% 2% 0 2%;

	
	background-color:#fff;
  z-index: 3000;
}


@media screen and (min-width:320px) and (max-width:1050px)  {
  .re-mainleft {
	position: relative;
	width: 100%;
height: auto;
}

.re-mainright {
	position: relative;
	width: 100%;
	height: auto;
  
  padding:0% 5% 5% 5%;

	z-index:1000;
	background-color:#fff;
}
}

.coloroverlay {
	position: fixed;
	width: 100%;
	padding-bottom: 0%;

	height: calc(100vh - 0px);
   background: linear-gradient(-45deg, #003fae,#0060c7,#00acff, #009ef0,#0060c7,#00acff,#003fae);
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
	z-index:1000;
}

.mainbottomwrp {
	position: relative;
	width: 100vw;
	height: auto;
	background-color: #fff;
  padding-top:2%;
   padding-bottom:10%;
	z-index:3050;
  overflow: hidden;
}

.mc_news {
	width: 100%;
  padding-top:3%;
}
.mc_news li {
	width: 3.5%!important;
	margin-right: 0.5%;
  overflow: visible;

}

.news_mc_catbox {
	width: 25%;
	float: left;
	margin-right:0.5em;
}

.textarea_mc_date {
	position: relative;
	font-size: 1.2rem;
  font-weight: 500;
	right:0;
	margin-bottom: 0;
}

.datewrp {
	position: relative;
	margin-top: 3%;
}

.textarea_mc_newscap {
	margin-top: 0.6em;
	font-size: min(1vw, 12px);
	font-weight: 500;
	letter-spacing: 0.02em;
  text-align: left;
}

.textarea_mc_newscap a:link {
  color:#333;
}
.textarea_mc_newscap a:visited {
  color:#333;
}
.textarea_mc_newscap a:hover {
  color:#333;
  text-decoration: none;
}

.textarea_infocopysub {
  font-size: 0.8vw;
}

.choicemenu {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 0%;

}

.choicemenu li {
  width: 48.2%;
  float: left;
  margin-right: 3.5%;
  background-color: #fff;
 
  
}

.choicemenu li:last-child {
  margin-right: -20%;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
  
  
.news_mc_catbox {
	width: 25%;
	float: left;
	margin-right:0.5em;
}

.textarea_mc_date {
	position: relative;
	font-size: min(2vw, 20px);
  font-weight: 500;
	right:0;
	margin-bottom: 0;
}

.datewrp {
	position: relative;
	margin-top: 3%;
}

.textarea_mc_newscap {
	margin-top:6%;
	font-size: min(3vw, 20px);
	font-weight: 500;
	letter-spacing: 0.02em;
  text-align: left;
  word-break:normal;
}


  .choicemenu {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 0%;

}

.choicemenu li {
  width: 100%;
  float:none;
  margin-right: 0%;
  margin-bottom: 5%;
 
  
}
.choicemenu li:last-child {
  margin-right: 0;
}
  
  .mainbottomwrp {
	position: relative;
	width: 100vw;
	height: auto;
    padding-bottom:5%;
	background-color: #fff;
	z-index: 1050;
}
}

.titlogowrp {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.titlogowrp img.hi1 {
  position: relative;
  width: 40%;
  margin-right: 4%;
  float: left;
  margin-bottom: 0;
}
.titlogowrp img.hi2 {
  position: relative;
  width: 50%;
  margin-right: 0%;
  float: left;
  margin-bottom: 0;
}

.mc_subtit {
  position: relative;
  width: 25%;
  margin: 0 auto;
}

.textarea_mclogo {
  position: relative;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1vw;
}

.shadow_01_box {
  display: inline-block;
  transition: all .2s ease-in-out;

}

.shadow_01_box img {
  display: block;
}

.shadow_01_box:hover {
  box-shadow: 6px 6px 3px rgba(0, 0, 0, .2);
}


.mc_bnr {
  margin-top: 3%;
  width: 100%;
border:3px solid #C5C5C5;
}

.mc_bnr_wrp {
  position: absolute;
  width: 88.5%;
  bottom:0;
  z-index: 1500;
}




.lbtn {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: var(--gap);
  padding: 0.6rem;
  cursor: pointer;
  border-radius: var(--radius);
  border: none;
  box-shadow: var(--shadow);
  position: relative;
 
}

.bx {
  font-size: 2rem;
  color:#acacac;
}

.dropdown {
  position: absolute;

  width: 100px;
  box-shadow: var(--shadow);
  border-radius: 5px;
  margin-top: 0.3rem;
  background-color:rgba(26,155,215,0.8);
  padding:11% 15% 15% 20%;

  visibility: hidden;
  opacity: 0.8;
  transform: translateY(0.8rem);
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;

}

.dropdown a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
 
  text-decoration: none;
  color:#fff;
}

.dropdown a:hover {
  background-color: var(--color);
  color: white;
}

.show {
   visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.arrow {
  transform: rotate(180deg);
  transition: 0.2s ease;
}


.lselect {
  position: absolute;
  margin-top: 6px;
  right:60px;
  z-index:5000!important;
}

.langbtn {
  position: absolute;
  margin-top: 15px;
  right:130px;
   z-index:5000!important;
}


.prev_icon{
  position: absolute;
  top: 8.1vw;
  left: 30px;
  width: 3%;
  z-index: 1;
  cursor: pointer;
}
.next_icon{
  position: absolute;
  top: 8.1vw;
  right: 40px;
  width: 3%;
  z-index: 1;
   cursor: pointer;
}

.next_icon:before ,.prev_icon:before {
  background-image: url(https://www.snk-corp.co.jp/recruit/img/common/arrow_prev.svg);
  opacity: 0.5;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
  .mc_bnr {
  margin-top: 0%;
  width: 100%;
border:3px solid #C5C5C5;
    margin-bottom: 5%;
}
  .prev_icon{
  position: absolute;
  top: 20vw;
  left: 0px;
  width: 10%;
  z-index: 1;
  cursor: pointer;
}
.next_icon{
  position: absolute;
  top: 20vw;
  right: 0px;
  width: 10%;
  z-index: 1;
   cursor: pointer;
}
  .mc_bnr_wrp {
  position: relative;
  width: 100%;
  bottom:0;
  z-index: 1500;
}
}
.topsnklogo_sp {
  position: absolute;
  left:10px;
  margin-top: 17px;
}




.lineup-carousel li{
  margin-right: 0.5%;
}

.section-lineup{
  overflow: hidden;
  padding:120px 0;
}


.inner{
    margin: 1% auto;
    width: 90%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
 .lineup{
    position: relative;
  }
   .section-lineup.lineup-carousel li {
      text-align: center;
      margin-right: 24px;
    }

    .section-lineup img {
      display: block;
      margin-bottom: 16px;
      width:100%;
    }


  
  .slick-list{
    overflow: visible;
  }
   .slick-nav-arrows {

    top: 0;
 
     z-index: 1000;
  }
  .slick-arrow {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    right:-5%!important;

  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    right:-3%!important;
  }
  .slick-next:before, .slick-prev:before{
    color:#1890D3;
  }


.mainbottomwrp_tit {
  text-align: center;
  
}

@media screen and (min-width:320px) and (max-width:1050px)  {
  .mainbottomwrp_tit {
    position: relative;
  text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 3%;
  
}
    .slick-list{
    overflow: visible;
  }
   .slick-nav-arrows {

    top: 0;
 
     z-index: 1000;
  }
  .slick-arrow {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    right:-5%!important;

  }
  .slick-next {
    right: -30px!important;
  }
  .slick-prev {
    left:-45px!important;
  }
  .slick-next:before, .slick-prev:before{
    color:#1890D3;
  }
  
  
}
.hiringbase {
  position: relative;
  margin-top: 2.5%;
  margin-left: 4%;
  width: 80%;
  
}

.hiringcopy {
  position: relative;
  margin-top: 0%;
  margin-left: 4%;
  width: 60%;
}




.hiringbnrwrp {
  position: absolute;
  display: inline-block;
  width: 36%;
  height: auto;
  right:0;
  bottom:1.9vw;
  z-index: 2100;
  background-color: #1A9CFC;
  padding:0.5% 1% 1.5% 1%;
}
.hiringbnrwrp_sp {
  position: absolute;
  width: 36%;
  height: auto;
  right:0;
  bottom:1.9vw;
  z-index: 1100;
  background-color: #1999D8;
  padding:0.5% 1% 1.5% 1%;
}
.hiringtsume {
  position: absolute;
  width: 20%;
  margin-left: -6%;
  margin-top:-6%;
}
@media screen and (min-width:320px) and (max-width:1050px)  {
  .hiringbnrwrp {
  position: relative;
  width: 100%;
  height: auto;
  right:inherit;
  bottom:inherit;
  z-index: 1100;
  background-color: #1999D8;
  padding:0.5% 1% 1.5% 1%;
}
}
.hiring_sp {
  position: relative;
  margin-bottom: 5%;
}

.hiringarrow {
  position: absolute;
  margin-left: 85%;
  width: 1.1vw;
  margin-top: 2.3%;
}




.modal_btnlist {
  position: relative;
  margin-top: 3%;
  width: 100%;
}
.modal_btnlist li {
float: left;
  width: 47.5%;
  margin-right: 5%;
}
.modal_btnlist li:last-child {
  margin-right: -20%;
}
.spbr_b {
  display:block;
}

@media screen and (min-width:320px) and (max-width:1050px)  {
  .spbr_b {
  display:none;
}

  .modal_btnlist {
  position: relative;
  margin-top: 5%;
  width: 100%;
}
.modal_btnlist li {
float: left;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 5%;
}
.modal_btnlist li:last-child {
  margin-right: -20%;
}
}
#twwrap {
   overflow: scroll;
  height: 100%;
}


