@charset "UTF-8"; .hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hv:hover {
  opacity: 1;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: auto;
}

body#news {
  background: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*------------------------------

レイアウト

------------------------------*/
.inner {
  width: 94%;
  margin: 0 auto;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.table-layout {
  width: 100%;
  margin: 30px 0;
}

.table-layout {
  overflow: auto;
  white-space: nowrap;
}

.table-layout::-webkit-scrollbar {
  height: 6px;
  background: #FFF;
}

.table-layout::-webkit-scrollbar-track {
  background: inherit;
}

.table-layout::-webkit-scrollbar-thumb {
  background: #CDCFD2;
  border-radius: 10px;
}

/*============================

COMMON

============================*/
.linerin {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.linerin img {
  transform: translateX(0);
}

.linerin-rev {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.linerin-rev img {
  transform: translateX(0);
}

/*--- header ---*/
header {
  padding: 25px 0 27px;
}

header div.header_inner div.logo_box {
  padding-left: 3%;
}

header div.header_inner div.logo_box h1 {
  width: 138.5px;
}

header div.header_inner div.logo_box h1 a {
  width: 138.5px;
  display: block;
}

header div.header_inner div.menu_box {
  display: none;
  position: absolute;
  width: 100%;
  padding: 74px 0 85px;
  top: 0;
  left: 0;
  background: #FFF;
  height: auto;
  z-index: 2;
}

header div.header_inner div.menu_box ul {
  flex-wrap: wrap;
}

header div.header_inner div.menu_box ul li {
  width: 100%;
  margin: 0 0 27px;
  text-align: center;
}

header div.header_inner div.menu_box ul li:last-child {
  padding: 25px 0 0;
}

header div.header_inner div.menu_box ul li a {
  font-size: 12px;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link img {
  width: 80%;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link {
  display: block;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link:nth-child(1) {
  display: block;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link:nth-child(2) {
  margin: 0 24px 2px;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link:nth-child(3) {
  display: block;
}

header div.header_inner div.sp_btn {
  height: 22px;
  width: 27px;
  margin-right: 3%;
  position: relative;
  z-index: 99;
}

header div.header_inner div.sp_btn span:nth-child(1) {
  width: 27px;
  height: 2px;
  display: block;
  background: #777777;
  position: absolute;
  top: 6px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header div.header_inner div.sp_btn span:nth-child(2) {
  width: 27px;
  height: 2px;
  display: block;
  background: #777777;
  position: absolute;
  bottom: 6px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header div.header_inner div.sp_btn.active span:nth-child(1) {
  width: 27px;
  height: 2px;
  display: block;
  background: #777777;
  position: absolute;
  top: 10px;
  transform: rotate(-30deg);
}

header div.header_inner div.sp_btn.active span:nth-child(2) {
  width: 27px;
  height: 2px;
  display: block;
  background: #777777;
  position: absolute;
  bottom: 10px;
  ;transform: rotate(30deg);
}

/*--- go_top ---*/
div.gotop {
  width: 35px;
  height: 35px;
}

div.gotop a.gotoplink img {
  width: 6px;
}

/*--- footer ---*/
footer {
  padding: 10px 0 0;
}

footer div.inner div.lbox {
  padding-left: 3%;
  width: auto;
  flex-direction: column;
}

footer div.inner div.lbox a.f_logo.hv {
  width: 112.5px;
}

footer div.inner div.lbox ul.pc {
  flex-direction: column;
  width: 100%;
}

footer div.inner div.lbox ul.pc li {
  margin-bottom: 10px;
}

footer div.inner div.rbox {
  padding-right: 0;
}

footer div.inner div.rbox div.linkbox {
  margin: 2px 0 18px;
}

footer div.inner div.rbox ul li {
  margin: 0 0 5px;
}

footer div.inner div.rbox ul li a.hv {
  font-size: 10px;
}

footer div.inner p.copy {
  font-size: 10px;
  padding: 0 0 0 3%;
  margin: 14px 0 40px;
}

.recruitpost__sec01 .ttls {
  font-size: 20px;
}

.recruitpost__sec01 .rec_info dl {
  display: flex;
  flex-direction: column;
}

.recruitpost__sec01 .rec_info dl:last-child {
}

.recruitpost__sec01 .rec_info dt {
  width: 100%;
  padding: 0 0 7px;
  border-bottom: 1px solid #000;
  margin: 0 0 6px;
}

.recruitpost__sec01 .rec_info dt:after {
  display: none;
}

.recruitpost__sec01 .rec_info dd {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 320px) {
  footer div.inner div.lbox {
    padding-left: 0%;
    margin-bottom: 15px;
  }

  footer div.inner div.lbox a.f_logo.hv {
    width: 112.5px;
  }

  footer div.inner p.copy {
    font-size: 10px;
    padding: 0 0 0 0%;
    margin: 20px 0 39px;
  }
}
