body {
  font-family: sans-serif !important;
}

@media(max-width:500px) {
  .row {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media(max-width:500px) {
  .home .container {
    padding: 0;
  }

}

/**
 * カーソル
 */
.cursor-pointer {
  cursor: pointer;
}

/**
 * aタグhover時のエフェクトを無くす
 */
.a-no-effect:hover {
  text-decoration: none;
}

.a-no-effect .h3,
.a-no-effect div {
  color: #424242;
}


/**
 * パディング
 */
@media(min-width: 768px) {
  .pt-content {
    padding-top: 2.0rem !important;
  }
}

.pl-07em {
  padding-left: 0.7em !important;
}

.pl-08em {
  padding-left: 0.8em !important;
}

.p-1_25rem {
  padding: 1.25rem !important;
}

.px-1_25rem {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-1_25rem {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

body.home .pb-cp-right {
  padding-bottom: 5rem !important;
}

@media(min-width: 768px) {

  body.home .pb-cp-right,
  .pb-cp-right {
    padding-bottom: 1rem !important;
  }
}

@media(max-width:500px) {
  #content #content-wrap {
    padding: 0;
  }
}

/**
 * マージン
 */
.ml-3px {
  margin-left: 3px !important;
}

.ml-7px {
  margin-left: 7px !important;
}

/**
 * 高さ
 */
.max-h-200px {
  max-height: 200px !important;
}

.max-h-300px {
  max-height: 300px !important;
}

.h-150px {
  height: 150px !important;
}

.h-200px {
  height: 200px !important;
}

.h-300px {
  height: 300px !important;
}

.h-400px {
  height: 400px !important;
}

.h-800px {
  height: 800px !important;
}

@media(min-width: 576px) {
  .h-md-300px {
    height: 300px !important;
  }

  .h-md-400px {
    height: 400px !important;
  }
}

@media(min-width: 992px) {
  .h-lg-300px {
    height: 300px !important;
  }

  .h-lg-400px {
    height: 400px !important;
  }
}

/* 幅 */
.w-25px {
  width: 25px !important;
}

.max-w-600px {
  max-width: 600px !important;
}

@media(min-width: 992px) {
  .w-lg-50px {
    width: 50px !important;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-position-center-top {
  object-position: center top;
}

.object-position-center-10 {
  object-position: center 10%;
}

.object-position-center {
  object-position: center center;
}

.object-position-center-bottom {
  object-position: center bottom;
}

/*
 * フォントサイズ
 */
.font-size-h3 {
  font-size: 1.2rem !important;
}

.font-size-50 {
  font-size: 50% !important;
}

.font-size-075rem {
  font-size: 0.75rem !important;
}

/**
 * line-height
 */
.line-height-normal {
  line-height: 1.0rem !important;
}





.pl-footer {
  padding-left: 10%;
}

@media(min-width: 768px) {
  .pl-md-footer {
    padding-left: 10%;
  }

  .pr-md-footer {
    padding-right: 10%;
  }
}

@media(min-width: 992px) {
  .pl-lg-footer {
    padding-left: 10%;
  }

  .pr-lg-footer {
    padding-right: 10%;
  }
}


/* フォント大小ボタン */
.font-large *:not(#wp-toolbar li):not(#wp-toolbar a):not(#wp-toolbar span):not(.h1):not(h1) {
  font-size: 1.5rem !important;
}

/*
 * パンくずリスト
 */
.l-breadcrumb {
  padding-left: 0;
}

.l-breadcrumb li {
  display: inline;
  list-style: none;
  font-size: small;
}

.l-breadcrumb li a {
  color: #313131;
}

.l-breadcrumb li:not(:last-child)::after {
  content: ">";
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

/*
 * 色関係
 */

.bg-green {
  background-color: #2BCEA8 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/*
 * スタイル
 */

.navbar-brand img {
  width: 7.5rem;
}

.rounded-right-0 {
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.outline-gray {
  border-color: #ced4da !important;
}

@media (min-width: 576px) {
  .navbar-brand img {
    width: 10rem;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 25rem;
  }
}

.col-1_10 {
  width: calc(100% / 7);
}

.pc-globalmenu>.hoverdown .hoverdown-menu {
  position: absolute;
  overflow: hidden;
  height: 0;
}

.pc-globalmenu>.hoverdown:hover .hoverdown-menu {
  overflow: visible;
  height: auto;
  z-index: 1000;

  animation: fadeIn 0.2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.widget_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

/* sectionタグ部分のminheightを定義 */
section {
  min-height: 50vh;
}

/* 固定ページタイトルエリア */
#title {
  height: 10rem;
}


.svg-arrow {
  width: 1rem;
  height: 1rem;
}

/* ------------------------------------------------
 * モバイルメニュー
 * */
.body {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.overlay {
  padding-top: 4rem;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main.open {
  transform: translateX(-250px);
}

main h1 {
  text-align: center;
  font-weight: 500;
}

main p {
  text-align: center;
}

.menu-trigger {
  display: block;
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  right: 0px;
  margin-right: 0.5rem;
  z-index: 100;
  /*   transform: translateX(0);
  transition: transform .5s;
 */
}

/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */
.inmenu-trigger {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  right: 0px;
  margin-right: 0.5rem;
}

.menu-trigger.active {
  z-index: 60;
}

.menu-trigger span,
.inmenu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}

.menu-trigger.active span,
.inmenu-trigger.active span {
  background-color: #000;
}

.menu-trigger span:nth-of-type(1),
.inmenu-trigger span:nth-of-type(1) {
  top: calc(20% - 2px);
}

.menu-trigger.active span:nth-of-type(1),
.inmenu-trigger span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2),
.inmenu-trigger span:nth-of-type(2) {
  top: calc(50% - 2px);
}

.menu-trigger.active span:nth-of-type(2),
.inmenu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger span:nth-of-type(3),
.inmenu-trigger span:nth-of-type(3) {
  top: calc(80% - 2px);
}

.menu-trigger.active span:nth-of-type(3),
.inmenu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav.nav-mb {
  width: 280px;
  height: 100%;
  background-color: rgb(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translate(-280px);
  transition: all .5s;
  padding-bottom: 5rem;
}

@media(max-width: 350px) {
  nav.nav-mb {
    width: 70vw;
    height: 100%;
    background-color: rgb(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translate(-70vw);
    transition: all .5s;
    padding-bottom: 5rem;
  }
}

nav.nav-mb.open {
  transform: translateZ(0);
}

nav.nav-mb>.yohaku {
  height: 4rem;
}

nav.nav-mb li {
  color: #fff;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

}

nav.nav-mb .dropdown-menu a {
  white-space: normal;
}

/* モバイルメニューが開いているときに、右半分エリアに透明でダミーで隠すもの */
.nav-mb-haikeikakushi.active {
  display: none;
}

.nav-mb-haikeikakushi.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
}

body.noscroll:not(.nav-mb) {
  overflow: hidden;
}

/* pcバナー用、フェードアウトクラス*/
.fade-out {
  opacity: 0;
  animation: fadeOut .5s linear;
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 目次追従 */
#mokuji {
  position: sticky;
  top: 2rem;
}

#mokuji.recruit-page-sidebar {
  position: absolute;
  top: 2rem;
}

body.admin-bar #mokuji {
  top: 4rem;
}

/* 求人情報バナー表示切り替え(JSとセット) */
#sp-banner {
  display: block;
}

#pc-banner {
  display: none;
}

@media(min-width: 850px) {
  #sp-banner {
    display: none;
  }

  #pc-banner {
    display: block;
  }
}

@media(min-width: 992px) {
  body>section>.container {
    max-width: 800px !important;
  }
}

@media(min-width: 1110px) {
  body>section>.container {
    max-width: 960px !important;
  }
}

/*トップページ ブログ カテゴリタグ*/
.badge-blog {
  background-color: #d0968a;
  color: #fff;
}