/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \****************************************************************************************************************************************************************************************************************************/
/* 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  */
/*---------------------------------------*/
section {
  padding: 40px 0;
}

h1, h2, h3, h4, p {
  margin: 0;
}

h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  color: #1A1A1A;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  transition: all 0.3s ease;
  color: #1A1A1A;
}
a:hover {
  text-decoration: none;
}
a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.br {
  display: block;
}

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

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

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

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

span.block {
  display: block;
}

#product-technology-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#product-technology-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}

.section-title.border {
  display: flex;
  text-align: left;
}
.section-title.border::before {
  content: "";
  width: 28px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-right: 20px;
}
.section-title.border h1 {
  color: #fff;
}
.section-title h1 {
  font-size: 24px;
  color: #fff;
  line-height: normal;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.section-title span {
  display: block;
  font-size: 16px;
  letter-spacing: 5px;
  color: #1FAC4C;
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.link-btn a {
  color: #fff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  padding-right: 60px;
  padding-left: 10px;
  line-height: normal;
  overflow: hidden;
  text-shadow: 0 0 6px rgba(44, 44, 44, 0.16);
}
.link-btn a::after {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: left;
  filter: drop-shadow(0 0 6px rgba(44, 44, 44, 0.16));
}
.link-btn a::before {
  content: "";
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-position: left;
  opacity: 0;
  transition: all 1s ease;
  filter: drop-shadow(0 0 6px rgba(44, 44, 44, 0.16));
}
.link-btn a span.border {
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  background-color: #1A1A1A;
  overflow: hidden;
  transition: 1s;
}
.link-btn a span.border.top {
  width: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.link-btn a span.border.right {
  height: 100%;
  top: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
}
.link-btn a span.border.bottom {
  width: 100%;
  bottom: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.link-btn a span.border.left {
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.link-btn a:hover::before {
  opacity: 1;
}
.link-btn a:hover span.border {
  transform: translate3d(0, 0, 0);
}

.flex-eng {
  display: block !important;
}
.flex-eng .flex-item {
  width: auto !important;
  margin: 20px 0;
}

.top-text-box {
  width: 100%;
  margin: 0 auto;
}
.top-text-box .color-title {
  margin-bottom: 30px;
}

.contents-list {
  margin-top: 60px;
}
.contents-list .contents-list-item {
  margin-bottom: 120px;
}
.contents-list .contents-list-item:last-child {
  margin-bottom: 50px;
}
.contents-list .contents-list-item:nth-child(2n) .uk-flex {
  flex-direction: row-reverse;
}
.contents-list .contents-list-item:nth-child(2n) .uk-flex .flex-item:last-child h2::before {
  width: 100%;
  right: 0;
  left: unset;
}
.contents-list .contents-list-item .uk-flex .flex-item {
  width: 45%;
  height: 100%;
}
.contents-list .contents-list-item .uk-flex .flex-item:first-child {
  position: relative;
}
.contents-list .contents-list-item .uk-flex .flex-item:first-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -10px;
  right: -10px;
  background-color: #1FAC4C;
  clip-path: polygon(0 100%, 0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 3px 100%, 3px calc(100% - 3px), calc(100% - 26px) calc(100% - 3px), calc(100% - 3px) calc(100% - 26px), calc(100% - 3px) 3px, 26px 3px, 3px 26px, 3px 100%);
}
.contents-list .contents-list-item .uk-flex .flex-item:last-child {
  width: 50%;
  position: relative;
}
.contents-list .contents-list-item .uk-flex .flex-item:last-child h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contents-list .contents-list-item .uk-flex .flex-item:last-child h2::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 2px solid #1FAC4C;
  bottom: 0;
  left: 0;
}

.wp-block-image {
  margin-top: 80px;
}

#mixins-recruit {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/front/recruit/front-recruit-bg-im01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#mixins-recruit .section-wrap .flex-box {
  background: #fff;
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item {
  width: 50%;
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child {
  margin: auto 0;
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 40%;
  position: relative;
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  transform: translateX(-100%);
  width: 30%;
  height: 100%;
  background-image: linear-gradient(195deg, #233076, #1372a8 50% 100%);
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item .section-title h1, #mixins-recruit .section-wrap .flex-box .uk-flex .flex-item .section-title span {
  color: #233076;
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item h3 {
  color: #466682;
  line-height: normal;
  margin: 30px 0;
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item .uk-grid .link-btn:first-child a {
  width: 260px;
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item .uk-grid .link-btn a {
  color: #2C2C2C;
  border-bottom: 2px solid #2C2C2C;
}
#mixins-recruit .section-wrap .flex-box .uk-flex .flex-item .uk-grid .link-btn a::after {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
}

#mixins-contact {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/front/contact/front-contact-bg-im01-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#mixins-contact .section-wrap .contact-box {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
#mixins-contact .section-wrap .contact-box .section-title h1, #mixins-contact .section-wrap .contact-box .section-title span {
  color: #fff;
}
#mixins-contact .section-wrap .contact-box .link-btn {
  margin-top: 40px;
}
#mixins-contact .section-wrap .contact-box .link-btn a {
  min-width: 260px;
}
#mixins-contact .section-wrap .contact-box .link-btn a span.border {
  background-color: #fff;
}
#mixins-contact .section-wrap .top-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: none;
}
#mixins-contact .section-wrap .top-btn a svg {
  display: none;
}

#page-mv {
  padding: 0;
  height: 30vh;
}

.page-mv {
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.page-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: linear-gradient(#1fac4c 20%, transparent);
}
.page-mv .title-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-mv .title-box h1 {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 20px rgba(44, 44, 44, 0.8);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.page-mv .title-box span {
  display: block;
  letter-spacing: 5px;
  line-height: normal;
  text-shadow: 0 0 10px rgba(44, 44, 44, 0.8);
  font-size: 16px;
  padding-top: 5px;
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.page-name {
  position: absolute;
  left: 60px;
  top: 120px;
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
  display: none;
}
.page-name h4 {
  display: flex;
  align-items: center;
  color: #1FAC4C;
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page-name h4::before {
  content: "";
  width: 16px;
  height: 0;
  border: 1px solid #1FAC4C;
  margin-right: 10px;
}

.color-title h1 {
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.color-title h1::first-letter {
  color: #1FAC4C;
}

#breadcrumb {
  padding: 0;
  overflow: scroll;
}

nav.breadcrumbs {
  margin: 20px 0;
}
nav.breadcrumbs ul {
  display: flex;
  align-items: center;
}
nav.breadcrumbs ul li a, nav.breadcrumbs ul li p, nav.breadcrumbs ul li span {
  font-size: 16px;
  color: #2C2C2C;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav.breadcrumbs ul span {
  margin: 0 10px;
}

#privacy-wrap {
  padding: 0;
}
#privacy-wrap .uk-section-large .privacy-header {
  margin-bottom: 50px;
}
#privacy-wrap .uk-section-large .privacy-header h1 {
  margin-bottom: 20px;
  color: #1A1A1A;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#privacy-wrap .uk-section-large .privacy-top {
  margin-bottom: 30px;
}
#privacy-wrap .uk-section-large .privacy-top h2 {
  color: #1A1A1A;
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block {
  margin-bottom: 30px;
}
#privacy-wrap .uk-section-large .privacy-block h3 {
  color: #1A1A1A;
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block p {
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block a {
  overflow-wrap: break-word;
}
#privacy-wrap .uk-section-large .disclaim-top h2 {
  color: #1A1A1A;
  margin-bottom: 10px;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9019607843), rgba(255, 255, 255, 0.7803921569) 33%, rgba(255, 255, 255, 0.2588235294) 60%, transparent);
  z-index: -1;
  pointer-events: none;
}
#header .top-header {
  padding: 0;
  padding-top: 6px;
}
#header .top-header .uk-flex .flex-item.eng-logo a img {
  max-width: 100px;
}
#header .top-header .uk-flex .flex-item:first-child {
  padding-left: 15px;
}
#header .top-header .uk-flex .flex-item:first-child img {
  max-width: 210px;
}
#header .top-header .uk-flex .flex-item ul li.sub {
  width: 130px;
  padding-left: 30px;
}
#header .top-header .uk-flex .flex-item ul li.sub a {
  border: 2px solid #2C2C2C;
  width: 100%;
  display: block;
  text-align: center;
  color: #2C2C2C;
  box-sizing: border-box;
}
#header .top-header .uk-flex .flex-item ul li.sub a:hover {
  border-color: #1FAC4C;
  color: #1FAC4C;
}
#header .top-header .uk-flex .flex-item ul li.sub-eng {
  width: -moz-fit-content;
  width: fit-content;
}
#header .top-header .uk-flex .flex-item ul li.sub-eng a {
  padding: 0 10px;
}
#header .top-header .uk-flex .flex-item ul li.instagram {
  padding-left: 30px;
}
#header .top-header .uk-flex .flex-item ul li.lang {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
#header .top-header .uk-flex .flex-item ul li.lang a:hover {
  color: #1FAC4C;
}
#header .top-header .uk-flex .flex-item ul li.lang span {
  width: 2px;
  height: 20px;
  background: #2C2C2C;
  display: block;
  margin: 0 10px;
}
#header .top-header .uk-flex .flex-item ul li.nhk {
  padding: 10px 15px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 60px;
}
#header .top-header .uk-flex .flex-item ul li.nhk.nhk-eng {
  margin-left: 20px;
}
#header .top-header .uk-flex .flex-item ul li.nhk a img {
  max-width: 60px;
}
#header .top-header .uk-flex .flex-item:last-child header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .top-header .uk-flex .flex-item:last-child .logo {
  font-size: 24px;
}
#header .top-header .uk-flex .flex-item:last-child .drawer_hidden {
  display: none;
}
#header .top-header .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;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#header .top-header .uk-flex .flex-item:last-child .drawer_open span,
#header .top-header .uk-flex .flex-item:last-child .drawer_open span:before,
#header .top-header .uk-flex .flex-item:last-child .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #1A1A1A;
  transition: 0.5s;
  position: absolute;
}
#header .top-header .uk-flex .flex-item:last-child .drawer_open span:before {
  bottom: 8px;
}
#header .top-header .uk-flex .flex-item:last-child .drawer_open span:after {
  top: 8px;
}
#header .top-header .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .top-header .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff;
}
#header .top-header .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}
#header .top-header .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content {
  right: 0 !important;
  overflow: scroll;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100% !important;
  z-index: 99;
  background: #2C2C2C;
  transition: 0.5s;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content.nav_content-eng .list ul.nav_list {
  margin: 0 10px;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .logo {
  padding-bottom: 30px;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .logo.eng-logo {
  padding-top: 10px;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .logo.eng-logo img {
  max-width: 100px;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list {
  padding-bottom: 60px;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.lang {
  margin: 0 10px;
  margin-bottom: 40px;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.lang li {
  justify-content: end;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.lang li a {
  color: #fff;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.lang li a:hover {
  color: #1FAC4C;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.lang li span {
  background: #fff;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list {
  margin: 0 50px;
  text-align: center;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list li {
  border-bottom: 2px solid #1FAC4C;
  padding: 10px 0;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list li.uk-open a.uk-accordion-title::before {
  transform: rotate(-90deg);
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list li a {
  font-size: 20px;
  color: #fff;
  display: block;
  width: auto;
  margin: 0 10px;
  position: relative;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list li a.uk-accordion-title::before {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow.webp");
  transform: rotate(90deg);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list li ul.nav_sub_list li {
  border-bottom: none;
  padding: 0;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list li ul.nav_sub_list li:last-child {
  padding-bottom: 0;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list li ul.nav_sub_list li a {
  font-size: 16px;
  margin: 0 30px;
  padding: 5px 0;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list .uk-accordion-content {
  margin: 10px;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list ul.nav_list .uk-accordion-content a {
  font-size: 18px;
  padding: 5px 0;
  color: #AAAAAA;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list .btn {
  margin: 40px 50px;
  text-align: center;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list .btn ul li {
  padding: 10px 0;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list .btn ul li a {
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  width: 100%;
  display: block;
  padding: 10px 0;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list .nhk-wrap .nhk {
  position: relative;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list .nhk-wrap .nhk .privacy {
  text-align: center;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list .nhk-wrap .nhk .privacy a {
  font-size: 16px;
  color: #fff;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list .nhk-wrap .nhk .nhk-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px;
  background: #fff;
  border-radius: 8px;
}
#header .top-header .uk-flex .flex-item:last-child .nav_content .list .nhk-wrap .nhk .nhk-btn a img {
  max-width: 50px;
}
#header .bottom-header.bottom-header-eng ul {
  max-width: none;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 40px;
}
#header .bottom-header ul {
  border-bottom: 2px solid #2C2C2C;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 140px;
  max-width: 900px;
}
#header .bottom-header ul li a {
  color: #2C2C2C;
}
#header .bottom-header ul li a:hover {
  color: #1FAC4C;
}
#header .bottom-header ul li.sub {
  width: 130px;
}
#header .bottom-header ul li.sub a {
  display: block;
  width: 100%;
  text-align: center;
}
#header .bottom-header ul li.uk-inline button {
  font-size: 16px;
  background: none;
  border: none;
  padding: 0;
  color: #2C2C2C;
  cursor: pointer;
  transition: all 0.3s ease;
}
#header .bottom-header ul li.uk-inline button:hover {
  color: #1FAC4C;
}
#header .bottom-header ul li.uk-inline button {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#header .bottom-header ul li.uk-inline .uk-dropdown {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 70%, rgba(230, 230, 230, 0.7) 100%);
  backdrop-filter: blur(10px);
  min-width: 230px;
}
#header .bottom-header ul li.uk-inline .uk-dropdown.uk-dropdown-eng {
  min-width: -moz-max-content;
  min-width: max-content;
}
#header .bottom-header ul li.uk-inline ul.uk-dropdown-nav {
  border: none;
  padding: 0;
  margin: 0 auto;
}
#header .bottom-header ul li.uk-inline ul.uk-dropdown-nav li a {
  justify-content: center;
  font-size: 16px;
  flex-direction: column;
}
#header .bottom-header ul li.uk-inline ul.uk-dropdown-nav li a:hover {
  color: #1FAC4C;
}

#footer {
  background: #2C2C2C;
  padding-top: 30px;
  padding-bottom: 40px;
}
#footer .section-wrap .uk-flex .flex-item {
  width: 30%;
}
#footer .section-wrap .uk-flex .flex-item:last-child {
  width: 65%;
}
#footer .section-wrap .uk-flex .flex-item .company-info {
  margin: 40px 0;
}
#footer .section-wrap .uk-flex .flex-item .company-info .block {
  margin-bottom: 20px;
}
#footer .section-wrap .uk-flex .flex-item .company-info .block p {
  color: #fff;
}
#footer .section-wrap .uk-flex .flex-item .company-info .block p.company {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#footer .section-wrap .uk-flex .flex-item .company-info .block p.address {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#footer .section-wrap .uk-flex .flex-item .privacy a {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#footer .section-wrap .uk-flex .flex-item ul.main {
  position: relative;
  gap: 20px;
}
#footer .section-wrap .uk-flex .flex-item ul.main::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #1FAC4C;
  width: 100%;
  height: 2px;
  top: 25px;
  left: 0;
}
#footer .section-wrap .uk-flex .flex-item ul.main li a {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#footer .section-wrap .uk-flex .flex-item ul.main li a.pointer-none {
  pointer-events: none;
}
#footer .section-wrap .uk-flex .flex-item ul.main li ul.sub {
  margin-top: 10px;
}
#footer .section-wrap .uk-flex .flex-item ul.main li ul.sub li a {
  color: #909090;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer .section-wrap .uk-flex .flex-item .footer-bottom {
  margin-top: 40px;
}
#footer .section-wrap .uk-flex .flex-item .footer-bottom ul {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .section-wrap .sp-content a.logo {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 50px;
  display: block;
  text-align: center;
  max-width: 270px;
}
#footer .section-wrap .sp-content a.privacy {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#footer .section-wrap .copyright {
  margin-top: 20px;
}
#footer .section-wrap .copyright p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

#screw-tool-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#screw-tool-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#screw-tool-wrap {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/screw-tool/screw-tool-wrap-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#screw-tool-wrap #screw-tool-top-wrap {
  position: relative;
  padding: 0;
}
#screw-tool-wrap #screw-tool-top-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: -1;
}
#screw-tool-wrap #screw-tool-top-wrap .deco-1, #screw-tool-wrap #screw-tool-top-wrap .deco-2 {
  position: absolute;
  z-index: 0;
  opacity: 0.2;
}
#screw-tool-wrap #screw-tool-top-wrap .deco-1 {
  max-width: 240px;
  top: 900px;
  right: -60px;
}
#screw-tool-wrap #screw-tool-top-wrap .deco-2 {
  max-width: 160px;
  bottom: 60px;
  right: -10px;
  height: -moz-fit-content;
  height: fit-content;
}
#screw-tool-wrap #screw-tool-top-wrap .section-wrap {
  position: relative;
}
#screw-tool-wrap #screw-tool-catalog {
  background: rgba(31, 172, 76, 0.8);
  padding-top: 40px;
  position: relative;
}
#screw-tool-wrap #screw-tool-catalog .deco-3 {
  position: absolute;
  opacity: 0.2;
  max-width: 260px;
  bottom: 138px;
  right: -100px;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .title {
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .title h1 {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item {
  width: 30%;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item:last-child {
  width: 65%;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item p {
  color: #fff;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item .address {
  margin: 20px 0;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item .address .form a {
  color: #fff;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item .address .form a:hover {
  border-color: #fff;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item .link-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item .link-btn a {
  min-width: 260px;
}
#screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item .link-btn a span.border {
  background-color: #fff;
}

#auto-parts-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#auto-parts-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#auto-parts-wrap .deco-1, #auto-parts-wrap .deco-2, #auto-parts-wrap .deco-3 {
  position: absolute;
  z-index: 0;
  opacity: 0.2;
}
#auto-parts-wrap .deco-1 {
  max-width: 160px;
  top: 40%;
  right: 0;
}
#auto-parts-wrap .deco-2 {
  max-width: 250px;
  top: 67%;
  right: -20px;
}
#auto-parts-wrap .deco-3 {
  max-width: 300px;
  bottom: 15px;
  right: -125px;
}

#industry-parts-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#industry-parts-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#industry-parts-wrap .deco-1 {
  position: absolute;
  opacity: 0.2;
  max-width: 230px;
  top: 33%;
  right: -50px;
}
#industry-parts-wrap .deco-2 {
  position: absolute;
  opacity: 0.2;
  max-width: 300px;
  top: 60%;
  right: -85px;
}

#plastic-forming-top {
  position: relative;
}
#plastic-forming-top .deco-1 {
  position: absolute;
  opacity: 0.2;
  max-width: 250px;
  top: 43%;
  right: -40px;
}

#front-mv {
  padding: 0;
}
#front-mv .section-wrap {
  height: 100%;
}
#front-mv .section-wrap .cover {
  position: relative;
  height: 100%;
  background: #000;
}
#front-mv .section-wrap .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-mv .section-wrap .cover .title {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#front-mv .section-wrap .cover .title h1 {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 50px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-mv .section-wrap a.recruit-banner-sp {
  width: 280px;
  position: absolute;
  bottom: 50px;
  right: 0;
}

#front-news {
  background: #EAEAEA;
}
#front-news .section-wrap {
  position: relative;
}
#front-news .section-wrap .news-wrap {
  width: 90%;
  margin: 0 auto;
}
#front-news .section-wrap .news-wrap .section-title {
  text-align: center;
}
#front-news .section-wrap .news-wrap .section-title h1, #front-news .section-wrap .news-wrap .section-title span {
  color: #1FAC4C;
}
#front-news .section-wrap .news-wrap .news-list ul li {
  border-bottom: 1px solid #1FAC4C;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#front-news .section-wrap .news-wrap .news-list ul li a p {
  color: #2C2C2C;
}
#front-news .section-wrap .news-wrap .news-list ul li a p.day {
  font-size: 18px;
  font-family: "raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-news .section-wrap .news-wrap .news-list ul li a p.cat {
  border: 1px solid #2C2C2C;
  padding: 2px 10px;
  margin: 0 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-news .section-wrap .news-wrap .news-list ul li a p.new {
  margin-right: 10px;
}
#front-news .section-wrap .news-wrap .news-list ul li a p.new span.new-label {
  background: #E55151;
  color: #fff;
  font-size: 13px;
  padding: 2px 5px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-news .section-wrap .news-wrap .news-list ul li a p.title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#front-news .section-wrap .news-wrap .link-btn a {
  margin: 0 auto;
  color: #2C2C2C;
  border-color: #2C2C2C;
}
#front-news .section-wrap .news-wrap .link-btn a::after {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
}
#front-news .section-wrap .news-wrap .link-btn a::before {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
}

#front-about {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/front/about/front-about-bg-im01.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 1s;
  padding: 0;
  padding-bottom: 40px;
}
#front-about #front-company {
  padding: 0;
}
#front-about #front-company .bg {
  z-index: -1;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s, filter 0.2s ease;
  transform-origin: bottom;
  transform: scale(0.85);
  height: 100vh;
  filter: blur(0px);
}
#front-about #front-company .bg.active {
  transform: scale(1);
}
#front-about #front-company .bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-about #front-company .section-wrap {
  position: relative;
  z-index: 1;
  height: 100vh;
  text-align: center;
}
#front-about #front-company .section-wrap .company-box {
  display: inline-block;
  margin: 0 auto;
  transition: opacity 1s;
  width: 90%;
}
#front-about #front-company .section-wrap .company-box .section-title h1, #front-about #front-company .section-wrap .company-box .section-title span {
  color: #fff;
  text-shadow: 2px 2px 5px #3b3b3b;
}
#front-about #front-company .section-wrap .company-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
#front-about #front-company .section-wrap .company-box ul li .link-btn a {
  text-shadow: 2px 2px 5px #3b3b3b;
}
#front-about #front-company .section-wrap .company-box ul li .link-btn a span.border {
  background-color: #fff;
}
#front-about #front-products {
  position: relative;
}
#front-about #front-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1FAC4C;
  opacity: 0.2;
}
#front-about #front-products .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  transform: unset;
  z-index: 2;
  max-width: 160px;
}
#front-about #front-products .products-box {
  position: relative;
  z-index: 1;
}
#front-about #front-products .products-box .bg {
  position: absolute;
  background: #fff;
  width: 90%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  clip-path: polygon(100% 0, 100% 95%, 85% 100%, 0 100%, 0 0);
}
#front-about #front-products .products-box .products-content {
  width: 90%;
  padding: 50px 0;
}
#front-about #front-products .products-box .products-content .img-sp {
  width: 90%;
  margin-bottom: 40px;
}
#front-about #front-products .products-box .products-content .section-title::before {
  background-color: #1FAC4C;
  opacity: 0.6;
}
#front-about #front-products .products-box .products-content .section-title h1 {
  color: #1FAC4C;
}
#front-about #front-products .products-box .products-content ul {
  display: flex;
  flex-wrap: wrap;
}
#front-about #front-products .products-box .products-content ul li .link-btn a {
  color: #2C2C2C;
  border-color: #2C2C2C;
}
#front-about #front-products .products-box .products-content ul li .link-btn a::after {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
}
#front-about #front-products .products-box .products-content ul li .link-btn a::before {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
}
#front-about #front-technology {
  position: relative;
}
#front-about #front-technology .deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  z-index: 2;
}
#front-about #front-technology .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: unset;
  z-index: 2;
  max-width: 160px;
}
#front-about #front-technology .technology-box {
  position: relative;
  z-index: 1;
}
#front-about #front-technology .technology-box .bg {
  position: absolute;
  background: #1FAC4C;
  width: 90%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  right: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
}
#front-about #front-technology .technology-box .technology-content {
  width: 90%;
  margin-left: auto;
  padding: 50px 0;
}
#front-about #front-technology .technology-box .technology-content .img-sp {
  width: 90%;
  margin-bottom: 40px;
}
#front-about #front-technology .technology-box .technology-content .section-title::before {
  background-color: #fff;
  opacity: 0.6;
}
#front-about #front-technology .technology-box .technology-content .section-title h1, #front-about #front-technology .technology-box .technology-content .section-title span {
  color: #fff;
}
#front-about #front-technology .technology-box .technology-content .lead-box {
  margin-top: 30px;
}
#front-about #front-technology .technology-box .technology-content .lead-box h3 {
  color: #fff;
  margin-bottom: 10px;
}
#front-about #front-technology .technology-box .technology-content .lead-box p {
  color: #fff;
}
#front-about #front-technology .technology-box .technology-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
#front-about #front-technology .technology-box .technology-content ul li .link-btn a {
  color: #fff;
  border-color: #fff;
}
#front-about #front-technology .technology-box .technology-content ul li .link-btn a span.border {
  background-color: #fff;
}
#front-about #front-evaluation {
  position: relative;
}
#front-about #front-evaluation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1FAC4C;
  opacity: 0.2;
}
#front-about #front-evaluation .deco {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 150px;
  z-index: 2;
}
#front-about #front-evaluation .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  transform: unset;
  z-index: 2;
  max-width: 160px;
}
#front-about #front-evaluation .bg-img img {
  width: 100%;
}
#front-about #front-evaluation .evaluation-box {
  position: relative;
  z-index: 1;
}
#front-about #front-evaluation .evaluation-box .bg {
  position: absolute;
  background: #fff;
  width: 90%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  clip-path: polygon(100% 0, 100% 95%, 85% 100%, 0 100%, 0 0);
}
#front-about #front-evaluation .evaluation-box .evaluation-content {
  width: 90%;
  padding: 50px 0;
}
#front-about #front-evaluation .evaluation-box .evaluation-content .img-sp {
  width: 90%;
  margin-bottom: 40px;
}
#front-about #front-evaluation .evaluation-box .evaluation-content .section-title::before {
  background-color: #1FAC4C;
  opacity: 0.6;
}
#front-about #front-evaluation .evaluation-box .evaluation-content .section-title h1, #front-about #front-evaluation .evaluation-box .evaluation-content .section-title span {
  color: #1FAC4C;
}
#front-about #front-evaluation .evaluation-box .evaluation-content .lead-box {
  margin-top: 30px;
}
#front-about #front-evaluation .evaluation-box .evaluation-content .lead-box h3 {
  color: #2C2C2C;
  margin-bottom: 10px;
}
#front-about #front-evaluation .evaluation-box .evaluation-content .lead-box p {
  color: #2C2C2C;
}
#front-about #front-evaluation .evaluation-box .evaluation-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
#front-about #front-evaluation .evaluation-box .evaluation-content ul li .link-btn a {
  color: #2C2C2C;
  border-color: #2C2C2C;
}
#front-about #front-evaluation .evaluation-box .evaluation-content ul li .link-btn a::after {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
}
#front-about #front-evaluation .evaluation-box .evaluation-content ul li .link-btn a::before {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
}

#front-environment {
  padding: 0;
}
#front-environment .bg {
  z-index: -1;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s, filter 0.2s ease;
  transform-origin: bottom;
  filter: blur(0px);
  transform: scale(0.85);
  height: 100vh;
}
#front-environment .bg.active {
  transform: scale(1);
}
#front-environment .bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-environment .section-wrap {
  position: relative;
  z-index: 1;
  height: 100vh;
  text-align: center;
}
#front-environment .section-wrap .environment-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#front-environment .section-wrap .environment-box .text-box h3 {
  color: #fff;
  line-height: 2;
  text-shadow: 2px 2px 5px #3b3b3b;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-environment .section-wrap .environment-box .text-box .link-btn {
  margin-top: 30px;
}
#front-environment .section-wrap .environment-box .text-box .link-btn a {
  text-shadow: 2px 2px 5px #3b3b3b;
}
#front-environment .section-wrap .environment-box .text-box .link-btn a span.border {
  background-color: #fff;
}

#front-recruit {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/front/recruit/front-recruit-bg-im01.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
#front-recruit .section-wrap .recruit-box {
  background: #233076;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#front-recruit .section-wrap .recruit-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  background-image: linear-gradient(90deg, #233076, #1372a8 50%, #233076);
  z-index: 3;
}
#front-recruit .section-wrap .recruit-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(135deg, #233076, rgba(35, 48, 118, 0.5411764706) 30%, transparent 60%);
  clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}
#front-recruit .section-wrap .recruit-box .text-box {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#front-recruit .section-wrap .recruit-box .text-box .section-title h1, #front-recruit .section-wrap .recruit-box .text-box .section-title span {
  color: #fff;
}
#front-recruit .section-wrap .recruit-box .text-box h3 {
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
}
#front-recruit .section-wrap .recruit-box .text-box .uk-grid {
  gap: 5px 0;
}
#front-recruit .section-wrap .recruit-box .text-box .uk-grid .link-btn:first-child a {
  min-width: 260px;
}
#front-recruit .section-wrap .recruit-box .text-box .uk-grid .link-btn a span.border {
  background-color: #fff;
}
#front-recruit .section-wrap .recruit-box .people-box {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 230px;
  width: 100%;
}
#front-recruit .section-wrap .recruit-box .people-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 85px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-image: linear-gradient(90deg, #233076, #1372a8 50%, #233076);
  z-index: 4;
  right: 0;
  bottom: 0;
}
#front-recruit .section-wrap .recruit-box .people-box img {
  position: absolute;
  width: 130px;
  bottom: 0;
  z-index: 1;
}
#front-recruit .section-wrap .recruit-box .people-box img.people-1 {
  left: 30px;
  display: none;
}
#front-recruit .section-wrap .recruit-box .people-box img.people-2 {
  right: 20px;
  bottom: 30px;
  z-index: 3;
}
#front-recruit .section-wrap .recruit-box .people-box img.people-3, #front-recruit .section-wrap .recruit-box .people-box img.people-4 {
  bottom: unset;
  z-index: 0;
}
#front-recruit .section-wrap .recruit-box .people-box img.people-3 {
  top: -20px;
  left: 20px;
  z-index: 2;
}
#front-recruit .section-wrap .recruit-box .people-box img.people-4 {
  top: -30px;
  right: 20px;
}
#front-recruit a.recruit-banner {
  width: 360px;
  position: absolute;
  bottom: -20px;
  right: -10px;
  z-index: 99;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 120px;
}
#front-recruit a.recruit-banner.hidden {
  position: fixed;
  bottom: 120px;
  opacity: 1;
  pointer-events: auto;
}

#news-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#news-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#news-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.6;
  z-index: -1;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item {
  width: 15%;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: calc(85% - 20px);
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .archive-box .title, #news-wrap .section-wrap .flex-box .uk-flex .flex-item .category-box .title {
  border-bottom: 2px solid #1FAC4C;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .archive-box .title h4, #news-wrap .section-wrap .flex-box .uk-flex .flex-item .category-box .title h4 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .archive-box select, #news-wrap .section-wrap .flex-box .uk-flex .flex-item .category-box select {
  font-size: 16px;
  width: 100%;
  border: 1px solid #2C2C2C;
  padding: 4px 8px;
  outline: none;
  cursor: pointer;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .category-box {
  margin-top: 50px;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .category-box ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .category-box ul li a:hover {
  color: #1FAC4C;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #1FAC4C;
  position: relative;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a {
  display: block;
  align-items: center;
  flex-wrap: wrap;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a:hover p {
  color: #1A1A1A;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a p {
  transition: none;
  color: #1A1A1A;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a p.date {
  font-size: 18px;
  font-family: "raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a p.new {
  margin-right: 10px;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a p.new span.new-label {
  background: #E55151;
  color: #fff;
  font-size: 13px;
  padding: 2px 5px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a p.title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a span.cat {
  border: 1px solid #2C2C2C;
  padding: 2px 10px;
  margin: 0 20px;
  font-size: 14px;
  color: #2C2C2C;
  white-space: nowrap;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#single-news .section-wrap .single-box {
  width: auto;
  margin: 0 auto;
}
#single-news .section-wrap .single-box .info {
  display: flex;
  align-items: center;
}
#single-news .section-wrap .single-box .info h3.date {
  font-size: 28px;
  font-family: "raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#single-news .section-wrap .single-box .info p.cat {
  border: 1px solid #2C2C2C;
  padding: 2px 10px;
  font-size: 16px;
  color: #2C2C2C;
  white-space: nowrap;
  margin-left: 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#single-news .section-wrap .single-box .content .wp-block-preformatted {
  border: none;
  background: none;
  font-size: 16px;
  color: #1A1A1A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#single-news .section-wrap .single-box h1 {
  margin: 20px 0;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#single-news .section-wrap .single-nav {
  margin-top: 80px;
}
#single-news .section-wrap .single-nav .uk-flex a.prev, #single-news .section-wrap .single-nav .uk-flex a.next {
  position: relative;
  width: 20px;
  height: 20px;
}
#single-news .section-wrap .single-nav .uk-flex a.prev::before, #single-news .section-wrap .single-nav .uk-flex a.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
          mask-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.3s ease;
  background: #1A1A1A;
}
#single-news .section-wrap .single-nav .uk-flex a.next::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#single-news .section-wrap .single-nav .uk-flex a.back {
  margin: 0 60px;
  font-size: 20px;
  color: #1A1A1A;
}
#single-news .section-wrap .single-nav .uk-flex a.back:hover {
  color: #1FAC4C;
}
#single-news .section-wrap .single-nav .uk-flex a:hover::before {
  background-color: #1FAC4C;
}

.wp-pagenavi {
  text-align: center;
  max-width: 800px;
  margin: 80px auto 0 auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 24px;
  padding: 5px;
  margin: 0 6px;
  color: #2C2C2C;
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wp-pagenavi span.current {
  color: #1FAC4C;
  border-bottom: 1px solid #1FAC4C;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .larger:hover, .wp-pagenavi .smaller:hover {
  color: #1FAC4C;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  color: #fff;
  position: relative;
}
.wp-pagenavi .nextpostslink::before, .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
          mask-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/link-arrow-black.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #2C2C2C;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) rotate(180deg);
}
.wp-pagenavi .nextpostslink:hover::before, .wp-pagenavi .previouspostslink:hover::before {
  background: #1FAC4C;
}
.wp-pagenavi .nextpostslink::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#message-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#message-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#message-wrap {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/message/message-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#message-top {
  padding-top: 50px;
  padding-bottom: 50px;
}
#message-top .section-wrap .message-contents-wrap {
  position: relative;
}
#message-top .section-wrap .message-contents-wrap .message-contents {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  z-index: 2;
  width: auto;
  margin-left: auto;
  background: #1FAC4C;
}
#message-top .section-wrap .message-contents-wrap .message-contents::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 100%, 0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 3px 100%, 3px calc(100% - 3px), calc(100% - 26px) calc(100% - 3px), calc(100% - 3px) calc(100% - 26px), calc(100% - 3px) 3px, 26px 3px, 3px 26px, 3px 100%);
  z-index: 0;
}
#message-top .section-wrap .message-contents-wrap .message-contents::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  top: 9px;
  left: 9px;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 22px, 22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  z-index: -1;
}
#message-top .section-wrap .message-contents-wrap .message-contents p.name {
  margin-top: 20px;
  text-align: right;
  color: #1FAC4C;
}
#message-top .section-wrap .message-contents-wrap .bg {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(31, 172, 76, 0.8);
  width: 100%;
  height: 470px;
  transform: translateY(-50%);
  z-index: -1;
}
#message-top .section-wrap .message-contents-wrap .uk-flex .flex-item {
  width: 25%;
}
#message-top .section-wrap .message-contents-wrap .uk-flex .flex-item:first-child {
  margin-top: -50px;
}
#message-top .section-wrap .message-contents-wrap .uk-flex .flex-item:last-child {
  width: 70%;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
#message-top .section-wrap .message-contents-wrap .uk-flex .flex-item:last-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1FAC4C;
  clip-path: polygon(0 100%, 0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 3px 100%, 3px calc(100% - 3px), calc(100% - 26px) calc(100% - 3px), calc(100% - 3px) calc(100% - 26px), calc(100% - 3px) 3px, 26px 3px, 3px 26px, 3px 100%);
  z-index: 0;
}
#message-top .section-wrap .message-contents-wrap .uk-flex .flex-item:last-child::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 22px, 22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  z-index: -1;
}
#message-top .section-wrap .message-contents-wrap .uk-flex .flex-item p.name {
  margin-top: 20px;
  text-align: right;
  color: #1FAC4C;
}

#profile-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#profile-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#profile-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  z-index: -1;
}
#profile-wrap #profile-top .section-wrap ul {
  margin: 0 auto;
}
#profile-wrap #profile-top .section-wrap ul li {
  border-bottom: 1px solid #1FAC4C;
  padding: 20px 0;
}
#profile-wrap #profile-top .section-wrap ul li p.title {
  width: 140px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#profile-wrap #profile-top .section-wrap ul li .info-text p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#philosophy-top {
  padding-bottom: 100px;
}
#philosophy-top .section-wrap .philosophy-box {
  position: relative;
  margin-bottom: 80px;
}
#philosophy-top .section-wrap .philosophy-box .deco {
  bottom: 0;
  left: 0;
  width: 500px;
  position: absolute;
}
#philosophy-top .section-wrap .philosophy-box .uk-container img {
  width: 80%;
  position: relative;
  z-index: 2;
}
#philosophy-top .section-wrap .philosophy-box .uk-container .text-box {
  margin-left: auto;
  padding: 50px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#philosophy-top .section-wrap .philosophy-box .uk-container .text-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1FAC4C;
  clip-path: polygon(0 100%, 0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 3px 100%, 3px calc(100% - 3px), calc(100% - 26px) calc(100% - 3px), calc(100% - 3px) calc(100% - 26px), calc(100% - 3px) 3px, 26px 3px, 3px 26px, 3px 100%);
  z-index: 0;
}
#philosophy-top .section-wrap .philosophy-box .uk-container .text-box::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  background-color: #1FAC4C;
  clip-path: polygon(0 100%, 0 22px, 22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  z-index: -1;
}
#philosophy-top .section-wrap .philosophy-box .uk-container .text-box img {
  width: 100%;
  margin-bottom: 20px;
}
#philosophy-top .section-wrap .philosophy-box .uk-container .text-box h1, #philosophy-top .section-wrap .philosophy-box .uk-container .text-box h2, #philosophy-top .section-wrap .philosophy-box .uk-container .text-box p {
  color: #fff;
}
#philosophy-top .section-wrap .philosophy-box .uk-container .text-box h1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  font-size: 30px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#philosophy-top .section-wrap .philosophy-box .uk-container .text-box h2 {
  margin-bottom: 10px;
}
#philosophy-top .section-wrap .philosophy-box .uk-container .text-box p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#philosophy-top .section-wrap .compliance-box {
  position: relative;
}
#philosophy-top .section-wrap .compliance-box .deco {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 260px;
}
#philosophy-top .section-wrap .compliance-box .uk-container img {
  width: 80%;
  position: relative;
  margin-left: auto;
  display: block;
  z-index: 2;
}
#philosophy-top .section-wrap .compliance-box .uk-container .text-box {
  padding: 50px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#philosophy-top .section-wrap .compliance-box .uk-container .text-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1FAC4C;
  clip-path: polygon(0 100%, 0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 3px 100%, 3px calc(100% - 3px), calc(100% - 26px) calc(100% - 3px), calc(100% - 3px) calc(100% - 26px), calc(100% - 3px) 3px, 26px 3px, 3px 26px, 3px 100%);
  z-index: 0;
}
#philosophy-top .section-wrap .compliance-box .uk-container .text-box img {
  width: 100%;
  margin-bottom: 20px;
}
#philosophy-top .section-wrap .compliance-box .uk-container .text-box h1, #philosophy-top .section-wrap .compliance-box .uk-container .text-box h2, #philosophy-top .section-wrap .compliance-box .uk-container .text-box p {
  color: #1FAC4C;
}
#philosophy-top .section-wrap .compliance-box .uk-container .text-box h1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1FAC4C;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#philosophy-top .section-wrap .compliance-box .uk-container .text-box h2 {
  margin-bottom: 10px;
}
#philosophy-top .section-wrap .compliance-box .uk-container .text-box p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#business-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#business-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#business-wrap #business-top {
  padding-bottom: 0;
}
#business-wrap #business-top .section-wrap .business-box {
  margin-top: 60px;
}
#business-wrap #business-top .section-wrap .business-box .business-info {
  margin-bottom: 60px;
}
#business-wrap #business-top .section-wrap .business-box .business-info:last-child {
  margin-bottom: 100px;
}
#business-wrap #business-top .section-wrap .business-box .business-info .info-box {
  margin-top: 70px;
}
#business-wrap #business-top .section-wrap .business-box .business-info .info-box .uk-flex .flex-item {
  width: 35%;
}
#business-wrap #business-top .section-wrap .business-box .business-info .info-box .uk-flex .flex-item:first-child {
  position: relative;
}
#business-wrap #business-top .section-wrap .business-box .business-info .info-box .uk-flex .flex-item:first-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -5px;
  right: -5px;
  background-color: #1FAC4C;
  clip-path: polygon(0 100%, 0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 3px 100%, 3px calc(100% - 3px), calc(100% - 26px) calc(100% - 3px), calc(100% - 3px) calc(100% - 26px), calc(100% - 3px) 3px, 26px 3px, 3px 26px, 3px 100%);
}
#business-wrap #business-top .section-wrap .business-box .business-info .info-box .uk-flex .flex-item:last-child {
  width: 60%;
  position: relative;
}
#business-wrap #business-top .section-wrap .business-box .business-info .info-box .uk-flex .flex-item:last-child h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#business-wrap #business-top .section-wrap .business-box .business-info .info-box .uk-flex .flex-item:last-child h2::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 2px solid #1FAC4C;
  bottom: 0;
  left: 0;
}
#business-wrap #business-top .section-wrap .business-box.group {
  padding-top: 100px;
  margin-top: 0;
  position: relative;
}
#business-wrap #business-top .section-wrap .business-box.group::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1FAC4C;
  opacity: 0.8;
  z-index: -1;
}
#business-wrap #business-top .section-wrap .business-box.group h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#business-wrap #business-top .section-wrap .business-box.group .business-info .info-box .uk-flex .flex-item:first-child {
  height: 100%;
}
#business-wrap #business-top .section-wrap .business-box.group .business-info .info-box .uk-flex .flex-item:first-child::before {
  background-color: #fff;
}
#business-wrap #business-top .section-wrap .business-box.group .business-info .info-box .uk-flex .flex-item:last-child h2::before {
  border-color: #fff;
}
#business-wrap #business-top .section-wrap .business-box.group .business-info .info-box .uk-flex .flex-item h2, #business-wrap #business-top .section-wrap .business-box.group .business-info .info-box .uk-flex .flex-item p {
  color: #fff;
}

#history-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#history-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#history-wrap .deco-1, #history-wrap .deco-2, #history-wrap .deco-3, #history-wrap .deco-4 {
  position: absolute;
  z-index: 0;
  max-width: 170px;
  display: none;
}
#history-wrap .deco-1 {
  top: 20%;
  left: 0;
}
#history-wrap .deco-2 {
  top: 40%;
  right: 30px;
}
#history-wrap .deco-3 {
  bottom: 20%;
  left: 30px;
}
#history-wrap .deco-4 {
  bottom: 10%;
  right: 0;
}
#history-wrap #history-top .section-wrap .history-box {
  margin-top: 70px;
}
#history-wrap #history-top .section-wrap .history-box ul {
  border-top: 1px solid #1FAC4C;
  border-bottom: 1px solid #1FAC4C;
  width: 90%;
  margin: 0 auto;
}
#history-wrap #history-top .section-wrap .history-box ul li {
  background: #fff;
  padding: 30px 20px;
}
#history-wrap #history-top .section-wrap .history-box ul li:nth-child(2n) {
  background: rgba(31, 172, 76, 0.1);
}
#history-wrap #history-top .section-wrap .history-box ul li h3.year {
  margin-bottom: 10px;
}
#history-wrap #history-top .section-wrap .history-box ul li h3.year {
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#history-wrap #history-top .section-wrap .history-box ul li h3.year span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#contact-wrap {
  position: relative;
  padding: 0;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/mixins-section-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
#contact-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
#contact-wrap::before {
  background: rgba(31, 172, 76, 0.8);
  opacity: unset;
}
#contact-wrap #breadcrumb ul li a {
  color: #fff;
}
#contact-wrap #breadcrumb ul span {
  color: #fff;
}
#contact-wrap #breadcrumb ul p {
  color: #fff;
}
#contact-wrap .page-name h4 {
  color: #fff;
}
#contact-wrap .page-name h4::before {
  border-color: #fff;
}
#contact-wrap #contact-form .section-wrap .contact-box {
  position: relative;
  padding: 50px 20px;
}
#contact-wrap #contact-form .section-wrap .contact-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 3px 100%, 3px calc(100% - 3px), calc(100% - 26px) calc(100% - 3px), calc(100% - 3px) calc(100% - 26px), calc(100% - 3px) 3px, 26px 3px, 3px 26px, 3px 100%);
  z-index: 1;
}
#contact-wrap #contact-form .section-wrap .contact-box::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 22px, 22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  z-index: 0;
}
#contact-wrap #contact-form .section-wrap .contact-box .text-box {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 50px;
}
#contact-wrap #contact-form .section-wrap .contact-box .text-box .color-title {
  margin-bottom: 20px;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box {
  display: block;
  justify-content: space-between;
  padding-bottom: 30px;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box p:first-child {
  font-size: 16px;
  color: #1A1A1A;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box p.uk-flex {
  font-size: 18px;
  color: #1A1A1A;
  align-items: center;
  padding-bottom: 10px;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box p.uk-flex span.wpcf7-form-control-wrap {
  margin-left: 10px;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box input, #contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box textarea {
  width: 90%;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  height: 100%;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box input {
  height: 40px;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box textarea {
  height: 240px;
  padding: 10px;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .check-box p {
  text-align: center;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .check-box .uk-flex {
  justify-content: center;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .btn {
  height: 50px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 40px;
  height: 20px;
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/contact-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all 0.3s ease;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .btn:hover::before {
  background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/mixins/contact-icon-hover.webp");
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .btn p {
  width: 100%;
  height: 100%;
  position: relative;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .btn p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2C2C2C;
  border-right: 2px solid #2C2C2C;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .btn p input {
  background: #fff;
  border: none;
  border-bottom: 2px solid #2C2C2C;
  width: 100%;
  height: 100%;
  font-size: 20px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contact-wrap #contact-form .section-wrap .contact-box .form-container .btn p span {
  display: none;
}
#contact-wrap #contact-form .section-wrap .contact-box .wpcf7-response-output {
  z-index: 2;
  position: relative;
}

#quality-environment .section-wrap .top-text-box {
  margin-bottom: 40px;
}
#quality-environment .section-wrap .quality-content, #quality-environment .section-wrap .environment-content {
  margin: 0 auto;
  margin-bottom: 60px;
}
#quality-environment .section-wrap .quality-content h2, #quality-environment .section-wrap .environment-content h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #1FAC4C;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  section {
    padding: 100px 0;
  }
  h1 {
    font-size: 40px;
  }
  .size-24 {
    font-size: 24px;
  }
  .size-28 {
    font-size: 28px;
  }
  .section-title h1 {
    font-size: 40px;
  }
  .section-title span {
    font-size: 20px;
  }
  .link-btn a {
    font-size: 20px;
  }
  .top-text-box {
    width: 60%;
  }
  .contents-list {
    margin-top: 100px;
  }
  .contents-list .contents-list-item {
    margin-bottom: 170px;
  }
  .contents-list .contents-list-item:nth-child(2n) .uk-flex .flex-item:last-child h2::before {
    width: calc(100% + 70px);
    right: -70px;
  }
  .contents-list .contents-list-item .uk-flex .flex-item:last-child h2::before {
    width: calc(100% + 50px);
    left: -50px;
  }
  #mixins-contact {
    background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/front/contact/front-contact-bg-im01.webp");
  }
  #mixins-contact .section-wrap .contact-box {
    width: 40%;
  }
  #mixins-contact .section-wrap .top-btn {
    display: block;
  }
  #page-mv {
    height: 75vh;
  }
  .page-mv .title-box h1 {
    font-size: 48px;
  }
  .page-mv .title-box span {
    font-size: 28px;
    padding-top: 10px;
  }
  .color-title h1 {
    font-size: 40px;
  }
  #breadcrumb {
    overflow: visible;
  }
  #privacy-wrap {
    padding: 40px 0;
  }
  #header::before {
    height: 300px;
  }
  #header .top-header {
    padding: 10px 0;
  }
  #header .top-header .uk-flex .flex-item.eng-logo a img {
    max-width: 200px;
  }
  #header .top-header .uk-flex .flex-item:first-child {
    padding-left: 40px;
  }
  #header .top-header .uk-flex .flex-item:first-child img {
    max-width: 270px;
  }
  #footer {
    padding-top: 70px;
  }
  #footer .section-wrap .uk-flex .flex-item img {
    max-width: 270px;
  }
  #footer .section-wrap .uk-flex .flex-item.eng-logo a img {
    max-width: 200px;
  }
  #footer .section-wrap .uk-flex .flex-item ul.main::before {
    top: 35px;
  }
  #footer .section-wrap .copyright {
    margin-top: 80px;
  }
  #screw-tool-wrap #screw-tool-top-wrap .deco-1, #screw-tool-wrap #screw-tool-top-wrap .deco-2 {
    opacity: unset;
  }
  #screw-tool-wrap #screw-tool-top-wrap .deco-1 {
    max-width: 450px;
    top: 150px;
    right: -60px;
  }
  #screw-tool-wrap #screw-tool-top-wrap .deco-2 {
    max-width: 300px;
    top: 50%;
    left: -20px;
    right: unset;
  }
  #screw-tool-wrap #screw-tool-catalog {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  #screw-tool-wrap #screw-tool-catalog .deco-3 {
    bottom: -40px;
    left: -80px;
    right: unset;
    max-width: 400px;
    opacity: unset;
  }
  #screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item .link-btn {
    margin-left: auto;
  }
  #auto-parts-wrap .deco-1, #auto-parts-wrap .deco-2, #auto-parts-wrap .deco-3 {
    opacity: unset;
  }
  #auto-parts-wrap .deco-1 {
    max-width: 400px;
    top: 0;
    right: 0;
  }
  #auto-parts-wrap .deco-2 {
    max-width: 400px;
    top: 63%;
    left: -20px;
  }
  #auto-parts-wrap .deco-3 {
    max-width: 500px;
    bottom: 0;
    right: 0;
  }
  #industry-parts-wrap .deco-1 {
    top: 30%;
    right: -25px;
    max-width: 230px;
    opacity: unset;
  }
  #industry-parts-wrap .deco-2 {
    top: 55%;
    left: -120px;
    max-width: 600px;
    opacity: unset;
  }
  #plastic-forming-top .deco-1 {
    top: 0;
    right: -100px;
    max-width: 470px;
    opacity: unset;
  }
  #front-mv .section-wrap .cover .title {
    bottom: 20%;
    left: 10%;
    top: unset;
    transform: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
  #front-mv .section-wrap .cover .title h1 {
    font-size: 56px;
    line-height: 100px;
  }
  #front-news .section-wrap .news-wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
  #front-about {
    padding-bottom: 150px;
  }
  #front-about #front-products {
    padding-top: 160px;
  }
  #front-about #front-products .bg-img {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 55%;
    max-width: 900px;
    z-index: unset;
  }
  #front-about #front-products .products-box .bg {
    width: 70%;
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
  }
  #front-about #front-products .products-box .products-content {
    width: 70%;
    padding: 100px 0;
  }
  #front-about #front-products .products-box .products-content ul {
    gap: 30px 20px;
  }
  #front-about #front-technology {
    padding-top: 240px;
    padding-bottom: 160px;
  }
  #front-about #front-technology .deco {
    width: 200px;
    top: -50px;
    right: 0;
    bottom: unset;
  }
  #front-about #front-technology .bg-img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 55%;
    max-width: 900px;
    z-index: unset;
  }
  #front-about #front-technology .technology-box .bg {
    width: 70%;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  }
  #front-about #front-technology .technology-box .technology-content {
    width: 70%;
    padding: 100px 0;
  }
  #front-about #front-technology .technology-box .technology-content .lead-box h3 {
    font-size: 25px;
  }
  #front-about #front-technology .technology-box .technology-content ul {
    gap: 30px 20px;
  }
  #front-about #front-evaluation .deco {
    width: 300px;
    bottom: -50px;
  }
  #front-about #front-evaluation .bg-img {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 55%;
    max-width: 900px;
    z-index: unset;
  }
  #front-about #front-evaluation .evaluation-box .bg {
    width: 70%;
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
  }
  #front-about #front-evaluation .evaluation-box .evaluation-content {
    width: 70%;
    padding: 100px 0;
  }
  #front-about #front-evaluation .evaluation-box .evaluation-content .lead-box h3 {
    font-size: 25px;
  }
  #front-about #front-evaluation .evaluation-box .evaluation-content ul {
    gap: 30px 20px;
  }
  #front-environment .section-wrap .environment-box .text-box h3 {
    font-size: 28px;
  }
  #front-environment .section-wrap .environment-box .text-box .link-btn a {
    margin-left: auto;
  }
  #front-recruit .section-wrap .recruit-box {
    height: 400px;
    padding: 40px 60px;
  }
  #front-recruit .section-wrap .recruit-box::before {
    height: 280px;
    z-index: 1;
  }
  #front-recruit .section-wrap .recruit-box .text-box {
    justify-content: space-evenly;
    gap: 0;
    z-index: 3;
  }
  #front-recruit .section-wrap .recruit-box .text-box h3 {
    font-size: 28px;
  }
  #front-recruit .section-wrap .recruit-box .text-box .uk-grid {
    gap: 0;
  }
  #front-recruit .section-wrap .recruit-box .people-box {
    top: 0;
    bottom: unset;
    width: 600px;
    height: 100%;
  }
  #front-recruit .section-wrap .recruit-box .people-box::before {
    height: 180px;
    z-index: 2;
  }
  #front-recruit .section-wrap .recruit-box .people-box img {
    width: 290px;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-1 {
    display: block;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-2 {
    bottom: 60px;
    z-index: 1;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-3 {
    left: -90px;
    top: 20px;
    z-index: 0;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-4 {
    left: 150px;
    top: 40px;
  }
  #news-wrap .section-wrap .flex-box .uk-flex {
    gap: 50px;
  }
  #news-wrap .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a {
    flex-wrap: nowrap;
    display: flex;
  }
  #message-top {
    padding-bottom: 200px;
  }
  #message-top .section-wrap .message-contents-wrap .message-contents {
    width: 95%;
    padding: 50px;
  }
  #profile-wrap #profile-top .section-wrap ul {
    width: 55%;
  }
  #philosophy-top {
    padding-bottom: 270px;
  }
  #philosophy-top .section-wrap .philosophy-box {
    margin-bottom: 170px;
  }
  #philosophy-top .section-wrap .philosophy-box .deco {
    bottom: -90px;
  }
  #philosophy-top .section-wrap .philosophy-box .uk-container .text-box {
    width: 60%;
    padding: 50px;
    padding-top: 100px;
    margin-top: -70px;
  }
  #philosophy-top .section-wrap .philosophy-box .uk-container .text-box h1 {
    font-size: 48px;
  }
  #philosophy-top .section-wrap .compliance-box .uk-container .text-box {
    width: 60%;
    padding: 50px;
    padding-top: 100px;
    margin-top: -70px;
  }
  #philosophy-top .section-wrap .compliance-box .uk-container .text-box h1 {
    font-size: 48px;
  }
  #business-wrap #business-top .section-wrap .business-box {
    margin-top: 100px;
  }
  #business-wrap #business-top .section-wrap .business-box .business-info {
    margin-bottom: 200px;
  }
  #business-wrap #business-top .section-wrap .business-box .business-info .info-box .uk-flex .flex-item:last-child h2::before {
    width: calc(100% + 55px);
    left: -55px;
  }
  #business-wrap #business-top .section-wrap .business-box.group h1 {
    font-size: 40px;
  }
  #history-wrap #history-top .section-wrap .history-box ul li h3.year {
    width: 20%;
    margin: 0;
  }
  #history-wrap #history-top .section-wrap .history-box ul li .text-box {
    width: 90%;
  }
  #contact-wrap #contact-form .section-wrap .contact-box {
    padding: 100px 0;
  }
  #contact-wrap #contact-form .section-wrap .contact-box .form-container {
    width: 50%;
  }
  #contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box {
    display: flex;
  }
  #contact-wrap #contact-form .section-wrap .contact-box .form-container .form-box input {
    height: 100%;
  }
  #contact-wrap #contact-form .section-wrap .contact-box .form-container .btn {
    width: 200px;
    height: 50px;
  }
  #quality-environment .section-wrap .top-text-box {
    margin-bottom: 80px;
  }
  #quality-environment .section-wrap .quality-content, #quality-environment .section-wrap .environment-content {
    margin-bottom: 120px;
    width: 90%;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .link-btn a {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .flex-sp {
    display: block !important;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  #mixins-contact .section-wrap .contact-box .link-btn a {
    min-width: unset;
    padding-right: 30px;
    padding-left: 10px;
  }
  .page-mv {
    background-size: cover;
    background-position: center;
  }
  .page-mv .title-box {
    top: 60%;
  }
  nav.breadcrumbs {
    width: -moz-max-content;
    width: max-content;
    overflow: scroll;
  }
  #footer .section-wrap .uk-flex .flex-item img {
    max-width: 210px;
  }
  #footer .section-wrap .uk-flex .flex-item.eng-logo a img {
    max-width: 100px;
  }
  #footer .section-wrap .uk-flex .flex-item:first-child {
    margin-top: 0 !important;
  }
  #footer .section-wrap .uk-flex .flex-item ul.main {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  #screw-tool-wrap #screw-tool-catalog .catalog-box .title h1 {
    font-size: 28px;
  }
  #screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item:first-child {
    width: 80% !important;
    margin: 0 auto;
  }
  #front-mv {
    height: 100vh;
  }
  #front-recruit .section-wrap .recruit-box {
    background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/front/recruit/front-recruit-bg-sp.webp");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
  }
  #front-recruit .section-wrap .recruit-box::before {
    height: 140px;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    content: none;
  }
  #front-recruit .section-wrap .recruit-box::after {
    content: none;
  }
  #front-recruit .section-wrap .recruit-box .text-box .uk-grid {
    display: block;
  }
  #front-recruit .section-wrap .recruit-box .text-box .uk-grid .link-btn:first-child a {
    min-width: unset;
  }
  #front-recruit .section-wrap .recruit-box .text-box .uk-grid .link-btn a {
    min-width: unset;
    padding-right: 30px;
    padding-left: 10px;
  }
  #front-recruit .section-wrap .recruit-box .people-box {
    max-width: 350px;
    display: none;
  }
  #front-recruit .section-wrap .recruit-box .people-box::before {
    height: 70px;
    display: none;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-2 {
    right: -35px;
    bottom: 30px;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-3 {
    right: 0;
    left: unset;
    top: 20px;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-4 {
    right: -40px;
    top: -10px;
  }
  #philosophy-top .section-wrap .philosophy-box .deco {
    bottom: -48px;
    left: 0;
    width: 150px;
    position: absolute;
    z-index: 2;
  }
  #philosophy-top .section-wrap .compliance-box .deco {
    bottom: -60px;
    right: 0;
    width: 80px;
    position: absolute;
    z-index: 2;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .flex-sp {
    display: block !important;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .page-mv {
    padding: 30px 0;
    background-size: cover;
    background-position: center;
  }
  #footer .section-wrap .uk-flex .flex-item img {
    max-width: 210px;
  }
  #footer .section-wrap .uk-flex .flex-item.eng-logo a img {
    max-width: 100px;
  }
  #screw-tool-wrap #screw-tool-catalog .catalog-box .title h1 {
    font-size: 28px;
  }
  #screw-tool-wrap #screw-tool-catalog .catalog-box .uk-flex .flex-item:first-child {
    width: 50% !important;
    margin: 0 auto;
  }
  #front-mv {
    height: 100vh;
  }
  #front-recruit .section-wrap .recruit-box {
    background-image: url("https://aicreate1954.xsrv.jp/nisseiko/wp/wp-content/themes/nisseiko/images/front/recruit/front-recruit-bg-sp.webp");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
  }
  #front-recruit .section-wrap .recruit-box::before {
    content: none;
  }
  #front-recruit .section-wrap .recruit-box::after {
    content: none;
  }
  #front-recruit .section-wrap .recruit-box .people-box {
    max-width: 350px;
    display: none;
  }
  #front-recruit .section-wrap .recruit-box .people-box::before {
    display: none;
  }
  #philosophy-top .section-wrap .compliance-box .deco {
    bottom: -60px;
    right: 0;
    width: 80px;
    position: absolute;
    z-index: 2;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .flex-md {
    display: block !important;
  }
  .flex-md .flex-item {
    width: auto !important;
    margin-bottom: 30px;
  }
  #page-mv {
    height: 55vh;
  }
  .page-mv {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
  }
  #header::before {
    height: 185px;
  }
  #header .top-header .uk-flex .flex-item.eng-logo a img {
    max-width: 120px;
  }
  #header .top-header .uk-flex .flex-item:first-child {
    padding-left: 20px;
  }
  #footer .section-wrap .uk-flex .flex-item.eng-logo a img {
    max-width: 120px;
  }
  #screw-tool-wrap #screw-tool-top-wrap .deco-1 {
    max-width: 300px;
    right: -100px;
  }
  #screw-tool-wrap #screw-tool-catalog .deco-3 {
    max-width: 300px;
    left: -60px;
  }
  #auto-parts-wrap .deco-1 {
    max-width: 250px;
  }
  #auto-parts-wrap .deco-2 {
    max-width: 300px;
    top: 68%;
  }
  #auto-parts-wrap .deco-3 {
    max-width: 400px;
    bottom: -80px;
  }
  #industry-parts-wrap .deco-1 {
    top: 35%;
    max-width: 160px;
  }
  #industry-parts-wrap .deco-2 {
    max-width: 500px;
    top: 60%;
    left: -120px;
  }
  #front-recruit .section-wrap .recruit-box .people-box {
    width: 500px;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-1 {
    left: 0;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-2 {
    right: 0;
  }
  #front-recruit .section-wrap .recruit-box .people-box img.people-4 {
    left: 130px;
  }
  #front-recruit a.recruit-banner {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #page-mv {
    height: 65vh;
  }
  .page-name {
    left: 30px;
  }
  #header .top-header .uk-flex .flex-item.eng-logo a img {
    max-width: 140px;
  }
  #header .bottom-header.bottom-header-eng ul {
    max-width: 1000px;
  }
  #footer .section-wrap .uk-flex .flex-item.eng-logo a img {
    max-width: 140px;
  }
  #footer .section-wrap .uk-flex .flex-item:last-child {
    width: 70%;
  }
  #screw-tool-wrap #screw-tool-top-wrap .deco-1 {
    right: -160px;
  }
  #auto-parts-wrap .deco-1 {
    max-width: 330px;
  }
  #auto-parts-wrap .deco-2 {
    max-width: 330px;
  }
  #auto-parts-wrap .deco-3 {
    max-width: 400px;
  }
  #history-wrap .deco-1, #history-wrap .deco-2, #history-wrap .deco-3, #history-wrap .deco-4 {
    display: none;
  }
  #history-wrap .deco-1, #history-wrap .deco-2, #history-wrap .deco-3, #history-wrap .deco-4 {
    max-width: 85px;
  }
  #history-wrap .deco-2 {
    right: 0;
  }
  #history-wrap .deco-3 {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-name {
    display: block;
  }
  #front-about #front-company .section-wrap .company-box {
    width: 45%;
  }
  #single-news .section-wrap .single-box {
    width: 75%;
  }
  #history-wrap .deco-1, #history-wrap .deco-2, #history-wrap .deco-3, #history-wrap .deco-4 {
    display: block;
  }
}
