@charset "UTF-8";
html {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  background: #fff;
}
a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
  background: #7ba836;
}
a:hover {
  opacity:0.8;
  transition: all .3s;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.anime-updown {
  animation: 2s fuwafuwa infinite;
}
.on {display: block; transition: all .5s ease;}
.off {display: none; transition: all .5s ease;}
.pc_only{display: block;}
.sp_only{display: none;}

.content_inner {
  width: 1000px;
  margin: 0 auto;
  line-height: 180%;
  font-family:'Noto Sans JP'
}
.content_inner span{
  color: #06c;
  font-weight: 700;
}
.aboutblock {
  padding: 5vw 4vw 4vw 4vw;
  font-size: 150%;
}
.fadeUpTrigger{
    opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.mvimg {
  position: relative;
}
.mvimg .nav_btn{
  position: absolute;
  top: 66%;
  left: 25%;
}
.mvimg ul{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.mvimg .nav_btn li{
  list-style-type: none;
  display:inline-block;
}
.mvimg .nav_btn li a{

}
.fixedbtn {
  width: 100%;
  background-color: rgba(0, 22, 44, 0.8);
  position: fixed;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.on {
  display: block;
  transition: all .3s;
}
.off {
  display: none;
  transition: all .3s;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.is-open {
  visibility: visible;
  opacity: 1;
}
.fixedbtn_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
}
.fixedbtn_inner img{
  width: 45%;
  margin: 0 auto;
}
.anime-updown {
  animation: 2s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.js-accordion_inner {
  display: none;
}
#formWrap iframe {
  width: 950px;
  margin: 0 auto;
  height: 1400px;
}
/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
  .pc_only{display: none;}
  .sp_only{display: block;}
  iframe {
    width: 95%;
    margin: 0 auto;
    height: 1850px;
  }
  header img{display: block;width: 100px;}
  .mv .mvtext img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin:3rem auto 0 auto;
    z-index:250;
    width: 95%;
  }
  #contents .contents_inner {
    width: 100%;
  }
  #contents .content_inner {
    width: 100%;
  }
  .mvimg .nav_btn{
    top: 55%;
  }
  .mvimg .nav_btn{
    position: absolute;
    top: 66%;
    left: 3%;
  }
  .mvimg ul{
    width: 54%;
  }
  .fixedbtn_inner {
    width: 100%;
  }
  .fixedbtn_inner img{
    width: 70%;
  }
  .support_box{
    width: 98%;
    margin-left:0;
    font-size: 90%;
  }
  .tab_content_detail .recruitment table{
  }
  .tab_content_detail .recruitment table th{
    width: 25%;
    font-size: 85%;
    font-weight: normal;
  }
  .tab_content_detail .recruitment table td{
    font-size: 85%;
    padding: 2vw;
  }
  .tab_content_detail .subinfo {
    margin-top: 4vw;
    font-size: 80%;
  }
  .others .others_title{
    width: 90%;
  }
  .others_video iframe {
    width: 95%;
    height: 200px;
  }
  .others .others_detail_schedule{
    width: 95%;
  }
  #formWrap iframe {
    width: 95%;
    height: 1050px;
  }
  /*アコーディオンタイトル*/
  .title {
      font-size:120%;
      margin :5vw auto;
      width: 95%;
      box-shadow: 0 4px 0 #015288;
      border: 2px solid #015288;
      font-weight: normal;
  }
  .faq {
      margin: 2vw  auto;
  }
  .faq .title {
      font-size:90%;
  }
  .faq  .support_box{
      width: 90%;
      border-radius: 10px;
  }
  .tab_content_detail .infonumber_inner .result{
    font-weight: normal;
  }
  .tab_content_detail .infonumber_inner .category{
    font-weight: normal;
  }
}