@charset "utf-8";
:root {
	--c_rd: #d50515;
	--c_bl: #3c61d6;
	--c_ye: #FFF93C;
	--c_or: #F39800;
	--c_gr: #1E8D93;
    --c_gr2: #64BE00;
	--c_gy: #F2F2F2;
	--c_be: #F6F4EE;
    --c_pk: #C66F8F;
    --c_br: #856A42;
    --c_pl: #82488B;
	--c_wh: #fff;
	--c_bk: #000;
}
.clr-rd {color: var(--c_rd)!important;}
.clr-bl {color: var(--c_bl)!important;}
.clr-ye {color: var(--c_ye)!important;}
.clr-or {color: var(--c_or)!important;}
.clr-gr {color: var(--c_gr)!important;}
.clr-gr2 {color: var(--c_gr2)!important;}
.clr-gy {color: var(--c_gy)!important;}
.clr-be {color: var(--c_be)!important;}
.clr-pk {color: var(--c_pk)!important;}
.clr-br {color: var(--c_br)!important;}
.clr-wh {color: var(--c_wh)!important;}
.clr-bk {color: var(--c_bk)!important;}
.clr-pl {color: var(--c_pl)!important;}
.bg-rd {background-color: var(--c_rd)!important;}
.bg-bl {background-color: var(--c_bl)!important;}
.bg-ye {background-color: var(--c_ye)!important;}
.bg-or {background-color: var(--c_or)!important;}
.bg-gr {background-color: var(--c_gr)!important;}
.bg-gr2 {background-color: var(--c_gr2)!important;}
.bg-gy {background-color: var(--c_gy)!important;}
.bg-wh {background-color: var(--c_wh)!important;}
.bg-bk {background-color: var(--c_bk)!important;}
.bg-be {background-color: var(--c_be)!important;}
.bg-pk {background-color: var(--c_pk)!important;}
.bg-br {background-color: var(--c_br)!important;}
.bg-pl {background-color: var(--c_pl)!important;}

* {
min-height:0;
min-width : 0;
}

html{
   /* visibility: hidden;*/
   	font-size: 10px;
	transition: .2s;
   
}


html.wf-active{
visibility:visible;
}
.fo-korolev,
.fo-shelby{
visibility: hidden;
}
html.wf-active .fo-korolev,
html.wf-active .fo-shelby{
visibility:visible;
}


html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



 body {
   font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;

    
   font-size: 1.6rem;
	line-height: 1.6;
    text-align: center;

}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}



h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 600;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#000;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{

}
 .wrap{
   overflow: hidden;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






.wrap{

overflow-x: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}




 .mainbody{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:130rem;
	margin: 0 auto;
}
.mainbody3{
	max-width:90rem;
	margin: 0 auto;
}
.main900{
    max-width: 90rem;
    margin: 0 auto;
}

 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }


.fo-korolev{
/*500,700,italic*/
font-family: "korolev", sans-serif;
font-weight: 700;
font-style: normal;
}
.fo-shelby{
    font-family: "shelby", sans-serif;
    font-weight: 400;
    font-style: normal;

}




.wow {
    visibility: hidden;
}







/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
    top: 0rem;
    left: 0;
    z-index: 1000;
    transition: .5s;
	
	background: #fff;
 
}
.headerwrap{
background:none;
}
.headerwrap.change-color {
     background: #fff;
}

.headerwrap a {
     color: #fff;
}
.headerwrap.change-color a {
     color: #000;
}

.header .logo ._bk{
     display: none;
}
.headerwrap.change-color  ._bk {
     display: block;
}
.headerwrap.change-color  ._wh {
     display: none;
}

 .header{
     height:7rem;
     padding:0 2rem;
	
 }
  .header .logo{
     text-align: left;
 } 
   .header .logo img{
    max-height: 5rem;
 } 
 


.gnavi a{
    font-weight: 500;
    position: relative;
    display:flex;
    align-items: center;
    margin: 0 5rem 0 0;
    white-space: nowrap;
}


.hb01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: var(--c_rd);
  color: #fff !important;
  padding: .7rem 5rem;
   white-space: nowrap;
transition: .2s;
}
.hb01:hover{
	opacity:1;
	filter: alpha(opacity=100);

}


.menubtn{
    display: none;
 }



/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    width: 95%;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
    background: #fff;
backdrop-filter: blur(20px);
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		transform: translateX(25px);
		z-index: 99990;
		opacity: 0;
    visibility: hidden;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    
    
	}
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}
    
html.wf-active .smenu .fo-korolev{
	visibility: hidden;
}
html.wf-active .smenu.active .fo-korolev{
	visibility: visible;
}


.spnavi{
    margin: 0 0 3rem;
}
.smenu a{

}

.smenu .footerinfo{
	text-align: center;
}


.spnavi a{
   display: block;
   border-bottom: 1px solid #000;
   padding: 1rem 0;
   text-align: left;
   position: relative;
}

.spnavi a::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/arrow01_bl.svg") no-repeat center center ;
  background-size: 1rem;
  margin: 0 .5rem 0 0;
  
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.spnavi a big{
    padding-right: 1rem;
}

.spmenu{
    margin: 0 0 4rem;
}


.spclose {
   flex-basis: 10%;
   text-align: right;
   
}
.spclose a{
    font-size: 2rem;
    background: #fff;
   flex-basis: 10%;
   border-radius: 99px;
   line-height: 1;
   height: 4rem;
   width: 4rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color:  var(--c_bl);
   
}






/*フッター
-------------------------------------------------*/
.footercontactwrap{
	background:  var(--c_bl);
	color: #fff;
}
.footercontactwrap a{
	color: #fff;
}

.title01 h2{
	font-size: 10rem;
	line-height: 1;
}
.title01 h2 small{
	line-height: 1;
	display: inline-block;
}

.title01 p{
	font-size: 2.2rem;
}


.title01._bis h3{
	font-size: 3rem;
	font-weight: 400;
}


.footercontactwrap ._title{
	text-align: left;
	flex-basis: 45%;
}
.footercontactwrap ._contact{
	flex-basis: 45%;
}

.fcontactbtn{
	padding: 0 0 6rem;
}

.fcontactbtn a{
	display: block;
	border: 1px solid #fff;
	border-radius: 99px;
	font-size: 2.8rem;
	padding: 2rem;
	position: relative;
}


.fcontactbtn a:after {
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/arrow01_bl.svg") no-repeat center center #fff;
  background-size: 1.5rem;
  border-radius: 99px;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fcontacttel h3{
	font-size: 5rem;
	line-height: 1;
}

.fcontacttel p{	
	letter-spacing: .1em;}








.footerwrap{
	position: relative;
}
.footer{
	position: relative;
}
.pagetop img{
	position: absolute;
	right: 0;
	top: -13rem;	
}
.footerinfo{
	flex-basis: 35%;
	text-align: left;
}
.footright{
	flex-basis: 55%;
}


.fmarutama{
	border-radius: 99px;
	background: #FD5A00;
	display: inline-block;
	padding: .5rem 2rem;
	margin: 0 0 1rem;
}
.footlogo{
	padding:0 0 2rem;
}
.footlogo h2 img{
	margin: 0 0 2rem;
	max-height: 5rem;
}
.ftel{

}
.ftel h3{
	font-size: 4rem;
	line-height: 1;
}
.footcopy h2{
	font-size: 9rem;
	line-height: 1.2;
	margin: 0 0 1rem;
}
.footcopy p{
	font-size: 1.8rem;
}
.fnavi {
	padding: 5rem 0 3rem;
}


.fnavi ul{
	flex-basis: 48%;
}

.fnavi li{
	text-align: left;
	padding: 0 0 1rem;
	margin: 0 0 1rem;
	font-size: 1.8rem;
}
.fnavi li a{
	display: block;
	position: relative;
}
.fnavi p{
	text-align: left;
	padding-top: 4rem;
	font-size: 1.4rem;
}


/*トップページ
------------------------------------------------*/
.mainvisualwrap {
  position: relative;
  overflow:hidden;
  height: 95rem;
  width: 100%;
}

.mainvisual p{
  display: flex;
   align-items: center;
    justify-content: center;
    height: 95rem;
  }

  
.mainvisual img {
  width: 100%;
  height: 100%;
 /* max-width: 100%;
  min-height: 820px;
  min-width: 1920px;*/
  object-fit: cover;
  align-self: center;
}
.mvcont{
    position: absolute;
    bottom: 5%;
    left: 0;
	right: 0;
	
     color: #fff;
     
     z-index: 100;
	
}
.mvcont ._cont{
 display: inline-block;
	text-align: left;
	padding: 0 2rem;
}

.mvcont h2{
    font-size: 15rem;
	font-size: min(10vw, 18rem);
    font-weight: 700;
	font-style: italic;
    line-height: 1;
	margin: 0 0 2rem;
	white-space: nowrap; 
	animation: textLeft 1.2s 1.15s backwards cubic-bezier(.77,0,.175,1);
}
.mvcont h3{
	font-size: 5rem;
	margin-right: 3rem;
}

.mvcont p{
font-size: 2.2rem;
}







.topbusiness ._cont{
	flex-basis: 45%;
	text-align: left;
}
.topbusiness ._img{
	flex-basis: 50%;
	position: relative;
	height:70rem; 
}
.topbusiness ._cont ._txt{
	line-height: 2;
	margin: 0 0 4rem;
	font-size: 1.8rem;
}

.btn01{
	font-weight: 500;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn01.fo-korolev{
font-size: 2.2rem;
}


.btn01._white{
	color: #fff;
}

.btn01::after {
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_bl);
  background-size: 1.5rem;
  border-radius: 99px;
  margin: 0 0 0 2rem;

}
.btn01._white:after{
	background: url("../img/arrow01_bl.svg") no-repeat center center #fff;
  background-size: 1.5rem;
}
.topbusiness ._img ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 100rem;
}
.topbusiness ._img li{
	margin-right: 2rem;
}

.topbusiness ._img li:nth-child(2){
	margin-top: 5rem;
}


.topstrengthwrap{
	background: url("../img/top/bg01.jpg") no-repeat top center;
	background-size: cover;
	color: #fff;
}
.topstrength{
	text-align: left;
}
.topstrength h3{
	font-size: 4.6rem;
	margin: 0 0 2rem;

}
.topstrength ._txt{
	line-height: 2;
	margin-bottom: 4rem;
	font-size: 1.8rem;
}



.topcompany ._cont{
	flex-basis:38%;
	text-align:left;
}
.topcompany ._img{
	flex-basis:55%;
		position: relative;
	height:70rem; 
}
.topcompany ._img figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 110rem;
}

.topcompany ._cont li a{
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 3rem 0;
	font-size: 1.8rem;
	position: relative;
}
.topcompany ._cont li a::after {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background: url("../img/arrow01_bl.svg") no-repeat center center ;
  background-size: 1.5rem;
  position: absolute;
  right:2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}





.topnewswrap{
    position: relative;
}
.topnewswrap ._title{
    flex-basis: 25%;
    min-height: 25rem;
}
.topnewswrap ._cont{
    flex-basis: 70%;
}

.topnewswrap ._btn{
    position: absolute;
    left: 0;
    bottom:4rem;
}

.newslist dl{
	padding: 2rem 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.newslist dt{

}


.newslist dd{
	
}

.newslist dd a{

}
.btn02{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border:1px solid var(--c_bl);
  color: var(--c_bl);
  border-radius: 99px;
  font-size: 1.8rem;
  padding: .5rem 3rem .5rem 4rem;
  position: relative;
  transition: .2s;
}

.btn02::after {
  display: inline-block;
  content: "";
height: 1rem;
  width: 1.2rem;
  margin: 0 0 0 1.5rem;
  background: url("../img/arrow01_bl.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
}











.toprecruitwrap{
	background: url("../img/top/bg02.jpg") no-repeat top center;
	background-size: cover;
}
.toprecruit{
	color: #fff;
	text-align: left;
	position: relative;
}
.toprecruit ._catch{
color: var(--c_bl);
  font-size: 7rem;
  font-weight: 400;
  transform: rotate(-9deg);
  line-height: 1;
  position: absolute;
  top: 4rem;
  left: 28rem;
}
.toprecruit ._txt{
	line-height: 2;
	margin: 0 0 4rem;
	font-size: 1.8rem;
}



/*contents
------------------------------------------------*/
.pagetitlewrap{
	position: relative;
}
.pagetitle{
	height: 38rem;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: left;
	padding-top: 5rem;
}
.pagetitleimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.pagetitleimg._sp{
	display: none;
}



.pagetitlewrap._02 .pagetitle{
	height: 60rem;
}
.pagetitlewrap._02 ._txt{
	padding-top: 3rem;
	font-size: 1.8rem;
}



/*privacy**/
.privacybox{
	text-align: left;
}
.privacybox h3{
	font-size: 2.4rem;
	margin: 0 0 1rem;
}

/*news**/
.newslistwrap{
	margin-bottom: 4rem;
	max-width: 100rem;
	margin: 0 auto;
}

.newslistwrap .newslist dt{
	flex-basis: 15%;
	flex-shrink: 0;
}

.pager span,
.pager a{
	display: inline-block;
	padding:.2rem 1rem;
    background: #fff;

    margin: 0 2px;
    font-weight: 600;
    border-radius: 99px;
	border: 2px solid #000;
}
.pager .current{
    border: 2px solid #000;
	background: #000;
	color: #fff;
}


/**detail**/
.newstitle{
	padding: 0 0 2rem;
	margin: 0 0 4rem;
	border-bottom: 1px solid #ccc;
}
.newstitle h2{
	text-align: left;
	font-size: 2.4rem;
}
.newstitle dt{
	padding: 0 0 1rem;
	text-align: left;
}
.newstitle dt ._date {
}
.newsimg{
	margin: 0 0 4rem;
}
.newscomment{
	text-align: left;
	line-height: 2;
	margin: 0 0 5rem;
}


/***company**/
.table01{
    width: 100%;
     border-collapse: collapse;
    
}
.table01 td,
.table01 th{
	padding:2rem;
	vertical-align: middle;
    border: 1px solid #ccc;
	text-align: left;
	background: #fff;
}

.table01 th {
text-align: center;
font-weight: 400;
background: #333;
color: #fff;
}

.title01 h2 ._small{
	font-size: 80%;
}

.accessmap{
	margin: 0 0 15rem;
}

.historywrap{
	background: url("../img/company/bg01.jpg") no-repeat top center;
}
.historybox{
	background: #fff;
	padding: 5rem 10rem;
	text-align: left;
}

.historybox dt{
	font-size: 4rem;
	flex-basis: 15%;
	line-height: 1;
}
.historybox dd{
	flex-basis: 75%;
}
.hbox {
	padding: 1rem 0 3rem;
	position: relative;
}
.hbox ._date{
	flex-basis: 30%;
	position: relative;
}

.hbox:after {
  content: "";
  position: absolute;
  left: -5.7rem;
  display: block;
  height: 100%;
  width: 1px;
  background: var(--c_bl);
  top: 2rem;
 }
 
 .historybox dl:last-child .hbox:last-child:after {
 	display: none;
}
.hbox ._date::before {
  content: "●";
  font-size: 50%;
  color: var(--c_bl);
  position: absolute;
  left: -6rem;
  top: .5rem;
}

.hbox ._cont{
	flex-basis: 70%;
}




/**strength**/
.strengthwrap01{
	background: url("../img/strength/bg01.jpg") no-repeat top center;
	background-size: cover;
	color: #fff;
}
.strengthwrap03{
	background: url("../img/strength/bg03.jpg") no-repeat top center;
	background-size: cover;
	color: #fff;
}
.strengthbox ._cont{
	flex-basis: 45%;
	text-align: left;
}
.strengthbox ._img{
	flex-basis: 50%;
	position: relative;
  height: 68rem;
}
.strengthbox ._img figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 100rem;
}
.strengthwrap02 .strengthbox ._img figure {
right: auto;
left: 0;
}

.stptitle {
	position: relative;
	margin-bottom: 2rem;
}
.stptitle ._num{
	font-size: 14rem;
	line-height: 1;
	color:  var(--c_bl);
	
	
}
.strengthwrap01 .stptitle ._num{
	color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}


.stptitle h3{
  font-size: 6rem;
  font-weight: 400;
  transform: rotate(-9deg);
  line-height: 1;
  position: absolute;
  top: 6rem;
  left: 6rem;
}
.strengthbox ._cont h2{
	font-size: 4rem;
	margin: 0 0 3rem;
	letter-spacing: .1em;
}
.strengthbox ._cont ._txt{
	line-height: 2;
	font-size: 1.8rem;
}



/**business****/
.bisnavi a{
flex-basis: 23%;
height: 21rem;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
 
}
.bisnavi ._img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
	z-index: 0;
	transition: transform .6s ease;
	
}
.bisnavi a:hover:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
	z-index: 1;
	background: #3c61d6;
	mix-blend-mode: multiply;
}

.bisnavi a:hover ._img{
  transform: scale(1.1);
  opacity: 1;
}
.bisnavi a:hover {
opacity: 1;
}

.bisnavi dl{
	z-index: 2;
	color: #fff;
	position: relative;
	min-width: 70%;
}

.bisnavi dt{
	background: var(--c_bl);
	color: #fff ;
	font-weight: 600;
	font-size: 2.2rem;
	margin: 0 0 1rem;	
}
.bisnavi a:hover dt{
background: #fff;
	color: var(--c_bl) ;
}

.bisnavi dd{
	font-size: 2.4rem;
	line-height: 1.2;
}
.bisnavi dd:after{
	background: url("../img/arrow01_w.svg") no-repeat center center;
	background-size: contain;
	height: 1.6rem;
	width: 1.6rem;
	transform: rotate(90deg);
	content: "";
	display: block;
	margin: 1rem auto 0;
}

.bis02wrap{
	background: url("../img/business/bg01.jpg") no-repeat top center;
	background-size: cover;
	color: #fff;
}
.bis02wrap .topbusiness ._img ul{
	left: auto;
	right: 0;
}


.biscustitle{
	margin: 0 0 3rem;
}
.biscustitle h2{
	font-size: 7rem;
	line-height: 1;
}
.biscustitle h2 .fo-shelby{
	font-size: 9rem;
	color:  var(--c_bl);
	line-height: 1;
}
.biscustitle h3{
	margin-top: -1rem;
	font-size: 2rem;
	letter-spacing: .05em;
}


.biscusbox{
	position: relative;
	text-align: left;
	color: #fff;
	margin: 0 0 3rem;
}
.biscuimg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
	z-index: 0;
}
.biscusbox ._title{
	position: relative;
	z-index: 1;
	padding: 5rem 10rem;
}

.biscusctxt{
	display: inline-block;
}
.biscusctxt p{
	text-align: left;
	font-size: 1.8rem;
}




/**recruit***/
.pagetitlewrap._recruit .pagetitle{
	height: 95rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}


.pagetitlewrap._recruit .title01{
	margin-bottom: 10rem;
}

.recruitmaintitle{
	position: relative;
}

.recruitmaintitle h3{
	font-size: 6rem;
	line-height: 1;
	margin: 0 0 1rem;

}


.recruitmaintitle h3 span{
  opacity: 1;
	display: inline-block;
	background:  var(--c_bl);
	color: #fff;
	margin: 0 0 1rem;
	padding: 1rem 2rem 2rem;
	
	animation: textLeft 1.2s .2s backwards cubic-bezier(.77,0,.175,1);
}

@keyframes textLeft{
  0%,30%{
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100%{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.recruitmaintitle h4{
	font-size: 2.6rem;
	font-weight: 400;
}

.recruitmaintitle h5{
	font-size: 8rem;
	transform: rotate(-9deg);
	/*position: absolute;
	bottom: -8rem;
  left: 60%;*/
  text-align: right;
  margin:-1rem -5rem 0 0;
  white-space: nowrap;
	
}


.recruitprotect{
position: absolute;
	left: 50%;
	bottom: -5rem;
	transform: translateX(-50%);
	font-size: min(10vw, 18rem);
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	color: var(--c_bl);
	white-space: nowrap;
}


.joinwrap{
	background: url("../img/recruit/bg01.jpg") no-repeat top center;
	background-size: cover;
}
.title02 h2{
	font-size: 7rem;
	line-height: 1;
}
.title02 p{
	font-size: 2rem;
}
.joinbox{
	background: #fff;
	padding: 3rem;
	flex-basis: 48%;
	position: relative;
	margin: 8rem 0 2rem;
}
.joinbox ._icon{
	position: absolute;
	margin: 0 auto;
	top: -4rem;
	z-index: 1;
	left: 0;
	right: 0;
}
.joinbox figure{
	position: relative;
	margin: 0 0 3rem;
}
.joinbox figcaption{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.joinbox ._txt{
	max-width: 75%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.8rem;
}

.strengthbox ._together{
	font-size: 8rem;
  transform: rotate(-9deg);
  text-align: right;
  margin: -5rem 0 5rem  0;
  white-space: nowrap;
  color:var(--c_bl);
}

.jobwrap{
	background: #f2f2f2;
}


.footentrywrap{
	background: url("../img/top/bg02.jpg") no-repeat top center;
	background-size: cover;
	padding: 12rem 0;
}
.footentry {
	background: var(--c_bl);
	color: #fff;
	padding:8rem 10rem;
	position: relative;
}
.footentry h2{
	font-size: 10rem;
	position: absolute;
	top: -5rem;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1;
}
.footentry ._txt{
	font-size: 2rem;
	text-align: left;
}
.footentry ._cont{
	flex-basis: 50%;
}
.footentry ._btn{
	flex-basis: 50%;
}
.footentry ._btn a{
	font-size: 2.4rem;
	display: block;
	background: #fff;
	border-radius: 99px;
	padding: 2rem;
	color: var(--c_bl);
	position: relative;
}

.footentry ._btn a::after {
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_bl);
    background-size: auto;
  background-size: 1.5rem;
  border-radius: 99px;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}



/**contact***/
.contacttel{
	background: var(--c_bl);
	color: #fff;
	padding: 4rem;
	margin-bottom: 5rem;
}
.contacttel ._title{
	flex-basis: 45%;
}
.contacttel ._title h2{
	font-size: 2.2rem;
}
.contacttel ._title h2 img{
	margin-right: 2rem;
}
.contacttel ._cont{
	text-align:left;
	flex-basis: 45%;
}
.contacttel ._cont h3 a{
	font-size: 5rem;
	color: #fff;
}




/*
.privacybox{
    overflow: auto;
    width: 100%;
    height: 20rem;
    white-space: normal;
    border: 1px solid #ccc;
    padding: 1rem;
}*/


.formtable {
    margin: 0 0 4rem 0;
    width: 100%;
     border-collapse: collapse;
    
}
.formtable td,
.formtable th{
	padding:2rem;
	vertical-align: middle;
    border: 1px solid #ccc;
	text-align: left;
}

.formtable th {
text-align: left;
font-weight: 400;
background: #333;
color: #fff;
}


.hissu{
    display: inline-block;
    color: #fff;
    background: #c1272d;
    padding: 0px 1rem;
    font-size: 80%;
    margin: 0 1rem 0 0;

}
.nini{
display: inline-block;
    background: #fff;
    color: #000;
   padding: 0px 1rem;
    font-size: 80%;
    margin: 0 1rem 0 0;

}

.formtable input,
.formtable select,
.formtable textarea {
    padding: 1rem;
    border: none;
    margin: 2px;
    border: 1px solid #ccc;
}
.formtable input{
	vertical-align: middle;
}


.formbox label{
  /* min-width: 300px;
  display: block; margin: 0 20px 0 0;*/
    display: inline-flex;
    align-items: center;
    margin-right: 2px;
     margin-right: 3rem; 
   
}
.formbox input[type=checkbox],
.formbox input[type=radio]{
  vertical-align: top;
    margin:0rem 1rem 0 0;
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
}



.formprivacy{
    overflow: auto;
    height: 150px;
    margin: 0 0 30px 0;
    padding: 10px;
    border:1px solid #ccc;
}
input[type=text],
  textarea{
	width:96%;
	
}
input[type=text],
  textarea,
  select,
input[type=file]{
background:#f2f2f2; 
}  


.mw_wp_form .formtable .horizontal-item + .horizontal-item{
    margin: 0;
}

.formtable .zip{
	width:15%;
}


.hisbr {
  margin-left: 5rem;
}

.formlist01{
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}
.formlist01 li{
    flex-basis: 49%;
}


.formtable .senmonradio label{
    min-width: 30%;
}
.mw_wp_form .formtable .vertical-item{
    display: inline-block;
}


form .linkbtn01,form .linkbtn02 {
    text-align: center;
    color: var(--c_bl);
    font-size: 110%;
    text-decoration: none;
    padding: 1rem 4rem 1rem 3rem;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 5px 10px;
	border: 1px solid  var(--c_bl);
    border-radius: 99px;
	font-family: 'Noto Sans JP', sans-serif;
	background: url("../img/arrow01_bl.svg") no-repeat 95% center;
  background-size: 1.4rem;


}
.linkbtn02 {
    color: #666;
}

.zipbtn{
    background: #000;
    display: inline-block;
    color: #fff;
    border: none;
    padding: 1rem;
}











.mw_wp_form_confirm .confirmtxt{
    display: block;
}
.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_input .input-confirm {
  display: none;
}














/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: block!important;
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}











}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1350px) {
	html {
		font-size: .7407407vw;
	}
    .mainbody{
        max-width: 95%;
    }
}



/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}



.slick-slider {
    touch-action: pan-y;
}


.wrap {
 
}


.wrap,
.home .wrap{
    
}
.wrap{
	
}





.mainbody,
.mainbody2,
.mainbody3,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 4rem 0;
}


.spinner {
  width: 15rem;
}



/*ヘッダー
------------------------------------------------*/
.headerwrap {

}
 .header{
     height: 6rem;
     padding:0rem 1rem;
     margin: 0;
     border-radius: 0;
    
 }

.header .logo img{
max-height: 3.5rem;

}

 .header h1{
 }


.headright{
    display: none;
}


 .headright {


 }




.menubtn{
      display: flex;
      align-items: center;
      justify-content: center;
      color:#fff !important;
      font-size: 200%;
      /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
      width: 4rem;
    
      background:var(--c_bl);
      border-radius: 99px;
      line-height: 1;
      height:4rem;
      /*padding-bottom: .3rem;*/
    

}








/*フッター
------------------------------------------------*/


.title01 h2{
	font-size: 4rem;
	line-height: 1;
}
.title01 p{
	font-size: 1.6rem;
}
.title01._bis h3{
	font-size: 2rem;
}

.footercontact{
	display: block;
}

.footercontactwrap ._title{
	text-align: center;
	padding: 0 0 2rem;
}
.footercontactwrap ._contact{
	
}
.footercontact ._txt{
	font-size: 1.2rem;
}

.fcontactbtn{
	padding: 0 0 3rem;
}

.fcontactbtn a{
	font-size: 1.8rem;
	padding: 1.5rem;
	position: relative;
}


.fcontactbtn a:after {
  width: 3rem;
  height: 3rem;
  background-size: 1.5rem;
  right: 1rem;

}

.fcontacttel h3{
	font-size: 3rem;
	line-height: 1;
}










.pagetop img{
	top: -6rem;
	height: 5rem;
}
.footer{
	display: block;
}


.footerinfo{
text-align: center;

}
.footright{
	display: none;
}


.footlogo{
	padding:0 0 2rem;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	
}
.footlogo h2{
	text-align: center;
}
.footlogo h2 img{
	margin: 0 0 1rem;
	max-height: 3.5rem;
}
.ftel{

}
.ftel h3{
	font-size: 3.5rem;
	line-height: 1;
}
.footcopy h2{
	font-size: 9rem;
	line-height: 1.2;
	margin: 0 0 1rem;
}
.footcopy p{
	font-size: 1.8rem;
}
.fnavi {
	padding: 5rem 0 3rem;
}


.fnavi ul{
	flex-basis: 48%;
}

.fnavi li{
	text-align: left;
	padding: 0 0 1rem;
	margin: 0 0 1rem;
}
.fnavi li a{
	display: block;
	position: relative;
}
.fnavi p{
	text-align: left;
	padding-top: 4rem;
	font-size: 1.4rem;
}








/*トップページ
------------------------------------------------*/
.mainvisualwrap {
height: 60rem;
}

 .mainvisual p{
height: 60rem;
  }


.mvcont{

}
.mvcont h2{
    font-size: 14vw;
	white-space: normal;
	margin: 0 0 1rem;    
	line-height: 1.2;
}
.mvcont ._sub{
	display: block;
}

.mvcont h3{
	font-size: 2rem;
}

.mvcont p{
    font-size:1.3rem;
}




.topbusiness {
	display: block;
}


.topbusiness ._cont{
	padding: 0 0 3rem;
}
.topbusiness ._img{
	height:auto; 
}
.topbusiness ._cont ._txt{
	line-height: 2;
	margin: 0 0 2rem;
	font-size: 1.4rem;
}



.topbusiness ._img ul{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.topbusiness ._img li{
	margin:0 .5rem;
}

.topbusiness ._img li:nth-child(2){
	margin-top: 2rem;
}


.topstrengthwrap{
	background: url("../img/top/bg01_sp.jpg") no-repeat top center;
	background-size: cover;
}

.topstrength h3{
	font-size: 2.7rem;
	margin: 0 0 2rem;
	text-align: center;

}
.topstrength ._txt{
	margin-bottom: 4rem;
	font-size: 1.4rem;
}

.topcompany {
	display: block;
	margin-bottom: 5rem;
}

.topcompany ._cont{
	padding: 0 0 2rem;
}
.topcompany ._img{
	
	height:auto; 
}
.topcompany ._img figure {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
}

.topcompany ._cont li a{
	padding: 1rem 0;
	font-size: 1.6rem;
}




















.topnewswrap{
    display: block;
}
.topnewswrap ._title{

    min-height: auto;
}
.topnewswrap ._cont{
   padding: 0 0 2rem;
}

.topnewswrap ._btn{
    position: relative;
    left: auto;
    bottom:auto;
}

.newslist dl{
	padding: 1rem 0;
}


.newslist dd a{

}
.btn02{

  font-size: 1.6rem;

}



.toprecruitwrap{
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
	            url("../img/top/bg02.jpg") no-repeat top right;
	background-size: auto 120%;
}


.toprecruit{

}
.toprecruit ._catch{
font-size: 2.5rem;
    top: 2rem;
    left: 65%;
}
.toprecruit ._txt{
	font-size: 95%;
	margin: 0 0 4rem;
	font-size: 1.4rem;
}







/*contents
------------------------------------------------*/
.pagetitlewrap{
	position: relative;
}
.pagetitle{
	height: 15rem;
	text-align: center;
	justify-content:center;
	padding-top: 3rem;
}

.pagetitlewrap._02 .pagetitle{
	height: 25rem;
	padding-top: 5rem;
}
.pagetitlewrap._02 ._txt{
	padding-top: 1rem;
	text-align: left;
	font-size: 85%;
	
}

.pagetitleimg._pc{
	display: none;
}
.pagetitleimg._sp{
	display: block;
}





/*privacy**/

.privacybox h3{
	font-size: 1.6rem;
}




/*news**/
.newslistwrap .newslist dl{
	display: block;
}

/**detail**/
.newstitle{
	padding: 0 0 1rem;
	margin: 0 0 2rem;
}
.newstitle h2{
	font-size: 1.6rem;
}
.newsimg{
	margin: 0 0 2rem;
}
.newscomment{
	margin: 0 0 3rem;
}


/***company**/

.table01 td,
.table01 th{
	padding:1rem;
	font-size: 80%;
}


.accessmap{
	margin: 0 0 8rem;
}
.accessmap iframe{
	height: 30rem;
}


.historywrap{
	background: url("../img/company/bg01.jpg") no-repeat top center;
	background-size: 150%;
}
.historybox{
	background: #fff;
	padding:2rem;
	text-align: left;
}

.historybox dt{
	font-size: 2rem;
	flex-basis: 25%;
	line-height: 1;
}
.historybox dd{
	flex-basis: 70%;
}
.hbox {
	padding: 0rem 0 2rem;
	position: relative;
	display: block;
	font-size: 90%;
}
.hbox ._date{
	padding: 0 0 .5rem;
}
.hbox ._date::before {
  left: -3rem;
}

.hbox:after {
  content: "";
  position: absolute;
  left: -2.7rem;
  display: block;
  height: 100%;
  width: 1px;
  background: var(--c_bl);
  top: 1rem;
 }




/**strength**/
.strengthbox{
	display: block;
}
.strengthbox ._cont{
	padding: 0 0 2rem;
}
.strengthbox ._img{
  height: auto;
}
.strengthbox ._img figure {
	position: relative;
  width: 100%;
}
.strengthwrap02 .strengthbox ._img figure {
right: auto;
left: 0;
}

.stptitle {
	position: relative;
	margin-bottom:1rem;
	text-align: center;
}
.stptitle ._num{
	font-size: 7rem;
}


.stptitle h3{
  font-size: 3rem;
top: 3.5rem;
    left: 48%;
}
.strengthbox ._cont h2{
	font-size: 2rem;
	margin: 0 0 1rem;
	text-align: center;
}
.strengthbox ._cont ._txt{
	font-size: 1.4rem;
}





/**business****/
.bisnavi a{
flex-basis: 48%;
height: 35vw;
margin: 0 auto 1rem;
 
}
.bisnavi dl{
	min-width: 80%;
}

.bisnavi dt{
	font-size: 1.2rem;
	margin: 0 0 1rem;
	padding: .5rem;
}

.bisnavi dd{
	font-size: 1.8rem;
}
.bisnavi dd:after{
	height: 1.3rem;
	width: 1.3rem;
	margin: .5rem auto 0;
}



.biscustitle{
	margin: 0 0 3rem;
}
.biscustitle h2{
	font-size: 2.8rem;
	line-height: 1;
}
.biscustitle h2 .fo-shelby{
	font-size: 3.8rem;
}
.biscustitle h3{
	margin-top: 0rem;
	font-size:1.6rem;
}


.biscusbox{
	margin: 0 0 2rem;
}

.biscusbox ._title{

	padding: 2rem;
}

.biscusctxt{
	display: inline-block;
}
.biscusctxt p{
	text-align: left;
	font-size: 1.4rem;
}





/**recruit***/
.pagetitlewrap._recruit .pagetitle{
	height: 130vw;
	align-items: center;
}


.pagetitlewrap._recruit .title01{
	margin-bottom: 3rem;
}

.recruitmaintitle{
	position: relative;
}

.recruitmaintitle h3{
	font-size: 2.5rem;
	margin: 0 0 0rem;
	text-align: left;

}
.recruitmaintitle h3 span{
	margin: 0 0 1rem;
	padding: 1rem 1rem 1rem;
}

.recruitmaintitle h4{
	font-size: 1.8rem;
}

.recruitmaintitle h5{
	font-size: 5rem;
  margin:2rem -1rem 0 0;
}


.recruitprotect{
	bottom: -6vw;

}


.title02 h2{
	font-size: 3rem;
	line-height: 1;
}
.title02 p{
	font-size: 1.4rem;
}
.joinboxwrap{
	display: block;
}
.joinbox{
	padding: 2rem;
	position: relative;
	margin: 4rem 0 2rem;
}
.joinbox ._icon{
	top: -2rem;
}
.joinbox ._icon img{
	max-height: 5rem;
}

.joinbox figure{
	position: relative;
	margin: 0 0 2rem;
}
.joinbox figcaption{
	font-size:1.8rem;
}
.joinbox ._txt{
	max-width: 100%;
	font-size: 1.4rem;
}

.strengthbox ._together{
	font-size: 4rem;
  margin: -1rem 0 2rem  0;
}


.footentrywrap{
	padding: 6rem 0;
}
.footentry {
	padding:4rem 2rem;
	display: block;
}
.footentry h2{
	font-size: 5rem;
	top: -2.5rem;
}
.footentry ._txt{
	font-size: 1.4rem;
	text-align: center;
}
.footentry ._cont{
	margin: 0 0 2rem;
}

.footentry ._btn a{
	font-size:1.6rem;
	padding: 1.5rem;
}

.footentry ._btn a::after {
width: 3rem;
    height: 3rem;
    background-size: 1.5rem;
    right: 1rem;
}




/**contact***/
.contacttel{
	padding: 2rem;
	margin-bottom: 3rem;
	display: block;
}
.contacttel ._title{
	padding: 0 0 0rem;
}
.contacttel ._title h2{
	font-size: 1.5rem;
}
.contacttel ._title h2 img{
	margin-right: 1rem;
	max-height: 3rem;
}
.contacttel ._cont{
	text-align: center;
}
.contacttel ._cont h3 a{
	font-size: 3rem;
}



.formtable td,
.formtable th {
  padding: 1rem;
  display: block;
  font-size: 80%;

}
.formtable th {
  border-bottom: none;

}
.formtable .zip {
  width: 20%;
}






.onlypc{
	display:none;
}
.onlysp{
	display: block;
}

.onlysp._inlineblock{
    display: inline-block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}








}







/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{

}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}
