/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
main {
  overflow: hidden;
}

h1, h2, h3, h4, p {
  margin: 0;
  color: #3D3D3D;
}

h1 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

span {
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul, li, a {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px !important;
}

li a {
  font-size: 16px !important;
}
li a:hover {
  text-decoration: none;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #3D3D3D;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
a:hover {
  text-decoration: none;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

.flex-j-evenly {
  justify-content: space-evenly;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-sp-wrap {
  flex-wrap: wrap;
  gap: 20px;
}

.size-12 {
  font-size: 12px;
}

.size-16 {
  font-size: 16px;
}

.size-20 {
  font-size: 20px;
}

.size-22 {
  font-size: 22px;
}

.size-24 {
  font-size: 24px !important;
}

.size-28 {
  font-size: 28px;
}

.size-32 {
  font-size: 32px;
}

.size-36 {
  font-size: 24px;
}

.size-40 {
  font-size: 40px;
}

.size-56 {
  font-size: 56px;
}

.size-60 {
  font-size: 60px;
}

.size-64 {
  font-size: 64px;
}

.size-72 {
  font-size: 72px;
}

.size-90 {
  font-size: 90px;
}

.size-96 {
  font-size: 96px;
}

.size-112 {
  font-size: 112px;
}

.color-white {
  color: #fff;
}

.color-green {
  color: #44AF37;
}

.color-green_s {
  color: #daf2db;
}

.color-default {
  color: #3D3D3D;
}

.color-gray {
  color: #707070;
}

.color-blue {
  color: #18AAEB;
}

.color-black {
  color: #111;
}

.color-orange {
  color: #B9B100;
}

.color-brown {
  color: #AF8537;
}

.fs-noto-san-Regular {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs-noto-san-Medium {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fs-noto-san-Bold {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fs-meirio-Regular {
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs-meirio-Bold {
  font-family: "meiryo-ui", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fs-noto-san-semiBold {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fs-futura-Book {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.fs-futura-Medium {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

.fs-futura-Demi {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}

.fs-Segoe-Regular {
  font-family: "segoe-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs-Segoe-Bold {
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.op-0 {
  opacity: 0;
}

.border-radius-15 {
  border-radius: 15px;
}

[id] {
  scroll-margin-top: 70px;
}

.padding-80 {
  padding: 80px 0;
}

.padding-120 {
  padding: 120px 0;
}

#header .section-wrap .uk-flex .flex-item:last-child .header, #header-recruit .section-wrap .uk-flex .flex-item:last-child .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .section-wrap .uk-flex .flex-item:last-child .logo, #header-recruit .section-wrap .uk-flex .flex-item:last-child .logo {
  font-size: 24px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_hidden, #header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_hidden {
  display: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open, #header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  background: #44AF37;
  width: 70px;
  height: 70px;
  border-bottom-left-radius: 15px;
  top: 0;
  right: 0;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after, #header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open span,
#header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before,
#header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before, #header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before {
  bottom: 8px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after, #header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  top: 8px;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span, #header-recruit .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before, #header-recruit .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(35deg);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after, #header-recruit .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-35deg);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content, #header-recruit .section-wrap .uk-flex .flex-item:last-child .nav_content {
  width: 90%;
  height: 100% !important;
  position: fixed;
  top: 90px;
  right: -100% !important;
  z-index: 99;
  background: #fff;
  transition: 0.5s;
  text-align: center;
  padding-top: 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_list, #header-recruit .section-wrap .uk-flex .flex-item:last-child .nav_list {
  list-style: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item a, #header-recruit .section-wrap .uk-flex .flex-item:last-child .nav_item a {
  color: #3D3D3D;
  text-decoration: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .recruit a, #header-recruit .section-wrap .uk-flex .flex-item:last-child .recruit a {
  background: #44AF37;
  border: 1px solid #44AF37;
  color: #fff;
  padding: 5px 40px;
  border-radius: 15px;
}
#header .section-wrap .uk-flex .flex-item:last-child .recruit a:hover, #header-recruit .section-wrap .uk-flex .flex-item:last-child .recruit a:hover {
  background: #fff;
  color: #44AF37;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content, #header-recruit .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content {
  right: 0 !important;
}
#header .section-wrap .uk-flex .flex-item:last-child ul, #header .section-wrap .uk-flex .flex-item:last-child ol, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul, #header-recruit .section-wrap .uk-flex .flex-item:last-child ol {
  padding-left: inherit;
}
#header .section-wrap .uk-flex .flex-item:last-child li, #header-recruit .section-wrap .uk-flex .flex-item:last-child li {
  text-align: left;
  padding: 0 20px;
  margin: 0 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child li.nav_item, #header-recruit .section-wrap .uk-flex .flex-item:last-child li.nav_item {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
#header .section-wrap .uk-flex .flex-item:last-child li.nav_item a, #header-recruit .section-wrap .uk-flex .flex-item:last-child li.nav_item a {
  position: relative;
}
#header .section-wrap .uk-flex .flex-item:last-child li.nav_item a::before, #header-recruit .section-wrap .uk-flex .flex-item:last-child li.nav_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  background: #44AF37;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  margin-left: 0 !important;
}
#header .section-wrap .uk-flex .flex-item:last-child li.nav_item a.uk-accordion-title, #header-recruit .section-wrap .uk-flex .flex-item:last-child li.nav_item a.uk-accordion-title {
  overflow: unset;
}
#header .section-wrap .uk-flex .flex-item:last-child li.recruit, #header-recruit .section-wrap .uk-flex .flex-item:last-child li.recruit {
  border-bottom: none;
}
#header .section-wrap .uk-flex .flex-item:last-child li.recruit a::before, #header-recruit .section-wrap .uk-flex .flex-item:last-child li.recruit a::before {
  content: none !important;
}
#header .section-wrap .uk-flex .flex-item:last-child li a, #header-recruit .section-wrap .uk-flex .flex-item:last-child li a {
  font-size: 20px !important;
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li.nav_item a, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li.nav_item a {
  width: auto;
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li.nav_item a::after, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li.nav_item a::after {
  background-image: none;
  content: "＞";
  position: absolute;
  right: 0;
  transform: rotate(90deg);
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li.uk-open a::after, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li.uk-open a::after {
  content: "＞";
  transform: rotate(-90deg);
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content {
  margin-top: 10px;
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content ul li, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content ul li {
  padding: 0;
  margin: 0;
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content ul li a, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content ul li a {
  width: 100%;
  display: block;
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content ul li a::before, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content ul li a::before {
  content: "-";
  padding-right: 10px;
  background: unset;
  width: unset;
  height: unset;
}
#header .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content ul li a::after, #header-recruit .section-wrap .uk-flex .flex-item:last-child ul.uk-accordion li .uk-accordion-content ul li a::after {
  content: none;
}

#header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open {
  background: #fff;
}
#header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open span,
#header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before,
#header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  background: #44AF37;
}
#header-recruit .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  background: #fff;
}
#header-recruit .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  background: #fff;
}
#header-recruit .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open {
  background: #44AF37;
}

.link {
  position: relative;
  z-index: 1;
}
.link a {
  border: 1px solid #707070;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  color: #3D3D3D;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.link a::after {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/mixins/link-arrow-icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  right: -20px;
  transition: all 0.3s ease;
}
.link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #44AF37;
  z-index: -1;
  transition: left 0.3s ease;
}
.link a:hover {
  color: #fff;
  border: 1px solid #44AF37;
}
.link a:hover::after {
  right: -25px;
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/mixins/link-arrow-hover-icon.webp");
}
.link a:hover::before {
  left: 0;
}

.page-mv {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.page-mv .favicon-box {
  position: absolute;
  right: -2%;
  top: 40%;
  max-width: 360px;
}

.nav-list a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3D3D3D;
  font-size: 12px !important;
}
.nav-list a::after {
  content: "＞";
  color: #3D3D3D;
  margin: 0 5px;
  font-size: 12px;
  text-decoration: none;
  pointer-events: none;
}
.nav-list span {
  font-size: 12px;
  color: #3D3D3D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

nav.breadcrumbs {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 200;
  width: 80%;
  padding: 0 40px;
}
nav.breadcrumbs ul {
  display: flex;
}
nav.breadcrumbs ul li a {
  font-size: 12px !important;
  color: #3D3D3D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav.breadcrumbs ul li:nth-child(n+2) a::before {
  content: "＞";
  margin: 0 5px;
  font-size: 12px;
  text-decoration: none;
  pointer-events: none;
  color: #3D3D3D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav.breadcrumbs ul li span {
  font-size: 12px;
  color: #3D3D3D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav.breadcrumbs ul li span::before {
  content: "＞";
  margin: 0 5px;
  font-size: 12px;
  text-decoration: none;
  pointer-events: none;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav.breadcrumbs.white li a {
  color: #fff;
}
nav.breadcrumbs.white li a::before {
  color: #fff;
}
nav.breadcrumbs.white li:nth-child(n+2) a::before {
  color: #fff;
}
nav.breadcrumbs.white li span {
  color: #fff;
}
nav.breadcrumbs.white li span::before {
  color: #fff;
}
nav.breadcrumbs.white a {
  color: #fff;
}
nav.breadcrumbs.white a::after {
  color: #fff;
}
nav.breadcrumbs.white span {
  color: #fff;
}

.recruit-section-title {
  position: relative;
}
.recruit-section-title::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  border-left: 4px solid #44AF37;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translate(0, -50%);
}

.uk-modal {
  background: rgba(191, 191, 191, 0.6);
}

.uk-modal-dialog {
  border-radius: 15px;
  border: 1px solid #707070;
  box-shadow: 5px 5px 0 0 #44AF37;
  width: 695px !important;
}
.uk-modal-dialog button.uk-modal-close-default span {
  position: absolute;
  top: 10px;
  left: -60px;
  color: #3D3D3D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-modal-dialog button.uk-modal-close-default svg line {
  stroke: #3D3D3D !important;
}
.uk-modal-dialog .modal-item {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.uk-modal-dialog .modal-item h3 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #44AF37;
}
.uk-modal-dialog .modal-item img {
  border-radius: 15px;
  margin: 20px 0;
}
.uk-modal-dialog .modal-navigation {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  margin: 0 auto;
  margin-top: 40px;
}
.uk-modal-dialog .modal-navigation button {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  position: relative;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-modal-dialog .modal-navigation button.prev-btn::before {
  content: "〈";
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.uk-modal-dialog .modal-navigation button.next-btn::after {
  content: "〉";
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#header {
  padding: 10px 0 40px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
}
#header .uk-flex .flex-item:first-child {
  width: 40%;
}
#header .uk-flex .flex-item:nth-child(2) {
  width: 100%;
}
#header .uk-flex .flex-item:nth-child(2) ul li {
  padding: 0 30px;
  display: flex;
}
#header .uk-flex .flex-item:nth-child(2) ul li a {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .uk-flex .flex-item:nth-child(2) ul li a:hover {
  color: #44AF37;
}
#header .uk-flex .flex-item:nth-child(2) ul li a:hover::after {
  margin-top: 5px;
  border-color: #44AF37 transparent transparent transparent;
}
#header .uk-flex .flex-item:nth-child(2) ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #3D3D3D transparent transparent transparent;
  border-width: 6.93px 4px 0px 4px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
#header .uk-flex .flex-item:nth-child(2) ul li.uk-inline a:hover::after {
  transform: rotate(180deg);
}
#header .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown {
  background: #44AF37;
  top: 69px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  max-width: 300px !important;
  min-width: 250px !important;
}
#header .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li {
  padding: 0;
  justify-content: center;
}
#header .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li a {
  color: #fff;
}
#header .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li a::after {
  content: none;
}
#header .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  bottom: 5px;
  transition: all 0.3s ease;
  opacity: 0;
}
#header .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li a:hover::before {
  opacity: 1;
}
#header .uk-flex .flex-item:nth-child(2) ul li.recruit {
  padding: 0;
  margin-left: 30px;
  transition: all 0.3s ease;
}
#header .uk-flex .flex-item:nth-child(2) ul li.recruit:hover {
  transform: translateY(2px);
}
#header .uk-flex .flex-item:nth-child(2) ul li.recruit a {
  box-shadow: 0 4px #22581C;
}
#header .uk-flex .flex-item:nth-child(2) ul li.recruit a:hover {
  transform: translateY(2px);
  box-shadow: none;
}
#header .uk-flex .flex-item:nth-child(2) ul li.recruit a::after {
  content: none;
}
#header .uk-flex .flex-item:nth-child(2) ul li.recruit a {
  background: #44AF37;
  border: 1px solid #44AF37;
  border-radius: 15px;
  color: #fff;
  padding: 10px 30px;
}
#header .uk-flex .flex-item:nth-child(2) ul li.recruit a:hover {
  background: #fff;
  color: #44AF37;
}

#header-recruit {
  padding: 10px 0 37px 0;
  position: sticky;
  top: 0;
  background: #44AF37;
  z-index: 100;
}
#header-recruit .uk-flex .flex-item:first-child {
  width: 40%;
}
#header-recruit .uk-flex .flex-item:first-child p {
  line-height: normal;
  display: none;
}
#header-recruit .uk-flex .flex-item:nth-child(2) {
  width: 100%;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li {
  padding: 0 30px;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3D3D3D;
  margin-left: 5px;
  margin-top: 5px;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li a:hover {
  color: #fff;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit {
  padding: 0;
  margin-left: 30px;
  transition: all 0.3s ease;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit:hover {
  transform: translateY(2px);
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit a {
  box-shadow: 0 4px #22581C;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit a:hover {
  transform: translateY(2px);
  box-shadow: none;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit a::after {
  content: none;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit a {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #44AF37;
  padding: 10px 30px;
}
#header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit a:hover {
  background: #44AF37;
  color: #fff;
}

#front-mv .slider-container {
  pointer-events: none;
  display: block;
  margin: 0;
  padding: 0;
}
#front-mv .slider-container .uk-position-relative .uk-slideshow-items {
  border-bottom-left-radius: 20px;
  width: 95% !important;
  margin-left: auto;
}
#front-mv .slider-container .uk-position-relative .uk-position-absolute {
  top: 40%;
  left: 10%;
  transform: translate(0, -50%);
}
#front-mv .slider-container .uk-position-relative .uk-position-absolute.scroll {
  top: unset;
  left: 50%;
  bottom: 12%;
  transform: translate(-50%, 0);
  height: 120px;
}
#front-mv .slider-container .uk-position-relative .uk-position-absolute .scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
}
#front-mv .slider-container .uk-position-relative .uk-position-absolute .scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 60px;
  }
}
#front-mv .slider-container .uk-position-relative .uk-position-absolute .scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 80px;
  background: #fff;
}

#front-news {
  position: relative;
}
#front-news .favicon-box {
  position: absolute;
  z-index: 1;
  top: -25%;
  left: -2%;
  max-width: 350px;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:first-child {
  width: -moz-fit-content;
  width: fit-content;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child {
  width: 75%;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li {
  border-top: 1px solid #707070;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li:last-child {
  border-bottom: 1px solid #707070;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a {
  position: relative;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  right: 20px;
  transition: all 0.3s ease;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a:hover::after {
  right: 15px;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item {
  width: auto;
  padding: 15px 0;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item .uk-flex p.news-cat {
  background: #707070;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  width: 40%;
  margin-right: 20px;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item .uk-flex p.news-day {
  margin-right: 20px;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item .uk-flex p.news-title {
  width: 90%;
  position: relative;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item .uk-flex p.news-title::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #3D3D3D;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item:hover .uk-flex p.news-title::before {
  opacity: 1;
}

#front-company {
  background: #EEF8ED;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 45%;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 45%;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item .link a {
  background: #fff;
}

#front-business .section-wrap .flex-box .uk-grid {
  margin: 0;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item {
  width: 50%;
  padding: 0;
  position: relative;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a {
  position: relative;
  height: 100%;
  display: block;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a::before {
  position: absolute;
  background: rgba(40, 40, 40, 0.3);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a img {
  border-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a .text-box h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a .text-box p.text {
  width: 70%;
  margin: 0 auto;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a .text-box p.arrow {
  width: 200px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a .text-box p.arrow::after {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/mixins/link-arrow-hover-icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
  position: absolute;
  right: 30px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a:hover::before {
  opacity: 1;
  background: rgba(40, 40, 40, 0.7);
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a:hover img::before {
  opacity: 1;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a:hover .text-box {
  opacity: 1;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a:hover .text-box p.text {
  opacity: 1;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a:hover .text-box p.arrow {
  background: #44AF37;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item a:hover .text-box p.arrow::after {
  right: 25px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(1) a::before {
  border-top-left-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(1) a img {
  border-top-left-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(1) a h3::before {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/front/business/front-business-icon-im01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 64px;
  height: 48px;
  display: none;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(2) a::before {
  border-top-right-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(2) a img {
  border-top-right-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(2) a h3::before {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/front/business/front-business-icon-im02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 64px;
  height: 48px;
  display: none;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(3) a::before {
  border-bottom-left-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(3) a img {
  border-bottom-left-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(3) a h3::before {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/front/business/front-business-icon-im03.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 64px;
  height: 48px;
  display: none;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(4) a::before {
  border-bottom-right-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(4) a img {
  border-bottom-right-radius: 15px;
}
#front-business .section-wrap .flex-box .uk-grid .flex-item:nth-child(4) a h3::before {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/front/business/front-business-icon-im04.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 64px;
  height: 48px;
  display: none;
}

#front-recruit {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/front/recruit/front-recruit-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
#front-recruit .section-wrap .recruit-container {
  margin-top: 200px;
  background: rgba(238, 248, 237, 0.9);
  border-radius: 15px;
  position: relative;
  z-index: 1;
  padding: 100px 50px;
}
#front-recruit .section-wrap .recruit-container .favicon-box {
  position: absolute;
  z-index: -1;
  top: -3%;
  right: 5%;
  width: 25%;
}
#front-recruit .section-wrap .recruit-container .flex-box .uk-flex .flex-item {
  width: 47%;
}
#front-recruit .section-wrap .recruit-container .recruit-box {
  background: #fff;
  border-radius: 15px;
}
#front-recruit .section-wrap .recruit-container .recruit-box .uk-flex {
  padding: 40px;
}
#front-recruit .section-wrap .recruit-container .recruit-box .uk-flex .flex-item {
  width: 47%;
}
#front-recruit .section-wrap .recruit-container .recruit-box .uk-flex .flex-item:first-child {
  margin-top: -10%;
}
#front-recruit .section-wrap .recruit-container .recruit-box .uk-flex .flex-item:last-child .link a {
  margin: 0 auto;
}

#company-message .section-wrap .uk-container {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/company/company-message-bg-im01.webp");
  background-repeat: no-repeat;
  background-size: 100% 350px;
  background-position: top center;
}
#company-message .section-wrap .flex-box {
  position: relative;
}
#company-message .section-wrap .flex-box::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background: #EEF8ED;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 15px;
}
#company-message .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 50%;
  padding: 50px;
  position: relative;
  z-index: 2;
}
#company-message .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 45%;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
#company-message .section-wrap .flex-box .text-box {
  width: 25%;
  margin-left: auto;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 2;
}

#company-overview {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/company/company-overview-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
#company-overview .section-wrap .overview-container {
  background: rgba(238, 248, 237, 0.9);
  margin-top: 100px;
  border-radius: 15px;
  position: relative;
  padding: 100px 40px;
}
#company-overview .section-wrap .overview-container .favicon-box {
  position: absolute;
  top: -3%;
  right: 5%;
  width: 25%;
}
#company-overview .section-wrap .overview-container .flex-box {
  width: 80%;
  margin: 0 auto;
}
#company-overview .section-wrap .overview-container .flex-box .uk-flex {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#company-overview .section-wrap .overview-container .flex-box .uk-flex::before {
  content: "";
  position: absolute;
  width: 15%;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #44AF37;
}
#company-overview .section-wrap .overview-container .flex-box .uk-flex::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  border-bottom: 1px solid #44AF37;
}
#company-overview .section-wrap .overview-container .flex-box .uk-flex .flex-item {
  margin: 10px 0;
}
#company-overview .section-wrap .overview-container .flex-box .uk-flex .flex-item:first-child {
  width: 20%;
}
#company-overview .section-wrap .overview-container .flex-box .uk-flex .flex-item:last-child {
  width: 80%;
}
#company-overview .section-wrap .overview-container .flex-box .uk-flex .flex-item p span a.fs-noto-san-semiBold {
  word-wrap: break-word;
}
#company-overview .section-wrap .overview-container .flex-box .uk-flex .flex-item p span a.fs-noto-san-semiBold:hover {
  color: #44AF37;
}

#company-office {
  position: relative;
}
#company-office .favicon-box {
  position: absolute;
  max-width: 300px;
  top: -15%;
  right: 15%;
}
#company-office .section-wrap .uk-grid {
  justify-content: space-around;
}
#company-office .section-wrap .uk-grid .flex-item {
  width: 30%;
  cursor: pointer;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
#company-office .section-wrap .uk-grid .flex-item:first-child {
  margin-top: 20px !important;
}
#company-office .section-wrap .uk-grid .flex-item h3 {
  display: flex;
  align-items: center;
}
#company-office .section-wrap .uk-grid .flex-item h3::before {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/company/company-office-icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#company-office .section-wrap .uk-grid .flex-item p.map {
  transition: all 0.3s ease;
  background: #EEF8ED;
  border-radius: 15px;
  width: 60%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#company-office .section-wrap .uk-grid .flex-item p span {
  position: relative;
  transition: all 0.3s ease;
  right: -5px;
}
#company-office .section-wrap .uk-grid .flex-item:hover span {
  right: -10px;
}

#company-history {
  background: #EEF8ED;
  position: relative;
}
#company-history .favicon-box {
  position: absolute;
  max-width: 360px;
  top: -15%;
  right: -2%;
}
#company-history .section-wrap .uk-grid .uk-flex {
  width: 45%;
  border-bottom: 1px solid #707070;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
#company-history .section-wrap .uk-grid .uk-flex p:first-child {
  margin-right: 15px;
}

#company-policy .section-wrap .text-container {
  position: relative;
}
#company-policy .section-wrap .text-container .favicon-box {
  position: absolute;
  max-width: 360px;
  top: -12%;
  left: -2%;
}
#company-policy .section-wrap .text-box {
  margin: 0 auto;
  background: #EEF8ED;
  border-radius: 15px;
}
#company-policy .section-wrap .text-box h2 {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#company-policy .section-wrap .text-box h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#company-license .section-wrap .flex-box .uk-flex .flex-item {
  width: 30%;
  margin-bottom: 60px;
}
#company-license .section-wrap .flex-box .uk-flex .flex-item .icon {
  text-align: center;
  margin-bottom: 10px;
}
#company-license .section-wrap .flex-box .uk-flex .flex-item .icon img {
  height: 80px;
}
#company-license .section-wrap .flex-box .uk-flex .flex-item .type {
  background: #3D3D3D;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#company-license .section-wrap .flex-box .uk-flex .flex-item .license-type .license-box {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#company-license .section-wrap .flex-box .uk-flex .flex-item .license-type .license-box::before {
  content: "";
  position: absolute;
  width: 60%;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #3D3D3D;
}
#company-license .section-wrap .flex-box .uk-flex .flex-item .license-type .license-box::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  border-bottom: 1px solid #3D3D3D;
}
#company-license .section-wrap .flex-box .uk-flex .flex-item .license-type .license-box .flex-type:first-child p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#business-about .section-wrap .top-container {
  background: #EEF8ED;
  padding: 70px 190px;
  border-radius: 15px;
  position: relative;
}
#business-about .section-wrap .top-container::before {
  content: "";
  position: absolute;
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/business/business-about-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  transform: translate(-50px, 0);
  width: 400px;
  height: 300px;
}
#business-about .section-wrap .top-container .text-box {
  position: relative;
  z-index: 1;
}

#taxnomy-business-about .section-wrap .top-container .uk-flex .flex-item {
  width: 45%;
}
#taxnomy-business-about .section-wrap .top-container .uk-flex .flex-item:first-child {
  width: 50%;
}
#taxnomy-business-about .section-wrap .top-container .uk-flex .flex-item .title {
  position: relative;
}
#taxnomy-business-about .section-wrap .top-container .uk-flex .flex-item .title::before {
  content: "";
  position: absolute;
  height: 80%;
  border-left: 4px solid #44AF37;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translate(0, -50%);
}
#taxnomy-business-about .section-wrap .top-container .uk-flex .flex-item img {
  border-radius: 15px;
}

#taxnomy-business-list .section-wrap .list-container .list-box:last-child {
  margin-bottom: 0 !important;
}
#taxnomy-business-list .section-wrap .list-container .list-box .list-type {
  position: relative;
}
#taxnomy-business-list .section-wrap .list-container .list-box .list-type::before {
  content: "";
  position: absolute;
  height: 80%;
  border-left: 8px solid #3D3D3D;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translate(0, -50%);
}
#taxnomy-business-list .section-wrap .list-container .list-box .uk-grid {
  justify-content: center;
}
#taxnomy-business-list .section-wrap .list-container .list-box .uk-grid .list {
  width: 30%;
  padding-bottom: 40px;
  cursor: pointer;
}
#taxnomy-business-list .section-wrap .list-container .list-box .uk-grid .list img {
  border-radius: 15px;
}
#taxnomy-business-list .section-wrap .list-container .list-box .uk-grid .list p {
  color: #707070;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#taxnomy-business-archivements .section-wrap .archive-container {
  background: #EEF8ED;
  padding: 50px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
#taxnomy-business-archivements .section-wrap .archive-container .title {
  position: relative;
}
#taxnomy-business-archivements .section-wrap .archive-container .title .uk-flex span {
  border-top: 1px solid #707070;
  width: 100%;
}
#taxnomy-business-archivements .section-wrap .archive-container .title .favicon-box {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: 5%;
  max-width: 280px;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list ul {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list ul li {
  padding-bottom: 20px;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list ul li.uk-active a {
  background: #44AF37;
  border-radius: 15px;
  color: #fff;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list ul li a {
  border-radius: 15px;
  background: #fff;
  color: #44AF37;
  padding: 5px 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .uk-switcher .switcher-item .scroll-wrapper {
  display: grid;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .title {
  background: #3D3D3D;
  height: 64px;
  display: flex;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 0 30px;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .title .uk-flex {
  width: 100%;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .title p {
  color: #fff;
  width: 30%;
  position: relative;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .title p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  top: 0;
  right: 0;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .title p:nth-child(2) {
  width: 55%;
  margin-left: 20px;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .title p:last-child {
  width: 10%;
  margin-left: 20px;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .title p:last-child::after {
  content: none;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .list {
  background: #fff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .list.hidden-item {
  display: none;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .list .uk-flex {
  width: 100%;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .list .uk-flex p {
  width: 30%;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .list .uk-flex p:nth-child(2) {
  width: 55%;
  margin-left: 20px;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list .list .uk-flex p:last-child {
  width: 10%;
  margin-left: 20px;
}
#taxnomy-business-archivements .section-wrap .archive-container .archive-list button.show-more {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  width: 15%;
  height: 56px;
  border-radius: 15px;
  background: #44AF37;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#taxnomy-business-archivements .section-wrap .other-archive h2 {
  position: relative;
}
#taxnomy-business-archivements .section-wrap .other-archive h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #3D3D3D;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#taxnomy-business-archivements .section-wrap .other-archive .button-group a.button {
  background: #3D3D3D;
  border: 1px solid #3D3D3D;
  color: #fff;
  padding: 10px 0;
  width: auto;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
#taxnomy-business-archivements .section-wrap .other-archive .button-group a.button:hover {
  background: #fff;
  color: #3D3D3D;
}

#form-top .section-wrap .top-container .text-box.tel {
  width: 80%;
  margin: 0 auto;
}
#form-top .section-wrap .top-container .text-box.tel h2.tel-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
#form-top .section-wrap .top-container .text-box.tel h2.tel-contact::before {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/form/tel-icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
#form-top .section-wrap .top-container .text-box.tel h2.tel-contact::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#form-top .section-wrap .top-container .text-box.tel .tel-container {
  background: #EDEDED;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 30px 0;
}
#form-top .section-wrap .top-container .text-box.tel .tel-container .tel-box {
  background: #44AF37;
  padding: 30px 0;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 15px;
  transition: all 0.3s ease;
}
#form-top .section-wrap .top-container .text-box.tel .tel-container .tel-box:hover {
  background: #fff;
}
#form-top .section-wrap .top-container .text-box.tel .tel-container .tel-box:hover h1, #form-top .section-wrap .top-container .text-box.tel .tel-container .tel-box:hover p {
  color: #44AF37;
}

#form .section-wrap .top-container h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
#form .section-wrap .top-container h2::before {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/form/letter-icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 32px;
  margin-right: 20px;
}
#form .section-wrap .top-container h2::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#form .section-wrap .form-container {
  width: 80%;
  margin: 0 auto;
  padding: 30px 20px;
  background: #EDEDED;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#form .section-wrap .form-container .form-box {
  margin-bottom: 30px;
}
#form .section-wrap .form-container .form-box .uk-flex {
  align-items: center;
  justify-content: space-evenly;
}
#form .section-wrap .form-container .form-box .uk-flex .flex-item:first-child {
  width: 25%;
}
#form .section-wrap .form-container .form-box .uk-flex .flex-item:first-child p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child {
  width: 60%;
}
#form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child input, #form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child select, #form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child textarea {
  width: -webkit-fill-available;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  border: 1px solid #707070;
  font-family: "segoe-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child input, #form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child select {
  height: 50px;
}
#form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child textarea {
  height: 100px;
  padding: 10px;
}
#form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child input[type=email] {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/form/form-mail-icon.webp");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 12px center;
}
#form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/form/form-select-icon.webp");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 12px center;
}
#form .section-wrap .form-container .check-box {
  margin-bottom: 30px;
}
#form .section-wrap .form-container .check-box .uk-flex span {
  margin: 0;
  margin-right: 3px;
}
#form .section-wrap .form-container .check-box .uk-flex span input[type=checkbox] {
  width: 20px;
  height: 20px;
}
#form .section-wrap .form-container .check-box .uk-flex p {
  color: #3B4043;
}
#form .section-wrap .form-container .check-box .uk-flex a {
  color: #3B4043;
  border-bottom: 1px solid #3B4043;
}
#form .section-wrap .form-container .btn input {
  background: #44AF37;
  border: 1px solid #44AF37;
  border-radius: 15px;
  width: 250px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#form .section-wrap .form-container .btn input:hover {
  background: #fff;
  color: #44AF37;
  border: 1px solid #44AF37;
}

#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item:first-child {
  width: 70%;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item:last-child {
  width: 15%;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul li a {
  border: 1px solid #707070;
  border-radius: 15px;
  display: block;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #44AF37;
  z-index: -1;
  transition: left 0.3s ease;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul li a:hover {
  border: 1px solid #44AF37;
  color: #fff;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul li a:hover::before {
  left: 0;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul li.active a {
  background: #44AF37;
  border: 1px solid #44AF37;
  color: #fff;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li {
  border-bottom: 1px solid #707070;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  right: 20px;
  transition: all 0.3s ease;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a:hover::after {
  right: 15px;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a:hover p.news-title {
  border-bottom: 1px solid #3D3D3D;
  transition: all 0.3s ease;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a .uk-flex {
  width: 80%;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a .uk-flex p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a .uk-flex p.news-cat {
  background: #707070;
  color: #fff;
  padding: 0 30px;
  border-radius: 50px;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a p.news-title {
  width: 90%;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .box p {
  color: #fff;
  background: #707070;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 5px 0;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li {
  padding: 10px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li a {
  color: #707070;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li a::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #44AF37;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li a:hover {
  color: #44AF37;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li a:hover::before {
  opacity: 1;
}
#news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li span.post-count {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav {
  justify-content: center;
  margin-top: 60px;
  display: flex !important;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav .pages {
  display: none;
  border: 1px solid #53B7EB;
  background: #53B7EB;
  color: #fff;
  margin: 60px 10px;
  font-size: 25px;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav .next, #news-archive .section-wrap .uk-container .news-contents .page-nav .prev {
  margin: 0 10px;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav .next a, #news-archive .section-wrap .uk-container .news-contents .page-nav .prev a {
  font-size: 20px;
  color: #707070;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav .next span, #news-archive .section-wrap .uk-container .news-contents .page-nav .prev span {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #707070;
  border-width: 10px 0px 10px 16.98px;
  display: block;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav .next span.news-prev, #news-archive .section-wrap .uk-container .news-contents .page-nav .prev span.news-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #707070 transparent transparent;
  border-width: 10px 16.98px 10px 0px;
  display: block;
}
#news-archive .section-wrap .uk-container .news-contents .wp-pagenavi {
  display: flex;
  justify-content: center;
}
#news-archive .section-wrap .uk-container .news-contents .wp-pagenavi .page {
  border: none;
  font-size: 20px;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px;
  color: #707070;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-archive .section-wrap .uk-container .news-contents .wp-pagenavi .current {
  color: #707070;
  border: none;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #EEF8ED;
  padding: 10px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-archive .section-wrap .uk-container .news-contents .wp-pagenavi .smaller {
  color: #707070;
}
#news-archive .section-wrap .uk-container .news-contents .wp-pagenavi .previouspostslink {
  display: none;
}
#news-archive .section-wrap .uk-container .news-contents .wp-pagenavi .nextpostslink {
  display: none;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav-sp {
  justify-content: center;
  margin-top: 60px;
  display: none !important;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav-sp .pages {
  display: none;
  border: 1px solid #53B7EB;
  background: #53B7EB;
  color: #fff;
  margin: 60px 10px;
  font-size: 25px;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav-sp .next, #news-archive .section-wrap .uk-container .news-contents .page-nav-sp .prev {
  margin: 0 10px;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav-sp .next a, #news-archive .section-wrap .uk-container .news-contents .page-nav-sp .prev a {
  font-size: 20px;
  color: #707070;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav-sp .next span, #news-archive .section-wrap .uk-container .news-contents .page-nav-sp .prev span {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #707070;
  border-width: 10px 0px 10px 16.98px;
  display: block;
}
#news-archive .section-wrap .uk-container .news-contents .page-nav-sp .next span.news-prev, #news-archive .section-wrap .uk-container .news-contents .page-nav-sp .prev span.news-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #707070 transparent transparent;
  border-width: 10px 16.98px 10px 0px;
  display: block;
}

#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item:first-child {
  width: 70%;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item:last-child {
  width: 15%;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .flex-box .uk-flex .flex-item {
  width: auto;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .flex-box .uk-flex .flex-item p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .flex-box .uk-flex .flex-item p.news-cat {
  color: #fff;
  background: #707070;
  border-radius: 50px;
  padding: 0 30px;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .title-box {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .title-box h4 {
  font-family: "segoe-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .text-box .wp-block-columns {
  margin-top: 20px;
  justify-content: space-between;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .text-box .wp-block-columns .wp-block-column .wp-block-image img {
  border-radius: 15px;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .box p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background: #707070;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 5px 0;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li {
  padding: 10px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li a {
  color: #707070;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li a::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #44AF37;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li a:hover {
  color: #44AF37;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li a:hover::before {
  opacity: 1;
}
#news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .box ul li span.post-count {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-single .section-wrap .uk-container .news-contents .page-nav {
  width: 70%;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .prev, #news-single .section-wrap .uk-container .news-contents .page-nav .next {
  margin: 0 20px;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .prev a {
  display: flex;
  align-items: center;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .prev a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #707070 transparent transparent;
  border-width: 10px 16.98px 10px 0px;
  display: block;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .prev a:hover span {
  color: #3D3D3D;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .prev a span {
  display: none;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .next a {
  display: flex;
  align-items: center;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .next a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #707070;
  border-width: 10px 0px 10px 16.98px;
  display: block;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .next a:hover span {
  color: #3D3D3D;
}
#news-single .section-wrap .uk-container .news-contents .page-nav .next a span {
  display: none;
}
#recruit-mv .section-wrap .slider-container .uk-position-relative .text-box {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: -moz-max-content;
  width: max-content;
}
#recruit-mv .section-wrap .slider-container .uk-position-relative .text-box h1 {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 15px;
  color: #3D3D3D;
}
#recruit-mv .section-wrap .slider-container .uk-position-relative .text-box span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#recruit-message {
  background: #EEF8ED;
  position: relative;
}
#recruit-message .favicon-box {
  position: absolute;
  right: -1%;
  top: -10%;
  max-width: 360px;
}
#recruit-message .section-wrap .message-container {
  position: relative;
  width: 100%;
}
#recruit-message .section-wrap .message-container .uk-flex .flex-item:first-child {
  width: 45%;
}
#recruit-message .section-wrap .message-container .uk-flex .flex-item:last-child {
  width: 50%;
}
#recruit-message .section-wrap .message-container .message-box h1 {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 15px;
}

#recruit-data {
  position: relative;
}
#recruit-data .data-img {
  position: absolute;
  top: -5%;
  right: 10%;
  max-width: 240px;
}
#recruit-data .data-img:nth-child(2) {
  right: unset;
  left: -3%;
  top: 15%;
  max-width: 280px;
}
#recruit-data .section-wrap .data-container {
  position: relative;
}
#recruit-data .section-wrap .data-container .people-img {
  position: absolute;
  z-index: 1;
  max-width: 140px;
  right: -5%;
  top: -10%;
}
#recruit-data .section-wrap .data-container .people-img:nth-child(1) {
  max-width: 200px;
}
#recruit-data .section-wrap .data-container .people-img:nth-child(2) {
  right: unset;
  top: unset;
  bottom: -5%;
  left: -5%;
}
#recruit-data .section-wrap .data-container .data-box {
  margin: 0 auto;
}
#recruit-data .section-wrap .data-container .data-box .uk-box {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  height: 300px;
  position: relative;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .title {
  background: #44AF37;
  max-height: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .title.long {
  max-height: 110px;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .title h4 {
  text-align: center;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .title span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .data-text-box {
  position: relative;
  height: 240px;
  background: #EDEDED;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .data-text-box.long {
  height: 190px;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .data p {
  line-height: initial;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .data h1, #recruit-data .section-wrap .data-container .data-box .uk-box .item .data h2, #recruit-data .section-wrap .data-container .data-box .uk-box .item .data h3, #recruit-data .section-wrap .data-container .data-box .uk-box .item .data h4, #recruit-data .section-wrap .data-container .data-box .uk-box .item .data p, #recruit-data .section-wrap .data-container .data-box .uk-box .item .data span {
  color: #44AF37;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#recruit-data .section-wrap .data-container .data-box .uk-box .item .data img {
  max-width: 150%;
  width: 120%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

#recruit-interview {
  background: #EEF8ED;
  position: relative;
  width: 97%;
}
#recruit-interview .favicon-box {
  position: absolute;
  max-width: 360px;
  top: -25%;
  right: -5%;
}
#recruit-interview .section-wrap .cover {
  position: relative;
  z-index: 1;
}
#recruit-interview .section-wrap .cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(238, 248, 237, 0.4);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
#recruit-interview .section-wrap .cover::after {
  content: "";
  position: absolute;
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/recruit/recruit-top-interview-favicon-im01.webp");
  background-size: cover;
  width: 23%;
  height: 100%;
  bottom: 0;
  left: -70px;
  z-index: -1;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  display: none;
}
#recruit-interview .section-wrap .cover:hover::before {
  opacity: 1;
}
#recruit-interview .section-wrap .cover:hover::after {
  left: -180px;
  transform: rotate(-20deg);
}
#recruit-interview .section-wrap .cover:hover .link a {
  background: #fff;
  color: #44AF37;
}
#recruit-interview .section-wrap .cover:hover .link a::before {
  content: none;
}
#recruit-interview .section-wrap .cover .uk-flex img:nth-child(1) {
  border-top-left-radius: 15px;
}
#recruit-interview .section-wrap .cover .uk-flex img:nth-child(2) {
  border-top-right-radius: 15px;
}
#recruit-interview .section-wrap .cover .uk-flex img:nth-child(3) {
  border-top-right-radius: 15px;
}
#recruit-interview .section-wrap .cover .uk-flex img:nth-child(4) {
  border-bottom-right-radius: 15px;
}
#recruit-interview .section-wrap .cover .link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#recruit-interview .section-wrap .cover .link a {
  background: #44AF37;
  border: 1px solid #44AF37;
  color: #fff;
  width: 200px;
}
#recruit-interview .section-wrap .cover .link a::after {
  display: none;
}

#recruit-gallery .section-wrap .gallery-container {
  margin-top: -12%;
}
#recruit-gallery .section-wrap .gallery-container .img-box {
  width: 35%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
#recruit-gallery .section-wrap .gallery-container .slick-slider {
  pointer-events: none;
}

#recruit-recruitment {
  background: #EEF8ED;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item {
  position: relative;
  width: 30%;
  display: flex;
  height: auto;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a {
  border-radius: 15px;
  border: 1px solid #44AF37;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a .img-box {
  height: 180px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a .img-box img {
  transition: all 0.3s ease;
  width: 100%;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a .text-box {
  background: #fff;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a .text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #44AF37;
  z-index: -1;
  transition: left 0.3s ease;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a .text-box h4 {
  color: #44AF37;
  position: relative;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a .text-box h4::after {
  content: "";
  position: absolute;
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/mixins/link-arrow-icon-green.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a:hover .text-box::before {
  left: 0;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a:hover .text-box h4 {
  color: #fff !important;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item a:hover .text-box h4::after {
  right: -35px;
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/mixins/link-arrow-hover-icon.webp") !important;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item:nth-child(2) a {
  border: 1px solid #B9B100;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item:nth-child(2) a .text-box::before {
  background-color: #B9B100;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item:nth-child(2) a .text-box h4 {
  color: #B9B100;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item:nth-child(2) a .text-box h4::after {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/mixins/link-arrow-icon-orange.webp");
}
#recruit-recruitment .section-wrap .uk-flex .flex-item:last-child a {
  border: 1px solid #AF8537;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item:last-child a .text-box::before {
  background-color: #AF8537;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item:last-child a .text-box h4 {
  color: #AF8537;
}
#recruit-recruitment .section-wrap .uk-flex .flex-item:last-child a .text-box h4::after {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/mixins/link-arrow-icon-brown.webp");
}

#recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item {
  width: 25%;
}
#recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item a {
  display: block;
  width: 100%;
  height: 64px;
  background: #44AF37;
  border: 1px solid #44AF37;
  color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px !important;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item a:hover {
  background: #fff;
  color: #44AF37;
  border: 1px solid #44AF37;
}
#recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item:nth-child(2) a {
  background: #B9B100;
  border: 1px solid #B9B100;
}
#recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item:nth-child(2) a:hover {
  background: #fff;
  color: #B9B100;
  border: 1px solid #B9B100;
}
#recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item:nth-child(3) a {
  background: #AF8537;
  border: 1px solid #AF8537;
}
#recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item:nth-child(3) a:hover {
  background: #fff;
  color: #AF8537;
  border: 1px solid #AF8537;
}

#recruitment-new-grad .top-container {
  border-bottom: 1px solid #44AF37;
  padding-bottom: 30px;
}

#recruit-mid-career .top-container {
  border-bottom: 1px solid #B9B100;
  padding-bottom: 30px;
}

#recruitment-intern .top-container {
  border-bottom: 1px solid #AF8537;
  padding-bottom: 30px;
}

#recruitment-new-grad .section-wrap .statue-container .statue-box, #recruit-mid-career .section-wrap .statue-container .statue-box {
  position: relative;
  z-index: 1;
}
#recruitment-new-grad .section-wrap .statue-container .statue-box::before, #recruit-mid-career .section-wrap .statue-container .statue-box::before {
  content: "";
  position: absolute;
  width: 80%;
  border-top: 10px solid #a6e1aa;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex {
  align-items: stretch;
}
#recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item {
  width: 30%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 20px 0;
  background: #44AF37;
  border-radius: 15px;
}
#recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item h3, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(1) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(1) img {
  width: 160px;
  height: 136px;
}
#recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(2) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(2) img {
  width: 124px;
  height: 176px;
}
#recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(3) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(3) img {
  width: 88px;
  height: 164px;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item:first-child, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item:first-child {
  width: 20%;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item:last-child, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item:last-child {
  width: 90%;
  margin-left: auto;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box {
  background: #F2F2F2;
  border-radius: 15px;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box:last-child, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box:last-child {
  margin-bottom: 0;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul {
  padding: 30px;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li a:hover, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li a:hover {
  color: #44AF37;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li a:focus, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li a:focus {
  color: #44AF37;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li a::before, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li a::before {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/recruit/recruitment-btn-icon.png");
  background-size: contain;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li.uk-open a::before, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li.uk-open a::before {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/recruit/recruitment-btn-icon-hover.png");
  background-size: contain;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li .uk-accordion-content, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li .uk-accordion-content {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li .uk-accordion-content .type, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li .uk-accordion-content .type {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li .uk-accordion-content .type:last-child, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li .uk-accordion-content .type:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
#recruitment-new-grad .section-wrap .application-container .uk-flex .flex-item:first-child, #recruit-mid-career .section-wrap .application-container .uk-flex .flex-item:first-child {
  width: 30%;
}
#recruitment-new-grad .section-wrap .application-container .uk-flex .flex-item:last-child, #recruit-mid-career .section-wrap .application-container .uk-flex .flex-item:last-child {
  width: 90%;
  margin-left: auto;
}
#recruitment-new-grad .section-wrap .application-container .uk-flex .flex-item:last-child .uk-flex, #recruit-mid-career .section-wrap .application-container .uk-flex .flex-item:last-child .uk-flex {
  border-top: 1px solid #707070;
  padding: 10px 0;
}
#recruitment-new-grad .section-wrap .application-container .uk-flex .flex-item:last-child .uk-flex:last-child, #recruit-mid-career .section-wrap .application-container .uk-flex .flex-item:last-child .uk-flex:last-child {
  border-bottom: 1px solid #707070;
}
#recruitment-new-grad .section-wrap .application-container .uk-flex .flex-item:last-child .uk-flex .flex-item:first-child, #recruit-mid-career .section-wrap .application-container .uk-flex .flex-item:last-child .uk-flex .flex-item:first-child {
  width: 15%;
}
#recruitment-new-grad .section-wrap .application-container .link-box, #recruit-mid-career .section-wrap .application-container .link-box {
  margin: 0 auto;
}
#recruitment-new-grad .section-wrap .application-container .link-box .uk-flex, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex {
  justify-content: center;
}
#recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link {
  margin: 0 20px;
}
#recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link:first-child a, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link:first-child a {
  background: #18AAEB;
  border: 1px solid #18AAEB;
  color: #fff;
}
#recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link:first-child a:hover, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link:first-child a:hover {
  background: #fff;
  color: #18AAEB;
  border: 1px solid #18AAEB;
}
#recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link a, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link a {
  width: 260px;
  height: 60px;
  background: #44AF37;
  border: 1px solid #44AF37;
  color: #fff;
}
#recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link a:hover, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link a:hover {
  background: #fff;
  color: #44AF37;
  border: 1px solid #44AF37;
}
#recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link a::after, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link a::after {
  content: none;
}
#recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link a::before, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link a::before {
  content: none;
}

#recruit-mid-career {
  background: #fbfbef;
  position: relative;
}
#recruit-mid-career .recruit-section-title::before {
  border-left: 4px solid #B9B100;
}
#recruit-mid-career .recruit-section-title h1 {
  color: #B9B100;
}
#recruit-mid-career .favicon-box {
  position: absolute;
  max-width: 360px;
  top: -8%;
  left: -2%;
}
#recruit-mid-career .statue-box::before {
  border-top: 10px solid #e2de86 !important;
}
#recruit-mid-career .statue-box .uk-flex .flex-item {
  background: #B9B100 !important;
}
#recruit-mid-career .accordion-box ul li a {
  color: #B9B100 !important;
}
#recruit-mid-career .accordion-box ul li a::before {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/recruit/recruitment-btn-icon-orange.png") !important;
}
#recruit-mid-career .accordion-box ul li.uk-open a::before {
  background-image: url("https://aicreate1954.xsrv.jp/shibata-kouji-chosa/wp/wp-content/themes/shibata-kouji-chosa/images/recruit/recruitment-btn-icon-hover-orange.png") !important;
}
#recruit-mid-career .application-container .uk-flex .flex-item .uk-flex .flex-item:first-child p {
  color: #B9B100 !important;
}
#recruit-mid-career .application-container .link-box .uk-flex .link a {
  background: #B9B100 !important;
  border: 1px solid #B9B100 !important;
  color: #fff !important;
}
#recruit-mid-career .application-container .link-box .uk-flex .link a:hover {
  background: #fff !important;
  color: #B9B100 !important;
  border: 1px solid #B9B100 !important;
}

#recruitment-intern {
  position: relative;
}
#recruitment-intern .recruit-section-title::before {
  border-left: 4px solid #AF8537;
}
#recruitment-intern .recruit-section-title h1 {
  color: #AF8537;
}
#recruitment-intern .favicon-box {
  position: absolute;
  max-width: 360px;
  top: -14%;
  right: -2%;
}
#recruitment-intern .section-wrap .text-box {
  background: #AF8537;
  border-radius: 15px;
  width: auto;
  margin: 0 auto;
  padding: 30px;
}
#recruitment-intern .section-wrap .text-box p {
  width: 90%;
  margin: 0 auto;
}
#recruitment-intern .section-wrap .application-container .uk-flex .flex-item:first-child {
  width: 30%;
}
#recruitment-intern .section-wrap .application-container .uk-flex .flex-item:last-child {
  width: 90%;
  margin-left: auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#recruitment-intern .section-wrap .application-container .uk-flex .flex-item:last-child p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
#recruitment-intern .section-wrap .link-box {
  margin: 0 auto;
}
#recruitment-intern .section-wrap .link-box .uk-flex {
  justify-content: center;
}
#recruitment-intern .section-wrap .link-box .uk-flex .link {
  margin: 0 20px;
}
#recruitment-intern .section-wrap .link-box .uk-flex .link a {
  width: 260px;
  height: 60px;
  background: #AF8537;
  border: 1px solid #AF8537;
  color: #fff;
}
#recruitment-intern .section-wrap .link-box .uk-flex .link a:hover {
  background: #fff;
  color: #AF8537;
  border: 1px solid #AF8537;
}
#recruitment-intern .section-wrap .link-box .uk-flex .link a::after {
  content: none;
}
#recruitment-intern .section-wrap .link-box .uk-flex .link a::before {
  content: none;
}
#interview .section-wrap .interview-container ul li {
  width: 31%;
}
#interview .section-wrap .interview-container ul li.uk-active a {
  background-color: #fff !important;
}
#interview .section-wrap .interview-container ul li a {
  display: block;
}
#interview .section-wrap .interview-container ul li a .cover {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
#interview .section-wrap .interview-container ul li a .cover img {
  transition: all 0.3s ease;
}
#interview .section-wrap .interview-container ul li a .cover .text-box {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: -moz-max-content;
  width: max-content;
}
#interview .section-wrap .interview-container ul li a .cover .text-box h4 {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#interview .section-wrap .interview-container ul li:hover a {
  background-color: #fff !important;
}
#interview .section-wrap .interview-container ul li:hover .cover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box {
  border: 1px solid #44AF37;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #44AF37 0%, rgba(68, 175, 55, 0) 80%);
  position: relative;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .bg-box {
  position: absolute;
  width: 60%;
  top: 0;
  left: 0;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .title-box h1, #interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .title-box h3 {
  color: #fff;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box {
  background: rgba(238, 248, 237, 0.9);
  padding: 40px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item:first-child {
  width: 65%;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item:first-child .question-box {
  margin: 40px 0;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item:first-child .question-box:first-child {
  margin-top: 0;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item:first-child .question-box h3 {
  position: relative;
  padding-left: 20px;
  color: #44AF37;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item:first-child .question-box h3::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  border-left: 4px solid #44AF37;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translate(0, -50%);
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item:last-child {
  width: 30%;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item .shedule-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item .shedule-box h3, #interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item .shedule-box p {
  color: #111;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item .people-img {
  max-width: 200px;
  margin: 0 auto;
}

#footer {
  background: #3D3D3D;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
#footer .favicon-box {
  position: absolute;
  max-width: 360px;
  top: -55%;
  left: -2%;
}
#footer .section-wrap .flex-box .uk-flex .flex-item {
  width: 45%;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 25%;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul {
  justify-content: center;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li {
  width: 35%;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a {
  position: relative;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #44AF37;
  border-right: 2px solid #44AF37;
  top: 50%;
  transform: translate(-20px, -50%) rotate(45deg);
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #44AF37;
  opacity: 0;
  transition: all 0.3s ease;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a:hover {
  color: #44AF37;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a:hover::after {
  opacity: 1;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li:nth-child(7) {
  opacity: 0;
  pointer-events: none;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child a {
  position: relative;
  height: 100px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child a svg {
  display: none;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child a.top-btn .scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child a.top-btn .scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 60px;
  }
}
#footer .section-wrap .flex-box .uk-flex .flex-item:last-child a.top-btn .scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 80px;
  background: #fff;
}

#footer-recruit {
  background: #44AF37;
  padding: 30px 0;
  position: relative;
}
#footer-recruit .favicon-box {
  position: absolute;
  max-width: 360px;
  top: -35%;
  left: -2%;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item {
  width: 45%;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 35%;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child .recruit-logo a {
  width: 100%;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child .recruit-logo a img {
  width: 50%;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child .recruit-logo a .item p {
  line-height: initial;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child .recruit-logo:nth-child(2) {
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child .recruit-logo:nth-child(2):hover {
  background: #D3D3D3;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child .recruit-logo:nth-child(2) a {
  padding: 10px 0;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul {
  justify-content: center;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li {
  width: 35%;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a {
  position: relative;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3D3D3D;
  border-right: 2px solid #3D3D3D;
  top: 50%;
  transform: translate(-20px, -50%) rotate(45deg);
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3D3D3D;
  opacity: 0;
  transition: all 0.3s ease;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a:hover {
  color: #3D3D3D;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a:hover::after {
  opacity: 1;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li:nth-child(8) {
  opacity: 0;
  pointer-events: none;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child a {
  position: relative;
  height: 100px;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child a svg {
  display: none;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child a.top-btn .scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child a.top-btn .scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 60px;
  }
}
#footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child a.top-btn .scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 80px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .flex-sp-wrap {
    flex-wrap: nowrap;
  }
  .size-36 {
    font-size: 36px;
  }
  .link a {
    height: 50px;
  }
  .nav-list a {
    font-size: 16px !important;
  }
  .nav-list a::after {
    font-size: 16px;
    margin: 0 14px;
  }
  .nav-list span {
    font-size: 16px;
  }
  nav.breadcrumbs ul li a {
    font-size: 16px !important;
  }
  nav.breadcrumbs ul li:nth-child(n+2) a::before {
    font-size: 16px;
    margin: 0 14px;
  }
  nav.breadcrumbs ul li span {
    font-size: 16px;
  }
  nav.breadcrumbs ul li span::before {
    font-size: 16px;
    margin: 0 14px;
  }
  .uk-modal-dialog {
    box-shadow: 10px 10px 0 0 #44AF37;
  }
  .uk-modal-dialog .modal-item h3 {
    font-size: 24px;
  }
  #header {
    padding: 20px 0;
  }
  #header-recruit {
    padding: 25px 0;
  }
  #header-recruit .uk-flex .flex-item:first-child p {
    display: block;
  }
  #front-mv .slider-container .uk-position-relative .uk-slideshow-items {
    aspect-ratio: 12/5 !important;
  }
  #front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item .uk-flex p.news-cat {
    width: 20%;
  }
  #front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item .uk-flex p.news-title {
    width: auto;
  }
  #front-business .section-wrap .flex-box .uk-grid .flex-item a img {
    border-radius: 0;
  }
  #front-business .section-wrap .flex-box .uk-grid .flex-item a .text-box p.text {
    opacity: 0;
  }
  #company-message .section-wrap .title {
    width: 50%;
    margin-left: auto;
    padding: 0 50px;
  }
  #company-overview .section-wrap .overview-container .flex-box .uk-flex .flex-item {
    margin: 0;
  }
  #business-about .section-wrap .top-container .title-box h1 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #taxnomy-business-list .section-wrap .list-container .list-box .uk-grid {
    justify-content: unset;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .title .uk-flex h2 {
    width: 20%;
  }
  #taxnomy-business-archivements .section-wrap .other-archive .button-group a.button {
    width: 25%;
    display: unset;
    margin: 0;
  }
  #form-top .section-wrap .top-container .text-box.tel .tel-container {
    padding: 60px 0;
  }
  #form .section-wrap .form-container {
    padding: 60px 0;
  }
  #form .section-wrap .form-container .check-box .uk-flex span input[type=checkbox] {
    width: 30px;
    height: 30px;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents {
    width: auto;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul {
    flex-wrap: wrap;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a p.news-title {
    width: -moz-fit-content;
    width: fit-content;
  }
  #news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .text-box .wp-block-columns .wp-block-column:first-child {
    padding-right: 40px;
  }
  #news-single .section-wrap .uk-container .news-contents .page-nav .prev a span {
    display: block;
  }
  #news-single .section-wrap .uk-container .news-contents .page-nav .next a span {
    display: block;
  }
  #recruit-mv .section-wrap .slider-container .uk-position-relative .uk-slideshow-items {
    aspect-ratio: 14/6 !important;
  }
  #recruit-message .section-wrap .message-container .message-box {
    margin-left: -20%;
    margin-top: 5%;
  }
  #recruit-data .section-wrap .data-container .data-box {
    width: 90%;
  }
  #recruit-interview .section-wrap .cover .uk-flex img {
    width: 33%;
  }
  #recruit-interview .section-wrap .cover .uk-flex img:nth-child(1) {
    border-bottom-left-radius: 15px;
  }
  #recruit-interview .section-wrap .cover .uk-flex img:nth-child(2) {
    border-radius: 0;
  }
  #recruit-interview .section-wrap .cover .uk-flex img:nth-child(3) {
    border-bottom-right-radius: 15px;
  }
  #recruit-interview .section-wrap .cover .uk-flex img:nth-child(4) {
    border-top-right-radius: 15px;
  }
  #recruit-interview .section-wrap .cover .link {
    bottom: 5%;
    transform: translate(-50%, 0);
  }
  #recruitment-intern .section-wrap .text-box {
    width: 70%;
    padding: 40px;
  }
  #interview .section-wrap .interview-container ul {
    justify-content: space-evenly;
  }
  #footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child .recruit-logo a img {
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .flex-sp {
    display: block;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .size-28 {
    font-size: 20px;
  }
  .size-40 {
    font-size: 30px;
  }
  .size-64 {
    font-size: 30px;
  }
  .size-90 {
    font-size: 50px;
  }
  .size-96 {
    font-size: 50px;
  }
  .size-25-sp {
    font-size: 25px !important;
  }
  .op-0 {
    display: none;
  }
  .padding-80 {
    padding: 30px 0;
  }
  .padding-120 {
    padding: 30px 0;
  }
  .uk-padding-sp {
    padding: 0 !important;
    padding-left: 10px !important;
  }
  .text-align-sp {
    text-align: start !important;
  }
  #header .section-wrap .uk-flex .flex-item:last-child .recruit a, #header-recruit .section-wrap .uk-flex .flex-item:last-child .recruit a {
    width: auto;
    display: block;
    text-align: center;
  }
  .link a {
    width: 70%;
    margin: 0 auto;
  }
  .page-mv {
    padding: 30px 0;
    background-size: cover;
    background-position: center;
  }
  .page-mv .favicon-box {
    max-width: 100px;
    top: unset;
    bottom: 0;
  }
  nav.breadcrumbs {
    top: 70px;
    padding: 0 10px;
    width: -moz-max-content;
    width: max-content;
  }
  .section-title img {
    width: 60%;
  }
  .recruit-section-title h1 {
    margin-left: 20px !important;
  }
  .recruit-section-title span {
    display: block;
    margin: 0 !important;
  }
  #header .uk-flex .flex-item:first-child {
    width: auto;
  }
  #header .uk-flex .flex-item:first-child a img {
    max-height: 50px;
  }
  #header-recruit .uk-flex .flex-item:first-child {
    width: auto;
  }
  #header-recruit .uk-flex .flex-item:first-child a img {
    max-height: 50px;
  }
  #front-mv .slider-container .uk-position-relative .uk-slideshow-items {
    height: 570px;
  }
  #front-mv .slider-container .uk-position-relative .uk-position-absolute {
    top: 50%;
    left: 30px;
  }
  #front-mv .slider-container .uk-position-relative .uk-position-absolute.scroll {
    height: 85px;
    bottom: 1%;
  }
  @keyframes circlemove{
    0% {
      bottom: 30px;
    }
    50% {
      bottom: 10px;
    }
    100% {
      bottom: 30px;
    }
  }
  #front-mv .slider-container .uk-position-relative .uk-position-absolute .scroll_down:after {
    height: 50px;
  }
  #front-news .favicon-box {
    top: -4%;
    left: -6%;
    max-width: 100px;
  }
  #front-news .section-wrap .news-container .uk-flex .flex-item:first-child .section-title img {
    width: 30%;
  }
  #front-business .section-wrap .flex-box .uk-grid .flex-item {
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
  }
  #front-business .section-wrap .flex-box .uk-grid .flex-item a::before {
    border-radius: 15px;
    background: rgba(40, 40, 40, 0.7);
  }
  #front-business .section-wrap .flex-box .uk-grid .flex-item a img {
    max-width: 180%;
    width: auto;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  #front-business .section-wrap .flex-box .uk-grid .flex-item a .text-box {
    height: 90%;
    border-radius: 15px;
  }
  #front-business .section-wrap .flex-box .uk-grid .flex-item a .text-box p.text {
    height: 130px;
  }
  #front-recruit .section-wrap .recruit-container {
    margin-top: 50px;
    padding: 30px 20px;
  }
  #front-recruit .section-wrap .recruit-container .recruit-box .uk-flex {
    padding: 20px;
  }
  #front-recruit .section-wrap .recruit-container .recruit-box .uk-flex .flex-item:first-child {
    margin-top: 0;
  }
  #company-message .section-wrap .uk-container {
    background-size: cover;
  }
  #company-message .section-wrap .flex-box::before {
    width: 100%;
  }
  #company-message .section-wrap .flex-box .uk-flex .flex-item:first-child {
    padding: 20px;
  }
  #company-message .section-wrap .flex-box .uk-flex .flex-item:last-child {
    margin-top: 0;
    width: 90% !important;
    margin: 0 auto;
  }
  #company-message .section-wrap .flex-box .text-box {
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
  }
  #company-overview .section-wrap .overview-container {
    margin-top: 50px;
    padding: 30px 20px;
  }
  #company-overview .section-wrap .overview-container .flex-box {
    width: 100%;
  }
  #company-overview .section-wrap .overview-container .flex-box .uk-flex::before {
    width: 30%;
  }
  #company-overview .section-wrap .overview-container .flex-box .uk-flex .flex-item:first-child {
    width: 50%;
  }
  #company-office .favicon-box {
    max-width: 100px;
    top: 0;
    right: 0;
    margin-left: auto;
  }
  #company-office .section-wrap .uk-grid .flex-item {
    width: 100%;
    margin-left: 30px;
  }
  #company-history .favicon-box {
    max-width: 150px;
    top: -5%;
  }
  #company-history .section-wrap .uk-grid .uk-flex {
    width: 100%;
  }
  #company-policy .section-wrap .text-container .favicon-box {
    max-width: 150px;
    top: -5%;
  }
  #company-license .section-wrap .flex-box .uk-flex .flex-item .license-type {
    width: 100%;
  }
  #business-about .section-wrap .top-container {
    padding: 40px;
  }
  #business-about .section-wrap .top-container::before {
    width: 300px;
    height: 200px;
  }
  #taxnomy-business-about .section-wrap .top-container .uk-flex .flex-item .title h1 {
    margin-left: 20px !important;
  }
  #taxnomy-business-list .section-wrap .list-container .list-box .uk-grid .list {
    width: 40%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container {
    padding: 20px;
    padding-bottom: 50px;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .title .uk-flex span {
    width: 50%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .title .favicon-box {
    display: none;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list ul {
    justify-content: unset;
    overflow-x: scroll;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list ul.uk-subnav {
    flex-wrap: unset;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list ul li:first-child {
    padding-left: 0;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .uk-switcher {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
    touch-action: auto !important;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .uk-switcher .switcher-item {
    width: -moz-max-content;
    width: max-content;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .title {
    padding: 0 20px;
    height: 50px;
    min-width: 800px;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .title .uk-flex {
    height: 100%;
    justify-content: space-between;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .title p {
    display: flex;
    margin-right: 0 !important;
    align-items: center;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .list {
    padding: 10px 20px;
    min-width: 800px;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list button.show-more {
    width: 60%;
    height: 40px;
    margin: 0 auto;
    margin-top: 40px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .no-category-list {
    overflow: scroll;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .no-category-list .no-category-list-box {
    width: -moz-max-content;
    width: max-content;
  }
  #form-top .section-wrap .top-container .text-box.tel {
    width: auto;
  }
  #form-top .section-wrap .top-container .text-box.tel h2.tel-contact::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  #form-top .section-wrap .top-container .text-box.tel .tel-container .tel-box {
    width: 90%;
  }
  #form .section-wrap .top-container h2::before {
    width: 25px;
    height: 20px;
    margin-right: 7px;
  }
  #form .section-wrap .form-container {
    width: auto;
  }
  #form .section-wrap .form-container .form-box .uk-flex {
    display: block;
  }
  #form .section-wrap .form-container .form-box .uk-flex .flex-item {
    width: auto !important;
    margin: 10px 0;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul {
    gap: 20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul::-webkit-scrollbar {
    display: none;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul li a {
    width: 110px;
  }
  #news-archive .section-wrap .uk-container .news-contents .page-nav {
    display: none !important;
  }
  #news-archive .section-wrap .uk-container .news-contents .page-nav .pages {
    margin: 0;
  }
  #news-archive .section-wrap .uk-container .news-contents .wp-pagenavi .page {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  #news-archive .section-wrap .uk-container .news-contents .wp-pagenavi .current {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  #news-archive .section-wrap .uk-container .news-contents .page-nav-sp {
    display: flex !important;
  }
  #news-archive .section-wrap .uk-container .news-contents .page-nav-sp .pages {
    margin: 0;
  }
  #news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .flex-box {
    width: 80%;
  }
  #news-single .section-wrap .uk-container .news-contents .page-nav .link a {
    width: 200px;
  }
  #recruit-mv .section-wrap .slider-container .uk-position-relative .uk-slideshow-items {
    height: 400px;
  }
  #recruit-mv .section-wrap .slider-container .uk-position-relative .text-box {
    bottom: 10%;
  }
  #recruit-mv .section-wrap .slider-container .uk-position-relative .text-box h1 {
    font-size: 20px !important;
  }
  #recruit-message .favicon-box {
    top: -5%;
    right: -10%;
    max-width: 150px;
    width: auto;
  }
  #recruit-message .section-wrap .message-container {
    width: 100%;
    margin: 0 !important;
  }
  #recruit-data .data-img {
    top: 0;
    right: 10px;
    max-width: 130px;
  }
  #recruit-data .section-wrap .data-container .people-img {
    display: none;
  }
  #recruit-data .section-wrap .data-container .data-box .uk-box {
    display: block;
  }
  #recruit-data .section-wrap .data-container .data-box .uk-box .item {
    margin: 40px 0;
    width: auto;
  }
  #recruit-interview .favicon-box {
    top: -5%;
    right: -10%;
    max-width: 150px;
    width: auto;
  }
  #recruit-interview .section-wrap .cover {
    width: 80%;
    margin: 0 auto;
  }
  #recruit-interview .section-wrap .cover::after {
    width: 60%;
    height: 90%;
    left: 0;
  }
  #recruit-interview .section-wrap .cover::after {
    width: 140px;
  }
  #recruit-interview .section-wrap .cover:hover::after {
    left: -90px;
  }
  #recruit-interview .section-wrap .cover:hover .link a {
    width: 120px;
    height: 30px;
  }
  #recruit-interview .section-wrap .cover .uk-flex img {
    width: 50%;
  }
  #recruit-interview .section-wrap .cover .link a {
    width: 150px;
    height: 40px;
  }
  #recruit-gallery .section-wrap .gallery-container {
    margin-top: -20%;
  }
  #recruit-gallery .section-wrap .gallery-container .img-box {
    width: 60%;
  }
  #recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item {
    width: 25% !important;
  }
  #recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item a {
    height: 50px;
    font-size: 14px !important;
    text-align: center;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box::before, #recruit-mid-career .section-wrap .statue-container .statue-box::before {
    width: unset;
    height: 80%;
    border-top: none;
    border-left: 10px solid #a6e1aa;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item {
    width: 300px !important;
    height: 200px !important;
    margin: 20px auto !important;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(1) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(1) img {
    width: 120px;
    height: 100px;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(2) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(2) img {
    width: 100px;
    height: 140px;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(3) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(3) img {
    width: 70px;
    height: 130px;
  }
  #recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item {
    margin: 10px 0 !important;
  }
  #recruitment-new-grad .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li .uk-accordion-content, #recruit-mid-career .section-wrap .recruiting-container .uk-flex .flex-item .accordion-box ul li .uk-accordion-content {
    width: auto;
  }
  #recruitment-new-grad .section-wrap .application-container .link-box, #recruit-mid-career .section-wrap .application-container .link-box {
    width: 80%;
  }
  #recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link {
    margin: 20px 0;
    width: 100%;
  }
  #recruitment-new-grad .section-wrap .application-container .link-box .uk-flex .link a, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex .link a {
    width: 100%;
    height: 50px;
  }
  #recruit-mid-career .statue-box::before {
    border-left: 10px solid #B9B100 !important;
  }
  #recruit-mid-career .favicon-box {
    top: -2%;
    left: -10%;
    max-width: 150px;
    width: auto;
  }
  #recruitment-intern .favicon-box {
    top: -6%;
    right: -10%;
    max-width: 150px;
    width: auto;
  }
  #interview .section-wrap .interview-container ul {
    margin: 0;
  }
  #interview .section-wrap .interview-container ul li {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  #interview .section-wrap .interview-container .uk-switcher .switcher-box .bg-box {
    position: unset;
    width: 100%;
  }
  #interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box {
    margin-top: -150px;
    width: 95%;
  }
  #interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .title-box {
    justify-content: flex-start;
  }
  #interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .title-box h1 {
    text-align: center;
    font-size: 24px !important;
  }
  #interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box {
    padding: 20px;
  }
  #footer {
    padding: 0;
    margin-top: 0;
  }
  #footer .favicon-box {
    top: -10%;
    left: -10%;
    max-width: 150px;
    width: auto;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item:first-child a {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li {
    width: -webkit-fill-available;
    padding-left: 50px;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a::before {
    width: 6px;
    height: 6px;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li:nth-child(7) {
    display: none;
  }
  #footer-recruit .favicon-box {
    top: -10%;
    left: -10%;
    max-width: 150px;
    width: auto;
  }
  #footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li {
    width: -webkit-fill-available;
    padding-left: 50px;
  }
  #footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li a::before {
    width: 6px;
    height: 6px;
  }
  #footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li:nth-child(8) {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .flex-sp {
    display: block;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .size-28 {
    font-size: 24px;
  }
  .size-40 {
    font-size: 30px;
  }
  .size-64 {
    font-size: 40px;
  }
  .size-90 {
    font-size: 70px;
  }
  .size-96 {
    font-size: 70px;
  }
  .size-25-sp {
    font-size: 25px !important;
  }
  .padding-80 {
    padding: 40px 0;
  }
  .padding-120 {
    padding: 40px 0;
  }
  .text-align-sp {
    text-align: start !important;
  }
  .br-sp {
    display: block;
  }
  #header .section-wrap .uk-flex .flex-item:last-child .drawer_open, #header-recruit .section-wrap .uk-flex .flex-item:last-child .drawer_open {
    width: 80px;
    height: 80px;
  }
  #header .section-wrap .uk-flex .flex-item:last-child .nav_content, #header-recruit .section-wrap .uk-flex .flex-item:last-child .nav_content {
    padding-top: 100px;
  }
  #header .section-wrap .uk-flex .flex-item:last-child .recruit a, #header-recruit .section-wrap .uk-flex .flex-item:last-child .recruit a {
    width: auto;
    display: block;
    text-align: center;
  }
  .link a {
    width: 50%;
    margin: 0 auto;
  }
  .page-mv {
    padding: 30px 0;
    background-size: cover;
    background-position: center;
  }
  .page-mv .favicon-box {
    max-width: 200px;
  }
  nav.breadcrumbs {
    top: 65px;
  }
  .recruit-section-title h1 {
    margin-left: 20px !important;
  }
  #header .uk-flex .flex-item:first-child {
    width: 50%;
  }
  #header .uk-flex .flex-item:first-child a img {
    max-height: 50px;
  }
  #header-recruit .uk-flex .flex-item:first-child a img {
    max-height: 50px;
  }
  #header-recruit .uk-flex .flex-item:first-child {
    width: 50%;
  }
  #front-mv .slider-container .uk-position-relative .uk-slideshow-items {
    height: 700px;
  }
  #front-mv .slider-container .uk-position-relative .uk-position-absolute {
    top: 20%;
  }
  #front-mv .slider-container .uk-position-relative .uk-position-absolute.scroll {
    bottom: 5%;
    height: 80px;
  }
  @keyframes circlemove{
    0% {
      bottom: 30px;
    }
    50% {
      bottom: 10px;
    }
    100% {
      bottom: 30px;
    }
  }
  #front-mv .slider-container .uk-position-relative .uk-position-absolute .scroll_down:after {
    height: 50px;
  }
  #front-news .favicon-box {
    top: -4%;
    left: -6%;
    max-width: 150px;
  }
  #front-recruit .section-wrap .recruit-container {
    margin-top: 100px;
    padding: 30px;
  }
  #company-message .section-wrap .uk-container {
    background-size: cover;
  }
  #company-message .section-wrap .flex-box::before {
    width: 100%;
  }
  #company-message .section-wrap .flex-box .uk-flex .flex-item:first-child {
    padding: 20px;
  }
  #company-message .section-wrap .flex-box .uk-flex .flex-item:last-child {
    margin-top: 0;
    width: 90% !important;
    margin: 0 auto;
  }
  #company-message .section-wrap .flex-box .text-box {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px;
  }
  #company-overview .section-wrap .overview-container {
    margin-top: 50px;
    padding: 30px 20px;
  }
  #company-overview .section-wrap .overview-container .favicon-box {
    max-width: 150px;
    top: -10%;
  }
  #company-overview .section-wrap .overview-container .flex-box .uk-flex::before {
    width: 20%;
  }
  #company-office .favicon-box {
    max-width: 160px;
    top: 0;
    right: 5%;
  }
  #company-office .section-wrap .uk-grid .flex-item {
    width: 45%;
    margin-left: 30px;
  }
  #company-history .favicon-box {
    max-width: 200px;
    top: -5%;
  }
  #company-history .section-wrap .uk-grid {
    margin: 0;
  }
  #company-history .section-wrap .uk-grid .uk-flex {
    width: 45%;
    padding: 0;
    padding-bottom: 7px;
  }
  #company-policy .section-wrap .text-container .favicon-box {
    max-width: 200px;
    top: -5%;
  }
  #company-license .section-wrap .flex-box .uk-flex {
    display: flex;
  }
  #company-license .section-wrap .flex-box .uk-flex .flex-item {
    width: 40% !important;
  }
  #business-about .section-wrap .top-container {
    padding: 30px;
  }
  #business-about .section-wrap .top-container::before {
    width: 300px;
    height: 200px;
  }
  #taxnomy-business-about .section-wrap .top-container .uk-flex .flex-item:last-child {
    width: 50% !important;
  }
  #taxnomy-business-about .section-wrap .top-container .uk-flex .flex-item .title h1 {
    margin-left: 20px !important;
  }
  #taxnomy-business-list .section-wrap .list-container .list-box .uk-grid .list {
    width: 28%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .title .uk-flex span {
    width: 75%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .title .favicon-box {
    right: 0;
    max-width: 150px;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list ul {
    justify-content: unset;
    overflow-x: scroll;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list ul.uk-subnav {
    flex-wrap: unset;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list ul li:first-child {
    padding-left: 0;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .uk-switcher {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .uk-switcher .switcher-item {
    width: -moz-max-content;
    width: max-content;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .title {
    padding: 0 20px;
    height: 50px;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .title .uk-flex {
    height: 100%;
    justify-content: space-between;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .title p {
    display: flex;
    justify-content: flex-start;
    margin-right: 0 !important;
    align-items: center;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .list {
    padding: 10px 20px;
    min-width: 800px;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .list .uk-flex {
    justify-content: space-between;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list button.show-more {
    width: 60%;
    height: 40px;
    margin: 0 auto;
    margin-top: 40px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .no-category-list {
    overflow: scroll;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .no-category-list .no-category-list-box {
    width: -moz-max-content;
    width: max-content;
  }
  #form-top .section-wrap .top-container .text-box.tel {
    width: auto;
  }
  #form-top .section-wrap .top-container .text-box.tel .tel-container .tel-box {
    max-width: 400px;
  }
  #form .section-wrap .form-container {
    width: auto;
  }
  #form .section-wrap .form-container .form-box .uk-flex {
    display: block;
  }
  #form .section-wrap .form-container .form-box .uk-flex .flex-item {
    width: auto !important;
    margin: 10px 0;
  }
  #form .section-wrap .form-container .form-box .uk-flex .flex-item:first-child {
    width: 40%;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .category-contents ul li a {
    width: 120px;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a .uk-flex {
    width: 43%;
  }
  #news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .flex-box {
    width: 43%;
  }
  #news-single .section-wrap .uk-container .news-contents .page-nav .link a {
    width: 200px;
  }
  #recruit-message .favicon-box {
    max-width: 260px;
  }
  #recruit-message .section-wrap .message-container {
    width: 100%;
    margin: 0 !important;
  }
  #recruit-data .data-img {
    top: -1%;
    right: 3%;
    max-width: 200px;
  }
  #recruit-data .section-wrap .data-container .people-img {
    display: none;
  }
  #recruit-data .section-wrap .data-container .data-box .uk-box {
    grid-template-columns: repeat(2, 1fr);
  }
  #recruit-data .section-wrap .data-container .data-box .uk-box .item {
    width: 70%;
  }
  #recruit-interview .favicon-box {
    top: -10%;
    right: -10%;
    max-width: 200px;
    width: auto;
  }
  #recruit-interview .section-wrap .cover {
    width: 80%;
    margin: 0 auto;
  }
  #recruit-interview .section-wrap .cover .uk-flex img {
    width: 50%;
  }
  #recruit-recruitment .section-wrap .uk-flex .flex-item a {
    width: 100%;
  }
  #recruit-recruitment .section-wrap .uk-flex .flex-item a .img-box {
    height: 280px;
    width: 100%;
  }
  #recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item {
    width: 30% !important;
  }
  #recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item a {
    height: 50px;
    font-size: 16px !important;
    text-align: center;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box::before, #recruit-mid-career .section-wrap .statue-container .statue-box::before {
    width: unset;
    height: 80%;
    border-top: none;
    border-left: 10px solid #a6e1aa;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item {
    width: 300px !important;
    height: 200px !important;
    margin: 20px auto !important;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(1) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(1) img {
    width: 120px;
    height: 100px;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(2) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(2) img {
    width: 100px;
    height: 140px;
  }
  #recruitment-new-grad .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(3) img, #recruit-mid-career .section-wrap .statue-container .statue-box .uk-flex .flex-item:nth-child(3) img {
    width: 70px;
    height: 130px;
  }
  #recruit-mid-career .statue-box::before {
    border-left: 10px solid #B9B100 !important;
  }
  #recruit-mid-career .favicon-box {
    top: 0;
    left: -8%;
    max-width: 200px;
    width: auto;
  }
  #recruitment-intern .favicon-box {
    top: -7%;
    right: -7%;
    max-width: 200px;
    width: auto;
  }
  #interview .section-wrap .interview-container ul li {
    width: 43%;
  }
  #interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item .shedule-box p {
    display: block;
    width: 60%;
  }
  #interview .section-wrap .interview-container .uk-switcher .switcher-box .data-box .text-box .uk-flex .flex-item .shedule-box img {
    display: block;
    margin: 0 auto;
  }
  #footer .favicon-box {
    top: -15%;
    max-width: 150px;
    width: auto;
  }
  #footer-recruit .favicon-box {
    top: -10%;
    left: -10%;
    max-width: 200px;
    width: auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }
  .size-64 {
    font-size: 45px;
  }
  .size-96 {
    font-size: 70px;
  }
  .page-mv {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
  }
  .page-mv .favicon-box {
    max-width: 220px;
  }
  #header .uk-flex .flex-item:first-child {
    padding: 0 10px;
  }
  #header .uk-flex .flex-item:nth-child(2) {
    width: 70%;
  }
  #header .uk-flex .flex-item:nth-child(2) ul {
    justify-content: space-around;
  }
  #header .uk-flex .flex-item:nth-child(2) ul li {
    padding: 0 5px;
  }
  #header .uk-flex .flex-item:nth-child(2) ul li.recruit {
    margin-left: 0;
    padding: 0 10px;
  }
  #header .uk-flex .flex-item:nth-child(2) ul li.recruit a {
    padding: 10px;
  }
  #header-recruit .uk-flex .flex-item:nth-child(2) ul {
    justify-content: space-around;
  }
  #header-recruit .uk-flex .flex-item:nth-child(2) ul li {
    padding: 0 5px;
  }
  #header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit {
    width: 17%;
    text-align: center;
    margin-left: 10px;
  }
  #header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit {
    padding: 0;
  }
  #header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit a {
    padding: 10px;
  }
  #front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item {
    width: 90%;
  }
  #front-recruit .section-wrap .recruit-container {
    margin-top: 100px;
  }
  #company-overview .section-wrap .overview-container {
    margin-top: 50px;
  }
  #company-office .favicon-box {
    max-width: 250px;
    top: -10%;
    right: 5%;
  }
  #company-office .section-wrap .uk-grid .flex-item {
    width: 30%;
    margin-left: 30px;
  }
  #company-office .section-wrap .uk-grid .flex-item p.map {
    width: 80%;
  }
  #company-history .section-wrap .uk-grid .uk-flex p:first-child {
    width: 30%;
  }
  #company-history .section-wrap .uk-grid .uk-flex p:last-child {
    width: 65%;
  }
  #company-policy .section-wrap .text-container .favicon-box {
    max-width: 280px;
    top: -6%;
    left: -10%;
  }
  #company-license .section-wrap .flex-box .uk-flex .flex-item {
    width: 40%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .title .uk-flex span {
    width: 80%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .title .favicon-box {
    top: -150px;
    right: 0;
    max-width: 200px;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .title p:last-child {
    width: 15%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .list .uk-flex p:last-child {
    width: 15%;
  }
  #form-top .section-wrap .top-container .text-box.tel {
    width: 90%;
  }
  #form .section-wrap .top-container h2::after {
    width: 90%;
  }
  #form .section-wrap .form-container {
    width: 90%;
  }
  #form .section-wrap .form-container .form-box .uk-flex .flex-item:first-child {
    width: 35%;
  }
  #form .section-wrap .form-container .form-box .uk-flex .flex-item:last-child {
    width: 55%;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item:last-child {
    width: 20%;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a .uk-flex {
    width: 44%;
  }
  #news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item:last-child {
    width: 20%;
  }
  #news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .flex-box {
    width: 44%;
  }
  #recruit-data .data-img {
    top: -3%;
    right: 3%;
    max-width: 220px;
  }
  #recruit-data .section-wrap .data-container .people-img:nth-child(1) {
    max-width: 170px;
  }
  #recruit-data .section-wrap .data-container .people-img:nth-child(2) {
    max-width: 100px;
  }
  #recruit-data .section-wrap .data-container .data-box .uk-box .item {
    width: 45%;
  }
  #recruit-interview .favicon-box {
    max-width: 260px;
    top: -15%;
  }
  #recruit-recruitment .section-wrap .uk-flex .flex-item a {
    width: 100%;
  }
  #recruit-recruitment .section-wrap .uk-flex .flex-item a .img-box {
    height: 160px;
    width: 100%;
  }
  #recruit-recruitment .section-wrap .uk-flex .flex-item a .text-box h4 {
    font-size: 20px !important;
  }
  #recruit-recruitment .section-wrap .uk-flex .flex-item a .text-box h4::after {
    width: 16px;
    height: 16px;
  }
  #recruitment-page-nav .section-wrap .section-nav .uk-flex .flex-item {
    width: 25%;
  }
  #recruit-mid-career .favicon-box {
    top: -5%;
    left: -3%;
    max-width: 220px;
  }
  #recruitment-intern .favicon-box {
    top: -5%;
    right: -3%;
    max-width: 220px;
  }
  #footer .favicon-box {
    top: -40%;
    max-width: 200px;
    width: auto;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item {
    width: 50%;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item:first-child {
    width: auto;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item:last-child ul li {
    width: 40%;
  }
  #footer-recruit .favicon-box {
    top: -20%;
    left: -8%;
    max-width: 200px;
    width: auto;
  }
  #footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child {
    width: 50%;
  }
  #footer-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child ul li {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #header .uk-flex .flex-item:nth-child(2) ul li {
    padding: 0 15px;
  }
  #header-recruit .uk-flex .flex-item:nth-child(2) ul li {
    padding: 0 10px;
  }
  #header-recruit .uk-flex .flex-item:nth-child(2) ul li.recruit a {
    padding: 10px 20px;
  }
  #front-news .favicon-box {
    left: -6%;
    max-width: 300px;
  }
  #company-office .section-wrap .uk-grid .flex-item {
    width: 29%;
    margin-left: 40px;
  }
  #taxnomy-business-list .section-wrap .list-container .list-box .uk-grid .list {
    width: 29%;
  }
  #recruit-interview .section-wrap .cover {
    width: 80%;
    margin: 0 auto;
  }
  #recruit-interview .section-wrap .cover::after {
    width: 210px;
  }
  #recruit-interview .section-wrap .cover:hover::after {
    left: -135px;
  }
  #footer .favicon-box {
    max-width: unset;
    width: 20%;
    top: -45%;
    left: -5%;
  }
  #footer-recruit .favicon-box {
    max-width: unset;
    width: 20%;
    top: -45%;
    left: -5%;
  }
  #footer-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  #front-mv .slider-container .uk-position-relative .uk-position-absolute {
    display: block;
  }
  #front-news .section-wrap .news-container .uk-flex .flex-item:last-child .news-list ul li a .news-item {
    width: 100%;
  }
  #front-company .section-wrap .flex-box .uk-flex {
    margin-top: -140px;
  }
  #company-history .section-wrap .uk-grid .uk-flex p:first-child {
    width: 25%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list ul {
    width: 60%;
  }
  #taxnomy-business-archivements .section-wrap .archive-container .archive-list .list {
    height: 92px;
    padding: 0 30px;
  }
  #form .section-wrap .top-container h2::after {
    width: 80%;
  }
  #news-archive .section-wrap .uk-container .news-contents .uk-flex .flex-item .news-contents ul li a .uk-flex {
    width: 35%;
  }
  #news-single .section-wrap .uk-container .news-contents .uk-flex .flex-item .single-box .flex-box {
    width: 35%;
  }
  #recruit-interview .section-wrap .cover::after {
    display: block;
  }
  #recruit-recruitment .section-wrap .uk-flex .flex-item a .img-box {
    height: 210px;
  }
}
@media screen and (min-width: 640px) {
  #recruitment-new-grad .section-wrap .application-container .link-box .uk-flex, #recruit-mid-career .section-wrap .application-container .link-box .uk-flex {
    display: flex !important;
  }
}
