@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/* fontawesome */
.fa-brands {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}

/* WP Membership ユーザ側表示制御 */
.swpm-join-us-link {
  display: none !important;
}

body {
  -webkit-text-size-adjust: 100%;
  background: var(--wp--preset--color--cyan-bluish-gray);
}

/* colors */

:root {
  --wp--original--color--main-slider-background: #ebf8ff; /* original slider */
  --wp--original--color--deep-blue: #2557a7; /* original content */
  --wp--original--card-background-color: #f1f1f1; /* original */
  --wp--preset--color--cyan-bluish-gray: #bec7ce; /* body */
  --wp--preset--color--pale-cyan-blue: #b4dffa; /* wp-preset */
  --wp--original--color--black: #000000; /* original content */
  --wp--original--color--white: #fff; /* original content */
}
/* border */
:root {
  --border-radius-default: 0.45rem;
  /* contentのborder */
  --border-default: 1px solid rgba(0, 0, 0, 0.125);
  /* buttonのborder */
  --wp--original--btn-border: 2px solid var(--wp--original--color--deep-blue);
  /* border */
  --wp--original--border: 1px solid var(--wp--original--color--black);
  /* box-shadow */
  --box-shadow-default: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* 共通 */
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.clear {
  clear: both;
}

/* メニューアイコン */
@media only screen and (min-width: 768px) {
  /* font-weight: 900;
		font-size: 1.7em;
		color: var(--wp--original--card-background-color);
		width: 20px;
		height: 20px;
		position: relative;
		text-align: center;
		top: 0.1em;
	} */
  .nav li a {
    text-align: left;
  }
  .nav > li {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #menu-main a:before {
    font-weight: 900;
    color: var(--wp--original--color--black);
    margin: 0 15px 0 0px;
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) {
  .icon-home a:before {
    font-family: Font Awesome\5 Free;
    content: "\f015\A";
  }
  .icon-area a:before {
    font-family: Font Awesome\5 Free;
    content: "\f238\A";
  }
  .icon-category a:before {
    font-family: Font Awesome\5 Free;
    content: "\f1ad\A";
  }
  .icon-contact a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0\A";
  }
}
.widget.widget_nav_menu li a span {
  display: inline;
}

/* ヘッダー */
.header {
  margin: 0 auto;
}
div#inner-header {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  #menu-main li {
    width: auto;
    padding: 0em 0.6em 0em 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  #menu-main li {
    /* margin-top: 4em; */
    padding: 0em 0.6em 0em 0.6em;
  }
}
@media only screen and (min-width: 1166px) {
  .nav > li > a {
    display: block;
    text-decoration: none;
    line-height: 1.3;
    padding: 15px 0.6em 7px !important;
  }
  div#inner-header {
    justify-content: flex-start;
  }
}

#logo a img {
  width: 100%;
}

/* .main-description {
  color: var(--wp--original--card-background-color);
} */

.main-description h2 {
  font-size: 1.75em !important;
  line-height: 0.5em;
  padding: 1em 0 0 0;
}
@media only screen and (min-width: 768px) {
  #logo a img {
    max-height: 60px;
    object-fit: contain;
  }
  .main-description {
    font-size: 0.5em;
  }
  #inner-header {
    display: flex;
  }
  #menu-main li {
    line-height: 0.1em;
  }
  .main-recruit-link a {
    color: var(--wp--original--color--black);
  }
  .nav_btn.search_btn {
    background: var(--wp--original--color--black);
  }
  .header.headercenter #logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-description {
    display: none;
  }
  .main-recruit-link {
    display: none;
  }
  #logo a img {
    max-height: 45px;
    object-fit: contain;
  }
}

@media only screen and (min-width: 1166px) {
  #g_nav {
    position: absolute;
    right: 0px;
    top: 1.5em;
  }
  h2 {
    font-size: 2.5em;
    line-height: 1em;
  }
  .main-recruit-link {
    position: absolute;
    right: 70px;
    background: var(--wp--original--card-background-color);
    padding: 0.25em 0.5em 0.25em 0.5em;
    font-size: 0.85em;
    border-radius: 0.25em;
    top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1165px) {
  div#inner-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
  }
  .header.headercenter #logo {
    float: none;
    display: block;
    margin: 0;
  }
  #g_nav {
    width: 100%;
    margin: 0 auto !important;
  }
  h2 {
    font-size: 2.5em;
    line-height: 1em;
  }
  .main-recruit-link {
    position: absolute;
    right: 70px;
    background: var(--wp--original--card-background-color);
    padding: 0.15em 0.5em 0.15em 0.5em;
    font-size: 0.85em;
    border-radius: 0.25em;
    top: 0.65em;
  }
}
.sp-recruit-menu {
  background: var(--wp--original--card-background-color);
  padding: 1em;
  color: var(--wp--original--color--deep-blue) !important;
  position: relative;
  border-radius: 0.5em;
}
.sp-recruit-menu a {
  color: var(--wp--original--color--deep-blue) !important;
}
.sp-recruit-menu:before {
  font-family: "fontawesome";
  content: "\f054";
  position: absolute;
  right: 0.72em;
  font-size: 1em;
  top: 46%;
  margin-top: -0.5em;
}

/* メイン */
/* section.main {
  background: var(--wp--original--card-background-color);
} */

.main img {
  margin: 0 auto;
  padding: 1em 0 1em 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .main img {
    padding: 0.5em;
  }
}

.main-search-box ul {
  display: flex;
  margin-top: 0;
  margin-bottom: 0.25em;
  box-sizing: border-box;
}
.main-search-box li {
  padding: 1em 0.25em 1em 0.25em;
  margin: 0.2em;
  text-align: center;
  background: var(--wp--original--card-background-color);
  color: var(--wp--original--color--deep-blue);
  border: var(--wp--original--btn-border);
  border-radius: var(--border-radius-default);
  margin: 0.5rem;
}
/* .list-box要素がマウスオーバーされたときに、内部のFont Awesomeアイコンの色を変更する */
/* .list-box:hover .fas {
  color: var(--wp--original--card-background-color);
}
.main-search-box:hover .fas {
  color: var(--wp--original--card-background-color);
} */
.main-search-box a {
  text-decoration: none;
  color: var(--wp--original--card-background-color);
  font-weight: 900;
  width: 100%;
}
.search-area div {
  font-size: 2em;
  text-align: center;
}
.search-area-title {
  font-size: 1.25em;
  line-height: 0;
}
.search-area li {
  background: var(--wp--original--card-background-color);
  color: var(--wp--original--color--deep-blue);
}
@media screen and (min-width: 1200px) {
  .search-area li:hover {
    background: var(--wp--original--color--deep-blue);
    color: var(--wp--original--card-background-color);
  }
}
/* 会員登録のご案内 */
ul.join-area {
  display: flex;
  margin: 1em 0;
}
.join-area li {
  padding: 1.2em 0.25em 0.8em 0.025em;
  margin: 0.25em 0.25em 0em 0.25em !important;
  text-align: center;
  color: var(--wp--original--color--deep-blue);
}
.join-area a {
  text-decoration: none;
  font-weight: 900;
  width: 100%;
}
.join-area-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  line-height: 1.2em;
  background: var(--wp--original--card-background-color);
  color: var(--wp--original--color--deep-blue);
  box-shadow: var(--box-shadow-default);
  border: var(--wp--original--btn-border);
}
@media screen and (min-width: 1200px) {
  .join-area-content:hover {
    background: var(--wp--original--color--deep-blue);
    color: var(--wp--original--card-background-color);
  }
}
.join-area-content span {
  font-size: 1.1em;
}

.join-area-content i {
  font-size: 2.25em;
  margin-right: 0.2em;
}
.join-area-title {
  font-size: 1.25em;
  line-height: 0;
}
.join-area li:before {
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
}
.join-area-text {
  font-size: 0.6em !important;
}
/* li.join-area-content {
  line-height: 1em;
  background: var(--wp--original--card-background-color);
  color: var(--wp--original--color--deep-blue);
  box-shadow: var(--box-shadow-default);
  border: var(--wp--original--btn-border);
} */

/* GoogleMap*/
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}

/* 求人詳細ページ */
.icon-yen:before {
  font-family: "Font Awesome 5 Free";
  content: "\f157";
  font-weight: 900;
  display: flex;
  top: 0px;
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  text-align: center;
  color: var(--wp--original--color--deep-blue);
  background: var(--wp--original--card-background-color);
  border-radius: 100%;
}
.icon-place:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  display: flex;
  top: 0px;
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  text-align: center;
  color: var(--wp--original--color--deep-blue);
  background: var(--wp--original--card-background-color);
  border-radius: 100%;
}
.recruit-company {
  background: var(--wp--original--card-background-color);
  color: var(--wp--original--color--deep-blue);
  padding: 0.5em 1em 0.5em 1em;
  text-align: center;
  font-weight: 900;
}
.entry-content .recruit ul li:before {
  width: 0 !important;
  height: 0 !important;
}
.entry-content .gdlr-page-title {
  color: var(--wp--original--color--black);
}
.entry-content .recruit ul li {
  padding-left: 0 !important;
}
.recruit-overview li {
  display: table;
  min-height: 70px;
  margin: 0;
  padding: 0.5em 0;
}
.recruit-main h1 {
  margin: 0.1em 0;
}
.list-title {
  font-size: 0.8em;
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  color: #777;
  vertical-align: top;
  padding: 0.5em;
}
.list-text {
  position: relative;
  display: table-cell;
  padding: 0.5em;
  line-height: 1.5;
  font-size: 1.2em;
  vertical-align: middle;
  width: 100%;
  font-weight: 900;
}
.text-small {
  font-size: 0.8em;
}
.list-icon {
  width: 40px;
}
.recruit-overview li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.recruit-overview li:nth-of-type(1) {
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
}
.sub-image li {
  padding: 0 !important;
}
.sub-image img {
  margin: 0.25em 0 !important;
}

.recruit-essentials h3 {
  padding: 0.07em 0 0.07em 0.8em;
}

@media only screen and (min-width: 767px) {
  .sub-image {
    display: flex;
    justify-content: space-between;
  }
  .sub-image li img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }
}
.recruit-feature {
  display: flex;
  width: 100%;
}
.recruit-feature li {
  font-size: 0.9em;
  padding: 0.5em 1em 0.15em 0em;
  margin: 0 !important;
}
.icon-check:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  width: 36px;
  height: 36px;
  font-size: 19px;
  text-align: center;
  color: var(--wp--original--color--black);
  margin: 0 0.35em 0em 0.15em;
  padding: 0em 0.1em 0em 0.5em;
}
.recruit-button {
  position: relative;
}
.recruit-button button {
  margin-top: 1em;
  width: 100%;
  background: var(--wp--original--color--white);
  color: var(--wp--original--color--deep-blue);
  border: var(--wp--original--btn-border);
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .recruit-button button:hover {
    background-color: var(--wp--original--color--deep-blue) !important;
    color: #fff;
    transition: all 0.3s;
  }
}
.recruit-button a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105" !important;
  font-weight: 900;
  font-size: 20px;
  color: var(--wp--original--color--deep-blue);
  top: 0.4em;
  right: 0.7em;
  position: absolute;
}
.recruit-button a:hover::before {
  color: var(--wp--original--color--white);
}
/* 親テーマリセット */
a,
#breadcrumb li.bc_homelink a::before,
.authorbox .author_sns li a::before {
  text-decoration: none;
}
.menu-item > a:hover {
  color: var(--wp--original--color--deep-blue) !important;
}

/* エリアで探す */
ul.recruit_area,
ul.children {
  margin: 0;
}
.entry-content .recruit_area li {
  margin: 0.5em;
}
.recruit_area a {
  text-decoration: none;
  font-weight: 900;
  font-size: 1.25em;
}
.recruit_area .children {
  margin-left: 1em;
}
.recruit_area .children a {
  font-size: 0.9em;
}
.recruit_area li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a" !important;
  font-weight: 900;
  font-size: 21px;
  text-align: center;
  color: var(--wp--original--color--deep-blue);
  top: -1px !important;
  left: -7px !important;
  background: none !important;
  box-shadow: none !important;
}
.recruit_area .children li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054" !important;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: var(--wp--original--color--deep-blue);
  top: 0px !important;
  left: -3px !important;
  background: none !important;
  box-shadow: none !important;
}
.recruit_area,
.recruit_area a {
  color: var(--wp--original--color--deep-blue);
}
.recruit_area h1 {
  margin-bottom: 1em;
}
.recruit_area li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.recruit_area .children li {
  border-bottom: none;
}

/* TOPページ */
.entry-content .list-post ul li:before {
  width: 0;
  height: 0;
}
.entry-content .list-post ul li {
  padding-left: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .list-post {
    width: 96%;
    margin: 0 auto;
  }
}
.list-post ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-post img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin: 0;
}
a.more-button.no-icon {
  width: 100%;
}
.list-post a {
  text-decoration: none;
}
.entry-content .post-text {
  color: #492b15;
  line-height: 1.75em;
}
.post-title {
  font-weight: 900;
  color: var(--wp--original--color--black);
  font-size: 0.9em;
  margin: 2em 0 3em;
}
.post-job {
  color: var(--wp--original--color--deep-blue);
  font-weight: 900;
  margin: 0;
  font-size: 1.25em;
  position: absolute;
  bottom: 1.5em;
}

span.feature-box {
  background: var(--wp--original--card-background-color);
  border: var(--border-default);
  color: var(--wp--original--color--deep-blue);
  border-radius: 15px;
  padding: 0.5em 1em 0.45em 1em;
  font-size: 0.8em;
  font-weight: 600;
}
.list-post .post-category-style span {
  background: rgba(0, 0, 0, 0.6);
  color: var(--wp--original--card-background-color);
  padding: 0.35em 0.5em 0.35em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  font-weight: 700;
  z-index: 999;
  border-radius: 5px;
}
.post-category-style {
  z-index: 999;
}
.list-post .post-main-title {
  background: var(--wp--preset--color--dusk-blue);
  color: var(--wp--original--color--deep-blue);
  padding: 0.35em 0.5em 0.35em 0.5em;
  font-weight: 900;
  font-size: 0.9em;
  text-align: center;
  line-height: 2;
}
.list-post .list-box {
  background: var(--wp--original--card-background-color);
  border: var(--border-default);
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-default);
  /* text-align: center; */
  overflow: hidden;
}

.list-box-inner {
  padding: 0em 0.75em 0em 0.75em;
  margin-bottom: 2em;
}
.list-box {
  width: 100%;
}
.list-box img {
  max-height: 200px;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1165px) {
  .list-box img {
    max-height: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .list-box img {
    max-height: 300px;
    height: 300px;
  }
}
.recruit-salary {
  background: var(--wp--original--card-background-color);
  color: var(--wp--original--color--deep-blue);
  border: var(--border-default);
  padding: 0.5em 1em 0.5em 1em;
  text-align: left;
  font-weight: 600;
}

.list-post i.fas.fa-yen-sign {
  color: var(--wp--original--color--black);
  background: var(--wp--original--color--white);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  font-size: 1em;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-basis: 100px;
  display: inline-flex;
}

@media only screen and (min-width: 768px) and (max-width: 1165px) {
  .list-post a.more-button.no-icon {
    width: calc(85% / 3);
    margin: 1em;
    display: flex;
  }
}
@media only screen and (min-width: 1166px) {
  .list-post a.more-button.no-icon {
    width: calc(90% / 5);
    margin: 1em;
    display: flex;
  }
}

/* 求人掲載について */
.about-recruit h2 {
  background: var(--wp--original--card-background-color) !important;
}
.about-recruit th {
  background: #eaf6fd;
}
.about-recruit-small {
  font-size: 0.8em;
  margin: 0.5em 0 1.5em 0;
}
.about-recruit table {
  width: 100%;
  margin: 0;
}

/* 応募フォーム */
.form-select {
  margin-bottom: 1em;
  margin-top: -1em;
}
.form-select p {
  display: flex;
  flex-wrap: wrap;
}
.form-select select {
  padding: 1%;
}
@media only screen and (max-width: 480px) {
  #main input[type="text"],
  #main input[type="password"],
  #main input[type="datetime"],
  #main input[type="datetime-local"],
  #main input[type="date"],
  #main input[type="month"],
  #main input[type="time"],
  #main input[type="week"],
  #main input[type="number"],
  #main input[type="email"],
  #main input[type="url"],
  #main input[type="search"],
  #main input[type="tel"],
  #main input[type="color"],
  #main select,
  #main textarea,
  #main .field,
  #main textarea {
    width: 300px !important;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar_none #main {
    width: 100%;
  }
}

/* グローバルメニューカラー */
/* #g_nav .nav li a,
.nav_btn,
.menu-sp a,
.menu-sp a,
.menu-sp > ul:after {
  color: #d65d31 !important;
} */

/* footer */
.footer .inner {
  background: var(--wp--preset--gradient--midnight);
  color: var(--wp--preset--color--cyan-bluish-gray);
  border: 1mm ridge var(--wp--preset--color--cyan-bluish-gray);
  margin: 0;
  width: 100%;
}

/************
* フロント側
*************/
/* カテゴリ一覧ページ */
ul.sort {
  display: flex;
}
.sort li {
  padding: 0.35em;
  background: var(--wp--original--color--deep-blue);
  color: var(--wp--original--color--white);
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 2px;
  border-radius: 0.2em;
}
.page-full .sort li a {
  color: var(--wp--original--color--white) !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.7em;
  width: 100%;
  height: 100%;
  letter-spacing: 0.05em;
}
.entry-content ul.recruit-overview li:before {
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
}
.entry-content ol li:before {
  color: var(--wp--original--color--black);
}

.entry-content .recruit-main ul li:before {
  width: 0 !important;
  height: 0 !important;
}
.recruit-main-sp {
  width: 55%;
  float: right;
}
ul.recruit_area span {
  font-size: 1.2em;
  color: var(--wp--original--color--deep-blue);
  padding: 0.25em;
}
.post-list:nth-child(odd) {
  background: var(--wp--original--card-background-color);
}
@media only screen and (max-width: 767px) {
  .sort .top-post-list .post-list .eyecatch {
    max-height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome" !important;
    text-shadow: 1px 2px 2px #777 !important;
    font-size: 30px !important;
  }
  .slick-prev {
    left: 10px !important;
    z-index: 10 !important;
  }
  .slick-prev:before {
    content: "\f104" !important;
  }
  .slick-next {
    right: 10px !important;
  }
  .slick-next:before {
    content: "\f105" !important;
  }
}
a.nav_btn.search_btn {
  display: none;
}
.search.cf {
  color: var(--wp--original--color--white);
  font-weight: bold;
}
.remodal-overlay {
  background: var(--wp--original--color--deep-blue);
}
.remodal-close:before {
  font-family: "fontawesome";
  content: "\f410" !important;
}
.swpm-legend h3 {
  border: none !important;
}
#menu-main li,
#menu-main li a {
  font-weight: bold;
  color: var(--wp--original--color--black);
}
@media screen and (min-width: 1200px) {
  #menu-main li:hover,
  #menu-main li a:hover {
    color: var(--wp--original--color--deep-blue) !important;
  }
}
div#footer-bottom {
  text-align: center;
}

/*ランディングページ*/
section.explain {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial,
    Helvetica, Verdana, sans-serif;
  width: 96%;
  margin: 0 auto;
}
section.explain h1 {
  text-align: center;
  margin: 1em 0;
  font-size: 2.2em;
  color: #5d5d5d;
}
section.explain h2 {
  text-align: center;
}
section.explain img {
  width: 100%;
}
section.explain .main-img {
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
}
section.explain .main-img img {
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  section.explain h1 {
    text-align: center;
    margin: 1em 0;
    font-size: 1.5em;
    color: #5d5d5d;
  }
}
.box01 {
  background: var(--wp--original--card-background-color);
  border: 1px solid #b4d5de;
  text-align: center;
  padding: 5%;
  margin-bottom: 30px !important;
}
.box01 h3 {
  margin-top: 0 !important;
  color: var(--wp--original--color--deep-blue);
}
.box01 p:first-of-type {
  color: #ff0000;
}
.box01 p {
  color: #648da4;
  background: #fff;
  padding: 5%;
  margin: 20px 0 0 0;
  font-weight: bold;
}
.box02 {
  border: 1px dotted #ccc;
  text-align: center;
  padding: 5%;
}
.box02 p {
  color: #149c14;
  margin: 0 0 10px 0;
}
section.explain h4 {
  text-align: center;
}
section.explain table {
  text-align: center;
}
section.explain th {
  background-color: rgba(255, 255, 0, 0.1);
}
.fred {
  color: var(--wp--original--card-background-color);
  font-weight: bold;
}
section.explain .faq {
  text-align: left;
}
section.explain .faq dl:nth-child(odd) {
  background: #fffdfd;
}
section.explain .faq dl:nth-child(even) {
  background: #fffaf0;
}
section.explain .faq dl {
  line-height: 1.5;
  border-bottom: 1px dotted #e6dcdc;
  padding: 20px;
  font-size: 16px;
  margin: 0;
}
section.explain .faq dt {
  margin-bottom: 20px;
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-weight: bold;
}
section.explain .faq dt:before {
  content: "Ｑ ";
  color: #49c4fe;
}
section.explain .faq dd:before {
  content: "Ａ ";
  color: #ff0000;
  font-weight: bold;
}
.main-description.landscape {
  display: none;
}
.recruit-material {
  text-decoration: none;
  padding: 0.25em;
  border-radius: 0.25em;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #eeeeee;
  color: var(--wp--original--color--deep-blue);
  font-size: 1.25em;
  display: block;
  font-weight: bold;
  margin-bottom: -15px;
}

/* 求人応募追従ボタン */
#recruit-btn {
  position: fixed;
  bottom: -100px;
  z-index: 99999;
  transition: all 0.2s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0.5em;
}
#recruit-btn.pt-active {
  bottom: 10px;
}
#recruit-btn a {
  background-repeat: no-repeat;
  text-decoration: none;
  width: 200px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  background: rgba(250, 10, 1, 0.7);
  padding: 0;
  display: block;
  color: #fff;
}
#recruit-btn a.pt-button::before {
  font-family: "fontawesome";
  content: "この求人に応募する\A\f078";
  font-size: 0.85em;
  letter-spacing: 1px;
}
.modified {
  font-size: 0.7em;
  color: gray;
  margin-bottom: 0 !important;
  position: absolute;
  right: 1.5em;
  padding: 0.5em 0;
  bottom: 0;
}

/* TOPページお知らせ */
.whatsnew hr {
  margin: 1.8em 0;
  padding: 0;
  background: none !important;
  border: none !important;
}

div.whatsnew a {
  background: var(--wp--original--color--white);
  padding: 0.6em;
  font-size: 0.75em;
  color: var(--wp--original--color--deep-blue);
}

.sns-icons {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sns-icons a {
  font-size: 1.25em;
  text-decoration: none;
  padding-right: 1em;
  font-weight: bold;
}

.sns-icons a.icon-twitter {
  color: dodgerblue;
}
.sns-icons a.icon-instagram {
  color: deeppink;
}
.sns-icons a.icon-facebook {
  color: darkslateblue;
}
.sns-icons a.icon-line {
  color: green;
}

/* 詳細検索 */
.child-group {
  margin-left: 1.5em;
}
.search_detail h3 {
  background: whitesmoke;
  padding: 0.25em 0.5em;
  margin-bottom: 0;
  border: 1px solid #dedede;
}
.search_detail select {
  padding: 10px 2% !important;
}
.search_detail select#salary_type {
  float: left;
}
.search_detail ul.checkbox_custom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.search_detail .checkbox_custom li {
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
  width: 50%;
  font-size: 0.8em;
}
.search_detail #main input[type="text"],
.search_detail #main input[type="password"],
.search_detail #main input[type="datetime"],
.search_detail #main input[type="datetime-local"],
.search_detail #main input[type="date"],
.search_detail #main input[type="month"],
.search_detail #main input[type="time"],
.search_detail #main input[type="week"],
.search_detail #main input[type="number"],
.search_detail #main input[type="email"],
.search_detail #main input[type="url"],
.search_detail #main input[type="search"],
.search_detail #main input[type="tel"],
.search_detail #main input[type="color"],
.search_detail #main select,
#main textarea,
.search_detail #main .field {
  width: 100% !important;
  margin: 0.25em auto !important;
  max-width: 100% !important;
}
.search_detail .checkbox_term {
  margin-top: 0.75em;
}
.search_detail label {
  font-weight: bold;
  color: darkslategray;
}
.search_detail h1 {
  color: #fff;
  text-align: center;
  padding: 0.25em;
  margin: 0;
  background: var(--wp--original--color--deep-blue);
}
.search_detail input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 0.95em;
  padding: 8px 20px;
  background: var(--wp--original--color--deep-blue);
  color: var(--wp--original--color--white);
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  width: 100%;
}
.search_detail i {
  color: var(--wp--original--color--deep-blue);
}
.search_detail input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.25em;
}

.search-query-box {
  font-size: 0.75em;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.search-query-box span {
  padding: 0 0.25em;
}

.search-no-results .pagination {
  display: block !important;
}
.google-auto-placed {
  display: none;
}

/* sns-links
----------- */

.sns-links {
  text-align: center;
  font-size: 2.5em;
}

.fab {
  margin: 10px;
}

/* slider-image
--------------- */
.slick-slide img {
  height: 17em;
}

.main {
  background-color: var(--wp--original--color--main-slider-background);
  border: var(--border-default);
  margin: 1em 0;
}

/* page-entry.php
---------------------- */
.company-name,
.company-type {
  font-size: 0.8em;
  opacity: 0.9;
}

/* menu-item 下線アニメーション
---------------------- */
/* リンクの基本スタイル */
.menu-item a {
  position: relative;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

/* 下線部分のスタイルと初期状態 */
.menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px; /* 下線の太さ */
  width: 0;
  background-color: var(
    --wp--original--color--deep-blue
  ) !important; /* 下線の色（テキストの色と同じにする場合） */
  transition: width 0.3s ease; /* アニメーションの設定（0.3秒かけて左から右へ） */
}
/* menu-item-2473には指定しないため初期化 */
.menu-item-2473 > a::after {
  transition: none;
  padding-bottom: 0.1em;
  position: unset;
  background-color: var(--wp--original--color--deep-blue) !important;
  transition: width 0.3s ease;
}

/* ホバー時の下線部分のスタイル */
.menu-item a:hover::after {
  width: 100% !important; /* ホバー時に下線の幅を100%にする */
}

/* single-recruit.php
------------------------- */
.recruit .page-full {
  width: 100%;
  max-width: 1166px;
}

/* job description */
.section.job-description {
  margin-top: 2em;
  margin-bottom: 2em;
}

.section.job-description .title {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.section.job-description .subtitle {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.section.job-description .description {
  font-size: 1.2em;
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
}

/* essentials */
.recruit-essentials {
  margin-top: 2em;
  border-top: 1px solid #ccc;
  padding-top: 2em;
}

.recruit-essentials h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.recruit-essentials h3.title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.recruit-essentials .section {
  margin-bottom: 1em;
}

.recruit-essentials .section .description {
  white-space: pre-wrap;
}

.recruit-essentials .list-text {
  margin-bottom: 0.5em;
}

.recruit-essentials .list-text .text-small {
  margin-right: 0.5em;
  font-weight: bold;
}

/* map */
.recruit-map {
  margin-top: 1em;
}

.acf-map {
  height: 400px;
  margin-top: 1em;
}

/* buttons */
.recruit-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
}

.recruit-button {
  margin: 0 0.5em;
  width: calc(50% - 1em);
}

.recruit-button .btn {
  display: block;
  margin: 0 auto;
}

.ad-container {
  margin-top: 1em;
}

/* front-page.php
---------------------- */
.cf {
  width: 100%;
}
.cf .m-all {
  width: 100% !important;
  padding: 0 !important;
}
.job-card {
  display: flex;
  flex-direction: column;
}
.source-org.copyright {
  color: var(--wp--original--color--deep-blue);
}

/* footer.php
------------------------- */

/* Twitter */

.sns-links .fa-twitter {
  background: #00acee;
  box-shadow: 0 3px 0 #0092ca;
  padding: 0.1em;
  border-radius: 10px;
}

/* Facebook */

.sns-links .fa-facebook-f {
  background: #1f6aba;
  box-shadow: 0 3px 0 #2c4373;
  padding: 0.1em;
  border-radius: 10px;
}

/* LINE */

.sns-links .fa-line {
  background: #25af00;
  box-shadow: 0 3px 0 #219900;
  padding: 0.1em;
  border-radius: 10px;
}

/* Insta */

.sns-links .fa-instagram {
  background: #e1306c;
  box-shadow: 0 3px 0 #b52d5c;
  padding: 0.1em 0.15em;
  border-radius: 10px;
}

@media screen and (min-width: 1200px) {
  .sns-links .fa-twitter:hover {
    background: #0092ca;
  }
  .sns-links .fa-facebook-f:hover {
    background: #2c4373;
  }
  .sns-links .fa-line:hover {
    background: #219900;
  }
  .sns-links .fa-instagram:hover {
    background: #b52d5c;
  }
}

.footer-nav .menu-item a {
  color: var(--wp--original--color--deep-blue);
}

.cat-item .fa-caret-square-down {
  color: var(--wp--original--color--deep-blue) !important;
}
.cat-item .fa-caret-square-down:hover {
  transform: scale(1.1);
}

/* parts_homeheader.php section > main */

.no-front-page.main {
  background-color: inherit;
  border: none;
  margin: 0;
}

/*  */
li.bc_homelink a::before {
  color: var(--wp--original--color--deep-blue) !important;
}

/*  */
div#logo {
  margin-bottom: -1em;
  padding-left: 2em;
}

.swpm-form-builder .swpm-legend {
  color: var(--wp--original--color--deep-blue);
}

.article-footer .post-categories li a {
  background: var(--wp--original--color--deep-blue) !important;
  color: #fff;
  border: 1px solid #fff !important;
  font-size: 0.8em;
  margin-left: 0.4em;
}
