/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #555555;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #555555;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

a {
  transition: 0.3s ease-in-out;
  word-wrap: break-word;
}
a:hover {
  text-decoration: none;
}

.newline {
  display: inline-block;
  white-space: nowrap;
}

.br-only-s {
  display: none;
}

.top-common-head h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.top-common-head h2::before {
  content: "";
  background: #20426C;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-common-head p {
  margin-bottom: 20px;
}
.top-common-head__center h2 {
  text-align: center;
}
.top-common-head__center h2::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.top-common-head__center p {
  text-align: center;
}
.top-common-head__white h2 {
  color: #fff;
}
.top-common-head__white h2::before {
  background: #fff;
}
.top-common-head__white p {
  color: #fff;
}
.top-common-head__flex {
  display: flex;
  align-items: baseline;
  gap: 30px;
}

.jp-common-head h3 {
  padding-bottom: 14px;
  margin-bottom: 32px;
  position: relative;
}
.jp-common-head h3::before {
  content: "";
  background: #E4BB33;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.jp-common-head__white h3 {
  color: #fff;
}
.jp-common-head__white h3::before {
  background: #fff;
}

.txt__black {
  color: #555555;
}

.txt__white {
  color: #fff;
}

.txt__blue {
  color: #20426C;
}

.txt__juli16 {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
}

.txt__juli32 {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}

.txt__juli48 {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 0.9166666667;
  letter-spacing: 0;
}

.txt__juli64 {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
}

.txt__zenR14 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.txt__zenR16 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
}

.txt__zenM16 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
}

.txt__zenB16 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

.txt__zenB20 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.txt__zenB24 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0;
}

.txt__zenB32 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0;
}

.txt__zenB40 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0;
}

.bg__yellow {
  background: #E4BB33;
}

.bg__blue {
  background: #20426C;
}

.bg__green {
  background: #55956C;
}

.bg__gray {
  background: #F6F6F1;
}

.bg__white {
  background: #fff;
}

.common-btn {
  width: 100%;
  max-width: 300px;
  height: 48px;
  background: #20426C;
  position: relative;
}
.common-btn::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/arrow-horizontal-white.svg") center center no-repeat;
  background-size: contain;
  width: 10px;
  padding-top: 13px;
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
}
.common-btn__yellow {
  background: #E4BB33;
}
.common-btn__yellow::before {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/arrow-horizontal-white.svg") center center no-repeat;
  background-size: contain;
}
.common-btn__yellow span {
  color: #fff;
}
.common-btn__yellow--blue {
  background: #E4BB33;
}
.common-btn__yellow--blue::before {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/arrow-horizontal-blue.svg") center center no-repeat;
  background-size: contain;
}
.common-btn__yellow--blue span {
  color: #20426C;
}
.common-btn__green {
  background: #55956C;
}
.common-btn__green::before {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/arrow-horizontal-white.svg") center center no-repeat;
  background-size: contain;
}
.common-btn__green span {
  color: #fff;
}

.band {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/band.webp") center center no-repeat;
  width: 100%;
  background-size: cover;
}
.band__inr {
  padding-top: 168px;
  padding-bottom: 60px;
}
.band h2 {
  margin-bottom: 16px;
}

.breadcrumb {
  position: relative;
  padding: 4px 0;
}
.breadcrumb__bg {
  background: #91755E;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.breadcrumb__inr {
  position: relative;
  z-index: 1;
}
.breadcrumb span {
  display: inline-block;
  margin: 0 16px;
}
.breadcrumb p {
  display: inline-block;
}

.cta {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/cta-bg.webp") center center no-repeat;
  width: 100%;
  height: 317px;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cta__inr {
  max-width: 992px;
  margin: -97px auto 0;
  display: flex;
  gap: 24px 32px;
}
.cta__contact, .cta__recruit {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 54px 40px 63px;
  box-sizing: border-box;
  border: solid 2px #fff;
}
.cta__contact {
  background: linear-gradient(to bottom, #EDEDE7 0%, #D3CCBB 100%);
}
.cta__recruit {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/cta-recruit.webp") center center no-repeat;
  background-size: cover;
}
.cta .common-btn-wrap {
  margin-top: auto;
}
.cta .common-btn {
  margin: 22px auto 0;
}

.pagination {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
}
.pagination .page-numbers:not(.next, .prev) {
  background: rgba(32, 66, 108, 0.2);
  color: #555555;
  border-radius: 50%;
}
.pagination .page-numbers.current {
  background: #20426C;
  color: #fff;
}
.pagination .prev img {
  rotate: 180deg;
}

.anchor-links section {
  padding-top: 100px;
  padding-bottom: 116px;
}
.anchor-links__inr {
  gap: 24px;
}

.anchor--link {
  width: 160px;
  height: 48px;
  position: relative;
}
.anchor--link::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/arrow-vertical.svg") center center no-repeat;
  width: 13px;
  padding-top: 8px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}

.common__cat-tag-wrap, .common__cat-tag {
  width: 97px;
}

.common__cat-tag-wrap {
  margin-left: 12px;
  margin-right: 24px;
}

.common__cat-tag {
  background: rgba(216, 173, 76, 0.4);
  height: 25px;
}

.archive-year select {
  display: block;
  width: 100%;
  border: none;
  padding: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EEEEE8;
  background-image: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/arrow-horizontal-black.svg");
  background-repeat: no-repeat;
  background-position: right 16px top 20px;
  background-size: 14px auto;
  outline: none;
  line-height: 1;
}

.is-front .header .logo-white {
  display: block;
  position: static;
  opacity: 1;
}
.is-front .header .logo-blue {
  opacity: 0;
}
.is-front .header.change-color .logo-white {
  opacity: 0;
}
.is-front .header.change-color .logo-blue {
  opacity: 1;
}

.header {
  background: linear-gradient(to bottom, rgba(85, 85, 85, 0.5) 0%, rgba(85, 85, 85, 0.1) 82%, transparent 100%);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding: 0 0 0 80px;
  box-sizing: border-box;
}
.header.change-color {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 80%, transparent 100%);
}
.header.change-color nav ul li a {
  color: #20426C;
}
.header.change-color nav ul li a:hover::before {
  background: #20426C;
}
.header.change-color .logo-white {
  opacity: 0;
}
.header.change-color .logo-blue {
  opacity: 1;
}
.header__logo {
  padding-top: 22px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1;
}
.header__logo a {
  position: relative;
  display: inline-block;
}
.header__logo img {
  transition: opacity 0.3s ease;
}
.header__logo .logo-white {
  opacity: 1;
}
.header__logo .logo-blue {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header nav {
  margin-right: 32px;
}
.header nav ul {
  gap: 32px;
}
.header nav ul li {
  padding: 28px 0 20px;
}
.header nav ul li a {
  display: inline-block;
  padding-bottom: 4px;
  color: #fff;
  position: relative;
}
.header nav ul li a::before {
  content: "";
  transition: 0.3s ease-in-out;
}
.header nav ul li a:hover::before {
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 80px;
}
.header__btn--recruit:hover {
  background: #CFA61A;
}
.header__btn--contact:hover {
  background: #2F588E;
}
.header__btn--affiliated:hover {
  background: #4A8257;
}
.header__btn p {
  line-height: 1.4;
}

.footer {
  background: #20426C;
}
.footer section {
  padding-top: 93px;
  padding-bottom: 64px;
}
.footer__inr {
  border-bottom: 1px solid #fff;
  padding-bottom: 54px;
  margin-bottom: 16px;
}
.footer__logo {
  margin-bottom: 40px;
}
.footer__logo p {
  margin-bottom: 8px;
}
.footer nav ul {
  gap: 40px;
}
.footer nav ul a:hover {
  color: #fff;
}
.footer nav ul a img {
  display: inline-block;
  translate: 0 -2px;
  margin-left: 5px;
}
.footer__office {
  margin-bottom: 32px;
  gap: 4px 24px;
  display: flex;
  flex-direction: column;
}
.footer__office:last-child {
  margin-bottom: 0;
}
.footer__office--telFax {
  gap: 0 16px;
}
.footer__office--telFax a:hover {
  color: #fff;
}
.footer__bottom {
  width: 100%;
  height: 16px;
  background: #D5B99B;
}

.toTop {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #20426C;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 0;
  padding: 0;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
.toTop svg {
  display: none;
}

.offcanvas.uk-open ~ .offcanvas__openBtn .lines__btn {
  background: #fff;
}
.offcanvas.uk-open ~ .offcanvas__openBtn .bar {
  background: #20426C;
}
.offcanvas__inr {
  padding: 58px 24px 0;
}
.offcanvas__nav .mainLi {
  border-bottom: solid 1px #fff;
  padding: 12px 5px;
}
.offcanvas__nav .mainLi:first-child {
  padding-top: 0;
}
.offcanvas__nav a {
  color: #555555;
  font-size: 16px;
  display: block;
}
.offcanvas__nav .uk-accordion-title {
  display: block;
}
.offcanvas__nav .uk-accordion-title::before {
  display: none;
}
.offcanvas__nav .offcanvas__accoHeader {
  display: flex;
  align-items: center;
}
.offcanvas__nav .offcanvas__accoToggle {
  width: 32px;
  height: 25px;
  flex-shrink: 0;
  margin-left: 12px;
  cursor: pointer;
  translate: 0 2px;
}
.offcanvas__nav .offcanvas__accoToggle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/offcanvas_acco_arrow.svg");
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
.offcanvas__nav .uk-open > .uk-accordion-title .offcanvas__accoToggle::before {
  transform: rotate(180deg);
}
.offcanvas__nav .uk-accordion-content {
  margin-top: 12px;
}
.offcanvas__btns .common-btn {
  margin: 20px auto 0;
}
.offcanvas__openBtn {
  position: fixed;
  z-index: 1001;
  top: 15px;
  right: 20px;
}
.offcanvas__openBtn .uk-button {
  padding: 0;
}
.offcanvas__openBtn .lines__btn {
  background: #20426C;
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 1;
}
.offcanvas__openBtn .bar1, .offcanvas__openBtn .bar2, .offcanvas__openBtn .bar3 {
  display: block;
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  transition: all 0.3s ease;
}
.offcanvas__openBtn .bar1 {
  top: 12px;
}
.offcanvas__openBtn .bar1.open {
  top: 21px;
  width: 25px;
  transform: rotate(40deg);
}
.offcanvas__openBtn .bar2 {
  top: 20px;
}
.offcanvas__openBtn .bar2.open {
  opacity: 0;
}
.offcanvas__openBtn .bar3 {
  bottom: 12px;
}
.offcanvas__openBtn .bar3.open {
  bottom: 20px;
  width: 25px;
  transform: rotate(-40deg);
}

.uk-offcanvas-bar {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/offcanvas.webp") center center no-repeat;
  width: 100%;
  background-size: cover;
  width: 100%;
  padding: 20px;
}
.uk-offcanvas-bar a {
  color: #555555;
}
.uk-offcanvas-bar a:hover {
  color: #555555;
}

.uk-offcanvas-overlay::before {
  background: rgba(8, 40, 69, 0.4);
}

.top {
  overflow: hidden;
}
.top .common-btn-wrap {
  margin-top: 40px;
}
.top .common-btn {
  margin-bottom: 24px;
}
.top .common-btn:last-child {
  margin-bottom: 0;
}
.top .kv {
  overflow: hidden;
  position: relative;
}
.top .kv__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top .kv__txt img {
  width: 136%;
  max-width: unset;
  position: absolute;
  top: 20%;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.top .about-news {
  background: linear-gradient(to bottom, #EDEDE7 0%, #fff 100%);
  position: relative;
}
.top .about-news::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/shadow-deco.webp") center center no-repeat;
  width: 49%;
  padding-top: 49.0708092486%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.top .top-about section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top .top-about__inr {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top .top-about__deco-img1-wrap {
  display: block;
  position: relative;
}
.top .top-about__deco-img1-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.26);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}
.top .top-about__deco-img1-wrap {
  position: absolute;
  top: -180px;
  right: 135px;
}
.top .top-about__deco-img1 {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/top/top-about1.webp") center center no-repeat;
  width: 272px;
  padding-top: 208px;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.top .top-about__deco-img2-wrap {
  display: block;
  position: relative;
}
.top .top-about__deco-img2-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.26);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}
.top .top-about__deco-img2-wrap {
  position: absolute;
  right: -54px;
  bottom: -220px;
}
.top .top-about__deco-img2 {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/top/top-about3.webp") center center no-repeat;
  width: 360px;
  padding-top: 240px;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.top .top-about__img {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
.top .top-about__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.26);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}
.top .top-about__img img {
  position: relative;
  z-index: 1;
}
.top .top-about .top-common-head__txt {
  white-space: nowrap;
}
.top .top-news section {
  padding-top: 110px;
  padding-bottom: 160px;
}
.top .top-news__inr {
  max-width: 804px;
  margin: 0 auto;
}
.top .top-news .common-btn {
  margin-left: auto;
}
.top .top-news .news-common__item {
  border: none;
  padding: 0;
  margin: 0 0 22px;
}
.top .top-news .news-common__item:last-child {
  margin: 0;
}
.top .top-news .news-common__item::before {
  display: none;
}
.top .top-news .news-common__item:hover {
  background: unset;
}
.top .top-services {
  position: relative;
}
.top .top-services::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/top/top-services1.webp") center center no-repeat;
  width: 60%;
  height: 584px;
  background-size: cover;
  position: absolute;
  top: -24px;
  right: 0;
  z-index: -1;
}
.top .top-services__img {
  margin-bottom: 40px;
}
.top .top-services__img img {
  width: 100%;
}
.top .top-services__inr {
  max-width: 1096px;
  margin: 0 auto;
}
.top .top-services__txts--inr {
  position: relative;
}
.top .top-services__txts--inr::before {
  content: "";
  background: #fff;
  width: 300%;
  height: calc(100% + 76px);
  position: absolute;
  top: 0;
  right: -20%;
  z-index: -1;
}
.top .top-services__bottom {
  padding-top: 160px;
  padding-bottom: 236px;
  position: relative;
}
.top .top-services__bottom--bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top .top-services__bottom--bg-img {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/top/top-services2.webp") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 317px;
}
.top .top-services__bottom--bg-deco {
  background: #7B6450;
  width: 100%;
  height: 15px;
}
.top .top-services__bottom--box {
  margin: 0 auto;
  max-width: 920px;
  box-sizing: border-box;
  padding: 40px;
}
.top .top-services__bottom--box-inr {
  margin: 0 auto;
  max-width: 665px;
}
.top .top-services__bottom--box-inr h3 {
  margin-bottom: 20px;
}
.top .top-services__bottom--box-inr p {
  margin-bottom: 20px;
}
.top .top-services__bottom--box-inr a {
  color: #20426C;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-decoration: underline;
}
.top .top-works {
  background: linear-gradient(to bottom, #EDEDE7 0%, #fff 100%);
}
.top .top-works section {
  padding-top: 160px;
  padding-bottom: 160px;
}
.top .top-works__items-wrap {
  max-width: 1000px;
  margin: 40px auto 0;
}
.top .top-works__thumbnail {
  margin-top: 16px;
  background: #fff;
  width: 100%;
}
.top .top-works__thumbnail img {
  width: 100%;
  aspect-ratio: 312/256;
  -o-object-fit: contain;
     object-fit: contain;
}
.top .top-works .common-btn {
  margin-left: auto;
  margin-right: auto;
}
.top .top-recruit {
  overflow: hidden;
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/top/top-recruit-bg.webp") center center no-repeat;
  width: 100%;
  background-size: cover;
}
.top .top-recruit section {
  padding-top: 142px;
  padding-bottom: 142px;
}
.top .top-recruit__inr {
  max-width: 680px;
  margin: 0 auto;
}
.top .top-recruit__txts {
  position: relative;
}
.top .top-recruit__imgs img {
  display: block;
}
.top .top-recruit__imgs img:last-child {
  padding-bottom: 0;
}
.top .top-recruit__imgs1 {
  position: absolute;
  top: 50%;
  right: calc(100% + 60px);
  translate: 0 -50%;
}
.top .top-recruit__imgs2 {
  position: absolute;
  top: 50%;
  left: calc(100% + 60px);
  translate: 0 -50%;
}
.top .top-recruit .common-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 24px 80px;
}
.top .top-recruit .common-btn {
  margin-bottom: 0;
}
.top .instagram {
  background: linear-gradient(to bottom, #EDEDE7 0%, #fff 100%);
  position: relative;
}
.top .instagram::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/shadow-deco.webp") center center no-repeat;
  width: 49%;
  padding-top: 49.0708092486%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.top .instagram section {
  padding-top: 160px;
  padding-bottom: 160px;
}
.top .instagram__inr {
  width: 100%;
  max-width: 686px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top .instagram #sb_instagram {
  margin-top: 40px;
  padding-bottom: 0 !important;
}
.top .instagram #sbi_images {
  padding: 0 !important;
}
.top .instagram .common-btn-wrap {
  margin-top: 80px;
}
.top .instagram .common-btn {
  margin-left: auto;
  margin-right: auto;
}
.top .top-contact {
  position: relative;
}
.top .top-contact__bg {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/cta-bg.webp") center center no-repeat;
  width: 100%;
  height: 317px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top .top-contact section {
  padding-top: 0;
  padding-bottom: 100px;
}
.top .top-contact__box {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px;
}
.top .top-contact__inr {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.top .top-contact__inr h3 {
  margin-bottom: 20px;
}
.top .top-contact__tel, .top .top-contact__mail {
  padding: 0 58px;
}
.top .top-contact__tel:first-child, .top .top-contact__mail:first-child {
  padding: 0 58px 0 0;
}
.top .top-contact__tel:last-child, .top .top-contact__mail:last-child {
  padding: 0 0 0 58px;
}
.top .top-contact__tel {
  border-right: solid 1px #20426C;
}
.top .top-contact__tel--num {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
.top .top-contact .top-common-head p {
  color: #20426C;
}
.top .top-contact .common-btn-wrap {
  margin-top: 32px;
}
.top .top-contact .common-btn {
  margin-left: auto;
  margin-right: auto;
}

.about__inr {
  position: relative;
}
.about__inr::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/shadow-deco.webp") center center no-repeat;
  width: 49%;
  padding-top: 49.0708092486%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.about .greeting section {
  padding-bottom: 83px;
}
.about .greeting__inr {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about .greeting__txts h3 {
  margin-bottom: 24px;
}
.about .greeting__img {
  display: block;
  position: relative;
}
.about .greeting__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.26);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}
.about .greeting__img img {
  position: relative;
  z-index: 1;
}
.about .greeting .president {
  margin-top: 42px;
}
.about .greeting .president__name {
  margin-left: 20px;
}
.about .motto section {
  padding-top: 67px;
}
.about .motto__img {
  max-width: 1000px;
  margin: 0 auto;
}
.about .motto__bottom {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/about/motto-bg.webp") center center no-repeat;
  width: 100%;
  height: 312px;
  background-size: cover;
  position: relative;
  margin-top: 130px;
}
.about .motto__bottom::before {
  content: "";
  background: #7B6450;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.about .overview {
  background: linear-gradient(to bottom, #EDEDE7 0%, #fff 100%);
}
.about .overview section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about .overview__inr {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.about .overview__inr table {
  width: 100%;
  border-collapse: collapse;
}
.about .overview__inr table tr:first-child th, .about .overview__inr table tr:first-child td {
  padding-top: 0;
}
.about .overview__inr table th, .about .overview__inr table td {
  border-bottom: 1px solid #D3CCBB;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  vertical-align: top;
}
.about .overview__inr table th {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 170px;
  white-space: nowrap;
}
.about .overview__inr table td {
  width: 100%;
}
.about .history {
  overflow: hidden;
}
.about .history section {
  padding-top: 262px;
  padding-bottom: 160px;
}
.about .history__inr {
  max-width: 618px;
  margin: 0 auto;
  position: relative;
}
.about .history__img1 {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/about/history1.webp") center center no-repeat;
  width: 480px;
  padding-top: 328px;
  background-size: contain;
  position: absolute;
  top: -262px;
  right: -411px;
}
.about .history__img2 {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/about/history2.webp") center center no-repeat;
  width: 320px;
  padding-top: 376px;
  background-size: contain;
  position: absolute;
  top: 25px;
  left: -411px;
}
.about .history__img3 {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/about/history3.webp") center center no-repeat;
  width: 320px;
  padding-top: 280px;
  background-size: contain;
  position: absolute;
  right: -411px;
  bottom: 4px;
}
.about .history__item {
  padding-left: 45px;
  padding-bottom: 54px;
  position: relative;
}
.about .history__item:last-child {
  padding-bottom: 0;
}
.about .history__item:last-child::before {
  display: none;
}
.about .history__item::before {
  content: "";
  background: #D3CCBB;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 10px;
}
.about .history__date {
  margin-bottom: 16px;
  position: relative;
}
.about .history__date::before {
  content: "";
  background: #E4BB33;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: -45px;
  border-radius: 50%;
}
.about .cert section {
  padding-bottom: 160px;
}
.about .cert__box {
  max-width: 1080px;
  margin: 0 auto;
  padding: 66px 40px;
  box-sizing: border-box;
}
.about .cert__box--top {
  max-width: 626px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
.about .cert__box--top ul li {
  padding-left: 16px;
  position: relative;
}
.about .cert__box--top ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.about .cert__box--bottom {
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 34px 47px;
}
.about .cert__box--bottom-head {
  margin-bottom: 16px;
}
.about .access {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/about/access.webp") center center no-repeat;
  width: 100%;
  background-size: cover;
}
.about .access section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about .access__box {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 64px 76px;
}
.about .access__items {
  display: flex;
  justify-content: center;
}
.about .access__item {
  border-right: solid 1px #D3CCBB;
}
.about .access__item:last-child {
  border-right: unset;
  border-bottom: unset;
}
.about .access a {
  color: #555555;
}
.about .access__addr {
  margin-bottom: 16px;
}
.about .access .map {
  margin-top: 24px;
}
.about .work-hist {
  background: linear-gradient(to bottom, #EDEDE7 0%, #fff 100%);
}
.about .work-hist section {
  padding-top: 100px;
  padding-bottom: 200px;
}
.about .work-hist .common-btn {
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
}

.affiliated__inr {
  position: relative;
}
.affiliated__inr::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/shadow-deco.webp") center center no-repeat;
  width: 49%;
  padding-top: 49.0708092486%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.affiliated__inr {
  padding-top: 100px;
  padding-bottom: 250px;
}
.affiliated .product-line section {
  padding-top: 100px;
  padding-bottom: 160px;
}
.affiliated .product-line__inr {
  max-width: 870px;
  margin: 0 auto;
}
.affiliated .product-line .jp-common-head h3 {
  margin-bottom: 24px;
}
.affiliated .product-line ul li {
  padding: 10px 0;
  border-bottom: 1px solid #D3CCBB;
}
.affiliated .product-line__txt {
  line-height: 1.5;
  margin-top: 42px;
}
.affiliated .company-profile__box {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 40px;
  box-sizing: border-box;
}
.affiliated .company-profile__box--inr {
  max-width: 814px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 32px 80px;
}
.affiliated .company-profile__info--txt1 {
  line-height: 1.45;
}
.affiliated .company-profile__info--addr {
  margin-top: 8px;
}
.affiliated .company-profile__info a {
  color: #555555;
}
.affiliated .company-profile ul li {
  padding: 10px 0;
  border-bottom: 1px solid #D3CCBB;
}
.affiliated .company-profile ul li:first-child {
  padding: 0 0 10px 0;
}

.news .adjacent-links {
  margin-top: 80px;
}
.news .adjacent-links a:hover {
  color: #555555;
}
.news .adjacent-links__item {
  display: inline-block;
}
.news .adjacent__arrow-left img {
  rotate: 180deg;
  margin-right: 15px;
}
.news .adjacent__arrow-right img {
  margin-left: 15px;
}

.news-archive__contents {
  position: relative;
}
.news-archive__contents::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/shadow-deco.webp") center center no-repeat;
  width: 49%;
  padding-top: 49.0708092486%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.news-archive__contents section {
  padding: 90px 0 250px;
}
.news-archive__contents--inr {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.news-archive .main-content {
  width: 100%;
}
.news-archive .sidebar__inr {
  padding: 40px;
  background: #F6F6F1;
}
.news-archive__tab li {
  padding-top: 16px;
}
.news-archive__tab li a:hover p {
  font-weight: bold;
}
.news-archive__tab li p {
  transition: 0.3s ease;
}
.news-archive .archive-cat__head {
  border-bottom: 1px solid #D3CCBB;
  padding-bottom: 8px;
}
.news-archive .archive-year {
  margin-top: 40px;
}
.news-archive .archive-year__head {
  border-bottom: 1px solid #D3CCBB;
  padding-bottom: 8px;
}
.news-archive .archive-year select {
  margin-top: 16px;
}

.news-single__contents {
  max-width: 802px;
  margin: 0 auto;
}
.news-single__contents section {
  padding-top: 100px;
  padding-bottom: 250px;
}
.news-single .news-common__dateCat {
  margin-bottom: 17px;
}
.news-single__thumbnail {
  margin-bottom: 32px;
  background: #F6F6F1;
}
.news-single__thumbnail img {
  aspect-ratio: 800/500;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-single__title {
  margin-bottom: 20px;
  line-height: 1.5;
}

.news-common__items {
  margin: 0;
}
.news-common__item {
  width: 100%;
  display: block;
  padding: 10px 72px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-bottom: solid 1px #D3CCBB;
  position: relative;
}
.news-common__item:last-child {
  margin-bottom: 0;
}
.news-common__item::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/arrow-news.svg") center center no-repeat;
  width: 24px;
  padding-top: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 28px;
  translate: 0 -50%;
  transition: 0.3s ease;
}
.news-common__img {
  width: 149px;
  background: #F6F6F1;
}
.news-common__img img {
  aspect-ratio: 149/113;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-common__txts {
  width: calc(100% - 149px);
  padding-left: 32px;
  box-sizing: border-box;
}
.news-common__date {
  width: 85px;
}
.news-common__date-cat {
  margin-bottom: 4px;
}

.services__inr {
  position: relative;
}
.services__inr::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/shadow-deco.webp") center center no-repeat;
  width: 49%;
  padding-top: 49.0708092486%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.services .coverage {
  position: relative;
  z-index: 1;
}
.services .coverage section {
  padding-top: 100px;
  padding-bottom: 160px;
}
.services .coverage__inr {
  max-width: 1000px;
  margin: 0 auto;
}
.services .coverage .jp-common-head h3 {
  margin-bottom: 56px;
}
.services .coverage__item {
  margin-bottom: 85px;
  display: flex;
  gap: 16px 58px;
}
.services .coverage__item:last-child {
  margin-bottom: 0;
}
.services .coverage__item--img {
  position: relative;
}
.services .coverage__item--txts {
  padding: 0 24px 32px;
}
.services .coverage__item--head {
  margin-bottom: 8px;
  line-height: 1.5;
}
.services .features {
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/services/features-bg.webp") center center no-repeat;
  width: 100%;
  background-size: cover;
}
.services .features section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.services .features__inr {
  max-width: 998px;
  margin: 0 auto;
}
.services .features__item {
  display: flex;
  margin-bottom: 40px;
}
.services .features__item:last-child {
  margin-bottom: 0;
}
.services .features__item--img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .features__item--txts {
  box-sizing: border-box;
  padding: 32px 60px 32px 48px;
}
.services .features__item--head {
  margin-bottom: 20px;
  line-height: 1.5;
}
.services .network section {
  padding-top: 160px;
  padding-bottom: 250px;
}
.services .network__inr {
  max-width: 1114px;
  margin: 0 auto;
}

.works__items {
  margin-top: 100px;
}
.works__date-cat {
  margin-bottom: 8px;
}
.works__title {
  margin-bottom: 8px;
  line-height: 1.5;
}
.works__img {
  background: #F6F6F1;
}
.works__img img {
  width: 100%;
  aspect-ratio: 400/297;
  -o-object-fit: contain;
     object-fit: contain;
}
.works__txt {
  margin-top: 20px;
}

.works-archive .topbar {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #F6F6F1;
  gap: 40px 80px;
  padding: 32px 24px;
  box-sizing: border-box;
}
.works-archive .archive-year {
  display: flex;
  align-items: center;
}
.works-archive .archive-year__head {
  padding-right: 16px;
  margin-right: 16px;
  box-sizing: border-box;
  position: relative;
}
.works-archive .archive-year__head::before {
  content: "";
  width: 1px;
  height: 48px;
  background: #D3CCBB;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.works-archive .archive-year select {
  width: 200px;
}
.works-archive .archive-cat {
  display: flex;
  align-items: center;
}
.works-archive .archive-cat__head {
  padding-right: 16px;
  margin-right: 32px;
  position: relative;
}
.works-archive .archive-cat__head::before {
  content: "";
  width: 1px;
  height: 48px;
  background: #D3CCBB;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.works-archive__tab {
  display: flex;
  align-items: center;
}
.works-archive__tab li:last-child {
  padding-right: 0;
}
.works-archive__tab li a:hover p {
  font-weight: bold;
}
.works-archive__tab li a:hover p::before {
  content: "";
  background: #555555;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.works-archive__tab li a p {
  position: relative;
}
.works-archive__contents {
  position: relative;
}
.works-archive__contents::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/shadow-deco.webp") center center no-repeat;
  width: 49%;
  padding-top: 49.0708092486%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.works-archive__contents section {
  padding-top: 100px;
  padding-bottom: 250px;
}
.works-archive__contents--inr {
  position: relative;
  z-index: 1;
}
.works-archive__contents * + .uk-grid-margin {
  margin-top: 80px;
}
.works-archive .common__cat-tag-wrap {
  margin-left: 0;
  margin-right: 16px;
  width: unset;
}
.works-archive .common__cat-tag {
  width: unset;
  padding: 0 12px;
}

.contact {
  background: linear-gradient(to bottom, #fff 0%, #EDEDE7 100%);
}
.contact__contents section {
  padding-top: 100px;
  padding-bottom: 160px;
}
.contact .form {
  max-width: 560px;
  margin: 64px auto 0;
}
.contact .formRow {
  margin-bottom: 24px;
}
.contact .formRow__message {
  margin-bottom: 50px;
}
.contact .formRow__submit {
  margin-top: 48px;
  margin-bottom: 0 !important;
}
.contact .label__inr {
  display: flex;
  align-items: center;
}
.contact .label__inputField {
  box-sizing: border-box;
  padding: 8px 0 0;
}
.contact input, .contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid 1px #D3CCBB;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.contact input:not([type=radio]), .contact select, .contact textarea {
  background: #F8F7F3;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #555555;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.contact input:not([type=radio]):focus, .contact select:focus, .contact textarea:focus {
  background: #fff;
}
.contact textarea {
  height: 160px;
  padding: 12px;
  resize: none;
  border: solid 1px #D3CCBB;
  background: #F8F7F3;
}
.contact input[type=checkbox] {
  height: 30px;
  translate: -16px 10px;
  padding: 5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contact .submitBtn {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.contact .submitBtn::before {
  content: "";
  background: url("https://nakamura-sangyo.co.jp/wp/wp-content/themes/nakamura-sangyo/modules/images/common/arrow-horizontal-white.svg") center center no-repeat;
  width: 10px;
  height: 13px;
  background-size: contain;
  position: absolute;
  top: 18px;
  right: 19px;
  z-index: 2;
}
.contact .submitBtn:has(input[type=submit]:not(:disabled)):hover .wpcf7-submit, .contact .submitBtn:has(input[type=submit]:not(:disabled)):focus-within .wpcf7-submit {
  background: #2F588E;
}
.contact .submitBtn .wpcf7-submit {
  transition: 0.3s ease;
}
.contact input[type=submit] {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  max-width: 300px;
  height: 48px;
  margin: 0 auto;
  background: #20426C;
  border: none;
}
.contact .wpcf7-spinner {
  display: block;
}
.contact :focus-visible {
  outline: 1px solid #20426C;
  border-style: unset;
}
.contact .wpcf7-not-valid-tip {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #FF0000;
}
.contact input.wpcf7-not-valid,
.contact textarea.wpcf7-not-valid,
.contact select.wpcf7-not-valid {
  border: solid 1px #FF0000;
}
.contact .toPolicy {
  display: inline-block;
  margin-right: 5px;
  color: #20426C;
  text-decoration: underline;
}
.contact .agree {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.contact .req {
  color: #FF0000;
}
.contact .wpcf7-form-control-wrap {
  display: block;
}
.contact .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.contact .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
}
.contact .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  cursor: pointer;
}
.contact .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.contact input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: unset;
}
.contact input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #7D7D7D;
  display: inline-block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background: white;
  position: relative;
  top: -2px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transform: translate(0, 1px);
}
.contact input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  border-right: 2px solid #555555;
  border-bottom: 2px solid #555555;
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  left: 9px;
  position: absolute;
  top: 50%;
  transform: translate(0, -55%) rotate(45deg);
}
.contact ::-moz-placeholder {
  color: rgba(85, 85, 85, 0.4);
}
.contact ::placeholder {
  color: rgba(85, 85, 85, 0.4);
}

.policy__contents section {
  padding: 120px 0 200px;
}
.policy__content {
  max-width: 960px;
  margin: 0 auto 120px;
}
.policy__content:last-child {
  margin: 0 auto;
}
.policy h4 {
  margin-top: 40px;
  margin-bottom: 16px;
}
.policy__disclaimer h4:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .top .top-about__inr {
    align-items: center;
  }
  .top .top-about__img {
    width: 43%;
  }
  .top .top-about__txts-wrap {
    width: 50%;
  }
  .top .top-about__txts {
    max-width: 486px;
  }
  .top .top-services__txts {
    max-width: 512px;
  }
  .top .top-recruit__imgs {
    width: 240px;
  }
  .top .top-recruit__imgs img {
    padding-bottom: 20px;
  }
  .about .greeting__imgs {
    width: 32%;
  }
  .affiliated .product-line ul {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .works-archive .topbar {
    justify-content: center;
    padding: 16px 32px 16px 50px;
  }
}
@media screen and (max-width: 639px) {
  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-common-head__flex {
    gap: 26px;
  }
  .txt__juli64 {
    font-size: 56px;
  }
  .txt__zenB32 {
    font-size: 28px;
  }
  .band__inr {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .breadcrumb span {
    margin: 0 8px;
  }
  .cta {
    height: 200px;
  }
  .cta__inr {
    margin: -460px auto 0;
    flex-direction: column;
  }
  .cta__contact, .cta__recruit {
    padding: 40px 24px 32px;
  }
  .pagination {
    margin-top: 40px;
  }
  .anchor-links section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .anchor-links__inr {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .anchor--link {
    width: calc(50% - 6px);
  }
  .header {
    padding: 0 0 0 20px;
  }
  .header__logo img {
    max-width: 228px;
  }
  .footer section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__inr {
    padding-bottom: 40px;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__logo p {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .footer__logo img {
    width: 100%;
    max-width: 324px;
  }
  .footer__office {
    margin-bottom: 16px;
  }
  .footer small {
    font-size: 14px;
  }
  .toTop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
  .toTop__txt {
    font-size: 16px;
  }
  .top .common-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top .kv__txt img {
    width: 178%;
    top: -16%;
  }
  .top .top-about section {
    padding-top: 26px;
    padding-bottom: 40px;
  }
  .top .top-about__inr {
    flex-direction: column;
    gap: 48px 0;
  }
  .top .top-about__deco-img1-wrap::before {
    top: 5px;
    left: 5px;
  }
  .top .top-about__deco-img1-wrap {
    top: -10%;
    z-index: 2;
    right: 0;
  }
  .top .top-about__deco-img1 {
    width: 35vw;
    padding-top: 26.7647058824vw;
  }
  .top .top-about__deco-img2-wrap::before {
    top: 5px;
    left: 5px;
  }
  .top .top-about__deco-img2-wrap {
    display: none;
  }
  .top .top-about__img::before {
    top: 5px;
    left: 5px;
  }
  .top .top-about__img {
    width: 85%;
  }
  .top .top-about__img img {
    width: -moz-fit-content;
    width: fit-content;
    aspect-ratio: 291/210;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .top-news section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .top .top-news .news-common__item {
    margin: 0 0 16px;
  }
  .top .top-services::before {
    display: none;
  }
  .top .top-services__bottom {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .top .top-services__bottom--bg-img {
    height: 173px;
  }
  .top .top-services__bottom--bg-deco {
    height: 8px;
  }
  .top .top-services__bottom--box {
    padding: 40px 20px;
  }
  .top .top-works section {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .top .top-recruit {
    position: relative;
  }
  .top .top-recruit section {
    padding-top: 55vw;
    padding-bottom: 51vw;
  }
  .top .top-recruit__imgs-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .top .top-recruit__imgs {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 127vw;
    height: auto;
  }
  .top .top-recruit__imgs img {
    width: 41vw;
    flex-shrink: 0;
    aspect-ratio: 160/104;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .top-recruit__imgs1 {
    top: 16vw;
    right: unset;
    left: 50%;
    translate: -50% 0;
  }
  .top .top-recruit__imgs2 {
    top: unset;
    left: 50%;
    bottom: 8vw;
    translate: -50% 0;
  }
  .top .top-recruit .common-btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .top .instagram section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top .instagram #sbi_images {
    gap: 8px !important;
  }
  .top .top-contact__bg {
    height: 200px;
  }
  .top .top-contact section {
    padding-bottom: 80px;
  }
  .top .top-contact__box {
    padding: 40px 7px;
  }
  .top .top-contact__box--inr {
    max-width: 336px;
    margin: 0 auto;
  }
  .top .top-contact__inr {
    flex-direction: column;
  }
  .top .top-contact__tel, .top .top-contact__mail {
    padding: 40px 0;
  }
  .top .top-contact__tel:first-child, .top .top-contact__mail:first-child {
    padding: 0 0 40px 0;
  }
  .top .top-contact__tel:last-child, .top .top-contact__mail:last-child {
    padding: 40px 0 0 0;
  }
  .top .top-contact__tel {
    border-right: unset;
    border-bottom: solid 1px #20426C;
  }
  .about .greeting__inr {
    flex-direction: column-reverse;
  }
  .about .greeting__txts {
    margin-top: 28px;
  }
  .about .greeting__txts h3 {
    margin-bottom: 16px;
  }
  .about .greeting__img::before {
    top: 5px;
    left: 5px;
  }
  .about .greeting__img {
    width: 80%;
    margin: 0 auto;
  }
  .about .greeting .president {
    margin-top: 16px;
  }
  .about .greeting .president__name {
    font-size: 20px;
  }
  .about .motto section {
    padding-top: 80px;
  }
  .about .motto__bottom {
    height: 173px;
    margin-top: 80px;
  }
  .about .motto__bottom::before {
    height: 8px;
  }
  .about .overview__inr table th, .about .overview__inr table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .about .overview__inr table th {
    border-bottom: none;
  }
  .about .overview__inr table td {
    padding-top: 0;
  }
  .about .history section {
    padding-top: 69vw;
    padding-bottom: 60vw;
  }
  .about .history__img1 {
    width: 60vw;
    padding-top: 41vw;
    top: -250px;
    right: -20px;
  }
  .about .history__img2 {
    width: 32vw;
    padding-top: 37.6vw;
    top: -180px;
    left: -20px;
  }
  .about .history__img3 {
    width: 50vw;
    padding-top: 43.75vw;
    right: -20px;
    bottom: -50vw;
  }
  .about .cert section {
    padding-bottom: 80px;
  }
  .about .cert__box {
    padding: 56px 24px 32px;
  }
  .about .cert__box--bottom {
    padding: 24px;
  }
  .about .cert__box--bottom-head {
    margin-bottom: 12px;
  }
  .about .access section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about .access__box {
    padding: 64px 24px 32px;
  }
  .about .access__items {
    flex-direction: column;
  }
  .about .access__item {
    padding-bottom: 24px;
    border-right: unset;
    border-bottom: solid 1px #D3CCBB;
  }
  .about .access__item:last-child {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .about .access .map {
    margin-top: 16px;
  }
  .about .access .map iframe {
    height: 200px;
  }
  .about .work-hist section {
    padding-top: 80px;
    padding-bottom: 550px;
  }
  .affiliated__inr {
    padding-top: 64px;
    padding-bottom: 550px;
  }
  .affiliated__txt {
    font-size: 20px;
  }
  .affiliated .product-line section {
    padding-top: 72px;
    padding-bottom: 100px;
  }
  .affiliated .product-line__txt {
    margin-top: 32px;
  }
  .affiliated .company-profile__box {
    padding: 56px 32px 40px;
  }
  .affiliated .company-profile__box--inr {
    flex-direction: column;
  }
  .news .adjacent-links {
    margin-top: 64px;
  }
  .news .adjacent-links__item--next {
    float: right;
  }
  .news .txt__zenB24 {
    font-size: 20px;
  }
  .news-archive__contents section {
    padding: 40px 0 550px;
  }
  .news-archive__contents--inr {
    flex-direction: column;
  }
  .news-archive .pagination {
    margin-bottom: 40px;
  }
  .news-single__contents section {
    padding-top: 40px;
    padding-bottom: 550px;
  }
  .news-single__thumbnail {
    margin-bottom: 24px;
  }
  .news-single__title {
    margin-bottom: 16px;
  }
  .news-common__item {
    padding: 6px 32px 12px 8px;
    margin-bottom: 6px;
  }
  .news-common__item::before {
    width: 12px;
    padding-top: 20px;
    right: 8px;
  }
  .news-common__img {
    width: 80px;
  }
  .news-common__txts {
    width: calc(100% - 80px);
    padding-left: 16px;
  }
  .services .coverage section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .services .coverage__item {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .services .coverage__item--img img {
    display: block;
    width: 90%;
    margin: -24px auto 0;
  }
  .services .features section {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .services .features__item {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .services .features__item--txts {
    padding: 24px 32px 32px;
  }
  .services .network section {
    padding-top: 80px;
    padding-bottom: 550px;
  }
  .works__items {
    margin-top: 0;
  }
  .works-archive .topbar {
    padding: 40px;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .works-archive .archive-year {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .works-archive .archive-year__head {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 8px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .works-archive .archive-year__head::before {
    width: 100%;
    height: 1px;
    top: unset;
    left: 0;
    right: unset;
    bottom: 0;
    translate: 0 0;
  }
  .works-archive .archive-year select {
    width: 100%;
  }
  .works-archive .archive-cat {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .works-archive .archive-cat__head {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 8px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .works-archive .archive-cat__head::before {
    width: 100%;
    height: 1px;
    top: unset;
    left: 0;
    right: unset;
    bottom: 0;
    translate: 0 0;
  }
  .works-archive__tab {
    flex-wrap: wrap;
    gap: 16px;
  }
  .works-archive__tab li {
    width: 100%;
  }
  .works-archive__contents section {
    padding-top: 80px;
    padding-bottom: 550px;
  }
  .works-archive__contents--inr {
    display: flex;
    flex-direction: column-reverse;
  }
  .works-archive__contents * + .uk-grid-margin {
    margin-top: 48px;
  }
  .contact__contents section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .contact .form {
    margin: 40px auto 0;
  }
  .contact input:not([type=radio]), .contact select, .contact textarea {
    padding: 0 24px;
  }
  .contact textarea {
    padding: 16px 24px;
    height: 200px;
  }
  .contact input[type=checkbox] {
    translate: -10px -12px;
  }
  .contact input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 15px;
    height: 15px;
  }
  .contact input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    width: 6px;
    height: 9px;
    left: 4px;
  }
  .contact .wpcf7-list-item {
    margin: 0;
  }
  .policy__contents section {
    padding: 64px 0 80px;
  }
  .policy__content {
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1200px) {
  .uk-container {
    max-width: 1280px;
  }
  .news-archive .main-content {
    width: 71%;
  }
  .news-archive .sidebar {
    width: 22%;
  }
  .services .network .uk-grid {
    margin-left: -32px;
  }
  .services .network .uk-grid > * {
    padding-left: 32px;
  }
  .services .network * + .uk-grid-margin {
    margin-top: 54px;
  }
  .works-archive__tab li {
    padding-right: 32px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .br-only-s {
    display: inline-block;
  }
  .cta {
    height: 280px;
  }
  .cta__contact, .cta__recruit {
    padding: 40px 32px 32px;
  }
  .pagination {
    margin-top: 56px;
  }
  .anchor-links__inr {
    gap: 12px;
  }
  .anchor--link::before {
    right: 10px;
  }
  .header {
    padding: 0 0 0 30px;
  }
  .footer section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__inr {
    padding-bottom: 40px;
  }
  .footer__logo p {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .footer__logo img {
    width: 100%;
    max-width: 324px;
  }
  .footer__office {
    margin-bottom: 16px;
  }
  .footer small {
    font-size: 14px;
  }
  .toTop {
    right: 15px;
  }
  .top .common-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top .kv__txt img {
    top: -20%;
  }
  .top .kv .uk-slideshow-items {
    aspect-ratio: 768/1024 !important;
  }
  .top .kv .uk-slideshow-items img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .top-about section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .top .top-about__inr {
    flex-direction: column;
    gap: 48px 0;
  }
  .top .top-about__deco-img1-wrap {
    top: -10%;
    z-index: 2;
    right: 0;
  }
  .top .top-about__deco-img1 {
    width: 35vw;
    padding-top: 26.7647058824vw;
  }
  .top .top-about__deco-img2-wrap {
    display: none;
  }
  .top .top-about__img {
    width: 85%;
  }
  .top .top-about__img img {
    width: -moz-fit-content;
    width: fit-content;
    aspect-ratio: 291/210;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .top-news section {
    padding-top: 80px;
  }
  .top .top-services::before {
    display: none;
  }
  .top .top-services__bottom {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .top .top-services__bottom--box {
    padding: 40px 26px;
  }
  .top .top-recruit {
    position: relative;
  }
  .top .top-recruit section {
    padding-top: 42vw;
    padding-bottom: 44vw;
  }
  .top .top-recruit__imgs {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 127vw;
    height: auto;
  }
  .top .top-recruit__imgs img {
    width: 41vw;
    flex-shrink: 0;
    aspect-ratio: 160/104;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .top-recruit__imgs1 {
    top: 7vw;
    right: unset;
    left: 50%;
    translate: -50% 0;
  }
  .top .top-recruit__imgs2 {
    top: unset;
    left: 50%;
    bottom: 8vw;
    translate: -50% 0;
  }
  .top .top-recruit .common-btn-wrap {
    gap: 24px 40px;
  }
  .about .greeting section {
    padding-bottom: 64px;
  }
  .about .greeting__imgs {
    width: 35%;
  }
  .about .motto__bottom {
    margin-top: 80px;
  }
  .about .overview section {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .about .history section {
    padding-top: 380px;
    padding-bottom: 60vw;
  }
  .about .history__img1 {
    width: 426px;
    padding-top: 291px;
    top: -380px;
    right: -75px;
  }
  .about .history__img2 {
    width: 192px;
    padding-top: 225px;
    top: -220px;
    left: -76px;
  }
  .about .history__img3 {
    width: 50vw;
    padding-top: 43.75vw;
    right: -10vw;
    bottom: -50vw;
  }
  .about .cert section {
    padding-bottom: 100px;
  }
  .about .access__box {
    padding: 64px 40px 40px;
  }
  .affiliated .product-line ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .affiliated .company-profile__box {
    padding: 64px 40px;
  }
  .affiliated .company-profile__box--inr {
    gap: 32px 40px;
  }
  .news-archive__contents section {
    padding: 90px 0 220px;
  }
  .news-archive .main-content {
    width: 68%;
  }
  .news-archive .sidebar {
    width: 26%;
  }
  .news-archive .sidebar__inr {
    padding: 32px 28px 24px;
  }
  .news-single__contents section {
    padding-top: 90px;
    padding-bottom: 220px;
  }
  .news-common__item {
    padding: 10px 56px 20px 20px;
  }
  .news-common__item::before {
    width: 16px;
    padding-top: 26px;
    right: 20px;
  }
  .news-common__img {
    width: 120px;
  }
  .news-common__txts {
    width: calc(100% - 120px);
  }
  .services .features__item--txts {
    padding: 32px 40px 32px 32px;
  }
  .services .network section {
    padding-top: 100px;
  }
  .works-archive .topbar {
    max-width: 620px;
  }
  .works-archive .archive-year__head {
    width: 116px;
  }
  .works-archive .archive-cat {
    height: 48px;
  }
  .works-archive__tab li {
    padding-right: 32px;
  }
  .works-archive__contents * + .uk-grid-margin {
    margin-top: 64px;
  }
}
@media (hover: hover) {
  .common-btn:hover {
    background: #2F588E;
  }
  .common-btn__yellow:hover {
    background: #CFA61A;
  }
  .common-btn__yellow--blue:hover {
    background: #CFA61A;
  }
  .common-btn__green:hover {
    background: #4A8257;
  }
  .breadcrumb a:hover {
    color: #fff;
  }
  .anchor--link:hover {
    background: #2F588E;
  }
  .about .access a:hover {
    color: #555555;
  }
  .affiliated .company-profile__info a:hover {
    color: #555555;
  }
  .news .adjacent-links a:hover {
    color: #555555;
  }
  .news-common__item:hover {
    background: #F6F6F6;
  }
  .news-common__item:hover::before {
    translate: 5px -50%;
  }
}
@media screen and (min-width: 640px) {
  .cta__contact, .cta__recruit {
    width: 50%;
  }
  .footer__top {
    display: flex;
    justify-content: space-between;
  }
  .footer__office {
    flex-direction: row;
    align-items: center;
    gap: 4px 40px;
  }
  .uk-offcanvas-bar {
    width: 400px;
  }
  .top .top-works__txt {
    text-align: center;
  }
  .top .top-recruit p {
    text-align: center;
  }
  .top .top-contact__tel, .top .top-contact__mail {
    width: 50%;
    box-sizing: border-box;
  }
  .top .top-contact__tel--inr {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .about .greeting__txts {
    width: 57%;
  }
  .about .greeting__img {
    translate: -10px 0;
  }
  .about .access__item {
    width: 50%;
    padding-right: 24px;
  }
  .about .access__item:last-child {
    padding-right: 0;
    padding-left: 24px;
  }
  .about .work-hist p {
    text-align: center;
  }
  .affiliated .product-line ul {
    -moz-columns: 2;
         columns: 2;
  }
  .news .adjacent-links__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-common__item {
    display: flex;
  }
  .services .coverage .jp-common-head h3 {
    margin-bottom: 88px;
  }
  .services .coverage__item {
    min-height: 257px;
  }
  .services .coverage__item--img {
    width: 47%;
  }
  .services .coverage__item--img img {
    position: absolute;
    top: -43px;
    left: 30px;
  }
  .services .coverage__item--txts {
    padding: 20px 32px 20px 0;
    width: 47%;
  }
  .services .features .jp-common-head h3 {
    margin-bottom: 40px;
  }
  .services .features__item--img {
    width: 40%;
  }
  .services .features__item--txts {
    width: 60%;
  }
  .works-archive .topbar {
    padding: 16px 32px 16px 32px;
    gap: 16px 80px;
  }
  .contact__txt {
    text-align: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .pagination {
    margin-top: 64px;
  }
  .header {
    padding: 0 0 0 40px;
  }
  .header nav {
    margin-right: 26px;
  }
  .header nav ul {
    gap: 26px;
  }
  .footer nav ul {
    gap: 32px;
  }
  .toTop {
    right: 15px;
  }
  .offcanvas__openBtn {
    top: 19px;
    right: 40px;
  }
  .top .top-about__deco-img1-wrap {
    right: 10%;
  }
  .top .top-about__deco-img1 {
    width: 19vw;
    padding-top: 14.5294117647vw;
  }
  .top .top-about__deco-img2-wrap {
    right: 0;
  }
  .top .top-about__deco-img2 {
    width: 25vw;
    padding-top: 16.6666666667vw;
  }
  .top .top-services__txts--inr::before {
    right: -12%;
  }
  .about .history__img1 {
    width: 35vw;
    padding-top: 23.9166666667vw;
    top: -18vw;
    right: -20vw;
  }
  .about .history__img2 {
    width: 25vw;
    padding-top: 29.375vw;
    top: 25px;
    left: -31vw;
  }
  .about .history__img3 {
    width: 28vw;
    padding-top: 24.5vw;
    right: -28vw;
    bottom: -50px;
  }
  .news-archive .main-content {
    width: 70%;
  }
  .news-archive .sidebar {
    width: 25%;
  }
  .works-archive .topbar {
    gap: 40px;
  }
  .works-archive .archive-cat__head {
    margin-right: 20px;
  }
  .works-archive__tab li {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1359px) {
  .header {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1439px) {
  .header {
    padding: 0 0 0 calc((100vw - 1280px) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .top .kv__txt img {
    width: 1964px;
  }
}
@media screen and (max-width: 374px) {
  .top .top-about .top-common-head__txt {
    white-space: wrap;
  }
}
