/*
Theme Name: 採用パッケージ7
Author: 9Design
Author URI: https://9design.jp/
Description: 採用パッケージテーマ7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 採用パッケージ7
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Footer
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## トップページ
  ## インタビュー詳細
  ## 募集要項詳細
  ## サイドバー
  ## アーカイブ（お知らせ）
  ## お知らせ詳細
  ## 固定ページ
  ## よくある質問
  ## 99の質問
  ## オンライン面談
  ## マッチング率
  ## 404ページ
  ## 検索結果
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Break Point
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: employment2line;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: employment2line;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #5f5f5f;
  font-family: helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Meiryo UI", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin: 0;
  line-height: 1;
}

h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 1rem;
  color: #212121;
  font-weight: 600;
  line-height: 1.6;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul.row,
ol.row {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-color: rgba(52, 52, 52, 0.15);
  border-radius: 3px;
  background: #fff;
  padding: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  width: 280px;
  height: 25px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
  line-height: 1.3;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
}

.site-branding {
  width: 23%;
}

.hd-top-wrapper.row {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 25px;
}

.hd-right {
  align-items: center;
}

.hd-right ul {
  list-style: none;
  font-size: 0.85714rem;
}

.hd-button a {
  display: block;
  color: #fff;
  padding: 15px 10px;
  margin: 0 5px;
  width: 170px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #212121;
}

.site-header.fixed {
  /* ヘッダー縮小時 */
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 3;
  width: 100%;
  animation: hdfix 0.8s;
}

@keyframes hdfix {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header.fixed .hd-top-wrapper.row {
  padding: 16px 0;
}

.site-header.fixed .site-branding img {
  scale: 0.8;
  transform-origin: left;
}

.site-header.fixed .hd-button a {
  width: 142px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-wrapper {
  background: #e8e8e8;
  position: relative;
  margin: 100px 0 0;
}

.pagetop-wrapper {
  position: fixed;
  right: 10%;
  bottom: 30px;
  z-index: 3;
}

.pagetop-wrapper a {
  font-size: 40px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.footer-info.main-wrapper {
  padding: 70px 0 0;
  gap: 30px;
}

.footer-info .site-title {
  width: 20%;
}

.footer-cont {
  position: relative;
  gap: 0 50px;
  padding: 30px 0 !important;
}

.footer-cont ul {
  list-style: none;
}

.footer-cont ul li {
  margin: 0 0 25px;
}

.footer-cont ul li a {
  display: block;
  position: relative;
  font-size: 0.85714rem;
}

.footer-menu1-wrapper,
.footer-menu2-wrapper {
  width: 30%;
}

.footer-cont .sub-menu {
  margin: 18px 0 0 10px;
}

.footer-cont .sub-menu li {
  margin: 0;
}

.footer-cont .sub-menu li + li {
  margin: 10px 0 0;
}

.footer-cont .sub-menu a {
  font-size: 11px;
}

.footer-corporate a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #212121;
  border-radius: 5px;
  position: relative;
  width: 200px;
  height: 45px;
  line-height: 45px;
  color: #212121;
  text-align: center;
  font-size: 0.85714rem;
}

.footer-corporate a:hover {
  background: #1a1a1a;
  color: #fff;
}

.footer-corporate .fa-window-restore {
  margin: 0 0 0 5px;
}

.copyright {
  background: #000;
  padding: 13px 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
}

.copyright,
.copyright a {
  color: rgba(255, 255, 255, 0.7);
}

.copyright a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #1558d6;
}

a:hover,
a:focus,
a:active {
  opacity: 0.7;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 1;
  animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.expansion-thumb {
  overflow: hidden;
}

.expansion-thumb img {
  width: 100%;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.expansion-thumb a:hover img {
  transform: scale3d(1.1, 1.1, 1);
  animation: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sp-menu-wrapper.row {
  display: flex;
  align-items: center;
  flex-basis: 120px;
}

.gm,
.sp-menu {
  display: none;
}

.menu-trigger {
  /* ハンバーガーメニュー */
  position: relative;
  color: #343434;
  display: inline-block;
  z-index: 100001;
}

.menu-trigger span {
  display: block;
  font-size: 11px;
  margin: 16px 0 0;
}

.drawer-hamburger-icon {
  background: #000;
  margin-top: 0;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  background: #000;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger-icon:before {
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 6px;
}

.active .drawer-hamburger-icon {
  /* メニューがアクティブになった時 */
  background: transparent;
}
.active .drawer-hamburger-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background: #fff;
}
.active .drawer-hamburger-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -2px;
  background: #fff;
}

.menu-trigger.active span {
  color: #fff;
}

.sp-navigation {
  padding: 0 0 0 24px;
}

.sp-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(52, 52, 52, 0.9);
  list-style: none;
  z-index: 100000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 100px 50px;
}

.sp-menu li {
  padding: 0 20px;
}

.sp-menu li + li a {
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}

.sp-menu a {
  display: block;
  color: #fff;
  text-align: left;
  position: relative;
  font-size: 14px;
  padding: 15px 0;
}

.sp-menu li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sp-menu li.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sp-menu li ul {
  margin: 0 0 15px 12px;
}

.sp-menu li ul li {
  padding: 0;
}

.sp-menu li ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  padding: 5px 0;
  border-top: none;
}

.sp-menu li ul li::after,
.sp-menu li ul a::after {
  content: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

.widget_archive h2,
.widget_recent_entries h2 {
  margin-bottom: 5px;
}

.widget select {
  max-width: 100%;
  margin: 15px 35px;
  font-size: 16px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  padding: 10px 0 7px 0;
  line-height: 1.3;
  border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
}

.widget li:last-child {
  border-bottom: none;
}

/* 最新記事 */
.recentpost-date {
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* カテゴリー */
.widget li.cat-item {
  border: 1.5px solid;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.widget li.cat-item a {
  color: #343434;
}

/* アーカイブ */
.widget_archive li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: bold;
  transform: translateY(-50%);
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  margin: 0;
  padding: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  margin: 0;
}

.row {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.row-2,
.row-3,
.row-4 {
  flex-wrap: wrap;
}
.row-2 > .col {
  width: calc((100% / 2));
}
.row-3 > .col {
  width: calc((100% / 3));
}
.row-4 > .col {
  width: calc((100% / 4));
}

.main-wrapper {
  width: 80%;
  margin: 0 auto;
}

.ibl {
  display: inline-block;
  vertical-align: middle;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.btn a {
  display: block;
  font-size: 0.85714rem;
  color: #fff;
  text-align: center;
  background: #343434;
  border: solid 0.5px #343434;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 170px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
}

.btn a:hover {
  color: #343434;
  background: #fff;
}

.breadcrumb-list {
  padding: 15px 0;
  font-size: 11px;
}

.breadcrumb-list .sep {
  margin: 0 8px;
  opacity: 0.5;
}

.breadcrumb-list a {
  color: #5f5f5f;
}

/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
/* スライダー */
.slider-img {
  margin: 0;
  position: relative;
}

.slider-img img {
  width: 100%;
}

/* キャッチ */
.catch-wrapper {
  padding: 70px 0;
}

/* 特徴 */
.feature-wrapper {
  padding: 0 0 100px;
}

.feature-list {
  margin: 0;
  justify-content: space-between;
  gap: 2rem 3rem;
}

.feature-list h3 {
  margin: 1.5rem 0 0;
}

.feature-link {
  margin: 30px 0 0;
}

/* インタビュー */
.interview_list .slick-slide {
  width: 320px;
  margin: 25px;
}

.object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* キーワード・マッチング率診断 */
.keyword-wrapper,
.top-matching-wrapper {
  padding: 100px 0 0;
}

.keyword-list {
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  gap: 2rem;
  margin: 1rem 0 3rem;
}

/* コンテンツ */
.content-list-wrapper {
  padding: 100px 0 0;
}

.content-list {
  margin: 0;
  gap: 2rem 3rem;
}

.content-list img {
  width: 100%;
}

.content-list h3 {
  margin: 1.5rem 0 0.5rem;
}

.content-list p {
  margin: 0;
}

/* 募集要項一覧 */
.recruit-list.row {
  gap: 50px;
  margin: 0 0 50px;
}

.recruit-list li {
  width: 100%;
}

.recruit-list .photo img {
  width: 100%;
}

.recruit_cat {
  margin: 0;
}

/*--------------------------------------------------------------
## インタビュー一覧
--------------------------------------------------------------*/
.archive .interview_list.row {
  gap: 50px;
}

/*--------------------------------------------------------------
## インタビュー詳細
--------------------------------------------------------------*/
.single .interview_main {
  gap: 50px;
  margin: 50px 0;
}

.single .interview_main h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 1.5rem;
  color: #212121;
  font-weight: 600;
  line-height: 1.6;
}

.single .interview_qa .interview_cont {
  list-style: none;
}

.interview_qa .interview_cont li + li {
  margin: 2.5rem 0 0;
}

.single .interview_qa_area h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.single .interview_qa_area h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.single .navigation.post-navigation {
  /* ページ送り */
  width: 80%;
  margin: 50px auto 0;
}

.single .navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.single .navigation.post-navigation a {
  display: block;
  font-size: 0.85714rem;
  color: #fff;
  text-align: center;
  background: #343434;
  border: solid 0.5px #343434;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 170px;
  height: 45px;
  line-height: 45px;
  position: relative;
}

/*--------------------------------------------------------------
## 募集要項詳細
--------------------------------------------------------------*/
.post-type-archive-recruit footer .recruit-wrapper,
.single-recruit footer .recruit-wrapper {
  display: none;
}

.recruit-wrapper {
  margin: 70px auto;
}

.recruit-table th,
.recruit-table td,
th,
td {
  padding: 20px 25px;
  line-height: 1.6;
  border: solid 1px rgba(52, 52, 52, 0.15);
}

.recruit-table th,
th {
  font-weight: 600;
  background: rgba(52, 52, 52, 0.05);
  width: 30%;
}

.entry-form {
  text-align: center;
}

.entry-form p {
  margin: 0 0 10px;
}

.entry-form label {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}

.entry-form .check-web {
  margin-top: 2rem;
  text-align: center;
}

.entry-form .check-web .radio {
  margin-top: 1rem;
}

.entry-submit {
  width: 170px;
  height: 45px;
  margin: 30px auto 0;
  position: relative;
}

.entry-submit input[type="submit"] {
  width: 100%;
  height: 100%;
}

.entry-submit input[type="submit"]:focus,
.entry-submit input[type="submit"]:active {
  outline: none;
}

/*--------------------------------------------------------------
## サイドバー
--------------------------------------------------------------*/
.side-main {
  float: left;
  /* width: 68%; */
  width: 100%;
}
.widget-area {
  float: left;
  width: 26%;
  margin-left: 6%;
  display: none;
}

/*--------------------------------------------------------------
## アーカイブ（求人）
--------------------------------------------------------------*/
.archive .site-content .recruit-wrapper {
  margin: 0 auto;
}

/*--------------------------------------------------------------
## 固定ページ共通
--------------------------------------------------------------*/
.entry-header {
  text-align: center;
  background: #ededed;
  margin: 0 0 50px;
  padding: 100px 0;
}

.page-layout {
  margin-bottom: 40px;
}

.page-layout ul {
  line-height: 1.6;
  margin-left: 15px;
}

.right {
  margin: 0 0 0 auto;
}

.around-link-wrap {
  margin: 3rem 0 0;
}

/*--------------------------------------------------------------
## よくある質問
--------------------------------------------------------------*/
.faq-menu {
  margin-bottom: 5rem;
}
.faq-menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
}
.mokuji-link {
  text-align: right;
  margin: 2.5rem 0;
}
.faq-block h2 {
  margin-bottom: 2rem;
}
.faq-block .faq-item h3::before {
  content: "Q";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #212121;
  text-indent: 0;
}
.faq-block .faq-item p::before {
  content: "A";
  font-weight: 600;
  color: #212121;
  margin-right: 0.5rem;
}
.faq-item + .faq-item {
  margin-top: 2.5rem;
}

/*--------------------------------------------------------------
## 99の質問
--------------------------------------------------------------*/
.faq99 {
  counter-reset: q-counter 0;
}
.faq99-menu {
  margin-bottom: 5rem;
}
.faq99 .faq99-menu #faq_tob {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}

.faq99 .faq99-menu #faq_tob li {
  width: 24%;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}

.faq99 .faq99-menu #faq_tob li a {
  display: block;
  color: #fff;
  background: #212121;
  padding: 20px 10px;
  border-radius: 6px;
}
.faq99-block h2 {
  margin-bottom: 2rem;
}
.faq99-wrap .faq-item h3 {
  counter-increment: q-counter;
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 1rem;
}
.faq99-wrap .faq-item h3::before {
  content: "Q" counter(q-counter) ".";
  display: inline-block;
  font-weight: 600;
  color: #212121;
  margin-right: 0.5rem;
  text-indent: 0;
}
.faq99-wrap .faq-item p::before {
  content: "A";
  font-weight: 600;
  color: #212121;
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## オンライン面談
--------------------------------------------------------------*/
.web-disc,
.web-flow,
.web-faq {
  margin-bottom: 3rem;
}

.web-disc {
  gap: 50px;
}

.web-disc > * {
  width: 50%;
}

.web-disc .txt h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.flow-block.row {
  justify-content: space-between;
  gap: 30px;
}

.flow-box {
  width: calc(100% / 3);
}

.flow-box h3 {
  font-size: 1.2rem;
  margin: 1.2rem 0 0;
}

.flow-box h3::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: lato, sans-serif;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #212121;
  vertical-align: 4px;
}

.flow-box:first-child h3::before {
  content: "1";
}

.flow-box:nth-child(2) h3::before {
  content: "2";
}

.flow-box:nth-child(3) h3::before {
  content: "3";
}

.web-faq .faq-box + .faq-box {
  margin: 1.5rem 0 0;
}

.web-faq .faq-box h3::before {
  content: "Q";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #212121;
  text-indent: 0;
  vertical-align: 4px;
}

/*--------------------------------------------------------------
## マッチング率
--------------------------------------------------------------*/
#acMenu dt {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

#acMenu dd {
  background: #f2f2f2;
  width: 200px;
  text-align: center;
  display: none;
}

.mach_txt,
.resource {
  display: none;
}

.error_txt {
  display: none;
  color: #f00;
}

/*--------------------------------------------------------------
## 404ページ
--------------------------------------------------------------*/
.notfound-ttl-text,
.notfound-list {
  line-height: 1.4;
}

.notfound-list {
  font-size: 16px;
  margin: 20px;
  padding: 15px;
}

.search-form-wrapper input[type="search"] {
  width: 80%;
}

.search-form-wrapper input[type="submit"] {
  display: inline-block;
  width: 60px;
  height: 25px;
}

/* 投稿一覧と応募完了を消す */
.page-item-7,
.page-item-121 {
  display: none;
}

/*--------------------------------------------------------------
## 検索結果
--------------------------------------------------------------*/
.archives-inner {
  padding: 1rem 1rem 0 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  ## フォームへのボタン
--------------------------------------------------------------*/
.fix-btn {
  position: fixed;
  z-index: 3;
  right: 0;
  top: 250px;
}

.fix-btn a {
  color: #fff;
  background: #212121;
  padding: 1.5rem 1.2rem;
  border-radius: 5px 0 0 5px;
  height: 244px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 0.5px #212121;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fix-btn a:hover {
  color: #212121;
  background: #fff;
}

.fix-btn2 {
  position: static;
  display: none;
}

.fix-btn2 a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 18px 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #212121;
}

/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .btn a {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .hd-sub-link {
    display: none;
  }

} /* max-width: 1024px */

@media screen and (max-width: 768px) {
  .row {
    flex-wrap: wrap;
  }
	
  .row-tb-1 > .col {
    width: 100%;
    margin: 0 0 20px;
  }
	
  .row-tb-2 > .col {
    width: calc((100% / 2));
  }
	
  .row-tb-3 > .col {
    width: calc((100% / 3));
  }
	
  .row-tb-4 > .col {
    width: calc((100% / 4));
  }

  .main-wrapper {
    width: 90%;
  }

  .breadcrumb-list {
    padding: 15px 0 30px;
  }

  /*--------------------------------------------------------------
  ## ヘッダー
  --------------------------------------------------------------*/
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hd-right ul {
    display: none;
  }

  .hd-top-wrapper.row {
    padding: 20px 0;
  }

  .site-branding {
    width: 200px;
  }

  .web-float-wrap {
    display: none;
  }

  /*--------------------------------------------------------------
  ## 固定ページ
  --------------------------------------------------------------*/
  .around-link-wrap .left {
    margin-bottom: 1rem;
  }
	
  .around-link-wrap .main-btn,
  .around-link-wrap .btn a {
    width: 100%;
  }
	
} /* max-width: 768px */

@media screen and (max-width: 667px) {
  html {
    font-size: 14px;
  }
  .row-sp-1 > .col {
    width: 100%;
    margin: 0 0 20px;
  }
  .row-sp-2 > .col {
    width: calc((100% / 2));
  }
  .row-sp-3 > .col {
    width: calc((100% / 3));
  }
  .row-sp-4 > .col {
    width: calc((100% / 4));
  }

  .btn a {
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }

  h2 {
	margin-bottom: 1rem;
  }	

  .recruit-table th,
  .recruit-table td,
  th,
  td {
    display: block;
    width: 100% !important;
  }

  /*--------------------------------------------------------------
  ## ヘッダー
  --------------------------------------------------------------*/
  .sp-menu-wrapper.row {
    flex-basis: 155px;
  }

  .site-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 3;
    width: 100%;
    animation: none;
  }
	
  .hd-top-wrapper.row {
    padding: 12px 0;
  }

  .breadcrumb-list {
    line-height: 1.6;
  }

  /*--------------------------------------------------------------
  ## フッター
  --------------------------------------------------------------*/
  .footer-info.main-wrapper {
    padding: 50px 0 0;
    flex-direction: column;
  }
	
  .footer-info .site-title {
    width: 200px;
  }
	
  .footer-menu1-wrapper,
  .footer-menu2-wrapper,
  .footer-corporate {
    width: 100%;
    padding: 0;
  }

  .footer-cont ul li {
    margin: 0;
    padding: 12px 0;
  }

  .footer-corporate {
    margin: 25px 0 40px;
  }

  .footer-corporate a {
    width: 100%;
  }

  .copyright {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 11px;
    line-height: 1.6;
  }

  .single-recruit .copyright {
    margin-bottom: 52px;
  }

  .pagetop-wrapper {
    right: 5%;
  }

  .single-recruit .pagetop-wrapper {
    bottom: 40px;
  }

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  .slider-img {
    margin: 0;
  }

  .catch-wrapper {
    padding: 40px 0;
    text-align: left;
  }

  /*--------------------------------------------------------------
  ## 募集要項詳細
  --------------------------------------------------------------*/
  .recruit-wrapper {
    margin: 50px auto 0;
  }

  .recruit-table th,
  .recruit-table td {
    padding: 15px;
  }

  /*--------------------------------------------------------------
  ## フォームへのボタン
  --------------------------------------------------------------*/
  .fix-btn2 {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
  }
	
  .fix-btn {
    display: none;
  }
} /* max-width: 667px */

/*--------------------------------------------------------------
  # 切り替え
--------------------------------------------------------------*/
.sp {
  display: none;
}
.tb {
  display: none;
}
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
}

@media screen and (max-width: 667px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}

.comment {
  /*編集用コメントの非表示*/
  display: none;
}

/* 20220510 フォーム非表示 */
.wpcf7-form init {
  visibility: hidden;
}

.wpcf7 {
  visibility: hidden;
}
