/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
body {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
}
h1, .site-header-logo {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ボタン角丸 */
.btn {
  border-radius: 12px;
}

/* 検索 */
.white-space-nowrap {
  white-space: nowrap;
  word-break: keep-all;
}
label {
  white-space: nowrap;
  line-height: 2;
  padding-right: 0.5rem;
}
input[type="checkbox"] {
  transform: scale(1.2);
  accent-color: #ffb021;
}
.border-orange {
  border: 1px solid #ffa500;
}
.bg-fulltime {
  background-color: #ff8c00;
  color: #FFF;
}
.bg-parttime {
  background-color: #ff1493;
  color: #FFF;
}
.bg-currentpage {
  background-color: #ffe6b9;
}

/* H4 */
h4.wp-block-heading {
  background-color: #fff0cc;
}
/* 上部電話ボタン */
.btn-light-brilliant-gamboge {
  background: #ffeec7; border: 2px solid #ffa500;
}
.btn-light-brilliant-gamboge:hover {
  background: #ffa500; border: 2px solid #ffa500;
}
/* 直接応募 */
.btn-orange {
  background: #ffa500; border: 2px solid #ffa500;
  color: #FFF;
}
.btn-orange:hover {
  background: #ffbe46;
  border: 2px solid #ffa500;
  color: #FFF;
}

/* 募集要項 */
.bg-orange {
  background-color: #ffdd9f;
}

/* ヘッダーメニュー */
.header-menu {
  width:100vw;
  background-color:#ffe6b9;
}
.header-menu .menu-item:hover,
.header-menu .current-menu-item,
.header-menu .current-menu-parent {
  background-color: #ffa500;
}

/* 求人を探す：一覧 */
.recruit-list h2.wp-block-heading {
  margin-top: 2rem;
}

/* トップ：新着情報 */
.news li {
  list-style: none;
}
.news-box {
  display: flex;
  align-items: center;
}
.news-title {
  padding-left: 1rem;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder.top-news>.vk_borderBox_title_container {
  background: #fff0f5;
}
@media (max-width: 575.98px) {
  /* モバイル */
  .news-box {
    display: block;
  }
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder.top-news>.vk_borderBox_title_container {
  background: #fff0f5;
}

/* 福利厚生 */
.sp2 h3.wp-block-heading {
  margin-top: 1rem;
}
.sp2 {
  margin-bottom: 2rem;
}

/* 法人概要：リンク色 */
.overview a
{
  color: #0000EE;
}

/* ページヘッダー */
.page-header .row {
  flex-wrap: nowrap;
}
.page-header {
  text-align: left;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  width: 100%;
  min-height: 200px;
  background-color: #ffeec7 !important;
}
.page-header-inner.container {
  margin: 0;
  /* background-color: #FFF; */
  color: #999;
  width: 100%;
  height: 100%;
}
.bgimage {
  background-size: cover;
}

h2.wp-block-heading {
	border-bottom: 2px solid #ffdab9 !important;
}

/* ヘッダー固定 */
#site-header {
  position: fixed;
  top: 0px;
  background-color: #ffeec7;
}
.top-video {
  margin-top: 70px !important;
}
.page-header {
  margin-top: 125px;
}
html {
  /* ページ内リンクがずれるの防止 */
  scroll-padding-top: 120px !important;
}

/* SELECTメニューマーク */
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
/* RADIO縦並び*/
.join-options .wpcf7-radio .wpcf7-list-item {
  display: block;
}

/* グローバルナビ */
#global-nav {
  display: block;
  background-color: #ffe6b9;
}
#global-nav li {
  border-right: 1px solid #FFF;
}
#global-nav li:first-child {
  border-left: 1px solid #FFF;
}

/* サブメニュー */
.sub-menu {
  border: 1px solid #FFF;
}
.sub-menu li {
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #FFF;
  background-color: #EEE;
}
.sub-menu li a {
  color: #333 !important;
}
.sub-menu li a:hover {
  background-color: #DDD !important;
}

/* コンタクト */
.contact {
  padding: 5px 0;
}
.contact .tel {
  width: 230px;
}
.telno {
  font-size: 1.2rem;
}
.contact .apply {
  width: 140px;
}

/* テーブル設定 */
table, td, th {
  border-color: #000 !important;
}

/* Google Map */
.map {
    width: 100%;
}
.map iframe {
    width: 100%;
}

/* 応募フォーム */
.form-name {
  display: flex;
  gap: 5px;
}
.form-name-item {
  max-width: 300px;
}
input[type=submit] {
	background-color: #ffbe46;
}
input[type=submit]:hover {
	background-color: #ffa500 !important;
}

/* ボタン */
.btn-fulltime {
  background-color: #ff4500;
  color: #FFF;
}
.btn-fulltime:hover {
  background-color: #ff0000;
  color: #FFF;
}
.btn-parttime {
  background-color: #f78da7;
  color: #FFF;
}
.btn-parttime:hover {
  background-color: #ff69b4;
  color: #FFF;
}
.btn-outline-orange {
  /* color: #ff4300; */
  border: 1px solid #ff4300;
}
.btn-outline-orange:hover {
  background-color: #ff4300;
  color: #FFF;
}
.btn-disabled {
  background-color: #ccc;
  color: #FFF;
}
.btn-disabled:hover {
  background-color: #bbb;
  color: #FFF;
}
/* 地域アイコン */
a .fa-location-dot {
  color: #ff4300 !important;
}
a:hover .fa-location-dot {
  color: #FFF !important;
}

/* Fade Effects */
.faderoleft {
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}
.faderoleft.is-active {
	opacity: 1;
  transform: rotate(-5deg);
}
.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}
.fadeup.is-active {
	opacity: 1;
	transform: translateY(0);
}
.fadeleft {
	opacity: 0;
	transform: translateX(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}
.fadeleft.is-active {
	opacity: 1;
	transform: translateX(0);
}
.faderight {
	opacity: 0;
	transform: translateX(-30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}
.faderight.is-active {
	opacity: 1;
	transform: translateX(0);
}

/* スライダー */
.vk_slider_item-paddingLR-use {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 575.98px) {
  /* モバイル */
  .btn {
    width: 100%;
  }
}
@media (max-width: 781px){
  /* 福利厚生：GRIDでスマホ2列表示 */
  .wp-block-snow-monkey-blocks-grid.sp2 {
    --smb-grid--columns: 1 !important;
  }
  /* ページヘッダー */
  .page-header .row {
    flex-wrap: wrap;
  }
  /* ヘッダー固定 */
  .page-header {
    margin-top: 44px;
  }
  html {
    /* ページ内リンクがずれるの防止 */
    scroll-padding-top: 60px !important;
  }
}
@media (max-width: 991.98px) {
  /* タブレット */
  .contact-box {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #EEE;
  }
  .site-footer-copyright {
    margin-bottom: 50px;
  }
  #global-nav {
    display: none !important;
  }

}
@media (min-width: 992px) {
  /* PC */
}
