@charset "UTF-8";
/* font */
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-ExtraLight.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* WP共通設定 ------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .page-header-title {
  font-family: "noto-serif", sans-serif;
  font-weight: 500;
  font-display: swap;
}

.breadcrumb, .site-body, .site-footer, .site-body-bottom {
  background-color: #FFF;
}

/* 投稿記事下のカテゴリリスト 非表示 */
.entry-meta-data-list {
  display: none;
}

.entry-footer {
  margin-bottom: 0 !important;
}

/* chrome画像ぼやけ防止 */
img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

/* 既存ブロックの調整 -------------------------------------------------------------------------------------------------- */
.wp-block-table td, .wp-block-table th {
  padding: 1.2em 1.2em;
  font-size: 15px;
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 1.2rem 0 1.2rem 0;
  }
}

/* ブロックスタイルの追加 -------------------------------------------------------------------------------------------------- */
.is-style-cus-style-right-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em !important;
  width: 100%;
  max-width: 100%;
  border: none;
  background: none;
  padding: 0;
}

.is-style-cus-style-right-line::after {
  position: relative;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #000;
  margin-left: 10px;
  padding-right: 15px;
}

/* ブロックに独自スタイル適用 ------------------------------------------------------------------------------------------------ */
.custom-heading > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
  color: #1e5c9f;
}
.custom-heading > p::before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 1px;
  width: 50px;
  background-color: #1e5c9f;
}
.custom-heading > .wp-block-heading {
  margin-bottom: 0.8em !important;
  font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-outline {
  padding-bottom: 5em;
  padding-top: 5em;
}
.custom-outline .wp-block-columns {
  gap: 6vw;
  min-height: 220px;
}
@media only screen and (max-width: 781px) {
  .custom-outline .wp-block-columns {
    gap: 0.8em;
  }
}
.custom-outline .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.custom-outline .wp-block-column:nth-child(1)::after {
  width: 1px;
  height: 100%;
  content: "";
  background-color: #1E5C9F;
  margin-left: 0.5em;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  position: relative;
  right: 0;
}
.custom-outline .wp-block-column:nth-child(1) .wp-block-group {
  width: 100%;
}
@media only screen and (max-width: 781px) {
  .custom-outline .wp-block-column:nth-child(1) .wp-block-group {
    width: auto;
    margin-right: 2em;
  }
}
.custom-outline .wp-block-column:nth-child(1) .wp-block-group > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-outline .wp-block-column:nth-child(1) .wp-block-group > p::before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 1px;
  width: 30px;
  background-color: currentColor;
}
.custom-outline .wp-block-column:nth-child(1) .wp-block-group > .wp-block-heading {
  margin-bottom: 0.8em !important;
  font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-media-text01 {
  margin-bottom: 40px !important;
}
.custom-media-text01 .wp-block-media-text__media img {
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .custom-media-text01 .wp-block-media-text__content {
    padding: 1.2rem 0 1.2rem 0;
  }
}

.wp-block-table.is-style-cus-style-01 table {
  border-collapse: separate;
}

.wp-block-table.is-style-cus-style-01 th, .wp-block-table.is-style-cus-style-01 td {
  padding: 1.6em 1.2rem;
}

.wp-block-table.is-style-cus-style-01 th {
  background-color: #F8F8F8;
  color: #707070;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}

.wp-block-table.is-style-cus-style-01 td {
  border: none;
  border-bottom: 1px solid #CCCCCC;
}

.custom-table-scrol-x {
  overflow-x: auto;
  display: block;
}
.custom-table-scrol-x table th, .custom-table-scrol-x table td {
  white-space: nowrap;
}

.staff-serv-kv > div {
  height: 100%;
}
.staff-serv-kv > div .vk_outer_container {
  height: 100%;
}
.staff-serv-kv > div .vk_outer_container .wp-block-columns {
  height: 100%;
}
.staff-serv-kv > div .vk_outer_container .wp-block-columns .wp-block-column {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff-serv-kv > div .vk_outer_container .wp-block-columns .wp-block-column:nth-child(1)::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5490196078);
  z-index: 0;
}
.staff-serv-kv > div .vk_outer_container .wp-block-columns .wp-block-column .wp-block-group {
  z-index: 1;
  height: auto;
  width: 100%;
  max-width: 560px;
  padding: 20px;
}
.staff-serv-kv > div .vk_outer_container .wp-block-columns .wp-block-column .wp-block-group figure {
  margin-bottom: 15px;
}
.staff-serv-kv > div .vk_outer_container .wp-block-columns .wp-block-column .wp-block-group p:nth-of-type(1) {
  margin: 0;
  font-weight: bold;
  color: #FFF;
  font-size: clamp(1.375rem, 1.1939rem + 0.828vw, 2.1875rem);
  line-height: 1.3em;
  text-align: center;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2196078431));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2196078431));
}
.staff-serv-kv > div .vk_outer_container .wp-block-columns .wp-block-column .wp-block-group p:nth-of-type(2) {
  margin: 0;
  color: #FFF;
  text-align: center;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2196078431));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2196078431));
  font-size: clamp(0.875rem, 0.7635rem + 0.5096vw, 1.375rem);
}

.site-footer .is-style-cus-style-right-line::after {
  border-bottom: 1px solid #fff;
}

.img-text-content {
  position: relative;
  height: 700px;
}

.img-text-content::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  background-color: #ECFAFF;
  width: 100vw;
  height: 86%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
}

.img-text-content .text {
  position: relative;
  max-width: 500px;
  margin: 0 0 0 auto !important;
  padding: 100px 0 40px;
  z-index: 2;
}

.img-text-content .text h2 {
  font-size: 40px;
}

.img-text-content .img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin-left: -40% !important;
}

.media-text-custom {
  position: relative;
  margin-bottom: 100px !important;
}

.media-text-custom .wp-block-media-text__media {
  position: relative;
  top: 100px;
  height: 100%;
}

.media-text-custom > .wp-block-media-text__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #ECFAFF;
  width: 170%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  z-index: 0;
}

.media-text-custom.has-media-on-the-right > .wp-block-media-text__content::before {
  left: 0;
  background-color: #f5fff0;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.media-text-custom > .wp-block-media-text__media, .media-text-custom > .wp-block-media-text__content > .wp-block-group {
  z-index: 1;
  position: relative;
}

.media-text-custom > .wp-block-media-text__content > .wp-block-group {
  max-width: 460px;
  width: 100%;
}

.media-text-custom > .wp-block-media-text__media {
  position: relative;
  top: 100px;
}

.media-text-custom > .wp-block-media-text__media > img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.media-text-custom.has-media-on-the-right > .wp-block-media-text__media > img {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.media-text-custom > .wp-block-media-text__content {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: min(60px, 12vw) 3vw;
}

.media-text-custom.has-media-on-the-right > .wp-block-media-text__content {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media only screen and (max-width: 600px) {
  .media-text-custom {
    margin-bottom: 0 !important;
  }
  .media-text-custom > .wp-block-media-text__media {
    position: relative;
    top: 0;
  }
  .media-text-custom > .wp-block-media-text__content {
    padding-right: 2%;
    padding-left: 20%;
    margin-top: -8vw;
    height: auto;
    z-index: 2;
  }
  .media-text-custom.has-media-on-the-right > .wp-block-media-text__content {
    padding-right: 20%;
    padding-left: 2%;
  }
  .media-text-custom > .wp-block-media-text__content::before {
    content: "";
    left: 0;
    right: auto;
    width: 120%;
    z-index: 1;
  }
  .media-text-custom.has-media-on-the-right > .wp-block-media-text__content::before {
    left: auto;
    right: 0;
  }
}
/* ヘッダー ------------------------------------------------------------------------------------------------- */
#site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 991.98px) {
  #site-header {
    background-color: rgb(255, 255, 255);
  }
}

#site-header-container {
  max-width: 100%;
  height: 100px;
  padding-right: 0;
}
@media screen and (max-width: 991.98px) {
  #site-header-container {
    height: 70px;
    padding-right: 20svw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-header-logo {
  width: 100%;
  max-width: 460px;
  margin-right: 1.5rem !important;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .site-header-logo {
    margin: 0;
  }
}

.site-header-logo a {
  color: var(--vk-color-text-body);
  text-decoration: none;
  display: inline-block;
}

/* ヘッダー スクロール時 */
@media screen and (min-width: 992px) {
  body.header_scrolled #site-header {
    background: none;
  }
  body.header_scrolled #site-header-container {
    height: auto;
  }
  body.header_scrolled #menu-header-navi > li > a {
    height: 60px !important;
  }
  body.header_scrolled #global-nav > ul.global-nav-list > li.bottom-menu-item {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  body.header_scrolled {
    /* スマホ･タブレットスクロールカクツキ防止 テーマ不具合？ */
  }
  body.header_scrolled .page-header {
    margin-top: 0 !important;
  }
  body.header_scrolled.admin-bar .site-header {
    top: 0;
  }
}

/* Gナビ　メニュー */
#global-nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#global-nav #menu-header-navi {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

.device-pc #menu-header-navi li.menu-item-has-children > a::after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: block;
  font-weight: 900;
  font-size: 0.7em;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}

.device-pc #menu-header-navi > li, .device-mobile #menu-header-navi > li {
  padding: 0;
  height: 100%;
  -webkit-transform: skewX(345deg);
          transform: skewX(345deg);
  margin-left: 3px;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  border: none;
}
.device-pc #menu-header-navi > li > a, .device-mobile #menu-header-navi > li > a {
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  padding: 0 2em;
  position: relative;
}

.device-mobile .global-nav-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.device-mobile .global-nav-list .acc-btn {
  top: 24px;
  background-color: #FFF;
  border-color: #FFF;
}

.global-nav-list > li .global-nav-name {
  font-weight: 400;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.global-nav-list > li .global-nav-description {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.global-nav-list > li > ul.sub-menu, .device-mobile .global-nav-list > li > ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.75);
  margin-top: 0px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  right: 0;
  left: -15%;
  margin: 0;
}

.global-nav-list > li.menu-item-has-children::after {
  border: none;
}

.staffing-service-menu {
  margin-right: 0.8rem !important;
}

.staffing-service-menu > a {
  background-color: var(--wp--preset--color--vk-color-custom-2) !important;
  font-weight: bold;
  height: 82px !important;
  min-width: 210px !important;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 161, 3, 0.2);
          box-shadow: 4px 4px 0px 0px rgba(0, 161, 3, 0.2);
}

.staffing-service-menu > a > strong {
  font-size: 16px !important;
  line-height: 1.2em;
  font-weight: bold !important;
  margin-bottom: 4px;
}

.staffing-service-menu > a > span {
  font-size: 12px !important;
}

li.staffing-service-menu:hover > a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #5fdb00 !important;
}

body.post-name-staffing-service .vk_post_title.media-title a, body.post-type-archive-staffing-service-pt .vk_post_title.media-title a {
  font-size: clamp(1.125rem, 1.0693rem + 0.2548vw, 1.375rem);
}
body.post-name-staffing-service .vk_posts .vk_post, body.post-type-archive-staffing-service-pt .vk_posts .vk_post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.post-name-staffing-service .vk_posts .vk_post:not(:first-child), body.post-type-archive-staffing-service-pt .vk_posts .vk_post:not(:first-child) {
  margin-top: 40px;
}
body.post-name-staffing-service .vk_post_btn, body.post-type-archive-staffing-service-pt .vk_post_btn {
  width: 100%;
}
body.post-name-staffing-service .vk_post-btn-display .vk_post_body, body.post-type-archive-staffing-service-pt .vk_post-btn-display .vk_post_body {
  height: auto;
}
body.post-name-staffing-service .vk_post_imgOuter, body.post-type-archive-staffing-service-pt .vk_post_imgOuter {
  border: none;
}
@media screen and (max-width: 767.98px) {
  body.post-name-staffing-service .vk_post_body.media-body, body.post-type-archive-staffing-service-pt .vk_post_body.media-body {
    margin-top: 20px;
  }
  body.post-name-staffing-service .vk_post .media-img, body.post-type-archive-staffing-service-pt .vk_post .media-img {
    width: 100%;
  }
  body.post-name-staffing-service .vk_post .media-body, body.post-type-archive-staffing-service-pt .vk_post .media-body {
    width: 100%;
  }
  body.post-name-staffing-service .vk_post.media, body.post-type-archive-staffing-service-pt .vk_post.media {
    display: block;
  }
}

.staffing-custom-field-archive table {
  border: none;
}
.staffing-custom-field-archive table td, .staffing-custom-field-archive table th {
  font-size: 13px;
  padding: 0.8em 1rem;
  border: none;
  border-top: 1px solid #c4f59f;
  border-bottom: 1px solid #c4f59f;
}
.staffing-custom-field-archive table th {
  background-color: #f5ffed;
}

.staffing-thumb {
  max-width: 500px;
  width: 100%;
  display: block;
}

.staffing-custom-field {
  margin-top: 40px;
  margin-bottom: 40px;
}

.staffing-custom-field table {
  border: none;
}
.staffing-custom-field table td, .staffing-custom-field table th {
  font-size: 15px;
  padding: 1.2em 1.2rem;
  border: none;
  border-top: 1px solid #c4f59f;
  border-bottom: 1px solid #c4f59f;
}
.staffing-custom-field table th {
  background-color: #f5ffed;
}

/* メニュー ホバー･カレント */
.global-nav-list > li:before {
  border: none;
}

.global-nav-list .sub-menu li a {
  padding: 20px 1.6rem;
  font-size: 13px;
}

.global-nav-list .sub-menu li a:hover {
  background-color: rgba(0, 64, 133, 0.75);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#menu-header-navi > li:hover > .sub-menu {
  overflow: visible;
}

.global-nav-list > li > a, .global-nav-list > li[class*=current] > a {
  background: rgba(0, 0, 0, 0.75);
}

.global-nav-list > li:hover > a, .global-nav-list > li[class*=current] > a {
  background: rgba(0, 64, 133, 0.75);
}

.global-nav-list > li:hover .global-nav-description, .global-nav-list > li[class*=current] .global-nav-description {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0.6;
}

/* ヘッダー下部メニュー */
#global-nav > ul.global-nav-list > li.bottom-menu-item {
  position: absolute;
  right: 0;
  bottom: -12px;
  height: auto;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#global-nav > ul.global-nav-list > li.bottom-menu-item > a {
  background: none;
  color: #2b2b2b;
  height: auto;
  width: auto;
  min-width: auto;
}

#global-nav > ul.global-nav-list > li.bottom-menu-item > a:hover {
  color: rgba(0, 64, 133, 0.75);
}

#global-nav > ul.global-nav-list > li.bottom-menu-item > a > strong {
  font-size: 13px;
}

.breadcrumb {
  border: none;
}

.breadcrumb .container {
  max-width: 100%;
  padding: 0 4.6vw;
}

/* ページヘッダー -------------------------------------------------------------------------------*/
@media screen and (max-width: 991.98px) {
  .page-header {
    margin-top: 0 !important;
  }
}

.page-header .page-header-inner {
  margin: 0;
  max-width: 100%;
  text-align: left;
  padding-left: min(7vw, 8rem);
}

body.page-template-page-custom .custom-page-header {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  body.page-template-page-custom .custom-page-header {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767.98px) {
  body.page-template-page-custom .custom-page-header {
    padding-top: 160px;
  }
}
body.page-template-page-custom .custom-page-header::before {
  content: "";
  background-color: #0f4c8f;
  background: linear-gradient(45deg, #2c91ff, #003b7d, #00336d);
  position: absolute;
  width: 90%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 93% 100%, 0% 100%);
}
body.page-template-page-custom .page-header {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 23rem;
  clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
  top: -40px;
  width: 65%;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 991.98px) {
  body.page-template-page-custom .page-header {
    width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  body.page-template-page-custom .page-header {
    min-height: 16rem;
    top: -160px;
    width: 90%;
  }
}
body.page-template-page-custom .page-header::before {
  display: none;
}
body.page-template-page-custom .page-header-title-wrap {
  position: absolute;
  left: 0;
  bottom: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  padding-left: 4vw;
  color: #FFF;
}
@media screen and (max-width: 767.98px) {
  body.page-template-page-custom .page-header-title-wrap {
    bottom: 0px;
  }
}
body.page-template-page-custom .page-header-title {
  border-bottom: 2px solid #FFF;
  margin-bottom: 6px;
  padding: 0 0 0.2em 14px;
}
body.page-template-page-custom .page-header-sub-title {
  padding-left: 15px;
}

body.page-template-page-custom-nomal .page-header {
  min-height: 23rem;
}

body.page-template-page-custom-staffing-service .custom-page-header {
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 991.98px) {
  body.page-template-page-custom-staffing-service .custom-page-header {
    margin-top: 0 !important;
  }
}
body.page-template-page-custom-staffing-service .custom-page-header .page-header-title {
  max-width: 600px;
  margin: 0 auto;
  padding: 34px 1.2rem 30px;
}
body.page-template-page-custom-staffing-service .site-body {
  padding-top: 0;
}

/* トップページ ----------------------------------------------------------------------------------------- */
body.home .site-body {
  padding-top: 36px;
}

body.home .main-section {
  margin-bottom: 0;
}

/* キービジュアル スライダー */
.top-kv {
  position: relative;
}

.top-kv-catch {
  position: absolute;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 20px;
  width: 70vw;
  max-width: 100%;
}

.top-kv-catch img {
  width: 100%;
  max-width: 400px;
}

.top-kv-mask1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  clip-path: polygon(0 0, 36% 0%, 16% 100%, 0% 100%);
  z-index: 3;
  opacity: 0.88;
}

.top-kv-mask2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #248AFF;
  clip-path: polygon(0 30%, 0% 100%, 95% 100%);
  z-index: 2;
  opacity: 0.27;
}

.work-block-cont {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem !important;
}

.work-block-cont .wp-block-column {
  max-width: 430px;
}

.work-block-cont .wp-block-cover > span {
  background-color: #00e2e2;
  position: absolute;
  top: -3%;
  left: -3%;
  bottom: 3%;
  right: 3%;
}

/* swiper.js トップキービジュアル */
.top-kv-slide-cont .swiper {
  width: 100%;
  overflow: visible;
  position: relative;
}

.top-kv-slide-cont .swiper-slide {
  height: 680px;
}
@media screen and (max-width: 575.98px) {
  .top-kv-slide-cont .swiper-slide {
    height: 550px;
  }
}

.top-kv-slide-cont .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* フェードアニメーション */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.top-kv-slide-cont .swiper-slide-active .swiper-img,
.top-kv-slide-cont .swiper-slide-duplicate-active .swiper-img,
.top-kv-slide-cont .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 8s linear 0s normal both;
          animation: zoomUp 8s linear 0s normal both;
}

/* フッター -------------------------------------------------------------------------------- */
.site-footer .site-footer-content {
  max-width: 100%;
  background-color: #1E5C9F;
  color: #FFF;
  padding: 64px max(2vw, 1.2rem) 38px;
}

.site-footer .site-footer-content p {
  color: #FFF;
  font-size: 14px;
}

.site-body-bottom .widget {
  margin-bottom: 0;
}

.footer-contents-area .footer-menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  margin-top: 16px !important;
}
@media screen and (max-width: 575.98px) {
  .footer-contents-area .footer-menu-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-contents-area .footer-menu-group > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-contents-area .widget_nav_menu {
  margin: 0 !important;
}

.footer-contents-area .widget_nav_menu a {
  color: #FFF;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}

.widget_nav_menu > div > ul li a:hover, .widget_nav_menu > div > ul li.current-cat > a, .widget_nav_menu > div > ul li.current_page_item > a, .widget_nav_menu > ul li a:hover {
  background-color: #104A88;
}

.site-footer .site-footer-copyright {
  max-width: 100%;
  background-color: #104A88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer .site-footer-copyright p {
  color: #FFF;
  margin: 1em 1.2rem;
  font-size: 13px;
}

/* コンタクトフォーム整形 お問い合わせ ------------------------------------------------------------------------ */
.table-contact-form {
  border: none;
}

.table-contact-form p {
  margin-bottom: 0;
}

.contact-preferred-title {
  border-bottom: 1px solid #5e321a;
  padding: 6px 8px 2px;
  font-size: 0.9em;
}

.table-contact-form-top {
  border-bottom: 1px solid #5e321a;
  padding-bottom: 14px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-contact-form th {
  border: none;
  text-align: left;
  font-size: 1em;
}

.table-contact-form td {
  border: none;
  width: 75%;
}

.table-contact-form .name-style {
  max-width: 300px;
}

.table-contact-form .mail-style {
  max-width: 400px;
}

.table-contact-form .tel-style {
  max-width: 240px;
}

.contact-req {
  color: #ffaa00;
  font-size: 0.8em;
  border: 1px solid #ffaa00;
  padding: 0.2em 4px 0.2em;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.your-talk {
  font-size: 1.2em;
}

.contact-attention {
  color: #ffaa00;
  font-size: 0.8em;
}

.contact-submit {
  text-align: center;
  margin-top: 36px;
}

.contact-submit input[type=submit] {
  width: 50%;
  padding: 0.8em 2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-submit input[type=submit]:hover {
  background: none;
  color: var(--vk-color-primary);
  border: 1px solid var(--vk-color-primary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 8px auto 4px;
  position: relative;
}

input#zip {
  width: 10em;
}

/* 問い合わせページ タブ切替 */
.tab-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5vw;
  margin: 0 0.8rem 20px;
  padding: 0;
}

.tab-btn {
  width: auto;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0;
  color: #FFF;
  text-align: center;
  margin: 0;
  list-style: none;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-btn > a {
  width: 100%;
  padding: 0;
  color: #FFF;
  background: var(--main-color-02);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  text-decoration: none;
}

.tab-btn > a span {
  display: inline-block;
}

.tab-btn.show > a {
  background: #1e5c9f;
  color: #fff;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

.tab-wrap.contact-tab-style ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0.8rem 20px;
  padding: 0;
}

.tab-wrap.contact-tab-style .tab-btn {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  padding: 0;
  color: #2b2b2b;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0;
  list-style: none;
  cursor: pointer;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  border: 2px solid #1e5c9f;
}

.tab-wrap.contact-tab-style .tab-btn.show {
  background: #1e5c9f;
  color: #fff;
  font-weight: bold;
}

.tab-wrap.contact-tab-style .tab-btn:hover {
  color: #FFF;
  background: #1e5c9f;
}

/* video.js の設定 */
.video-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 15px #666;
  text-align: center;
}

.video-inner h2 {
  border: none;
  font-size: clamp(1.875rem, 1.6521rem + 1.0191vw, 2.875rem);
  letter-spacing: 0.2em;
  margin: 0;
}

.video-inner p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);
}

.page-header-video {
  height: 640px;
  max-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 575.98px) {
  .page-header-video {
    height: 500px;
  }
}

.video-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  background: none;
  z-index: -1;
}

#vjs_video_3 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: none;
}

.video-js {
  background: none;
}

.video-js .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}

.video-js .vjs-control-bar {
  display: none;
}

.pattern {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: radial-gradient(#000 50%, transparent 0), radial-gradient(#000 25%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
}

/* トップへ戻るボタン ----------------------------------------------------------------------- */
#page_top a {
  position: fixed;
  right: 15px;
  bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #fff;
  color: #1e5c9f;
  width: 60px;
  height: 60px;
  border: solid 1px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

#page_top a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  display: block;
  font-weight: 900;
  font-size: 0.7em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1e5c9f;
  padding: 0px 0 0 2px;
}

/* ハンバーガーメニュー ------------------------------------------------------------- */
#vk-mobile-nav-menu-btn {
  display: none;
}

.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in, .vk-mobile-nav.vk-mobile-nav-drop-in {
  top: 0;
}

.admin-bar .hamburger {
  margin-top: 30px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    margin-top: 45px;
  }
}

.hamburger {
  display: none;
  position: fixed;
  z-index: 2100;
  right: 13px;
  top: 11px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 36px;
  height: 4px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scaleY(0.5) translateY(1px);
          transform: scaleY(0.5) translateY(1px);
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 22px;
}

.hamburger span:nth-child(3) {
  top: 34px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 5px;
  -webkit-transform: rotate(-45deg) scaleY(0.5) translateY(1px);
  transform: rotate(-45deg) scaleY(0.5) translateY(1px);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg) scaleY(0.5) translateY(1px);
  transform: rotate(45deg) scaleY(0.5) translateY(1px);
}

#vk-mobile-nav {
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#vk-mobile-nav nav ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#vk-mobile-nav nav ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

#vk-mobile-nav nav ul li:last-child {
  padding-bottom: 0;
}

#vk-mobile-nav nav ul li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
#vk-mobile-nav.active {
  visibility: visible;
  opacity: 1;
}

/* reCaptcha v3 位置変更　左下 */
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
  z-index: 999;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

/* メディアクエリ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC */
/* PC・タブレット */
/* PC・タブレット */
@media only screen and (min-width: 992px) {
  /* Gナビ　メニュー */
  body:not(.header_scrolled) .global-nav--layout--float-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  /* ヘッダー スクロール時 */
  .header_scrolled .site-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* タブレット */
/* タブレット */
/* タブレット・スマホ */
@media only screen and (max-width: 767.98px) {
  /* contactform7 お問い合わせ */
  .table-contact-form th {
    display: block;
  }
  .table-contact-form td {
    width: 100%;
    display: block;
  }
  .contact-submit input[type=submit] {
    width: 100%;
  }
}
/* タブレット・スマホ */
/* スマホ */
@media only screen and (max-width: 575.98px) {
  /* 問い合わせページ タブ切替 */
  .tab-wrap.contact-tab-style .tab-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}/*# sourceMappingURL=main-style.css.map */