@charset "UTF-8";
html{-webkit-text-size-adjust: 100%; } /* iOS等での強制自動調整を防ぐ */
/*26recruit-top*/
*{    margin: 0;   padding:0;    color:#444;}
img {   pointer-events: none;}
body{   width:100%;  height:auto;  font-family: "Zen Kaku Gothic New", sans-serif;  margin:0 auto; background: repeat url("../img/26recruit/bg.png");
	background-size: 250px;  background-image: repeating-linear-gradient(30.2deg, #ffeecc, #ffeecc 4px, transparent 4px, transparent 7px);}

h0,h1,h2,h3,h4,h8,h10,h14,h15,summary{  color: #ff2926;}
h7{ color: #fff;}
h6{  color: #888;}
.title{ height: 100px; background-color: #ffeedd;}
#container{background-color:rgba(255,255,255,0.8); overflow: hidden;}


nav {
  display: block;
  position: fixed;
  top: 0px;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: rgba(255,255,255, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ff2906;
}
nav .inner ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: rgba(255,238,221,.6);
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}

#mask {  display: none;  transition: all .5s;}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.qawrap{ margin-top: 25px;}
.qa summary{transition : all 0.75s;}
.qa summary:hover { background-image: repeating-linear-gradient(30.2deg, #fffbf2, #fffbf2 4px, #FFF6E3 4px, #FFF6E3 7px);}
.qa summary::before { }
.qa summary:hover::before { }

.infobox{
	margin: 0px 0px -50px;
	width: 100%;
	text-align: center;
}
.infolink{
	width: 250px;
	margin: -20px 0px 0px;
}

.link:hover{
    transform:scale(1.1);
    transition: all 0.5s;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translatey(50px) translateX(10px);
  transition: all 1s;
}
.fadein.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
