/*******初期設定/*******/
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333335;
  background: #fff;
}

ul li {
  list-style: none;
}

a {
  color: #228896;
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

img {
  width: 100%;
}

.js .animate-box {
  opacity: 0;
}

/*******グロナビ/*******/
#nav-inner #logo a {
  background: url(../../img/recruit/common/logo_2025.png) no-repeat;
  width: 95px;
  height: 72px;
  margin: 0 auto 30px;
  text-indent: -9999px;
  display: block;
  background-size: 95px auto;
}

#nav-inner #logo a:hover {
  opacity: 0.8;
}

.gnav li a {
  display: block;
  color: #7a7a7a;
  font-size: .8rem;
  padding: 14px 14px 14px 56px;
  margin-bottom: 2px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.gnav li a span {
  color: #12554c;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

.gnav a::after {
  content: "";
  width: 45px;
  height: 40px;
  left: 0px;
  top: 19px;
}

.gnav li {
  background: url(../../img/recruit/common/icon_arrow.png) no-repeat 93% #f6f6f6;
  background-size: 8px 13px;
}

.gnav .message a::after {
  background: url(../../img/recruit/common/icon_nav1.png) no-repeat 6px;
  background-size: 40px;
}

.gnav .culture a::after {
  background: url(../../img/recruit/common/icon_nav2.png) no-repeat 6px;
  background-size: 40px;
}

.gnav .works a::after {
  background: url(../../img/recruit/common/icon_nav3.png) no-repeat 6px;
  background-size: 40px;
}

.gnav .persons a::after {
  background: url(../../img/recruit/common/icon_nav4.png) no-repeat 6px;
  background-size: 40px;
}

.gnav .info a::after {
  background: url(../../img/recruit/common/icon_nav5.png) no-repeat 6px;
  background-size: 40px;
}

.sb-gnav {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
}

.sb-gnav .enter-btn {
  margin-bottom: 10px;
}

.sb-gnav .enter-btn a {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.sb-gnav img {
  width: 100%;
  max-width: 200px;
}

/*******パーツ/*******/
.center {
  text-align: center;
}

/*column*/
.col1-1,
.col1-1-1-1 {
  overflow: hidden;
  width: 100%;
}

.col1-1 .col {
  width: calc(100% / 2);
  float: left;
}

.col1-1-1 .col {
  width: calc(100% / 3);
}

.col1-1-1-1 .col {
  width: calc(100% / 6);
  float: left;
}
.col1-1-1-1 .col.white_text {
  width: 50%;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.img_trans:hover {
  opacity: 0.8;
}

/*見出し*/
.head-type1 {
  font-family: 'Montserrat', sans-serif;
  color: #6c6c6c;
  position: relative;
  font-size: 1.9rem;
}

.head-type1::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 25px;
  height: 3px;
  margin-left: -10px;
  background-color: #00ac96;
}

.head-type2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  color: #00ac96;
  margin-bottom: 10px;
  line-height: .9;
}

.head-type2 span {
  font-size: 3.7rem;
  padding-right: .5rem;
}

.white_text .head-type1,
.white_text p {
  color: #fff;
  z-index: 9;
  position: relative;
}

.white_text .head-type1::after {
  background-color: #fff;
}

.green_text .head-type1,
.green_text p,
.green_text.head-type1 {
  color: #00ac96;
}

.green_text .head-type1::after,
.green_text.head-type1::after {
  background-color: #d9d9d9;
}

/*hover画像拡大*/
.bg-scale {
  position: relative;
  overflow: hidden;
}

.bg-scale a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bg-scale a:hover:after {
  opacity: .8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*ボタン*/
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.button {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.button::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button:hover::before {
  left: 0;
  background-color: #00ac96;
}

.green-type {
  padding: 8px 0;
  border-radius: 5px;
  background: #00ac96;
  color: #fff;
  display: block;
}

.green-type:hover::before {
  left: 0;
  background-color: #3adec9;
}

.glay-type {
  padding: 8px 0;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background: #eeeeee;
  color: #00ac96;
  display: block;
}

.glay-type:hover::before {
  left: 0;
  background-color: #00ac96;
}

/*******レイアウト/*******/
#main-inner {
  width: 84%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#wrapper-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#nav-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 16%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  /*overflow-y: scroll;*/
  z-index: 1001;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

/*info・entry*/
#main-inner .info,
.entry {
  height: 210px;
  background-color: #eee;
}

#main-inner .info .head-type1,
.entry .head-type1 {
  padding: 30px 0 0;
  margin-bottom: 30px;
}

#main-inner .entry {
  position: relative;
}

#main-inner .entry::before {
  content: "";
  width: 1px;
  height: 160px;
  left: 0;
  background: #d3d3d3;
  position: absolute;
  top: 30px;
}

#main-inner .info .btn-area {
  width: 44%;
  margin: 0 auto;
}

#main-inner .entry .btn-area {
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}

#main-inner .entry .btn-area li {
  width: calc((100% / 2) - 27px);
  float: left;
}

#main-inner .entry .btn-area li {
  margin: 0 18px;
}

#main-inner .entry .btn-area li:first-child {
  margin-right: 0;
}

/*******footer/*******/
footer {
  background: #fff;
  color: #636363;
  overflow: hidden;
  height: 66px;
}

footer .pagetop img {
  width: 23px;
}

footer .pagetop {
  float: right;
  background: #00ac96;
  padding: 19px 21px;
  display: block;
}

footer .copyright {
  float: left;
  margin: 22px 0 0 20px;
  font-size: .8rem;
}

footer .cp_link {
  font-size: .8rem;
  float: right;
  margin: 22px 90px 0 20px;
}

footer .cp_link a {
  background: url(../../img/recruit/common/icon_link.png) no-repeat center right;
  background-size: 15px;
  padding-right: 1.2rem;
  color: #636363;
}

footer .cp_link a:hover {
  color: #00ac96;
}

/*******下層共通/*******/
#main-inner .category-main {
  text-align: center;
  background-size: cover;
  height: 300px;
}

#main-inner .category-main .head-type1 {
  position: relative;
  top: 35%;
}

@media screen and (min-width: 1180px) {

  /* media　PC*/
  .pc-none {
    display: none;
  }

  #nav-inner {
    display: block !important;
    border-right: 1px solid #ddd;
  }

  #main-inner {
    left: 16%;
  }

  .gnav .slide-menu ul {
    display: none;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
    padding-top: 158px;
    top: 0px;
    left: 16%;
    position: fixed;
    height: 100%;
    width: 0px;
    background: rgba(0, 172, 150, 0.9);
    -webkit-transition: 0.4s 0s;
    -o-transition: 0.4s 0s;
    transition: 0.4s 0s;
  }

  .gnav .slide-menu ul li {
    background: none;
    width: 200px;
  }

  .gnav .slide-menu ul li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }

  .gnav .slide-menu ul li a {
    color: #fff;
    padding: 10px 0 10px 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  .gnav .slide-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .gnav .slide-menu ul li a span {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {

  /*media　PC・タブレット*/
  .pc_none {
    display: none;
  }

  .head-type1.big {
    font-size: 2.5rem;
  }

  .button:hover,
  .gnav li.current .button,
  .gnav li.current-fix .button {
    color: #fff;
  }

  .gnav li a:hover,
  .gnav li a:hover span,
  .gnav li.current,
  .gnav li.current a span,
  .gnav li.current,
  .gnav li.current-fix a span {
    color: #fff;
  }

  .gnav li.current,
  .gnav li.current-fix {
    background: #00ac96;
  }

  .gnav .message a:hover::after,
  .gnav .message.current a::after {
    background: url(../../img/recruit/common/icon_nav1_on.png) no-repeat 6px;
    background-size: 40px;
  }

  .gnav .culture a:hover::after,
  .gnav .culture.current a::after {
    background: url(../../img/recruit/common/icon_nav2_on.png) no-repeat 6px;
    background-size: 40px;
  }

  .gnav .works a:hover::after,
  .gnav .works.current a::after {
    background: url(../../img/recruit/common/icon_nav3_on.png) no-repeat 6px;
    background-size: 40px;
  }

  .gnav .persons a:hover::after,
  .gnav .persons.current a::after,
  .gnav .persons.current-fix a::after {
    background: url(../../img/recruit/common/icon_nav4_on.png) no-repeat 6px;
    background-size: 40px;
  }

  .gnav .info a:hover::after,
  .gnav .info.current a::after {
    background: url(../../img/recruit/common/icon_nav5_on.png) no-repeat 6px;
    background-size: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {

  /*media　タブレット*/
  /*グロナビhover処理*/
  .gnav .slide-menu.current {
    background: #f6f6f6;
  }

  .gnav .slide-menu.current .button:hover,
  .gnav li.current .button,
  .gnav li.current-fix .button {
    color: none;
  }

  .gnav .slide-menu.current a {
    color: #7a7a7a;
  }

  .gnav .slide-menu.current a span {
    color: #12554c;
  }

  .slide-menu>.button::before {
    content: none;
  }

  .gnav .persons a:hover::after,
  .gnav .persons.current a::after,
  .gnav .persons.current-fix a::after {
    background: url(../../img/recruit/common/icon_nav4.png) no-repeat 6px;
    background-size: 40px;
  }

  .gnav .slide-menu.current ul li,
  .gnav .slide-menu ul li {
    background: url(../../img/recruit/common/icon_arrow.png) no-repeat 93% #f6f6f6 !important;
    background-size: 8px 13px !important;
  }

  .gnav .slide-menu.current ul li:hover a,
  .gnav .slide-menu ul li.current a {
    background: url(../../img/recruit/common/icon_arrow.png) no-repeat 93% #e2e2e2;
    background-size: 8px 13px;
  }

  .gnav li.current-fix .button {
    color: #7a7a7a;
  }

  .gnav li.current-fix {
    background: #f6f6f6;
  }

  .gnav li.current-fix a span {
    color: #12554c;
  }
}

@media screen and (max-width: 1179px) {

  /*media　タブレット・SP*/
  .sptb_none {
    display: none;
  }

  #logo {
    display: none;
  }

  .sp-logo {
    background: url(../../img/recruit/common/logo.png) no-repeat;
    width: 62px;
    height: 26px;
    text-indent: -9999px;
    display: block;
    background-size: 90%;
    margin: 15px 0 0 2.8%;
  }

  header {
    background: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #e5e5e5;
  }

  .gnav .slide-menu ul {
    display: block !important;
    width: 100% !important;
  }

  .gnav li.slide-menu {
    background-image: none;
  }

  .spmenu-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 2.8%;
    width: 25px;
    height: 23px;
    background: #00a48d;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
  }

  .spmenu-btn:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #00a48d;
    top: -8px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .spmenu-btn:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #00a48d;
    bottom: -8px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .spmenu-btn.active {
    background: #FFF;
  }

  .spmenu-btn.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0;
  }

  .spmenu-btn.active:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }

  #nav-inner {
    display: none;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    overflow-y: scroll;
  }

  #main-inner {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {

  /*media　 SP*/
  body {
    font-size: 14px
  }

  .button::before,
  .button::after {
    content: none;
  }

  .sp_none {
    display: none;
  }

  .green-type,
  .glay-type {
    padding: 12px 0;
  }

  /*SP　見出し*/
  .head-type1 {
    font-size: 1.5rem;
  }

  .head-type1::after {
    bottom: -12px;
  }

  .head-type2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #00ac96;
    margin-bottom: 20px;
    line-height: .9;
  }

  .head-type2 span {
    font-size: 2.5rem;
    padding-right: .5rem;
  }

  #nav-inner .sb-gnav {
    padding-bottom: 90px;
  }

  /*info・entry*/
  .col1-1 .col.culture,
  .col1-1 .col.work,
  .col1-1 .col.info,
  .col1-1 .col.entry {
    clear: both;
    width: 100%;
  }

  #main-inner .info .btn-area {
    width: 76%;
    margin: 0 auto;
  }

  #main-inner .entry .btn-area {
    width: 76%;
    margin: 0 auto;
  }

  #main-inner .entry .btn-area li {
    clear: both;
    width: 100%;
    margin: 0 0 30px;
  }

  #main-inner .entry .btn-area li:last-child {
    margin-bottom: 50px;
  }

  .entry .head-type1 {
    margin-top: 0;
  }

  #main-inner .info,
  .entry {
    height: auto;
  }

  #main-inner .info {
    padding-bottom: 50px;
  }

  #main-inner .entry::before {
    content: none;
  }

  footer {
    height: 105px;
  }

  footer .pagetop img {
    width: 15px;
  }

  footer .pagetop {
    padding: 9px 15px 10px;
  }

  footer .copyright {
    font-size: .6rem;
    margin: 15px 0 0 20px;
    float: none;
    display: block;
  }

  footer .cp_link {
    float: none;
    margin: 0;
  }

  footer .cp_link a {
    float: none;
    display: block;
    padding: 22px 10px 16px 21px;
    background: url(../../img/recruit/common/icon_link.png) no-repeat 96.5% center #dedddd;
    background-size: 15px 15px;
  }

  /*下層共通*/
  #main-inner .category-main {
    height: 150px;
  }

  #main-inner .lead-text p {
    text-align: center;
  }
}
