@charset "UTF-8";

/*  */

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
html {
  width: 100%;
  height: 100%;
  color: #000;
  font-family: 'zen-kaku-gothic-new', 'Noto Sans JP', 'MS PGothic', sans-serif;
  font-size: 14px;
  background-color: #FFF;
}
html {
  opacity: 0;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
  opacity: 1;
  transition: 0.5s 0.5s;
}
li{
  list-style: none;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, th {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
img {
  vertical-align: bottom;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

.clear {
  clear: both;
}
.anc{
  position:relative;
  display:block;
  padding-top:70px;
  margin-top:-70px;
}
.pc{
	display:initial;
}
.sp{
	display:none;
}
button{
	background-color:transparent;
}


@media screen and (max-width: 768px) {
	.anc{
	  position:relative;
	  display:block;
	  padding-top:50px;
	  margin-top:-50px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}


body{
	position:relative;
	padding-bottom:200px;
  min-height: 110vh;
}



/* header
--------------------------------------------------*/
header {
  transform: translateY(0);
  position:fixed;
  top:0px;
  left:0;
  z-index:6;
  padding:30px 6% 22px;
  background:transparent;
  width:100%;
  transition:0.5s;
  text-align:left;
}
/* Fixed */
header.fixed{
  transform: translateY(0);
  position:fixed;
  top:0;
  left:0;
  z-index:6;
  padding: 18px 6% 22px;
  background: rgba(0,0,0,1);
  width:100%;
  transition:0.5s;
}
header.fixed .h_logo img{
  filter: brightness(1);
}
header.fixed ul li a{
  color: #fff;
}

header .h_logo{
  display: inline-block;
}
header .h_logo img{
  width: 136px;
  margin-top: 9px;
  transition:0.5s;
  /* filter: brightness(0); */
}
header .h_logo img:hover{
}
header ul{
  display: inline-block;
  margin-left: 10px;
  vertical-align:top;
  margin-top:13px;
}
header ul li{
  display: inline-block;
  margin-left: 14px; 
}
header ul li.top_li{
  width:0;
  margin:0;
  /*overflow:hidden;*/
  transition:0.5s;
  opacity:0;
}
header.fixed ul li.top_li{
  opacity:1;
  width:28px;
  margin-left: 14px; 
  display: inline-block; 
  transition:0.5s;
}

header ul li a{
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-decoration:none;
  font-size:14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  transition:0.5s;
  display:block;
}
header ul li a:hover{
  transition:0.5s;
  color:#EE1111;
}
header.type_white{
  position:fixed;
  padding:20px 6% 22px;
  background: url(../images/form_bg.jpg);
}

header.type_white.fixed{
  z-index:6;
  background: rgba(255,255,255,0.8);
  width:100%;
  transition:0.5s;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}


header.type_white ul li a{
  color: #000;
}

header .h_logo .white{
  display: none;
}

@media screen and (max-width: 768px) {
	header {
		position: fixed !important;
		padding: 10px 6% 10px !important;
	}
	header.open,
	header.fixed{
	  background: rgba(0,0,0,0.8) !important;
	  width:100%;
	  transition:0.5s;
	}
	header ul{
	  display: block;
	  margin-left: 0;
	  margin:0px;
	  overflow:hidden;
	  max-height:0;
	  transition:0.5s;
	}
	header ul.open{
	  max-height:400px;
	}
	header ul li{
	  color: #FFF;
	  display: block;
	  margin-left: 0;
	  border-bottom:solid #999 1px;
	  padding-bottom:10px;
	}

	header ul li.top_li{
		max-height:0;
		margin-left: 0;
		overflow:hidden;
	}
	header.fixed ul li.top_li{
		max-height:40px;
		margin-left: 0;
		width:100%;
	}

	header ul li a{
	  font-size:16px;
	  line-height:20px;
	  margin-top:10px;
	  margin-left:0;
	  color: #FFF;
	}
	header ul li a:hover{
	  transition:0.5s;
	  color:#EE1111;
	}
	header.type_white{
	  position:fixed;
	  padding:20px 6% 22px;
	  background: url(../images/form_bg.jpg);
	}

	header.type_white.fixed{
	  z-index:6;
	  background: rgba(255,255,255,0.8);
	  width:100%;
	  transition:0.5s;
	}
	header .sp_menu{
		display:block;
		position: fixed;
		top: 0;
		right: 0%;
		z-index: 10;
		width: 45px;
		height: 50px;
		cursor:pointer;
	}
	header .sp_menu .icon{
		display:block;
		background: #FFFFFF;
		width:28px;
		height:3px;
		margin-top:17px;
	}
	header.open .sp_menu .icon,
	header.fixed .sp_menu .icon{
		background: #fff;
	}
	
	header .sp_menu .icon + .icon{
		margin-top:6px;
	}



	header.open .h_logo .white,
	header.fixed .h_logo .white{
	  display: block;
	}
	header.open .h_logo .black,
	header.fixed .h_logo .black{
	  display: none;
	}

	header.type_white .sp_menu .icon{
		background: #000;
	}
	header.type_white.open .sp_menu .icon,
	header.type_white.fixed .sp_menu .icon{
		background: #FFF;
	}
	header.type_white ul li a{
	  color:#FFF;
	  font-weight:bold;
	}


}


/* top
--------------------------------------------------*/
.top{
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 5;
}
.top header{
  position: absolute;
  left: 100px;
  top:20px;
}
.top h2{
  position: absolute;
  top: 50vh;
  left: 0;
  right: 0;
  /* margin:auto; */
  margin-top: -40px;
  transform:scale(1.1);
  opacity:0;
}
.top h2.open{
  transform:scale(0.9);
  opacity:1;
  transition:2s;
  transition-timing-function:ease-in-out;
}

.top h2 img{
}
.top .bg{
  width:100%;
  height: 1000px;
  background-color:rgba(255,255,255,255.9);
  position: relative;
}
.top .bg.open{
  background-color:rgba(0,0,0,0);
  transition: background-color 3s;
  transition-timing-function:ease-in-out;
}


.top .sec_wrap {
    max-width: 100%;
    padding: 0 0px;
}
.top:after{
  /* content: ""; */
  display: block;
  background:url(../images/bg_pepar.png);
  background-position: center;
  background-repeat: repeat;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}



.top .new_scroll {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 70px;
	border-radius:50px;
    background: rgb(0 0 0);
    z-index: 10;
    margin-left: -25px;
    left: 50%;
	text-align:center;
	cursor:pointer;
	transition:0.4s;
	opacity:0;
}
.top .new_scroll.open{
	opacity:1;
	animation: 3s cubic-bezier(0.74, 0.38, 0.91, 1.18) 1 set_popup;
}
@keyframes set_popup{
	0%{ 
		bottom: 80px;
		opacity:0;
	}
	90%{ 
		bottom: 80px;
		opacity:0;
	}
	100%{ 
		bottom: 70px;
		opacity:1;
	}
}

.top .new_scroll:hover {
	opacity:0.5;
	
}
.top .new_scroll span{
	position:relative;
	display:block;
	text-align:center;
    width: 70px;
    height: 70px;
}
.top .new_scroll span:after {
    content: '';
	position:absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-left: solid 2px #FFF;
    border-top: solid 2px #FFF;
    transform: rotate(-135deg);
	left:50%;
	margin-left:-6px;
	top:50%;
	margin-top:-1px;
}
.top .new_scroll span:before {
    content: 'scroll';
	font-size:15px;
	color:#FFF;
	line-height:1;
	display:block;
	width:50px;
	margin-left:-25px;
	position:absolute;
	left:50%;
	top:23%
	



}




.top .scroll {
  position: absolute;
  margin-left: -19px;
  left: 50%;
  bottom: 15%;
  display: block;
  z-index: 5;
  color:#FFF;
  font-size:15px;
  font-weight:600;
  font-family: 'Raleway', sans-serif;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  letter-spacing: 0.05em;
}
.top .scroll span{
  display:block;
  width: 100%;
  height:10px;
  margin-top:7px;
  /* z-index: 5; */
  position: relative;
}
.top .scroll span:after{
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-5px;

  border-top: 10px solid #FFF;
  border-right: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid transparent;

  animation-name: rotate3d;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

}
@keyframes rotate3d {
  0% {transform: rotateY(0deg);}
  100% {transform: rotateY(360deg);}
}


.top .pickup {
  position: absolute;
  width:500px;
  text-align:center;
  font-size:14px;  
  margin-left: -250px;
  left: 50%;
  bottom: 8%;
  display: block;
  z-index: 5;
  padding:8px;
  border:solid 1px rgba(255,255,255,0.5);
  border-radius:60px;
}
.top .pickup a{
	text-decoration:none;
  color:#FFF;
  letter-spacing: 0.05em;
  font-weight:normal;
  font-family: 'Raleway','Noto Sans JP', sans-serif;
}
.top .pickup a:hover{
	opacity:0.8;
}


.top .btn {
  position: absolute;
  right:50px;
  bottom: 8%;
  z-index: 5;
}
.top .btn img{
	width: 280px;
}
.top .btn:hover a{
	opacity:0.8;
}


.fix{
  position: fixed;
  top:0;
  left:0;
  z-index: 2;
  overflow: hidden;
  transition:transform 2s cubic-bezier(0, 0.32, 0.25, 1);
  transform:scale(1.3);
}

.fix.open{
  transform:scale(1);
}



.fix .bg{
  width: 100%;
  height: 1000px;
  transform: scale(1);
}
/*
.fix .swiper-slide-active .bg{
  transition: 3s;
  transform: scale(1);
}
*/
.fix .swiper-slide-prev .bg{
  transition: 3s;
  transform: scale(1.0);
}

.fix .bg.type1{
  background:#000;
  background:url(../images/test_bg1.jpg?1130);
  background-size: cover;
  background-position: center;
}
.fix .bg.type2{
  background:#000;
  background:url(../images/test_bg2.jpg?1130);
  background-size: cover;
  background-position: center;
}
.fix .bg.type3{
  background:#000;
  background:url(../images/test_bg3.jpg?1130);
  background-size: cover;
  background-position: center;
}





@media screen and (max-width: 1024px) {
	.top h2 img {
		height: 100px;
		margin-top: -10px;
	}
	.top .btn {
	  right:10px;
	}
	.top .btn img{
		width: 250px;
	}


}



@media screen and (max-width: 768px) {

	.top h2 img {
		width:100%;
		height: auto;
		margin-top: -10px;
	}

	.fix .bg.type1{
	  background:url(../images/test_bg1.jpg?1130);
	  background-size: cover;
	  background-position: center;
	}
	.fix .bg.type2{
	  background:url(../images/test_bg2.jpg?1130);
	  background-size: cover;
	  background-position: top;
	}
	.fix .bg.type3{
	  background:url(../images/test_bg3.jpg?1130);
	  background-size: cover;
	  background-position: top;
	}
	header .h_logo img {
		width: 140px;
		margin-top: 5px;
	}
	header.open .h_logo img {
	    filter: brightness(1);
	}
	.top .pickup {
		position: absolute;
		width: 95%;
		text-align: center;
		font-size: 14px;
		margin-left: 2.5%;
		left: 0%;
		bottom: 8%;
		display: block;
		z-index: 5;
		color: #FFF;
		font-weight: normal;
		font-family: 'Raleway','Noto Sans JP', sans-serif;
		/* text-shadow: 0px 2px 2px rgba(0,0,0,0.2); */
		letter-spacing: 0.05em;
		padding: 8px;
		border: solid 1px rgba(255,255,255,0.5);
		border-radius: 60px;
		overflow:hidden;
	}
	.top .btn {
	  right:20px;
	  bottom:15%
	  display:none;
	}
	.top .btn img{
	  width:120px;
	  display:none;
	}
}




@media screen and (max-width: 500px) {

	.fix .bg.type1{
	  background:url(../images/test_bg1_sp.jpg?1130);
	  background-size: cover;
	  background-position: center;
	}
	.fix .bg.type2{
	  background:url(../images/test_bg2_sp.jpg?1130);
	  background-size: cover;
	  background-position: center;
	}
	.fix .bg.type3{
	  background:url(../images/test_bg3_sp.jpg?1130);
	  background-size: cover;
	  background-position: center;
	}
}









/* common
--------------------------------------------------*/
.perpar_wrap{
	margin-top:-40px
}
section {
  width: 100%;
  text-align: center;
}
section img{
  width: auto;
  max-width: 100%;
}
.news,
.services,
.recruit,
.company{
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 120px;
  padding: 50px 0;
}
.deco_wrap{
	position:relative;
	padding: 60px 0;
	background: url(../images/form_bg.jpg);
}
.deco_wrap:before{
	content: "";
    display: block;
    background: url(../images/bg_pepar2.png);
    background-size: auto 50px;
    background-position: center;
    background-repeat: repeat;
    transform: scaleX(-1);
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 5;
}
.deco_wrap:after{
	content: "";
    display: block;
    background: url(../images/bg_pepar2.png);
    background-position: right;
    background-repeat: repeat;
    transform: scale(-1);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 5;
}


.company{
	margin-bottom:0px !important;
	padding-bottom:0 !important;
}
.company .deco_wrap{
	padding-bottom:120px !important;
}
.sec_wrap{
  max-width: 1600px;
  padding: 0 50px;
  margin:0 auto;
  position: relative;
  text-align: center;
}
.news .sec_wrap{
  max-width: 1450px;
}



.ttl{
  text-align: center;
  padding-bottom: 45px;
  letter-spacing: 0.1em;
}
.ttl .ttl_main{
  font-size: 75px;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 0px;
}
.ttl .ttl_main span{
  font-weight: bold;
  position:relative;
  display:inline-block;
}
.ttl .ttl_main span.addanime{
  animation-name: rotate3dx;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
  /* color: #00BCD4; */
}

.ttl .ttl_sub{
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
  /*color: #00BCD4;*/
}
.ttl .ttl_update{
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.07em;
}
@keyframes rotate3dx {
  0% {transform: rotateX(180deg);}
  100% {transform: rotateX(0deg);}
}

.btn_normal{
  position:relative;
  margin: 15px auto;
  max-width: 40%;
  border:none;
  min-width: 400px;
  /* width: 10%; */
}
.btn_normal a{
    color: #FFF;
    background: #000;
    text-decoration: none;
    border-radius: 100px;
    padding: 1em;
    width: 100%;
    display: block;
    font-size: 15px;
    /* font-weight: 600; */
    transition: 0s;
    box-sizing: border-box;
    border: solid 2px transparent;
    border:solid 2px #000;
}
.btn_normal a:after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 16px;
    margin-top: -3px;
    margin-left: 7px;
    margin-right: -7px;
    background: url(../images/icon_link01.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition:0s;
    /* opacity: 0.5; */
}

.btn_normal:hover a{
  color:#000;
  background:#FFF;
  transition:0s;
  font-weight:600;
  box-shadow:0px 16px 8px -11px rgba(0, 0, 0, 1);
}
.btn_normal:hover a:after{
  mix-blend-mode: difference;
  transition:0s;
  /*
  height:20px;
  width:25px;
  margin-top:-3px;
  */
  margin-left:10px;
  opacity:1;
  transform:scale(1.3);
}
/*
.recruit_detail:after,
.policy:after,
.company:after {
  content: "";
  display: block;
  background:url(../images/bg_pepar.png);
  background-position: center;
  background-repeat: repeat;
  transform:scale(1);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
*/


.back_top{
	position:fixed;
	width:50px;
	height:40px;
	bottom:-40px;
	right:10px;
	background:rgba(221, 221, 221, 0.8);
	z-index:10;
	transition:0.5s;
}
.back_top.open{
	bottom:0;
	transition:0.3s;
}

.back_top:after{
	content:'';
	display:block;
	width:15px;
	height:15px;
	border-left:solid 2px #FFF;
	border-top:solid 2px #FFF;
	transform:rotate(45deg);
	margin-top:17px;
	margin-left:16px
}



@media screen and (max-width: 1300px) {
	.ttl .ttl_main{
	  font-size: 68px;
	}
}


@media screen and (max-width: 1024px) {
	.ttl .ttl_main{
	  font-size: 60px;
	  margin-bottom: 0px;
	}
	.news,
	.services,
	.recruit,
	.company{
	  padding: 35px 0;
	  margin-bottom:80px;
	}
/*
	.recruit_detail:after,
	.policy:after,
	.company:after {
	  content: "";
	  display: block;
	  background:url(../images/bg_pepar.png);
	  background-size: 200%;
	  background-position: center;
	  background-repeat: no-repeat;
	  transform:scale(1);
	  width: 100%;
	  height: 20px;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  z-index: 5;
	}
*/
	.services .sec_wrap,
	.recruit .sec_wrap {
		padding: 0 10px;
	}



}


@media screen and (max-width: 768px) {

	.ttl .ttl_main{
	  font-size: 40px;
	  line-height: 50px;
	  margin-bottom: 0px;
	}
	.ttl .ttl_sub {
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 5px;
		letter-spacing:0;
	}

	.news,
	.services,
	.recruit,
	.company{
	  padding: 25px 0;
	  margin-bottom: 50px;
	}

	.sec_wrap {
		padding: 0 20px;
	}
	.news .sec_wrap {
		padding: 0 30px;
	}
	
	.ttl {
		padding-bottom: 27px;
	}
	.btn_normal {
		min-width: 100%;
		background: transparent;
	}
	.deco_wrap{
		position:relative;
		padding: 30px 0;
		background: url(../images/form_bg.jpg);
	}
	.deco_wrap:before{
		background-size:auto 40px;
		background-position: left 100px top 0;
		height: 40px;
		top: -30px;
	}
	.deco_wrap:after{
		background-size:auto 40px;
		background-position: left;
		height: 40px;
		bottom: -30px;
	}
	.company .deco_wrap {
		padding-bottom: 60px !important;
	}

	
}


/* News
--------------------------------------------------*/
.news{
}
.news .list{
  text-align:left;
}
/*
.news .list li{
  opacity:0;
}
.news .list.addanime li:nth-child(1){
  opacity:0;
  transition:0.5s;
}
.news .list.addanime li:nth-child(2){
  opacity:1;
  transition:1.5s;
}
.news .list.addanime li:nth-child(3){
  opacity:1;
  transition:2.5s;
}
*/

.news .swiper-container {
    overflow: visible !important;
}

.news .swiper-container li a{
	text-decoration:none;
	color:#000;
}


/*
.news .list li{
  width:32.3%;
  margin-left:1%;
  float:left;
  text-align:left;
}
*/
.news .list li{
	cursor:pointer;
}
.news .list li .update{
  font-size: 11px;
  line-height:11px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.07em;
  padding: 10px 0 0;
}
.news .list li .news_ttl{
  font-size: 15px;
  line-height:16px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 0 0;
}
.news .list li:hover .update,
.news .list li:hover .news_ttl{
  color:#EE1111;
}
.news .list li .tag{
  font-size: 12px;
  line-height:18px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.05em;
  padding:0 15px;
  margin: 20px 0 0;
  border:solid 1px;
  display:inline-block;
}
.news .list li:hover .tag{
  background:#EE1111;
  color:#FFF;
  border:none;
}


.news .list li .img{
  /* border:solid 1px #000; */
  /* border-top:solid 2px #000; */
  /* border-left:solid 2px #000; */
  background:transparent;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  position:relative;
  transition:0.1s;
  overflow:hidden;
}
.news .list li:hover .img{
  background:#000;
  margin:0;
  transition:0.3s;
  box-shadow:0px 16px 8px -11px rgba(0, 0, 0, 0);
}
.news .list li .img img{
  width:100%;
  transition:0.1s;
  transform:scale(1);
}
.news .list li:hover .img img{
  opacity:0.3;
  transition:0.3s;
  /*transform:scale(1.2);*/
  margin:0px 0;
}
.news .list li .img:after{
  display:block;
  content:"Read more";
  color:#FFF;
  font-family: 'Raleway', sans-serif;
  font-size:13px;
  font-weight:600;
  z-index:5;
  position:absolute;
  top:50%;
  left:0%;
  width:100%;
  background:transparent;
  text-align:center;
  border:solid 1px #FFF;
  margin: -43px 0 0 0px;
  line-height:30px;
  padding:30px 0;
  opacity:0;
  transition:0.1s;
}
.news .list li:hover .img:after{
  top:50%;
  left:50%;
  width:130px;
  margin: -13px 0 0 -65px;
  padding:0;
  opacity:1;
  transition:0.3s;
}

.news .list li:hover .img:before{
  display:block;
  content:"";
  color:#FFF;
  /*font-family: 'Raleway', sans-serif;*/
  font-size:13px;
  z-index:5;
  position:absolute;
  top:50%;
  left:50%;
  width:4px;
  height:4px;
  background:transparent;
  text-align:center;
  border-top:solid 2px #FFF;
  border-right:solid 2px #FFF;
  transform:rotate(45deg);
  margin-left:48px;
  margin-top:0px;
  opacity:0;
}
.news .list li:hover .img:before{
  opacity:1;
}
.news .swiper-prev2,
.news .swiper-next2 {
	position: absolute;
	top: 44%;
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.news .swiper-prev2 {
	background-image: url(../images/prev.png);
	left: -5px;
	right: auto;
}
.news .swiper-next2 {
	background-image: url(../images/next.png);
	right: -5px;
	left: auto;
}
.news .swiper-button-disabled{
  opacity:0;
  transition:1s;
}

.news .swiper-pagination2 {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}
.news .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #CCC;
    margin: 7px;
    border-radius: 20px;
    box-sizing: content-box;
    border: solid 2px #FFF;
}
.news .swiper-pagination-bullet-active {
    /* background: #e70012; */
    border: solid 2px #BBB;
    background: transparent;
    position: relative;
    box-shadow:0px 1px 3px inset rgba(0,0,0,0.3);
}
.news .swiper-pagination-bullet-active:after {
	content:"";
	display:block;
	width:8px;
	height:8px;
	background:#FFF;
	position:absolute;
	border-radius:10px;
	margin:0px;
	border:solid 2px #CCC;
	display:none;

}



.news .swiper-slide.swiper-slide-active,
.news .swiper-slide-active + .swiper-slide,
.news .swiper-slide-active + .swiper-slide + .swiper-slide{
  opacity:1;
  transition:opacity 1s;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.news .swiper-slide{
  opacity:0;
  transition:opacity 1s;
  pointer-events: none;
}


@media screen and (max-width: 768px) {

	.news .swiper-prev2, .news .swiper-next2 {
		position: absolute;
		top: 43%;
		width: 30px;
		height: 30px;
		z-index: 10;
		cursor: pointer;
		-moz-background-size: 50px auto;
		-webkit-background-size: 50px auto;
		background-size: 50px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	.news .list li .news_ttl {
		font-size: 14px;
		line-height: 16px;
		font-weight: 500;
		letter-spacing: 0em;
		margin: 10px 0 0;
	}
	.news .swiper-slide-active + .swiper-slide + .swiper-slide{
	  opacity:0;
	  transition:opacity 1s;
	  pointer-events: none;
	}
	.news .list li .img:after{
	  display:none;
	}

	.news .list li:hover .img img{
	  opacity:1;
	  transition:0.3s;
	  /*transform:scale(1.2);*/
	  margin:0;
	}
	.news .list li:hover .img{
	  background:#000;
	  margin:0px 0 0px;
	  transition:0.3s;
	  box-shadow:0px 0px 0px -0px rgba(0, 0, 0, 0);
	}
	.news .list li:hover .img:before{
	  display:none;
	}
	.news .swiper-slide{
	  opacity:1 !important;
	}

	.news .swiper-prev2 {
		background-image: url(../images/prev.png);
		left: 0px;
		right: auto;
	}
	.news .swiper-next2 {
		background-image: url(../images/next.png);
		right: 0px;
		left: auto;
	}


}

/* services
--------------------------------------------------*/
.services{

}
/*
.services:after {
    content: "";
    display: block;
    background:#000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.services:after {
    content: "";
    display: block;
    background: url(../images/bg_pepar.png);
    background-position: center;
    background-repeat: repeat;
    transform: scale(-1);
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
*/

.services .wide_wrap{
  min-height:290px;
  text-align:center;
  max-width: 1600px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  min-height:0;
  margin-bottom: -50px;
}
.recruit .wide_wrap{
  min-height:290px;
  text-align:center;
  max-width: 1600px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}



.services .bg{
  display:block;
  /*margin:145px auto -145px;*/
  background: url(../images/services_bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  width:100%;
  margin:0 auto;
  height: 290px;
  transition-timing-function:cubic-bezier(0.82, 0, 0.58, 1);
  height: 0px;
}
.services .bg.addanime{
}


.recruit .text,
.services .text{
  font-size: 15px;
  line-height:1.8em;
  margin-top: 40px;
}
.list-c2{
  margin: 30px auto 0;
  overflow:hidden;
  max-width: 1600px;
  text-align: center;
  width: 100%;
}
.btn_normal *,
.recruit .list-c2 *{
  box-sizing:border-box;
}



.list-c2 li{
  display: inline-block;
  width: 20%;
  margin: 0 0 10px;
  padding-bottom: 10px;
  box-sizing:border-box;
}
.recruit .list-c2 li{
  width: 370px;
  max-width: 100%;
}
.list-c2 li a{
  color:#FFF;
  background: linear-gradient(1800deg, black 0%,  #000000 100%);
  text-decoration:none;
  border-radius: 30px;
  padding: 1em;
  width:100%;
  display:block;
  font-size: 15px;
  transition:0s;
  box-sizing:border-box;
  border:solid 2px #000;
  box-shadow:0px 12px 6px -11px rgba(0, 0, 0, 0.5);
}
.list-c2 li a span{
  display:none;
}

.list-c2 li:hover a{
  color:#000;
  background:#FFF;
  border:solid 2px #000;
  font-weight:600;
  box-shadow:0px 16px 8px -11px rgba(0, 0, 0, 1);
}

.list-c2 li a:after{
  content:"";
  display:inline-block;
  height: 14px;
  width: 16px;
  margin-top: -3px;
  margin-left:10px;
  background: url(../images/icon_link01.png);
  background-repeat:no-repeat;
  background-size:cover;
  vertical-align:middle;
  /*opacity:0.5;*/
}
.list-c2 li:hover a:after{
  mix-blend-mode: difference;
/*
  height:20px;
  width:25px;
  margin-top:-3px;
  margin-left:10px;
*/
  opacity:1;
}



.services .list-c2 {
    /* margin: 30px auto 0; */
    overflow: hidden;
    max-width: 1200px;
    text-align: center;
    /* width: 900px; */
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 0px 0 5px;
    font-size: 0;
}

.services .list-c2 li{
  display: inline-block;
  width: 25%;
  /* max-width: 200px; */
  /* margin:0.5%; */
  padding-bottom: 0;
  box-sizing:
  border-box;
}
.services .list-c2 li img{
	width:auto;
	max-width:100%;
}


.banner_wrap{
  text-align:center;
}

.product_ttl{
    margin-top: 55px;
    margin-bottom: 20px;
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.07em;
}

.product_ttl span{
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
    display:block;
    font-family: 'zen-kaku-gothic-new', 'Noto Sans JP', 'MS PGothic', sans-serif;
}


.product_name{
  font-size: 20px;
  /* font-weight:bold; */
  margin: 25px 0;
  line-height: 1;
}
.product_types{
  width: 100%;
  font-size: 13px;
  line-height: 2em;
  padding: 0px 25px;
  display:inline-block;
  margin: 0 auto 15px;
  border:solid 1px;
  margin: 0 auto 10px;
  letter-spacing: 0;
  letter-spacing:0;
}

.banner_wrap .product_text{
  font-size: 13px;
  line-height: 1.8;
  text-align:left;
}
.banner_wrap .product_text br{
  display:none;
}

.banner_wrap ul{
	max-width: 900px;
	margin:auto;
	text-align:center;
	font-size: 0;
}
.banner_wrap li{
	padding: 0;
	width: 48%;
	display:inline-block;
	margin: 10px 0 30px;
	font-size:14px;
	vertical-align: top;
}
.banner_wrap li:nth-child(2n){
	margin-left:4%;
}


.banner_wrap li + li{
}

.banner_wrap li a{
  display: inline-block;
}
.banner_wrap li a:hover{
  opacity: 0.8;
}
.banner_wrap li img{
  max-width:100%;
  width: 900px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
.product_text{
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 10px;
    padding: 0;
    text-align: left;
}
.product_text br{
	display:none;
}
.sp_none{
  display:none;
}
}

#cboxContent .swiper-prev,
#cboxContent .swiper-next {
	position: absolute;
	top: 49%;
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	background-position: center;
	background-repeat: no-repeat;
}
#cboxContent .swiper-prev {
	background-image: url(../images/prev.png);
	left: 0px;
	right: auto;
}
#cboxContent .swiper-next {
	background-image: url(../images/next.png);
	right: 0px;
	left: auto;
}

/*
#cboxContent .swiper-button-disabled{
  opacity:0;
  transition:1s;
}
#cboxContent .swiper-pagination {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}
#cboxContent .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #999;
    margin:5px;
}
#cboxContent .swiper-pagination-bullet-active {
    background: #e70012;
}
*/


@media screen and (max-width: 768px) {


	.services .bg{
		  display:block;
		  background-size: cover;
		  background-position: center;
		  background-position:center;
		  width:100%;
		  height: 200px !important;
		  overflow: hidden;
		  position: relative;
		  margin: 0;
		  display: block;
		  height:0 !important;
		  margin-bottom:40px;
	}
	.services .bg.addanime {
		/*
		margin: 0;
		height: 200px;
		*/
	}
	.recruit .wide_wrap,
	.services .wide_wrap{
	  min-height:0px;
	  text-align:center;
	  padding: 0 15px;
	}
	.recruit .text,
	.services .text{
	  font-size:14px;
	  line-height:1.8em;
	  margin-top: 18px;
	  padding: 0 10px;
	  text-align:left;
	}
	.recruit .text br,
	.services .text br{
		display:none;
	}
	.list-c2{
	  /* width: 105%; */
	  /* margin-left:-2.5%; */
	  margin-top: 20px;
	}
	.list-c2 li {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding-bottom: 10px;
		box-sizing: border-box;
	}
	.list-c2 li a{
		font-size:14px;
		padding: 0.8em 0.5em;
	}
	.list-c2 li a b{
		display:block;
		font-size: 15px;
		margin-bottom: 4px;
		letter-spacing: 0em;
	}

	.list-c2 li a span{
		display:block;
		font-size: 12px;
	}
	.list-c2 li a:after {
		height: 11px;
		width: 14px;
		margin-top: -3px;
		margin-left: 5px;
		display: none;
	}
	.list-c2 li a{
		border-radius: 90px;
	}
	.services .list-c2 {
		margin: 20px auto 0;
		overflow: hidden;
		max-width: 1400px;
		text-align: center;
		width: 100%;
		border: none;
	}

	.services .list-c2 li{
	  display: inline-block;
	  width: 100%;
	  margin:0%;
	  padding-bottom: 10px;
	  box-sizing:
	  border-box;
	  max-width: 400px;
	}
	.services .list-c2 li img{
		width:95%;
		max-width:100%;
		margin: 0 auto;
	}
	.banner_wrap li {
	    padding: 0;
	    width: 100%;
	    display: inline-block;
	    margin: 0;
	    padding: 10px 20px 20px;
	    font-size: 14px;
	    vertical-align: top;
	}
	.banner_wrap li:nth-child(2n) {
	    margin-left: 0;
	}
	.banner_wrap li + li {
		padding-top:30px;
	}
	.product_ttl{
	    font-size: 11px;
	    font-weight: 400;
	    margin-top: 30px;
	    margin-bottom: 10px;
	    letter-spacing: 0.1em;
	}
	.product_ttl span {
	    font-size: 18px;
	    margin-bottom: 7px;
	    font-weight: 500;
	    display: block;
	    font-family: 'zen-kaku-gothic-new', 'Noto Sans JP', 'MS PGothic', sans-serif;
	}
	.product_name{
	  font-size: 18px;
	  /* font-weight:bold; */
	  margin: 15px 0 15px;
	  line-height: 1;
	}
	.product_types{
	  font-size: 12px;
	  line-height:25px;
	  padding: 0px 30px;
	  display: inline-block;
	  margin: 0 auto 15px;
	  border:solid 1px;
	  margin:0 auto 0px;
	}
	.banner_wrap li img {
	    max-width: 100%;
	    width: 900px;
	    border-radius: 15px;
	}
}


/* recruit
--------------------------------------------------*/
.recruit{

}
.recruit .bg{
  background: url(../images/recruit_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  background-size:1500px;
  height: 285px;
  overflow: hidden;
  position: relative;
  /* border-top: 1px solid rgba(0,0,0,0.3); */
  box-sizing:border-box;
}
.recruit .bg{
  animation-name: loopanime;
  animation-duration: 30s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
}

@keyframes loopanime {
  0% {background-position:0 0;} 
  100% {background-position:-1500px 0;}
}

@media screen and (max-width: 768px) {
	.recruit .bg {
		background: url(../images/recruit_bg.jpg);
		background-repeat: repeat;
		background-position: left center;
		height: 118px;
		background-size: 600px;
	}
	@keyframes loopanime {
	  0% {background-position:0 -0px;}
	  100% {background-position:-1200px -0px;}
	}

}

/* company
--------------------------------------------------*/
.company{
    padding-bottom: 100px;
}
.company .ttl .ttl_main {
    margin-bottom: 10px;
}

.company .col2{
  width:100%;
  overflow:hidden;
  margin-bottom: 50px;
}
.company .right,
.company .left{
  width:49%;
  float:left;
  text-align:left;
  position:relative;
}
.company .left{
  margin-right: 1%;
}
.company .right{
  margin-left:1%;
}
.company .table{
  border-collapse: collapse;
  border-spacing: 0; 
  /* border-top: solid 1px #555; */
  border-bottom: solid 1px #555;
}
.company .table th,
.company .table td{
  text-align:left;
  padding: 30px 25px;
  border-top:solid 1px #555;
  font-size:15px;
  padding-left:10px;
  line-height: 1.5;
}
.company .table td{
  width:100%;
}
.company .table th{
  min-width:105px;
}
.company .map_btn{
  text-decoration:none;
  color:#FFF;
  background-color:#000;
  font-size:14px;
  padding:3px 12px 3px 15px;
  border:solid 1px transparent;
  display: inline-block;
  margin: 5px 0 0;
}
.company .map_btn:hover{
  color:#000;
  background:#FFF;
  border:solid 1px #000;
}

.company .map_btn:after{
    content: "";
    display: inline-block;
    height: 10px;
    width: 12px;
    margin-top: -4px;
    margin-left: 4px;
    background: url(../images/icon_link01.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: 0.2s;
    /* opacity: 0.5; */
}
.company .map_btn:hover::after{
  mix-blend-mode: difference;
}

.company .left .img{
  width:100%;
  height: 480px;
  overflow:hidden;
  position:relative;
}
/*
.company .left .img_hover{
  height:468px;
  overflow:hidden;
  position:relative;
  background-position:center;
  background-size:cover;
  position:absolute;
  top:0;
  left:0;
  display:none;
}
*/
.company .table td .atn{
  display:block;
  margin:10px 0;
}
@media screen and (max-width: 768px) {

	.company .right, .company .left {
		width: 100%;
		float: none;
		margin:0;
	}
	.company .left{
		margin-bottom:20px;
	}
	.company .table th, .company .table td {
		text-align: left;
		padding: 15px 10px;
		border-top: solid 1px #555;
		font-size: 14px;
	}
	.company .table th {
		min-width: 90px;
	}
	.company .left .img {
		height: 200px;
	}
	.company .col2 {
		margin-bottom: 20px;
	}
	.company {
		padding-bottom: 50px;
	}

}


/* footer
--------------------------------------------------*/
footer {
  position:absolute;
  bottom:0;
  left:0;
  z-index:5;
  background:#000;
  padding: 80px 6% 60px;
  /* margin-top: 60px; */
  box-shadow: 0 16px 8px 8px #000;
}

footer:after{
	content: "";
    display: block;
    background: url(../images/bg_pepar2.png);
    background-position: right;
    background-repeat: repeat;
    transform: scale(-1);
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 5;
}








footer table{
  border-spacing:0;
  border-collapse:collapse;
  text-align:left;
  color:#FFF;
}
footer td{
  vertical-align:top;
}
footer table a{
  color:#FFF;
  text-decoration:none;
}
footer table h3{
  display:inline-block;
  font-weight:700;
  font-size:14px;
  font-family: 'Raleway', sans-serif;
}
footer table h3:after{
  display:inline-block;
  content:"-";
  margin: 0 0 0 10px;
  font-size:13px;
}
footer table .footer_list{
  display:inline-block;
  /* margin-left:10px; */
}
footer table .footer_list li{
  display:inline-block;
  margin-left:10px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
}
footer table .footer_list li a{
  display:inline-block;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  transition: 0.5s;
}
footer table .footer_list li a:hover{
  color:#EE1111;
  transition: 0.5s;
}


footer table .f_logo{
  min-width:340px;
}
footer table .f_logo img{
  width:300px;
}
footer table .f_adress{
  width:100%;
  padding:13px;
  box-sizing: border-box;
  line-height: 1.4;
}
footer table .f_copyright{
  min-width:150px;
  padding-top: 36px;
}

footer table .f_menu{
  padding-bottom:23px;
}
footer br.sp{
	display:none;
}




@media screen and (max-width: 768px) {
	footer{
		text-align:center;
		padding: 55px 0 35px;
		width: 100%;
	}
	footer table,
	footer tbody,
	footer tr,
	footer td,
	footer th{
		display:inline;
	}
	footer table .f_menu{
		display:none;
	}
	footer table .f_logo{
		display:block;
		text-align:center;
	}
	footer table .f_logo img{
		width: 200px;
		margin-left:-25px;
	}
	footer table .f_adress {
		display:block;
		text-align:center;
	}
	footer table .f_adress span{
		display:none;
	}
	footer br.sp{
		display:block;
	}
}






/* cbox
--------------------------------------------------*/
#cboxLoadedContent{
  padding: 30px 30px !important;
  background:url(../images/form_bg.jpg);
}
.cboxcontents{
  text-align:left;
  letter-spacing:0.05em;
}
.cbox_ttl{
  font-size: 20px;
  margin: 10px 0 15px;
  text-align:center;
  font-weight: bold;
  /* letter-spacing: 0.1em; */
}
.cbox_img img{
  width:100%;
  max-width:600px;
  /* border: solid 2px; */
  box-sizing: border-box;
}
.cbox_text{
  width:600px;
  text-align:left;
  font-size: 14px;
  line-height: 1.8;
  margin: 15px auto 0;
  letter-spacing: 0;
}
.cbox_url{
  width:600px;
  text-align:left;
  font-size:14px;
  margin:10px auto 0;
}
.cbox_url:before{
  content:'URL : ';
}
.cbox_close{
  text-align:center;
}
.cbox_close_wrap{
  width:200px;
  margin: 20px auto 0px;
  background:#000;
  color:#FFF;
  font-size: 15px;
  padding: 10px;
  line-height: 1.0;
  border-radius: 60px;
}

.type_service{
  text-align:center;
  width: 800px;
  position: relative;
}
.type_service .cbox_ttl{
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0 8px;
  letter-spacing: 0;
  letter-spacing: 0.05em;
}
.type_service .cbox_ttl span{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 2px;
}

.type_service .cbox_ttl_sub{
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 25px;
}
.type_service .cbox_list{
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  margin-bottom:25px;
}
.type_service .cbox_list li{
  display:inline-block;
  padding:0px 20px;
  margin:5px 2px;
  font-size: 13px;
  line-height: 1.5em;
  border:solid 1px;
}

.type_service .cbox_info{
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 18px;
}
.type_service .thumb img{
  max-width: 680px;
}
.type_service .thumb a{
  text-decoration:none;
  color:#000;
}
.type_service .thumb a:hover{
  text-decoration:none;
  color:#EE1111;
  transition:0.5s;
}
.type_service .thumb p{
  margin-top:8px;
  text-decoration:none;
  font-size: 13px;
}

.type_service .thumb p:after {
	mix-blend-mode: difference;
    content: "";
    display: inline-block;
    height: 14px;
    width: 16px;
    margin-top: -3px;
    margin-left: 10px;
    margin-right:10px;
    background: url(../images/icon_link01.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: 0.2s;
    /* opacity: 0.5; */
}

.type_service .swiper-prev,
.type_service .swiper-next {
	position: absolute;
	top: 49%;
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.type_service .swiper-prev{
	background-image: url(../images/prev.png);
	left: 0px;
	right: auto;
}
.type_service .swiper-next{
	background-image: url(../images/next.png);
	right: 0px;
	left: auto;
}
.type_service .swiper-button-disabled{
  opacity:0;
  transition:1s;
}

.type_service .swiper-pagination{
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.type_service .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #CCC;
    margin: 7px;
    border-radius: 20px;
    box-sizing: content-box;
    border: solid 2px #FFF;
}
.type_service .swiper-pagination-bullet-active {
    /* background: #e70012; */
    border: solid 2px #666;
    background: transparent;
}


@media screen and (max-width: 768px) {
	#cboxLoadedContent{
	  padding:5vw 5vw !important;
	}
	.cboxcontents{

	}
	.cbox_ttl{
	  font-size: 16px;
	  margin: 10px 0 15px;
	}
	.cbox_img{
		text-align:center;
	}	
	.cbox_img img{
	  width:100%;
	  max-width: 85vw;
	  margin:auto;
	  border: solid 2px;
	  box-sizing: border-box;
	  /* display:none; */
	}
	.cbox_text{
	  width:100%;
	  max-width: 85vw;
	  font-size: 14px;
	  line-height: 1.7;
	  margin: 10px auto 0;
	  letter-spacing: 0;
	}
	.cbox_url{
	  width:100%;
	  max-width: 85vw;
	  text-align:left;
	  font-size:14px;
	  margin:10px auto 0;
	}
	.cbox_url:before{
	}
	.cbox_close{
	}
	.cbox_close_wrap{
	  width:100%;
	  margin: 20px auto 10px;
	  font-size:14px;
	}

	.type_service{
	  text-align:center;
	  width: 85vw;
	  position: relative;
	}
	.type_service .cbox_ttl{
		line-height:20px;
		padding:0;
		margin: 15px 0 8px;
	}
	.type_service .cbox_ttl img{
		height:22px;
		width:auto;
	}
	.type_service .cbox_ttl span{

	  font-family: 'Raleway', sans-serif;
	  display: inline-block;
	  margin-right: 2px;
	}
	.type_service .cbox_ttl_sub{
	  font-size: 12px;
	  font-family: 'Raleway', sans-serif;
	  margin-bottom: 10px;
	}

	.type_service .cbox_info{
	  font-size: 14px;
	  margin-bottom: 18px;
	  text-align:left;
	  padding:0 10px;
	}
	.type_service .thumb{
	  width:100%;
	  padding:0px;
	}
	.type_service .thumb img{
	  width:100%;
	  min-height: 140px;
	}
	.type_service .thumb a{
	  text-decoration:none;
	  color:#000;
	}
	.type_service .thumb a:hover{
	  text-decoration:none;
	  color:#EE1111;
	  transition:0.5s;
	}
	.type_service .thumb p{
	  margin-top:8px;
	  text-decoration:none;
	  font-size: 13px;
	}

	.type_service .thumb p:after {
		mix-blend-mode: difference;
		content: "";
		display: inline-block;
		height: 14px;
		width: 16px;
		margin-top: -3px;
		margin-left: 10px;
		margin-right:10px;
		background: url(../images/icon_link01.png);
		background-repeat: no-repeat;
		background-size: cover;
		vertical-align: middle;
		transition: 0.2s;
		/* opacity: 0.5; */
	}

	.type_service .swiper-prev,
	.type_service .swiper-next {
		position: absolute;
		top: 50% !important;
		margin-top:-7%;
	}
	.type_service .swiper-prev{
		
	}
	.type_service .swiper-next{

	}
	.type_service .swiper-button-disabled{
	  opacity:0;
	  transition:1s;
	}

	.type_service .swiper-pagination{
		position: relative;
		margin: 0 auto;
		margin-top: 5px;
		min-height: 28px;
	}
	.type_service .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		display: inline-block;
		background: #CCC;
		margin: 7px;
		border-radius: 20px;
	}
	.type_service .swiper-pagination-bullet-active {
		background: #FFF;
	}





}


/* policy
--------------------------------------------------*/
.black_ttl_main {
	background:#000;
	padding: 25px;
	font-size: 25px;
	color:#FFF;
	letter-spacing:0.05em;
	margin-bottom:30px;
}
.black_ttl_main span{
	display:inline-block;
	font-size:17px;
	margin-top:5px;
	vertical-align:top;
	margin-left:10px;
}
.policy{
	padding-top: 95px;
	padding-bottom:120px;
	position:relative;
}
.policy .table{
	border-bottom:solid 1px #000;
	margin-bottom:30px;
  display: inline-block;
}
.policy .table td,  
.policy .table th{
	border-top:solid 1px #000;
	text-align:left;
}
.policy .table th{
	width:340px;
	padding:30px;
	font-size:17px;
	vertical-align:middle;  
}
.policy .table td{
	padding: 30px;
	line-height:1.5;
	font-size:15px;
	vertical-align:middle;
}
.policy .table ul{
	margin-top:5px;  
}
.policy .text{
	margin-bottom:30px;
	line-height:1.5;
	font-size:16px;
}

@media screen and (max-width: 768px) {
	.policy {
		padding-top: 80px;
		padding-bottom: 60px;
		position: relative;
	}
	.black_ttl_main {
		padding: 17px;
		font-size: 17px;
		margin-bottom:20px;
	}
	.black_ttl_main span{
		font-size:14px;
		margin-top:5px;
		margin-left:10px;
	}
	.policy .text{
		text-align:left;
		margin-bottom:30px;
		line-height:1.5;
		font-size:14px;
	}
	.policy .text br{
		display:none;
	}
	.policy .table,
	.policy .tbody,
	.policy .table tr,  
	.policy .table td,  
	.policy .table th{
		display:block;
	}
	.policy .table{
		border-bottom:solid 2px #000;
	}
	.policy .table tr{
		border-top:solid 2px #000;
	}
	.policy .table td,  
	.policy .table th{
		border:none;
	} 
	.policy .table th{
		padding:15px;
		border-bottom:dotted 1px #000;
	}
	.policy .table td{
		padding:15px 20px;
	}

}


/* recruit_detail
--------------------------------------------------*/
.recruit_detail{
	padding-top: 95px;
	padding-bottom:120px;
	position:relative;
	background: url(../images/form_bg.jpg);
}

.recruit_detail .sec_wrap{
  max-width: 1100px;
  padding: 0 50px;
  margin:0 auto;
  position: relative;
  text-align: center;
}


.recruit_detail .table{
	border-bottom:solid 1px #000;
	margin-bottom:30px;
}
.recruit_detail .table td,  
.recruit_detail .table th{
	border-top:solid 1px #000;
	text-align:left;
}
.recruit_detail .table th{
	min-width:200px;
	padding:30px;
	font-size:15px;
	vertical-align:middle;  
}
.recruit_detail .table td{
	padding: 30px;
	line-height:1.5;
	font-size:15px;
	vertical-align:middle;
	width:100%;
}
.recruit_detail .table ul{
	margin-top:5px;  
}
.recruit_detail .text{
	margin-bottom:30px;
	line-height:1.5;
	font-size:16px;
}
h4.h4_ttl{
	padding-top: 20px;
	line-height:1.5;
	font-size: 25px;
}


@media screen and (max-width: 768px) {

	.recruit_detail .sec_wrap {
		padding: 0 20px;
	}
	h4.h4_ttl {
		text-align:center;
		font-size: 18px;
		padding:0;
	}

	.recruit_detail .text {
		text-align:left;
		margin-bottom: 10px;
		font-size: 14px;
		padding:0 20px;
	}
	.recruit_detail .text br {
		display:none;
	}
	.recruit_detail {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.recruit_detail .table td,
	.recruit_detail .table th {
		width:100%;
		display:block;
		border:none;
	}
	.recruit_detail .table tr {
		display:block;
		border:solid 1px #000;
		border-bottom:none;
	}
	.recruit_detail .table td {
		/*border-top:dotted 1px #000;*/
		font-size:14px;
		padding:5px 15px 15px 20px;
	}
	.recruit_detail .table th {
		font-size: 16px;
		background:#fff;
		font-weight:bold;
		padding:15px 15px 0px;
	}

}







/* Entry
--------------------------------------------------*/
.form_wrapper{
	max-width:800px;
	text-align:left;
	margin:0 auto;
}
.form_wrapper dl{
	padding:20px 0;
}
.form_wrapper dd,
.form_wrapper dt{
	display:table-cell;
	font-size:16px;
	padding:0 20px;
}
.form_wrapper dt{
	width:250px;
	vertical-align:middle;
}
.form_wrapper input[type="text"]{
	padding:0 15px;
	height:40px;
	font-size:16px;
	border-radius:4px;
	width: 400px;
	border:solid 1px #000;
}

.form_wrapper textarea{
	padding: 15px;
	font-size:16px;
	height:120px;
	width:450px;
	background:#FFF;
	border:solid 1px #000;
}
.form_wrapper input[type="file"]{
	font-size:16px;
}
.form_wrapper dt.necessary:after{
	content:"※必須";
	font-size:12px;
	margin-left:5px;
	color:#EE1111;
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
}
.form_wrapper .text14{
	margin-left:270px;
	margin-top: 16px;
	font-size:15px;
}
.form_wrapper input::placeholder {
  color: #BBB;
}
.form_sendbtn{
	margin:30px 0;
}
.form_sendbtn .text14{
	font-size:16px;
	margin-bottom: 10px;
}
.form_sendbtn input[type="checkbox"]{
	display:inline-block;
	margin-right:3px;
}
.form_wrapper label + input[type="radio"] {
	margin-left:20px;
}
.form_sendbtn li{
	display:inline-block;
	margin:10px;
}
.form_sendbtn li .btn_normal {
    position: relative;
    margin: 15px auto;
    max-width: 100%;
    border: none;
    min-width: 380px;
}

@media screen and (max-width: 768px) {
	.form_sendbtn {
		margin: 20px;
	}
	.form_wrapper dl{
		padding:20px 0;
		display:block;
	}
	.form_wrapper dd,
	.form_wrapper dt{
		display:block;
		font-size:16px;
		padding:0 20px;
	}
	.form_wrapper dt{
		width:100%;
		margin-bottom:10px;
	}
	.form_wrapper input[type="text"] {
		width: 100%;
	}
	.form_wrapper textarea {
		width: 100%;
	}
	.form_wrapper .text14{
		margin-left:0px;
		margin-top: 10px;
		padding:0 20px;
	}

	.form_sendbtn li {
		display: inline-block;
		margin: 10px 0px;
	}
	.form_sendbtn li .btn_normal {
		position: relative;
		margin: 0;
		max-width: 100%;
		border: none;
		min-width: 90vw;
		width:100%;
		display:block;
	}
	.form_sendbtn li .btn_normal a{
		width:100%;
	}


}




/*
--------------------------------------------------*/

.form_pulldown {
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  background-color: #FFF;
  color: #000;
}
 select::-ms-expand {
 display: none;
}
 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}

.form_pulldown select {
  position: relative;
  width: 400px;
  max-width: 400px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 .8em;
  background: #FFF;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}

.form_pulldown label {
  position: relative;
}

.form_pulldown label::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 45%;
  right: 16px;
  margin-top: -5px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}


@media screen and (max-width: 768px) {

	.form_pulldown select {
	  position: relative;
	  width: 100%;
	  max-width: 400px;
	}

}











/*
--------------------------------------------------*/
.form_file {
}

.form_file input[type='file'] {
  display: none;
}

.form_file label {
  display: block;
  position: relative;
  width: 400px;
  max-width: 400px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 .8em;
  background: #FFF;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  border-radius:4px;
}

.form_file label::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 45%;
  right: 16px;
  margin-top: -5px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}

.form_file label::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.form_file label.changed::before {
  content: '';
}

.filename {
  display: block;
  position: relative;
  width: 90%;
  max-width: 360px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  margin: -38px 0 0;
  padding-left: 20px;
  background-color: #FFF;
  border: solid #000;
  border-width: 1px 0 1px 1px;
  box-sizing: border-box;
  border-radius: 0;
  pointer-events: none;
  border-radius:4px 0 0 4px;
}

.filename::after {
  position: absolute;
  content: '';
  top: 10px;
  left: 16px;
  width: 14px;
  height: 18px;
  background-image: url(../images/file_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}



@media screen and (max-width: 768px) {
	.form_file label {
		display: block;
		position: relative;
		width: 100%;
		max-width: 100vw;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		padding: 0 .8em;
		background: #FFF;
		border: 1px solid #000;
		box-sizing: border-box;
		border-radius: 0;
		cursor: pointer;
		border-radius: 4px;
	}
}












/* ã‚¨ãƒ©ãƒ¼
--------------------------------------------------*/
.error_wrapper {
  width: 100%;
  margin: 0px auto 40px;
  padding: 20px 0;
  background-color: #FF3300;
}

.error_wrapper p {
  line-height:1.8;
  font-size:16px;
  width: 90%;
  max-width: 900px;
  margin: auto;
  color: #FFF;
}



/* entry_staff
--------------------------------------------------*/

.info_wrapper.text14{
	font-size:15px;
	line-height:1.8;
	text-align:center;
}

@media screen and (max-width: 768px) {

	.info_wrapper.text14{
		font-size:15px;
		line-height:1.8;
		text-align:left;
		padding:0 20px;
	}
	.info_wrapper.text14 br{
		display:none;
	}
}




/* 内容確認
--------------------------------------------------*/

.check_wrapper{
	max-width:700px;
	text-align:left;
	padding:10px 0 0;
	margin:auto;
	border-bottom:solid 1px;
}
.check_wrapper dl{
	padding:20px 0;
	border-top:solid 1px;
}
.check_wrapper dd,
.check_wrapper dt{
	display:table-cell;
	font-size:16px;
	padding:0 20px;

}
.check_wrapper dt{
	width:200px;
	vertical-align:middle;
}
.check_wrapper dd{
	font-size:16px;
}



@media screen and (max-width: 768px) {
	.check_wrapper{
		max-width:100%;
		text-align:left;
		padding:10px 0 0;
		margin:auto;
		border-bottom:none;
	}
	.check_wrapper dl{
		display:block;
		margin:20px;
		padding:0;
	}
	.check_wrapper dd,
	.check_wrapper dt{
		display:block;
		font-size:16px;
		padding:20px;
		padding-bottom:0;
	}
	.check_wrapper dt{
		font-size:14px;
		display:block;
		width:100%;
		vertical-align:middle;
	}
	.check_wrapper dd{
		font-size:16px;
		padding-top:10px
	}

}

