body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgb(255, 255, 255);
  background-color: black;
}
.contents-wrapper {
  overflow: hidden;
}
.superwrapper {
  overflow: hidden;
}
.c-container {
  padding: 0 5vw;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section {
  overflow: hidden;
}

a,a:hover{
	color: rgb(240, 240, 240);
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

li {
  list-style: none;
  font-weight: 300;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 0;
  font-weight: 300;
}

.br:before {
  content: "\A";
  white-space: pre;
}
@media (max-width: 767px) {
  .br-sp:before {
    content: "\A";
    white-space: pre;
  }
  p {
    font-size: .9em;
  }
}
@media (min-width: 768px) {
  .br-pc:before {
    content: "\A";
    white-space: pre;
  }
  .fs-md-12 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 1.2rem;
  }
  section[id^="top_"] h2 {
    font-size: 3.3em;
  }
}
.m-color {
  background: #00447C;
}
.m-t-color {
  color: #00447C;
}


@media (min-width: 768px){
  section[id^="top_"] { /* セレクタ名の前方一致 */
    margin: 50px 0;
   }
}
@media (min-width: 1200px){
  section[id^="top_"] { /* セレクタ名の前方一致 */
    margin: 100px 0;
   }
}

.description {
  font-weight: 600;
  margin-bottom: 30px;
}

/* 固定ページサムネイル */
#thumbnail {
  height: 30vw;
}
@media (max-width: 767px){
  #thumbnail {
    height: 30vh;
  }
}
#thumbnail .thumbnail-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#thumbnail > div{
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: .5em;
  width: 100%;
  z-index: 8000;
}

/* 説明リスト */
#c-recruit dl,#c-company dl {
  display: flex;
  flex-wrap: wrap;
  color: white;
}
#c-recruit dt,#c-company dt {
  width: 25%;
  font-weight: 400;
  display: flex;
  align-items: center;
}
#c-recruit dd,#c-company dd {
  width: 75%;
  font-weight: 300;
}
#c-recruit dt,#c-company dt,#c-recruit dd,#c-company dd {
  padding: 30px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ababab;
}
@media (max-width: 767px) {
  #c-recruit dt,#c-company dt,#c-recruit dd,#c-company dd {
    padding: 20px 10px;
    font-size: .8rem;
  }
  #c-recruit dt,#c-company dt {
    width: 30%;
  }
  #c-recruit dd,#c-company dd {
    width: 70%;
  }

}
#c-recruit .row {
  color: white;
}
.recruit-info,.recruit-contents,#c-recruit {
  color: white;

}
/* ボタン */
.stretchbtn{
  position:relative;
  color:rgb(250, 250, 250);
  padding: 10px 30px 10px 50px;
  display:inline-block;
  outline: none;
}
.stretchbtn:hover {
  opacity: 1;
}
.stretchbtn span {
  position: relative;
  padding-right: 20px;
}
.stretchbtn > span::before{
  position: absolute;
  content: "";
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stretchbtn::before,
.stretchbtn::after {
  content:'';
  position:absolute;
  border:solid rgb(255, 255, 255);
  width:20px;
  height:20px;
  transition:all 0.2s ease-in-out;
}

.stretchbtn::before{
  top:0;
  left:0;
  border-width:2px 0 0 2px;
}

.stretchbtn::after{
  bottom:0;
  right:0;
  border-width:0 2px 2px 0;
}

.stretchbtn:hover::before,
.stretchbtn:hover::after{
  width:calc(100% - 2px);
  height:calc(100% - 2px);
  border-color:rgb(255, 255, 255);
  color:rgb(255, 255, 255);
}
.black.stretchbtn  {
  font-weight: bold;
  color: white;
}
.black.stretchbtn::after {
  border: solid  white;
  border-width: 0 2px  2px  0;
}
.black.stretchbtn::before  {
  border: solid white;
  border-width: 2px 0 0 2px
}
.black span::before  {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
@media (min-width:768px) {
  .stretchbtn span {
    font-size: 24px;
  }
}
/* ニュースティッカー */
.slider a{
  display: block;
}
/* 画像の暗いフィルター */
.bg {
  position: relative;
}
.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 2;
}
/*日付*/
.slider span {
  display:inline-block;
  font-size:0.8rem;
  margin-right:10px;
}
.bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
/* モアボタン */
.more-btn{ 
  text-align: center;
  margin: 40px 0 !important;
  font-weight: bold;
}

/*スクロールダウン*/
.scrolldown{
  position:absolute;
  bottom:15px;
  right:2%;
  z-index: 100;
  }
  @media (max-width: 767px) {
    .scrolldown{
       right:5%;
    } 
  }  
.scrolldown span{
  position: absolute;
  left:-9px;
  bottom:70px;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom:20px;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:45px;}
  100%{bottom:-5px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:1px;
  height: 50px;
  background:#eee;
}

/*========= モバイルナビゲーション ===============*/
#g-nav{
  position:fixed;
  z-index: 8500;
  top:0;
  left: -120%;
  width: 55%;
  height: 100vh;/*ナビの高さ*/
  background:black;
  transition: all .3s;
}

#g-nav.panelactive{
  left: 0;
}

#g-nav.panelactive #g-nav-list{
  position: fixed;
  width: 55%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 600px) {
  #g-nav {
    width: 45%;
  }
  #g-nav.panelactive #g-nav-list {
    width: 45%;
  }
}
#g-nav ul {
  z-index: 10;
  margin-top: 100px;
}

#g-nav li{
  list-style: none;
  border-bottom: 1px solid #777;
}
#g-nav li:first-child {
  border-top: 1px solid #777;
}

#g-nav li a{
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1rem;
}
#g-nav .tel-wrap {
  border: 1px solid #777;
}
#g-nav-list p {
  font-size: .6em;
}
.openbtn{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top:8px;
  right: 5px;
  cursor: pointer;
  width: 50px;
  height:50px;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top:15px;	
}

.openbtn span:nth-of-type(2) {
  top:23px;
}

.openbtn span:nth-of-type(3) {
  top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  /* width: 30%; */
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  /* width: 30%; */
}

/* トップへ戻る */
.page_top {
  position:fixed;
  bottom:10px;
  right:10px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  color:#fff;
  font-size:20px;
  text-decoration:none;
  opacity: 0.8;
  text-align: center;
  line-height: 50px;
  }
.page_top:hover {
  color: #fff;
}
.page_top::before{
  position: absolute;
  content: "";
  right: 35%;
  top: 45%;
  width: 15px;
  height: 15px;
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
