@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-Thin.ttf") format("truetype");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/noto-sans/NotoSansJP-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../font/zenkakugothic/ZenKakuGothicNew-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../font/zenkakugothic/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../font/zenkakugothic/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../font/zenkakugothic/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../font/zenkakugothic/ZenKakuGothicNew-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* 共通設定 --------------------------------------------------------------------- */
html {
  /* アンカーリンク移動時に画面上部に70pxの固定余白を作る */
  scroll-padding-top: 120px;
  /* スクロールを滑らかに */
  scroll-behavior: smooth;
}

body {
  z-index: -5;
  position: relative;
  color: #232323;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  position: relative;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body li, body span, body dt, body dd {
  font-family: "NotoSansJP", sans-serif;
}

body.home .site-body {
  padding: 0;
}

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

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

header.entry-header {
  display: none;
}

/* WPログイン時、管理バーが被らないように */
html {
  margin-top: 0 !important;
}

@media screen and (min-width: 992px) {
  body.header_scrolled.admin-bar header {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 991.98px) {
  body.header_scrolled.admin-bar header {
    top: 0 !important;
  }
}

body.admin-bar header {
  margin-top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    margin-top: 46px !important;
  }
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span, dd span {
  display: inline-block;
}

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

p {
  line-height: 1.8em;
}

/* 見出しサブテキスト */
.h-sub-text {
  margin-bottom: 0 !important;
  color: #68B82E;
  position: relative;
  padding-left: 1em;
}

.h-sub-text::before {
  background-color: #68B82E;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 10px;
  width: 12px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
}

h3 {
  margin-top: 1.2em !important;
}

h3::after {
  display: none;
}

/* ギャラリーブロック 拡大なし */
.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* ギャラリー */
ul.blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.blocks-gallery-grid .blocks-gallery-item__caption {
  padding: 40px 0px 9px;
}

/* vk投稿ブロック */
.vk_post .vk_post_btn {
  font-size: 14px;
  display: block;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  color: #FFF !important;
  background-color: var(--vk-color-primary);
}

/* vk投稿 メディア */
.vk_post .media-img {
  width: 15%;
}

.vk_post.media {
  display: block;
}
.vk_post.media .media-img {
  width: 100%;
}
.vk_post.media .media-body {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

/* vk投稿リスト */
.vk_post.vk_post-postType-example .const-date {
  margin-bottom: 0;
  font-size: 13px;
}

.vk_post.vk_post-postType-example .vk_post_title {
  margin-top: 0;
}

.vk_posts-postType-example .card-body {
  padding-top: 6px;
}

blockquote {
  border-left: 4px solid var(--vk-color-primary);
}

/* achieve投稿タイプの投稿リスト */
.vk_posts .type-achieve .vk_post_title a {
  position: relative;
  font-size: 1.2em;
}

.vk_posts .type-achieve .vk_post_title a::after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-weight: 900;
  padding-left: 0.8em;
  font-size: 0.7em;
  vertical-align: middle;
  margin-top: -2px;
}

@media only screen and (min-width: 782px) {
  .vk_posts-layout-postListText {
    margin: 20px 0 !important;
  }
}
.vk_posts-layout-postListText .postListText {
  padding: 1.2em 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vk_posts-layout-postListText .postListText .postListText_singleTermLabel {
  min-width: 120px;
}
.vk_posts-layout-postListText .postListText .postListText_singleTermLabel .postListText_singleTermLabel_inner {
  border-radius: 10rem;
  padding: 0.5em 1rem;
}
.vk_posts-layout-postListText .postListText .postListText_title {
  font-size: 0.95em;
}

@media only screen and (max-width: 600.98px) {
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 0 2%;
  }
}

.is-style-h2-cus-style-01 {
  position: relative;
  border: none;
  font-weight: 500;
  font-size: clamp(2rem, 1.9164rem + 0.3822vw, 2.375rem);
  margin: 0.7em 0 0.5em 0 !important;
  padding-bottom: 0.3em;
  padding-top: 0.2em;
}
.is-style-h2-cus-style-01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background-color: #68B82E;
}

.is-style-h2-cus-style-02 {
  position: relative;
  border: none;
  font-weight: 500;
  font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
  margin: 0.6em 0 0.5em 0 !important;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
  max-width: 100%;
}

.is-style-p-cus-style-01 {
  margin: 0 !important;
}

.h2-cus-grp {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.6em !important;
}
@media only screen and (max-width: 781px) {
  .h2-cus-grp {
    margin-top: 12px !important;
  }
}
.h2-cus-grp h2 {
  position: relative;
  border: none;
  font-weight: 500;
  font-size: clamp(2.625rem, 2.3742rem + 1.1465vw, 3.75rem);
  padding: 0;
  margin: 0 0 0.1em 0 !important;
}
.h2-cus-grp h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 3px;
  background-color: #68B82E;
}
.h2-cus-grp.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.h2-cus-grp.center h2::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.h2-cus-grp p {
  margin: 0 !important;
}

@media only screen and (min-width: 782px) {
  .wp-block-column .h2-cus-grp {
    margin-left: 12px !important;
  }
}

/* コンテンツ幅レイアウト */
.width-contents {
  max-width: 1110px;
  margin: 0 auto;
}

.width-mid {
  max-width: 780px;
  margin: 0 auto;
}

/* テーブルレイアウト */
/* カスタムテーブル１ */
.custom-table01 > table {
  border: none;
  border-spacing: 0 6px;
  border-collapse: separate;
}

.custom-table01 > table th,
.custom-table01 > table td {
  padding: 1.4em 0;
  border: none;
}

.custom-table01 > table th, .custom-table01 > table tr > td:first-child {
  width: 25%;
  background: #fbfbfb;
  font-weight: bold;
  text-align: center;
}

.custom-table01 > table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
}

.custom-table01 > table td::after {
  background-color: #E8E8E8;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 99%;
  bottom: 0;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 575.98px) {
  .custom-table01 > table th, .custom-table01 > table td, .custom-table01 > table tr > td:first-child {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
}
/* カスタムテーブル２ */
.custom-table02 > table {
  border: none;
  border-spacing: 0 6px;
  border-collapse: separate;
}

.custom-table02 > table th,
.custom-table02 > table td {
  padding: 1.4em 0;
  border: none;
}

.custom-table02 > table th, .custom-table02 > table tr > td:first-child {
  font-weight: bold;
  text-align: center;
}

.custom-table02 > table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
}

.custom-table02 > table td::after {
  background-color: #E8E8E8;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 99%;
  bottom: 0;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 575.98px) {
  .custom-table02 > table th, .custom-table02 > table td, .custom-table02 > table tr > td:first-child {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .custom-table02 > table th::after, .custom-table02 > table tr > td:first-child::after {
    background-color: #777777;
  }
}
.site-header {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.header_scrolled .site-header {
  width: 100%;
}

.site-header-container {
  height: 72px;
}

@media screen and (min-width: 992px) {
  .site-header-container--scrolled--logo-and-nav-full {
    padding-right: 1vw;
    padding-left: 1.3vw;
  }
}
@media screen and (max-width: 991.98px) {
  .header_scrolled .site-header {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  .header_scrolled .header-top, .header_scrolled .site-header-logo, .header_scrolled .site-header-sub, .header_scrolled .vk-campaign-text {
    display: block;
  }
}
.site-header-logo a {
  height: auto;
}
.site-header-logo img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991.98px) {
  .site-header-logo img {
    max-width: 320px;
    margin: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .site-header-logo {
    padding-right: 20%;
  }
}

body:not(.header_scrolled) #site-header #site-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  body:not(.header_scrolled) #site-header #site-header-container {
    max-width: 100%;
    padding-left: 1.3vw;
    padding-right: 1vw;
  }
  body:not(.header_scrolled) #site-header .site-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo img,
.header_scrolled .site-header-container--scrolled--logo-and-nav-full .site-header-logo img {
  max-height: 100% !important;
  opacity: 0;
}
@media screen and (max-width: 991.98px) {
  .header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo img,
  .header_scrolled .site-header-container--scrolled--logo-and-nav-full .site-header-logo img {
    opacity: 1;
  }
}
.header_scrolled .header-logo-after-cont > a > img {
  max-height: 50px;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .global-nav {
    display: none;
  }
}
.global-nav > ul {
  padding: 6px 0 6px 12px;
}

.global-nav-list > li {
  position: relative;
}
.global-nav-list > li:before {
  display: none;
}
.global-nav-list > li .global-nav-description {
  font-weight: 400;
  opacity: 1;
}
.global-nav-list > li > a {
  margin: 0 6px;
  padding: 10px 1.5em;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.global-nav-list > li > a .global-nav-name {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.global-nav-list > li > a > span {
  color: var(--accent-color01);
  font-weight: 800;
}

.device-pc .global-nav-list > li > a {
  margin: 0 6px;
  padding: 10px 1.5em;
}
.device-pc .global-nav-list > li.btn-item a {
  border-radius: 10rem;
  color: #FFF;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.device-pc .global-nav-list > li.btn-item a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.device-pc .global-nav-list > li.recruit a {
  background-color: #68B82E;
}
.device-pc .global-nav-list > li.contact a {
  background-color: #1285B1;
}

#menu-slide-line {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #68B82E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.home:not(.header_scrolled) #menu-slide-line {
  background-color: #FFF;
}

#vk-mobile-nav-menu-btn {
  display: none;
}

@media screen and (min-width: 992px) {
  body.device-pc .hamburger {
    display: none;
  }
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 2100;
  right: 13px;
  top: 14px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  background-color: #fff;
  z-index: 2000;
  text-align: center;
  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.active {
  visibility: visible;
  opacity: 1;
}
#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;
}
#vk-mobile-nav nav .is-recruit {
  display: none;
}
#vk-mobile-nav nav .is-recruit .is-recruit-logo-set {
  width: 100%;
  max-width: 400px;
  padding: 0 12px;
  margin: 20px auto 20px;
}
#vk-mobile-nav nav .is-recruit .is-recruit-logo-set a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#vk-mobile-nav nav .is-recruit .is-recruit-logo-set a img {
  width: 100%;
  height: auto;
}
#vk-mobile-nav nav .is-recruit .is-recruit-logo-set .sub-title {
  font-size: 18px;
  color: #818181;
  font-weight: 500;
}
#vk-mobile-nav nav .is-recruit .is-recruit-title {
  font-size: 14px;
  font-weight: 500;
  margin: 15px auto 0;
  color: #959595;
}
#vk-mobile-nav nav .is-recruit .is-recruit-menu {
  text-align: left;
  max-width: 400px;
  margin: 15px auto 36px;
}
#vk-mobile-nav nav .is-recruit .is-recruit-menu li a {
  padding: 0.8em 0.8em;
}
#vk-mobile-nav nav .is-recruit .sidebar-banner.is-recruit-banner {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 10px;
  padding: 0 10px;
  text-align: center;
}
#vk-mobile-nav nav .is-recruit .sidebar-banner.is-recruit-banner a {
  display: block;
  width: 100%;
}
#vk-mobile-nav nav .is-recruit .sidebar-banner.is-recruit-banner a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
#vk-mobile-nav nav .is-recruit .btn-official.is-recruit-footer-btn {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin: 30px auto;
  padding: 15px 30px;
  background-color: transparent;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#vk-mobile-nav nav .is-recruit .btn-official.is-recruit-footer-btn:hover {
  background-color: #3aa636; /* $color-greenのカラーコード直接指定 */
  color: #fff;
  border-color: #3aa636;
}

body.page-template-page-recruit #vk-mobile-nav nav .is-recruit {
  display: block;
}
body.page-template-page-recruit #vk-mobile-nav nav ul:not(.is-recruit-menu) {
  display: none;
}

body.page-template-page-recruit .vk-mobile-nav-widget {
  display: none;
}

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

.admin-bar .hamburger {
  top: calc(32px + 1.8%);
}
@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: calc(46px + 1.8%);
  }
}

.kv-slider {
  position: relative;
}
.kv-slider .kv-recruit-banner {
  position: absolute;
  top: 120px;
  right: 20px;
  z-index: 10;
  display: block;
  width: 230px;
  height: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.kv-slider .kv-recruit-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.kv-slider .kv-recruit-banner:hover {
  opacity: 0.95;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 991.98px) {
  .kv-slider .kv-recruit-banner {
    display: none !important;
  }
}
.kv-slider .vk_slider_item .vk_slider_item_container {
  max-width: 900px;
  margin-left: 0;
  bottom: 10%;
  left: 0;
  position: absolute;
  width: 100%;
}
.kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group {
  background-color: rgba(0, 0, 0, 0.631372549);
  padding: 42px 4vw;
}
.kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group > p {
  max-width: 100%;
}
.kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group .wp-block-vk-blocks-animation:nth-child(1) p {
  font-size: 18px !important;
  letter-spacing: 0.3em;
  font-weight: 400;
  margin: 0 !important;
  color: #8AD850;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: -6px !important;
}
@media screen and (max-width: 575.98px) {
  .kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group .wp-block-vk-blocks-animation:nth-child(1) p {
    font-size: 16px !important;
  }
}
.kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group .wp-block-vk-blocks-animation:nth-child(1) p::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #8AD850;
}
.kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group .wp-block-vk-blocks-animation:nth-child(2) p:nth-of-type(1) {
  font-size: 55px;
  line-height: 1.4em;
  margin-bottom: 12px !important;
  margin: 0 !important;
}
@media screen and (max-width: 991.98px) {
  .kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group .wp-block-vk-blocks-animation:nth-child(2) p:nth-of-type(1) {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group .wp-block-vk-blocks-animation:nth-child(2) p:nth-of-type(1) {
    font-size: 8vw !important;
  }
}
.kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group .wp-block-vk-blocks-animation:nth-child(2) p:nth-of-type(2) {
  font-size: 20px !important;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.231372549));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.231372549));
}
@media screen and (max-width: 575.98px) {
  .kv-slider .vk_slider_item .vk_slider_item_container .wp-block-group .wp-block-vk-blocks-animation:nth-child(2) p:nth-of-type(2) {
    font-size: 14px !important;
  }
}

.orn {
  position: absolute;
  display: inline-block;
  width: 100%;
}

.orn::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.orn-img01::before {
  background-image: url("../img/orn-img01.jpg");
  left: -322px;
  width: 590px;
  height: 460px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .orn-img01::before {
    left: -87px;
    width: 378px;
    height: 323px;
  }
}
@media screen and (max-width: 575.98px) {
  .orn-img01::before {
    left: -40px;
    width: 220px;
    height: 270px;
  }
}

.orn-img02::before {
  background-image: url("../img/orn-img02.jpg");
  right: -290px;
  width: 560px;
  height: 402px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .orn-img02::before {
    right: -43px;
    width: 269px;
    height: 206px;
  }
}
@media screen and (max-width: 575.98px) {
  .orn-img02::before {
    right: -14px;
    width: 214px;
    height: 170px;
  }
}

.orn-img03::before {
  background-image: url("../img/orn-img03.jpg");
  left: -100px;
  width: 420px;
  height: 320px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .orn-img03::before {
    left: -90px;
    width: 340px;
    height: 240px;
  }
}
@media screen and (max-width: 575.98px) {
  .orn-img03::before {
    left: -30px;
    width: 220px;
    height: 160px;
  }
}

.orn-img04::before {
  background-image: url("../img/orn-img04.jpg");
  right: -190px;
  width: 430px;
  height: 290px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(357deg);
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .orn-img04::before {
    right: -47px;
    width: 275px;
    height: 206px;
  }
}
@media screen and (max-width: 575.98px) {
  .orn-img04::before {
    right: 6px;
    width: 180px;
    height: 150px;
  }
}

.orn-bgcolor01 {
  z-index: -1;
}

.orn-bgcolor01::before {
  content: "";
  left: -260px;
  width: 420px;
  height: 270px;
  opacity: 1;
  background-color: #F4FCF1;
}

.orn-bgcolor02 {
  z-index: -1;
}

.orn-bgcolor02::before {
  content: "";
  right: -352px;
  width: 350px;
  height: 250px;
  opacity: 1;
  background-color: #F4FCF1;
}

.slanted-cont-r, .slanted-cont-l {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  top: 2px;
  vertical-align: bottom;
}

@media screen and (max-width: 991.98px) {
  .page-header {
    margin-top: 0 !important;
  }
}
.page-header .page-header-inner {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6117647059);
  max-width: 900px;
  bottom: 10%;
  position: absolute;
  padding: 34px 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-header .page-header-inner h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-header .page-header-inner .page-header-subtext {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #8AD850;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 991.98px) {
  body.home .site-body {
    margin-top: 0 !important;
  }
}

#breadcrumb .container {
  max-width: 100% !important;
  padding: 0 3vw;
}

body.page-template-page-recruit {
  font-family: "ZenKakuGothicNew", sans-serif;
}
body.page-template-page-recruit h1, body.page-template-page-recruit h2, body.page-template-page-recruit h3, body.page-template-page-recruit h4, body.page-template-page-recruit h5, body.page-template-page-recruit h6, body.page-template-page-recruit p, body.page-template-page-recruit a, body.page-template-page-recruit li, body.page-template-page-recruit span, body.page-template-page-recruit dt, body.page-template-page-recruit dd {
  font-family: "ZenKakuGothicNew", sans-serif;
}
body.page-template-page-recruit h1, body.page-template-page-recruit h2, body.page-template-page-recruit h3, body.page-template-page-recruit h4, body.page-template-page-recruit h5, body.page-template-page-recruit h6 {
  font-weight: 600;
  color: #5AA523;
  line-height: 1.2em;
}
body.page-template-page-recruit {
  font-size: 18px;
}
body.page-template-page-recruit h1 {
  font-size: 2.5em;
}
body.page-template-page-recruit h2 {
  margin-top: 0 !important;
  padding-top: 0;
}
body.page-template-page-recruit h3 {
  font-size: 1.5em;
}
body.page-template-page-recruit p {
  font-size: 100%;
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit p {
    font-size: 16px;
  }
}
body.page-template-page-recruit .wp-block-table th, body.page-template-page-recruit .wp-block-table td {
  font-size: 1.2em;
  font-weight: 500 !important;
}
body.page-template-page-recruit .wp-block-vk-blocks-alert p {
  font-size: 16px;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .wp-block-vk-blocks-alert p {
    font-size: 14px;
  }
}
body.page-template-page-recruit .recruit-group-cont {
  background-color: #F9FFF6;
  border-radius: 2rem;
  border: 4px solid #FFDD36;
  margin: min(80px, 8vw) 0;
  padding: min(70px, 12vw) min(80px, 6vw);
}
body.page-template-page-recruit .heading-ph-en {
  margin-bottom: -0.5em !important;
  overflow: visible;
  max-width: 50%;
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg);
}
body.page-template-page-recruit .heading-ph-en img {
  overflow: visible;
}
body.page-template-page-recruit {
  overflow-x: clip;
}
@media screen and (max-width: 1199.98px) {
  body.page-template-page-recruit {
    overflow-x: clip;
  }
}
body.page-template-page-recruit .recruit-page-custom,
body.page-template-page-recruit .site-main-wrap {
  overflow: visible !important;
}
@media screen and (max-width: 1199.98px) {
  body.page-template-page-recruit .recruit-page-custom,
  body.page-template-page-recruit .site-main-wrap {
    overflow: visible !important;
  }
}
body.page-template-page-recruit .recruit-page-custom.fv-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #8AD850;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
body.page-template-page-recruit.admin-bar .recruit-page-custom.fv-container {
  padding-top: 32px;
}
@media screen and (max-width: 782px) {
  body.page-template-page-recruit.admin-bar .recruit-page-custom.fv-container {
    padding-top: 46px;
  }
}
body.page-template-page-recruit .fv-curve-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1240px;
  background-color: #F9FFF6;
  clip-path: url(#clip-fv-wave);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1620px) {
  body.page-template-page-recruit .fv-curve-bg {
    height: calc(1400px - (1620px - 100vw) * 0.933);
  }
}
@media screen and (max-width: 1199.98px) {
  body.page-template-page-recruit .fv-curve-bg {
    height: 116.6666666667vw;
  }
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-curve-bg {
    height: 1080px;
    clip-path: url(#clip-fv-wave-sp);
  }
}
body.page-template-page-recruit .site-main-wrap {
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  body.page-template-page-recruit .site-main-wrap {
    max-width: 100%;
  }
}
body.page-template-page-recruit .fv-main {
  width: calc(100% - 360px);
  position: relative;
  background-color: transparent;
  container-type: inline-size;
}
@media screen and (max-width: 1199.98px) {
  body.page-template-page-recruit .fv-main {
    width: 100%;
  }
}
body.page-template-page-recruit .fv-section {
  position: relative;
  width: 100%;
  height: 900px;
  padding: 20px min(3vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1739.98px) {
  body.page-template-page-recruit .fv-section {
    height: calc(900px * (100cqi - min(6vw, 100px)) / 1140px + 40px);
  }
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-section {
    height: 780px;
  }
}
body.page-template-page-recruit .fv-scale-container {
  width: 1140px;
  height: 900px;
  position: relative;
}
@media screen and (max-width: 1739.98px) {
  body.page-template-page-recruit .fv-scale-container {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(calc((100cqi - min(6vw, 100px)) / 1140px));
            transform: scale(calc((100cqi - min(6vw, 100px)) / 1140px));
  }
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-scale-container {
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: initial;
            transform-origin: initial;
  }
}
body.page-template-page-recruit .lp-sections-content {
  position: relative;
  z-index: 10;
  padding: min(100px, 10vw) min(40px, 3vw);
  background-color: transparent;
  color: #6E7B64;
}
body.page-template-page-recruit .fv-header,
body.page-template-page-recruit .fv-catch-group {
  position: relative;
  z-index: 10;
}
body.page-template-page-recruit .fv-header {
  margin-top: 0 !important;
}
body.page-template-page-recruit .fv-header .fv-logo {
  max-width: 260px;
  height: auto;
}
body.page-template-page-recruit .fv-catch-group {
  margin: 26px 20px 0 0;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
body.page-template-page-recruit .fv-catch-group .fv-catch-en {
  max-width: 590px;
  width: 100%;
  height: auto;
}
body.page-template-page-recruit .fv-catch-group .fv-catch-en img {
  width: 100%;
  height: auto;
}
body.page-template-page-recruit .fv-catch-group .fv-catch-ja {
  max-width: 450px;
  width: 84%;
  margin-top: min(1vw, 20px);
  height: auto;
}
body.page-template-page-recruit .fv-catch-group .fv-catch-ja img {
  width: 100%;
  height: auto;
}
body.page-template-page-recruit .fv-visual-area {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 5;
}
body.page-template-page-recruit .fv-visual-area .visual-item {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
body.page-template-page-recruit .fv-visual-area .visual-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-page-recruit .fv-visual-area .visual-item.img-worker-left {
  top: 280px;
  left: -66px;
  width: 620px;
  height: 620px;
  z-index: 2;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .visual-item.img-worker-left {
    top: 219px;
    left: calc(50% - 283px);
    width: 340px;
    height: 340px;
  }
}
body.page-template-page-recruit .fv-visual-area .visual-item.img-worker-center {
  top: 80px;
  left: 574px;
  width: 460px;
  height: 460px;
  z-index: 4;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .visual-item.img-worker-center {
    top: 165px;
    left: calc(50% - 11px);
    width: 245px;
    height: 245px;
  }
}
body.page-template-page-recruit .fv-visual-area .visual-item.img-office {
  top: 590px;
  left: 564px;
  width: 310px;
  height: 310px;
  z-index: 2;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .visual-item.img-office {
    top: 475px;
    left: calc(50% - 3px);
    width: 205px;
    height: 205px;
  }
}
body.page-template-page-recruit .fv-visual-area .visual-item.img-facility {
  top: 510px;
  left: 894px;
  width: 250px;
  height: 250px;
  z-index: 3;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .visual-item.img-facility {
    top: 575px;
    left: calc(50% - 180px);
    width: 183px;
    height: 183px;
  }
}
body.page-template-page-recruit .fv-visual-area .pattern-item {
  position: absolute;
  height: auto;
}
body.page-template-page-recruit .fv-visual-area .pattern-item.orn01 {
  top: 319px;
  left: -171px;
  width: 245px;
  z-index: 2;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .pattern-item.orn01 {
    top: 187px;
    left: calc(50% - 295px);
    width: 156px;
  }
}
body.page-template-page-recruit .fv-visual-area .pattern-item.orn02 {
  top: 78px;
  left: 914px;
  width: 175px;
  z-index: 3;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .pattern-item.orn02 {
    top: 132px;
    left: calc(50% + 115px);
    width: 104px;
  }
}
body.page-template-page-recruit .fv-visual-area .pattern-item.orn03 {
  top: 359px;
  left: 869px;
  width: 198px;
  z-index: 4;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .pattern-item.orn03 {
    top: 429px;
    left: calc(50% + 106px);
    width: 110px;
  }
}
body.page-template-page-recruit .fv-visual-area .pattern-item.circle-solid01 {
  top: 742px;
  left: -39px;
  width: 200px;
  height: 200px;
  z-index: 1;
  background-color: #ade73e;
  border-radius: 50%;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .pattern-item.circle-solid01 {
    top: 474px;
    left: calc(50% - 241px);
    width: 140px;
    height: 140px;
  }
}
body.page-template-page-recruit .fv-visual-area .pattern-item.circle-solid02 {
  top: 462px;
  left: 489px;
  width: 80px;
  height: 80px;
  z-index: 2;
  background-color: #a2cd18;
  border-radius: 50%;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .pattern-item.circle-solid02 {
    top: 412px;
    left: calc(50% + 19px);
    width: 50px;
    height: 50px;
  }
}
body.page-template-page-recruit .fv-visual-area .pattern-item.circle-solid03 {
  top: 528px;
  left: 575px;
  width: 45px;
  height: 45px;
  z-index: 2;
  background-color: #FFD300;
  border-radius: 50%;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-recruit .fv-visual-area .pattern-item.circle-solid03 {
    top: 444px;
    left: calc(50% + 72px);
    width: 25px;
    height: 25px;
  }
}
body.page-template-page-recruit .fv-sidebar {
  width: 360px;
  padding: 40px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 3px solid #3aa636;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 60px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 999;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: sidebarFadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: sidebarFadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 1199.98px) {
  body.page-template-page-recruit .fv-sidebar {
    display: none;
  }
}
body.admin-bar body.page-template-page-recruit .fv-sidebar {
  top: 92px;
}
@media screen and (max-width: 782px) {
  body.admin-bar body.page-template-page-recruit .fv-sidebar {
    top: 106px;
  }
}
body.page-template-page-recruit .fv-sidebar .sidebar-sticky-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.page-template-page-recruit .fv-sidebar .sidebar-logo {
  text-align: center;
  margin-bottom: 20px;
}
body.page-template-page-recruit .fv-sidebar .sidebar-logo img {
  max-width: 100%;
  height: auto;
}
body.page-template-page-recruit .fv-sidebar .sub-title {
  color: #858585;
  font-weight: 500;
  font-size: 17px;
}
body.page-template-page-recruit .fv-sidebar .sidebar-title {
  font-size: 0.8rem;
  color: #999;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
  position: relative;
}
body.page-template-page-recruit .fv-sidebar .sidebar-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ddd;
  margin: 5px auto 0;
}
body.page-template-page-recruit .fv-sidebar .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-template-page-recruit .fv-sidebar .sidebar-nav ul li {
  border-bottom: 1px dashed #eee;
}
body.page-template-page-recruit .fv-sidebar .sidebar-nav ul li:last-child {
  border-bottom: none;
}
body.page-template-page-recruit .fv-sidebar .sidebar-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
  padding: 0.2em 0;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body.page-template-page-recruit .fv-sidebar .sidebar-nav ul li a:hover {
  color: #3aa636;
}
body.page-template-page-recruit .fv-sidebar .sidebar-nav ul li a span {
  color: #3aa636;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 12px 0 0;
}
body.page-template-page-recruit .fv-sidebar .sidebar-footer {
  margin-top: 30px;
  text-align: center;
}
body.page-template-page-recruit .fv-sidebar .sidebar-footer .btn-official {
  display: inline-block;
  padding: 10px 30px;
  background-color: transparent;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
body.page-template-page-recruit .fv-sidebar .sidebar-footer .btn-official:hover {
  background-color: #3aa636;
  color: #fff;
  border-color: #3aa636;
}
body.page-template-page-recruit .fv-sidebar .sidebar-banner {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
body.page-template-page-recruit .fv-sidebar .sidebar-banner a {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
body.page-template-page-recruit .fv-sidebar .sidebar-banner a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
body.page-template-page-recruit .fv-sidebar .sidebar-banner a:hover {
  opacity: 0.9;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
body.page-template-page-recruit .recruit-footer {
  width: 100%;
  background-color: #3aa636;
  padding: 20px 1.2rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.page-template-page-recruit .recruit-footer .copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
body.page-template-page-recruit .animate-left-to-right {
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-animation: fadeLineIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeLineIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
body.page-template-page-recruit .animate-left-to-right.fv-catch-ja {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes fadeLineIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLineIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.page-template-page-recruit .anim-bounce {
  opacity: 0;
  -webkit-transform: translateY(120px) scale(0.85);
          transform: translateY(120px) scale(0.85);
  -webkit-animation: bounceUp 1.1s cubic-bezier(0.175, 0.885, 0.32, 1.25) forwards;
          animation: bounceUp 1.1s cubic-bezier(0.175, 0.885, 0.32, 1.25) forwards;
}
body.page-template-page-recruit .anim-bounce[data-delay="1"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
body.page-template-page-recruit .anim-bounce[data-delay="2"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.page-template-page-recruit .anim-bounce[data-delay="3"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
body.page-template-page-recruit .anim-bounce[data-delay="4"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
body.page-template-page-recruit .anim-bounce[data-delay="5"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes bounceUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes bounceUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes sidebarFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes sidebarFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.site-footer {
  position: relative;
  font-size: 15px;
  border: none;
}

.site-footer-content {
  padding-bottom: 40px;
}

.site-footer-content .widget_nav_menu a {
  font-size: 14px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.site-footer-content .widget {
  margin-bottom: 0;
}

.site-footer-copyright {
  padding: 2px 1.2rem;
  max-width: 100% !important;
  background: #5AA523;
  color: #FFF;
}

.site-footer-copyright > p {
  font-size: 14px;
  line-height: 1.2em;
  margin: 20px;
}

/* フッターのvk投稿リスト */
.site-footer .postListText_singleTermLabel {
  display: inline-block;
  float: none;
  max-width: 120px;
  min-width: 120px;
}

.site-footer .postListText_title {
  float: none;
  margin-top: 0.4em;
}

.site-footer #menu-footer-mobile-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .site-footer #menu-footer-mobile-navi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer #menu-footer-mobile-navi .menu-item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .site-footer #menu-footer-mobile-navi .menu-item {
    width: calc(50% - 10px);
  }
}

/* 投稿詳細ページ ------------------------------------------------------------- */
body.single h2 {
  padding-top: 0;
}

/* コンタクトフォーム整形 お問い合わせ */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
  margin: 4px 0;
}

.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 #e1e1e1;
  padding-bottom: 14px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-contact-form th, .table-contact-form td {
  padding: 0.5rem 0;
}

.table-contact-form th {
  border: none;
  text-align: left;
  font-size: 1em;
}
@media screen and (max-width: 767.98px) {
  .table-contact-form th {
    display: block;
    padding-bottom: 0;
  }
}

.table-contact-form td {
  border: none;
  width: 75%;
}
@media screen and (max-width: 767.98px) {
  .table-contact-form td {
    width: 100%;
    display: block;
    padding-top: 0;
  }
}

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

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

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

.table-contact-form .wpcf7-checkbox {
  position: relative;
  left: -1em;
}

.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] {
  padding: 0.8em 2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 400px;
  width: 100%;
  border-radius: 10rem;
  border: none;
  background-color: #3aa636;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 6px 0 #287526;
          box-shadow: 0 6px 0 #287526;
  cursor: pointer;
  position: relative;
  top: 0;
}

.contact-submit input[type=submit]:hover {
  background-color: #42be3e;
  color: #fff;
  -webkit-box-shadow: 0 6px 0 #287526;
          box-shadow: 0 6px 0 #287526;
}

.contact-submit input[type=submit]:active {
  top: 4px;
  -webkit-box-shadow: 0 2px 0 #287526;
          box-shadow: 0 2px 0 #287526;
}

.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;
}

.wpcf7-checkbox .has-free-text {
  display: block;
}

/* baguetteBox */
body #baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  max-height: 95%;
  max-width: 100%;
  min-height: 95%;
  min-width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

#page_top {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 100;
}

#page_top a {
  display: block;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #3aa636;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
#page_top a::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#page_top a:hover {
  background-color: #42be3e;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 575.98px) {
  #page_top a {
    display: none;
  }
}

body.page-template-page-recruit #page_top a {
  width: 120px;
  height: 120px;
  background: url(../img/recruit-gotop.svg) no-repeat center;
  background-size: contain;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
body.page-template-page-recruit #page_top a::after {
  display: none;
}
body.page-template-page-recruit #page_top a:hover {
  background: url(../img/recruit-gotop.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
}

.swiper-pagination-bullet {
  border-radius: 10rem;
}

.swiper-pagination-bullet-active {
  background: #68B82E;
}/*# sourceMappingURL=main-style.css.map */