body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
a{text-decoration:none; outline:none!important;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
html,body,div,article,section,nav,header,footer,input,textarea {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
div,article,section{display:block; overflow:hidden;}
strong{font-weight: bold;}
ol,ul {list-style: none;margin:0;padding:0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;margin:0;padding:0;}
q:before,q:after {content:'';}
abbr,acronym { border: 0;}

html{
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
html,body{
	position:relative;
	height:100%;
	min-height:100%;
}
body{
	color: #555;
	background: #fff;
	font-size: 1.5rem;
  font-family:  ’メイリオ’,'Meiryo','ヒラギノ角ゴ Pro W3',’Hiragino Kaku Pro’, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3rem;
	position:relative;
}
a{color:#b2b2b2; text-decoration:none;}
img{max-width:100%; vertical-align:bottom;}

/* ----------------- nav ------------------ */
header.pc{
  width: 100%;
  height: 68px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255,255,255,.85);
}
header.pc nav{
  position: absolute;
  right: 0;
  top: 0;
}
header.pc .logo{
  padding: 10px 10px 10px 55px;
}
header.pc .logo img{
  height: 46px;
}
header .logo,
header.pc nav,
header.pc nav ul,
header.pc nav li,
header.pc nav li a,
header.pc nav .blue{
  display: inline-block;
  vertical-align: middle;
}
header.pc nav li{
  transform: skewX(-33deg);
  border-left: 1px solid #b5b5b5;
  height: 68px;
  line-height: 68px;
  padding: 0 15px;
}
header.pc nav li a{
  color: #002a66;
  position: relative;
  transform: skewX(33deg);
}
header.pc nav li br{
  display: none;
}
header.pc nav li:hover{
  background: #4b93ce;
  transition: .8s;
}
header.pc nav li:hover a{
  color: #fff;
  transition: .8s;
}
header.pc nav .blue{
  color: #fff;
  background: #4b93ce;
  height: 68px;
  width: 205px;
  transform: skewX(-33deg);
  margin-right: -30px;
}
header.pc nav .blue:hover{
  opacity: .7;
}
header.pc nav .blue a{
  display: block;
}
header.pc nav .blue img{
  transform: skewX(33deg);
  padding: 5px 0 0 20px;
  display: block;
}
header.pc nav .blue a::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 34px;
  right: 0;
  opacity: .5;
}
header.sp{
  display: none;
}


.btn-next{
  margin-top: 20px;
  display: block;
  width: 160px;
  padding: 5px 0;
  background: #4b93ce;
  text-align: center;
  transform: skewX(-33deg);
}
.btn-next:hover span{
  color: #002a66;
}
.btn-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.btn-next:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn-next span{
  color: #fff;
  font-size: 1.6rem;
  font-family: ten-mincho-text,serif;
  transform: skewX(33deg);
  display: block;
  margin-left: 15px;
}
.btn-next span::after{
  content: ">";
  display: inline-block;
  margin-left: 15px;
}
.btn-next.white{
  background: #fff;
}
.btn-next.white:hover span{
  color: #fff;
}
.btn-next.white::before {
  background: #4b93ce;
}
.btn-next.white span{
  color: #002a66;
}

#contact{
background: rgb(75,147,206);
background: -moz-linear-gradient(-33deg,  rgba(75,147,206,1) 0%, rgba(75,147,206,1) 45%, rgba(214,220,230,1) 45%, rgba(214,220,230,1) 100%);
background: -webkit-linear-gradient(-33deg,  rgba(75,147,206,1) 0%,rgba(75,147,206,1) 45%,rgba(214,220,230,1) 45%,rgba(214,220,230,1) 100%);
background: linear-gradient(122deg,  rgba(75,147,206,1) 0%,rgba(75,147,206,1) 45%,rgba(214,220,230,1) 45%,rgba(214,220,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b93ce', endColorstr='#d6dce6',GradientType=1 );
margin-top: 80px;
}
#contact .bl-txt{
  color: #fff;
  background: url(../img/ttl-contact-e.svg) left top no-repeat;
  background-size: contain;
  height: 250px;
  width: 400px;
  display: inline-block;
  vertical-align: middle;
}
#contact .bl-txt h2{
  margin: 20px 0 30px 40px;
}
#contact .bl-txt p{
  margin-left: 40px;
}
#contact .bl-link{
  color: #fff;
  background: #d6dce6;
  transform: skewX(-33deg);
  height: 300px;
  width: calc(100% - 300px);
  display: inline-block;
  vertical-align: middle;
  margin-right: -100%;
}
#contact .bl-link a{
  width: 45%;
  text-align: center;
  line-height: 300px;
  display: inline-block;
  vertical-align: middle;
}
#contact .bl-link a:first-child{
  border-right: 1px solid #fff;
  pointer-events: none;
}
#contact .bl-link a img{
  vertical-align: middle;
  transform: skewX(33deg);
}
#contact .bl-link a:hover img{
  opacity: .6;
}

#bnr-recruit{
  position: fixed;
  bottom: 0;
  right: 0;
}
#bnr-recruit:hover{
  opacity: .7;
}

footer{
  background: #002a66;
  color:#d6dce6;
  text-align: left;
  padding: 30px 0 0;
}
footer .logo,
footer ul,
footer ol{
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  text-align: left;
}
footer ol{
  margin: 0 0 150px 10px;
}
footer .logo{
  width: 280px;
  height: auto;
  margin-right: 70px;
}
footer li{
  height: 3rem;
}
footer li a{
  font-size: 1.2rem;
  color: #d6dce6;
}
footer li a::before{
  content: "";
  border: 4px solid transparent;
  border-left-color: #d6dce6;
  display: inline-block;
}
footer li a:hover{
  color: #fff;
}
footer li a:hover::before{
  border-left-color: #fff;
}
footer ol li a::before{
  content: "";
  border: none;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 5px;
  background: url(../img/ico-instagram.png) center center no-repeat;
  background-size: contain;
  vertical-align: top;
}

#copy{
  font-size:1.2rem;
  line-height: 30px;
  text-align: left;
  padding:20px 0 0 30px;
}
#copy br{
  display: none;
}



#case{
  background: url(../img/bg-square.svg), url(../img/ttl-case-e.svg);
  background-position: center center, calc(50vw - 550px) 20px;
  background-repeat: no-repeat;
  background-size: contain, auto 80px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto 100px;
}
#case .bl-txt{
  color: #002a66;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  margin-top: 30px;
  text-align: center;
}
#case .bl-txt h2,
#case .bl-txt p,
#case .bl-txt .btn-next{
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-top: 0;
}
#case .bl-txt .btn-next{
  margin: 0 0 0 10px;
}
#case .bl-txt p{
  color: #333;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
  margin-right: 0;
  padding: 20px 0;
}
  .slider {
    width: 90%;
    margin: 0 auto;
  }
  .slider *{
    overflow: hidden;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .bl-gallery{
    width: 100%;
    margin: 15px auto 50px;
  }
  .bl-gallery .slick-slide{
    margin: 20px;
    border-radius: 3px;
  }

.sfade{
  opacity: 0;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}



/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px){
  header.pc nav li{
    line-height: 18px;
    text-align: center;
    padding: 0 2.2vw 0 1.4vw;
  }
  header.pc nav li a{
    padding-top: 18px;
  }
  header.pc nav li br{
    display: block;
  }

  #contact{
    background: rgba(214,220,230,1);
  }
  #contact .bl-link{
    background: 0;
    height: 300px;
    display: inline-block;
    vertical-align: middle;
  }
  #contact .bl-txt{
    background:rgb(75,147,206) url(../img/ttl-contact-e.svg) left center no-repeat;
    background-size: auto 70px;
    height: auto;
    text-align: center;
    width: 100%;
  }
  #contact .bl-txt h2,
  #contact .bl-txt p{
    margin-left: 3vw;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  #contact .bl-txt h2 {
    margin: 30px 0 40px 30px;
  }
  #contact .bl-txt p{
    width: calc(100% - 450px);
  }
  #contact .bl-txt p br{
    display: none;
  }
  #contact .bl-link{
    width: 100%;
    text-align: center;
    margin-right: auto;
  }
  #contact .bl-link a:first-child{
    border-right: 1px solid rgb(75,147,206);
  }
  /*
  #contact .bl-link a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: rgba(0, 42, 102, 0.5);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  #contact .bl-link a:hover::before {
    transform-origin: left top;
    transform: scale(0.5, 1);
  }*/

  #case{
    background: url(../img/bg-square.svg), url(../img/ttl-case-e.svg);
    background-position: center 73px, left top;
    background-repeat: no-repeat;
    background-size: auto 100%, auto 75px;
  }
  #case .bl-txt {
    margin-top: 40px;
  }
  
}


/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px){

  header.pc{
    display: none;
  } 
  header.sp{
    display: block;
  }
  header.sp{
    color: #fff;
    width: 100%;
    height: 80px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header.sp.on{
    background: #4b93ce;
    height: auto;
  }
  header.sp nav{
    display: none;
    width: 0px;
  }
  header.sp.on nav{
    display: block;
    width: 100%;
    padding-top: 100px;
    z-index: 998;
    overflow: hidden;
    animation: mnshow .5s;
  }
  @keyframes mnshow {
    0% {height: 0px;}
    100% {height: 500px;}
  }
  header.sp .logo,
  header.sp.on nav ul,
  header.sp.on nav li,
  header.sp nav li a{
    display: inline-block;
    vertical-align: middle;
  }
  header.sp.on nav li.non{
    opacity: 0;
  }
  header.sp .logo{
    text-align: left;
    width: calc(100vw - 150px);
    max-width: 320px;
    height: 60px;
    position: absolute;
    left: -30px;
    top: 0;
    transform: skewX(-33deg);
  }
  
  header.sp .logo img{
    width: calc(100vw - 150px);
    max-width: 320px;
    height: 55px;
    margin: 10px 0 0 50px;
    transform: skewX(33deg);
    background: url(../img/logo-meinan1.png) left top no-repeat;
    background-size: contain;
  }
  header.sp.on .logo img{
    background: url(../img/logo-meinan1sp.png) left top no-repeat;
    background-size: contain;
    margin: 10px 0 0 50px;
  }
  .btn-menu{
    text-align: center;
    position: absolute;
    right: -36px;
    top: 0;
    width: 180px;
    background: #4b93ce;
    transform: skewX(-33deg);
  }
  .btn-menu:hover{
    opacity: .9;
  }
  .btn-menu:hover{
    right: -26px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .on .btn-menu:hover{
    right: -36px;
  }
  .btn-menu img{
    width: 90px;
    height: 80px;
    margin-right: 10px;
    background:url(../img/ico-menu.svg) center center no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    transform: skewX(33deg);
    cursor: pointer;
  }
  header.sp.on .btn-menu img{
    height: 70px;
    background: url(../img/ico-close.svg) center bottom no-repeat;
    background-repeat: no-repeat;
    background-size: auto 60px;
  }
  header.sp nav li{
    background: rgba(255,255,255,.1);
    transform: skewX(-33deg);
    height: 60px;
    line-height: 60px;
    width: calc(43vw - 10px);
    text-align: center;
  }
  header.sp nav li:nth-child(even){
    margin: 23px auto auto 8px;
  }
  header.sp nav li a{
    color: #fff;
    position: relative;
    display: block;
    font-size: 2.2rem;
    letter-spacing: .2rem;
    transform: skewX(33deg);
  }
  header.sp nav li.small{
    height: 50px;
    line-height: 50px;
  }
  header.sp nav li.small a{
    font-size: 1.7rem;
  }
  nav .tel{
    display: inline-block;
    margin: 20px auto 30px auto;
    padding: 10px;
  }
  nav .tel img{
    height: 70px;
  }
  nav li a.insta::before{
    content: "";
    border: none;
    width: 2.6rem;
    height: 3.6rem;
    margin-right: 7px;
    display: inline-block;
    background: url(/img/ico-instagram.png) top center no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  #contact .bl-link a:first-child{
    pointer-events: all;
  }
  footer .logo{
    width: 260px;
    display: block;
    margin: 0 0 20px 15px;
  }
  footer ul,
  footer ol{
    display: none;
  }
  #copy {
    padding: 0 0 0 10px;
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px){
  body{
    color: #333;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .pconly{
    display: none;
  }

  #case .bl-txt p {
    font-size: 1.9rem;
    line-height: 3.3rem;
    width: 94vw;
  }
  #case .bl-txt p br{
    display: none;
  }
  #contact .bl-link{
    transform: skewX(-33deg);
    height: 200px;
    display: inline-block;
    vertical-align: middle;
  }
  #contact .bl-txt{
    background: rgb(75,147,206)  url(../img/ttl-contact-e.svg) left 10px no-repeat;
    background-size: auto 70px;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 10px;
  }
  #contact .bl-txt h2,
  #contact .bl-txt p{
    margin-left: 5vw;
    display: block;
  }
  #contact .bl-txt h2{
    margin-bottom: 20px;
  }
  #contact .bl-txt p{
    width: 90vw;
  }
  #contact .bl-link a{
    line-height: 200px;
    text-align: right;
  }
  #contact .bl-link a:first-child{
    text-align: left;
  }
  #contact .bl-link a img{
    width: 90%;
  }
  #bnr-recruit{
    right: -10px;
  }
  #bnr-recruit img{
      width: 260px;
  }
  #copy {
    padding-bottom: 5px;
    line-height: 1.3rem;
  }
  #copy br{
    display: block;
  }
  footer{
    padding: 30px 0 60px;
  }
}


/* リクルートを４から６に増やしたら消すcss */
/* .slick-track {
  left: -10% !important;
}

.recruit_interview_index_flex.flex {
  max-width: 520px;
  width: 100%;
} */

.recruit_interview-numheight {
  height: 140px !important;
}


@media screen and (max-width: 700px){
  .recruit_interview-numheight {
    height: 180px !important;
}
}