@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-main: #001f66;
  --color-sub: #07aaaa;
  --color-button-bg: #0099cc;
}

:root {
  --delay: 0;
  --duration: 1200ms;
  --iterations: 1;
}

html, body {
  font-family: var(--font-family--gothic);
  font-feature-settings: "palt" 1;
  font-weight: 500;
  color: #000033;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .pc {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .pc {
    display: none !important;
  }
}

a {
  color: #000033;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

p {
  line-height: 2;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1100px;
  }
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.site-header-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .site-header-container {
    height: 80px;
  }
}
.site-header-logo {
  width: 206px;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-header-logo {
    width: 288px;
  }
}
.site-header-buttons {
  display: none;
}
@media (min-width: 992px) {
  .site-header-buttons {
    display: block;
  }
}
.site-header-buttons a {
  display: grid;
  place-content: center;
  width: 190px;
  height: 80px;
  font-size: 14px;
  font-weight: 500;
  color: #cccccc;
}
.site-header-buttons a:nth-child(1) {
  background: #282f3e;
}
.site-header-buttons a:nth-child(2) {
  background: var(--color-main);
}
.site-header-buttons a:hover {
  background: #4a5e73;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    width: 288px;
    margin-top: 10px;
  }
}

.page-header {
  color: white;
  text-align: left;
}
.page-header.has-image {
  height: 130px;
  position: relative;
}
@media (min-width: 992px) {
  .page-header.has-image {
    height: 400px;
  }
}
.page-header.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.has-image .page-header-inner {
  position: absolute;
  width: 100%;
}
.page-header__read {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-header__read {
    font-size: 50px;
    color: #bfd0d9;
  }
}
.page-header__read p {
  line-height: 1.1;
  margin-bottom: 0;
}

.page-header-title, h1.page-header-title {
  font-size: 23px;
  padding-left: 0.5em;
}
@media (min-width: 992px) {
  .page-header-title, h1.page-header-title {
    font-size: 40px;
  }
}

.global-nav--layout--float-right {
  margin-inline: auto;
  align-self: flex-end;
}

.global-nav-list {
  position: static;
}
.global-nav-list li {
  position: static;
}
.global-nav-list li .global-nav-name {
  font-size: 16px;
}
.global-nav-list li a {
  color: var(--color-main);
  padding: 14px 1.5em 20px;
}
.global-nav-list li.menu-item-has-children > a {
  position: relative;
}
.global-nav-list li.menu-item-has-children > a::after {
  content: "+";
  font-size: 16px;
  font-weight: 600;
  color: #07aaaa;
  position: absolute;
  left: calc(50% - 0.25em);
  bottom: 0;
}
.global-nav-list li ul.sub-menu {
  margin-left: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--color-main);
}
.global-nav-list li ul.sub-menu li {
  font-size: 15px;
}
.global-nav-list li ul.sub-menu li a {
  color: #dcdcdc;
}
.global-nav-list li ul.sub-menu li a:hover {
  background: #00cccc;
}

.global-nav-list > li:hover:before, .global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)):before {
  width: 0;
}

.device-pc .global-nav-list > li > a {
  padding: 14px 1.5em 20px;
}
.device-pc .global-nav-list > li > a:hover {
  color: black;
}
.header_scrolled .site-header-logo {
  display: block;
}

.vk-mobile-nav {
  background: #001f66;
}
.vk-mobile-nav nav ul {
  border-color: #999;
}
.vk-mobile-nav nav ul li a {
  color: #999;
  border-color: #999;
}

.vk-mobile-nav-menu-btn {
  left: auto;
  right: 20px;
  background: none;
  border: none;
}
.vk-mobile-nav-menu-btn::before, .vk-mobile-nav-menu-btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-main);
  position: absolute;
  right: 3px;
}
.vk-mobile-nav-menu-btn::before {
  top: 10px;
}
.vk-mobile-nav-menu-btn::after {
  top: 20px;
}

.c-footer-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  font-size: 13px;
  color: #cccccc;
  position: relative;
  padding-left: 2em;
}
@media (min-width: 992px) {
  .c-footer-cta a {
    font-size: 16px;
    padding-left: 1.5em;
  }
}
.c-footer-cta a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 7.5em), -50%);
}
@media (min-width: 992px) {
  .c-footer-cta a .icon {
    transform: translate(calc(-50% - 6.5em), -50%);
  }
}
.c-footer-cta a:hover {
  background: #4a5e73;
}
.c-footer-cta-download {
  background: #282f3e;
}
.c-footer-cta-download .icon {
  width: 22px;
}
@media (min-width: 992px) {
  .c-footer-cta-download .icon {
    width: 28px;
  }
}
.c-footer-cta-oem {
  background: #153887;
}
.c-footer-cta-oem .icon {
  width: 22px;
}
@media (min-width: 992px) {
  .c-footer-cta-oem .icon {
    width: 34px;
  }
}
.c-footer-cta-mail {
  background: #001f66;
}
.c-footer-cta-mail .icon {
  width: 20px;
}
@media (min-width: 992px) {
  .c-footer-cta-mail .icon {
    width: 28px;
  }
}

.site-footer {
  background: #0d1a39;
}
.site-footer .footer-nav {
  padding: 0;
}
.site-footer .footer-nav .container {
  padding: 36px 40px 48px;
}
@media (min-width: 992px) {
  .site-footer .footer-nav .container {
    padding: 50px 20px 68px;
  }
}
.site-footer .footer-nav-list {
  font-size: 14px;
}
@media (min-width: 992px) {
  .site-footer .footer-nav-list {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
}
.site-footer .footer-nav-list li a {
  color: white;
}
.site-footer .footer-nav-list li a:hover {
  text-decoration: underline;
}
.site-footer .footer-nav-list .sub-menu {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .footer-nav-list .sub-menu {
    font-size: 15px;
    padding-top: 1em;
  }
}
.site-footer .footer-nav-list .sub-menu li {
  display: block;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .site-footer .footer-nav-list .sub-menu li {
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}
.site-footer .footer-nav-list .sub-menu li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #07aaaa;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 0;
}
@media (min-width: 992px) {
  .site-footer .footer-nav-list .sub-menu li::before {
    top: 7px;
  }
}
.site-footer .footer-nav-list .sub-menu li a {
  color: #bfd0d9;
}
.site-footer-bottom {
  background: white;
}
.site-footer-bottom-container {
  padding: 20px;
}
@media (min-width: 992px) {
  .site-footer-bottom-container {
    display: flex;
    align-items: flex-end;
    gap: 24px;
  }
}
.site-footer-logo {
  width: 288px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .site-footer-logo {
    width: 329px;
    margin-bottom: 0;
  }
}
.site-footer-logo img {
  display: block;
  vertical-align: bottom;
}
.site-footer-copyright {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
@media (min-width: 992px) {
  .site-footer-copyright {
    font-size: 13px;
    color: #000033;
  }
}

.p-front-hero {
  width: 100%;
  height: auto;
  background: url("../images/front/hero_image_sp.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .p-front-hero {
    background: url("../images/front/hero_image.jpg") center bottom no-repeat;
    background-size: cover;
    height: 820px;
  }
}
@media (min-width: 1600px) {
  .p-front-hero {
    height: auto;
    aspect-ratio: 144/82;
  }
}
.p-front-hero-sub-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 72/11;
}
@media (min-width: 992px) {
  .p-front-hero-sub-image {
    display: none;
  }
}
.p-front-hero-sub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: bottom;
}
.p-front-hero__container {
  display: grid;
  place-content: center;
  place-items: center;
  gap: 24px;
  min-height: 480px;
  height: 100%;
}
@media (min-width: 992px) {
  .p-front-hero__container {
    gap: 0;
  }
}
.p-front-hero-title {
  color: white;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-hero-title {
    margin-bottom: 30px;
  }
}
.p-front-hero-title-main {
  display: block;
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-hero-title-main {
    font-size: 86px;
  }
}
.p-front-hero-title-sub {
  display: block;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-hero-title-sub {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.p-front-hero-desc {
  font-size: 15px;
  font-weight: bold;
  color: white;
}
@media (min-width: 992px) {
  .p-front-hero-desc {
    font-size: 24px;
    margin-bottom: 65px;
  }
}
.p-front-hero-tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-front-hero-tags {
    flex-direction: row;
  }
}
.p-front-hero-tag {
  font-size: 17px;
  font-weight: bold;
  color: #50e9e9;
  background: var(--color-main);
  border-radius: 3px;
  padding: 5px 16px;
}
@media (min-width: 992px) {
  .p-front-hero-tag {
    font-size: 28px;
    border-radius: 6px;
    padding: 9px 15px;
  }
}
@media (min-width: 1200px) {
  .p-front-hero-tag {
    padding: 9px 30px;
  }
}

.p-front-section-title {
  position: relative;
  padding-bottom: 13px;
}
@media (min-width: 1200px) {
  .p-front-section-title {
    padding-bottom: 18px;
  }
}
.p-front-section-title-main {
  display: block;
  font-size: 25px;
  color: #001f66;
}
@media (min-width: 992px) {
  .p-front-section-title-main {
    font-size: 40px;
  }
}
.p-front-section-title-sub {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-section-title-sub {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-front-section-title::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .p-front-section-title::after {
    width: 40px;
    height: 3px;
  }
}

.p-front-mechatronics {
  background-color: var(--color-main);
  background-image: url("../images/common/line-1@2x.png"), url("../images/common/line-2@2x.png");
  background-repeat: no-repeat;
  background-size: 1232px, 1637px;
  background-position: 75px 260px, center bottom 50px;
  padding: 57px 0 100px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-mechatronics {
    background-size: 1232px, 1448px;
    background-position: right top 50px, center bottom 25px;
    padding: 100px 0 180px;
    margin-bottom: 100px;
  }
}
.p-front-mechatronics::before {
  content: "";
  display: block;
  width: 105px;
  height: 100px;
  background: url("../images/common/dot-2.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-mechatronics::before {
    width: 173px;
    height: 163px;
    right: -50px;
    bottom: 94px;
  }
}
.p-front-mechatronics .container {
  display: grid;
  gap: 30px;
}
@media (min-width: 992px) {
  .p-front-mechatronics .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.p-front-mechatronics-image img {
  width: 335px;
  max-width: 100%;
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-mechatronics-image img {
    width: 517px;
  }
}
@media (min-width: 1200px) {
  .p-front-mechatronics-main {
    padding-left: 100px;
  }
}
.p-front-mechatronics-main p {
  color: #bfd0d9;
  line-height: 2.5;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-mechatronics-main p {
    font-size: 17px;
  }
}
.p-front-mechatronics .p-front-section-title-sub {
  color: #999999;
}
.p-front-mechatronics .p-front-section-title-main {
  color: #bfd0d9;
  background: linear-gradient(90deg, #f1f3f7, #bec6d3 72%, #9eacc4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-front-mechatronics-desc {
  font-size: 15px;
  color: #00cccc;
  margin-bottom: 42px;
}
@media (min-width: 992px) {
  .p-front-mechatronics-desc {
    font-size: 20px;
    margin-bottom: 88px;
  }
}

.p-front-design {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-design {
    margin-bottom: 100px;
  }
}
.p-front-design-category {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-design-category {
    margin-bottom: 40px;
  }
}
.p-front-design-category-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  cursor: pointer;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .p-front-design-category-tabs {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-front-design-category-tab {
  font-size: 13px;
  font-weight: 600;
  color: #bfd0d9;
  text-align: center;
  background: var(--color-main);
  padding: 20px 14px;
  width: 100%;
  height: 130px;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .p-front-design-category-tab {
    font-size: 20px;
    width: 100%;
    height: 90px;
    display: grid;
    place-content: center;
    padding: 0;
    border-radius: 4px;
  }
}
.p-front-design-category-tab:hover, .p-front-design-category-tab--active {
  color: #00cccc;
}
.p-front-design-category-tab--active {
  position: relative;
}
.p-front-design-category-tab--active::before {
  content: "";
  width: 10px;
  height: 7px;
  background-color: var(--color-main);
  clip-path: polygon(50% 7px, 0% 0%, 10px 0%);
  position: absolute;
  left: calc(50% - 5px);
  bottom: -6px;
}
@media (min-width: 992px) {
  .p-front-design-category-tab--active::before {
    width: 18px;
    height: 10px;
    clip-path: polygon(50% 10px, 0% 0%, 18px 0%);
    left: calc(50% - 9px);
    bottom: -10px;
  }
}
.p-front-design-category-content {
  background: #e6e9ec;
  display: none;
  padding: 26px 20px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .p-front-design-category-content {
    border-radius: 4px;
    padding: 44px 60px;
  }
}
.p-front-design-category-content.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 10px;
  opacity: 1;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-design-category-content.active {
    gap: 25px;
  }
}
.p-front-design-category-content-item {
  font-size: 13px;
  color: var(--color-main);
  display: grid;
  place-content: center;
  background: white;
  border: 1px solid var(--color-main);
  border-radius: 2px;
  padding: 6px 25px;
}
@media (min-width: 992px) {
  .p-front-design-category-content-item {
    font-size: 20px;
    border-radius: 4px;
    padding: 9px 40px;
  }
}
.p-front-design-more .c-button {
  margin: auto;
}

.p-front-support {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .p-front-support {
    margin-bottom: 100px;
  }
}
.p-front-support .p-front-section-title {
  margin-bottom: 38px;
}
.p-front-support-image {
  width: 334px;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .p-front-support-image {
    width: 850px;
    margin-bottom: 40px;
  }
}
.p-front-support-list {
  display: grid;
  place-content: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-front-support-list {
    margin-bottom: 46px;
  }
}
.p-front-support-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .p-front-support-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3em;
    font-size: 20px;
  }
}
.p-front-support-list ul li span {
  color: var(--color-sub);
}
@media (min-width: 992px) {
  .p-front-support-case {
    display: flex;
    gap: 18px;
  }
}
.p-front-support-case-title {
  font-size: 17px;
  font-weight: bold;
  color: var(--color-main);
}
@media (min-width: 992px) {
  .p-front-support-case-title {
    font-size: 24px;
    white-space: nowrap;
  }
}
.p-front-support-case p {
  line-height: 2.5;
  margin: 0;
}
@media (min-width: 992px) {
  .p-front-support-case p {
    font-size: 17px;
    margin-top: -5px;
  }
}

.p-front-technology {
  background: #0d1a39;
  color: #bfd0d9;
  padding: 50px 20px;
}
@media (min-width: 992px) {
  .p-front-technology {
    padding: 100px 30px;
  }
}
@media (min-width: 992px) {
  .p-front-technology .p-front-section-title {
    margin-bottom: 42px;
  }
}
.p-front-technology .p-front-section-title-sub {
  color: #999999;
}
.p-front-technology .p-front-section-title-main {
  color: #bfd0d9;
  background: linear-gradient(90deg, #f1f3f7, #bec6d3 72%, #9eacc4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-front-technology-card-list {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media (min-width: 992px) {
  .p-front-technology-card-list {
    max-width: 1380px;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
}
.p-front-technology-card {
  width: 100%;
  aspect-ratio: 33/57;
  border: 1px solid #607484;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 18px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-technology-card {
    padding: 50px 36px;
  }
}
.p-front-technology-card.circuit-board {
  background: url("../images/front/bg_support_1.png") center top no-repeat;
  background-size: cover;
}
.p-front-technology-card.harness {
  background: url("../images/front/bg_support_2.png") center top no-repeat;
  background-size: cover;
}
.p-front-technology-card.unit {
  background: url("../images/front/bg_support_3.png") center top no-repeat;
  background-size: cover;
}
.p-front-technology-card.test {
  background: url("../images/front/bg_support_4.png") center top no-repeat;
  background-size: cover;
}
.p-front-technology-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(110, 145, 175, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.p-front-technology-card:hover::after {
  opacity: 1;
}
.p-front-technology-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 992px) {
  .p-front-technology-card-title {
    font-size: 36px;
  }
}
.p-front-technology-card-content {
  margin-top: auto;
  height: 68px;
}
.p-front-technology-card-read {
  font-size: 12px;
  color: #bfd0d9;
  line-height: 2;
}
@media (min-width: 992px) {
  .p-front-technology-card-read {
    font-size: 17px;
  }
}
.p-front-technology-card-add {
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 11px;
  height: 11px;
  background: var(--color-sub);
  border-radius: 50%;
  font-size: 12px;
  color: #bfd0d9;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .p-front-technology-card-add {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
}

.p-front-plant {
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-plant {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .p-front-plant::before {
    content: "";
    width: 50vw;
    height: 100%;
    background: #e6e9ec;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.p-front-plant-container {
  display: contents;
}
@media (min-width: 992px) {
  .p-front-plant-container {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
}
.p-front-plant .p-front-section-title {
  flex-shrink: 0;
}
.p-front-plant-main {
  padding: 50px 20px 40px;
  margin-bottom: 30px;
  background: #e6e9ec;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-plant-main {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    padding: 100px 10px 180px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-front-plant-main {
    padding-bottom: 100px;
  }
}
.p-front-plant-sub {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-plant-sub {
    padding: 100px 0 0;
  }
}
.p-front-plant-sub p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-plant-sub p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .p-front-plant-map {
    width: 390px;
  }
}
.p-front-plant-info-title {
  font-size: 14px;
  font-weight: 600;
  color: #001f66;
  line-height: 2;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .p-front-plant-info-title {
    font-size: 18px;
  }
}

.p-front-oem {
  background-color: var(--color-main);
  background-image: url("../images/common/line-1@2x.png");
  background-repeat: no-repeat;
  background-size: 1232px;
  background-position: 0 15px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-oem {
    background-size: 1232px, 1448px;
    background-position: right bottom 130px;
  }
}
.p-front-oem::before {
  content: "";
  display: block;
  width: 105px;
  height: 100px;
  background: url("../images/common/dot-2.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 16px;
}
@media (min-width: 992px) {
  .p-front-oem::before {
    width: 173px;
    height: 163px;
    right: auto;
    left: calc(50% + 414px);
    bottom: 62px;
  }
}
.p-front-oem-container {
  max-width: 700px;
  padding: 50px 20px 72px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-oem-container {
    padding: 100px 0;
  }
}
.p-front-oem .p-front-section-title {
  width: 100%;
  height: 110px;
  background: url("../images/front/bg_oem_title.jpg") center center no-repeat;
  background-size: cover;
  padding: 0;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (min-width: 992px) {
  .p-front-oem .p-front-section-title {
    height: 230px;
    margin-bottom: 26px;
  }
}
.p-front-oem .p-front-section-title-sub {
  color: white;
}
.p-front-oem .p-front-section-title-main {
  color: white;
}
.p-front-oem p {
  color: #bfd0d9;
  line-height: 2.5;
}
@media (min-width: 992px) {
  .p-front-oem p {
    font-size: 17px;
  }
}
.p-front-oem .c-button {
  margin: auto;
}

@media (min-width: 992px) {
  .p-front-company {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.p-front-company-content {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 188px;
}
@media (min-width: 992px) {
  .p-front-company-content {
    height: 360px;
  }
}
.p-front-company-content__facility {
  background: url("../images/front/bg_facility.jpg") center center no-repeat;
  background-size: cover;
}
.p-front-company-content__company {
  background: url("../images/front/bg_company.jpg") center center no-repeat;
  background-size: cover;
}
.p-front-company-title {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .p-front-company-title {
    margin-bottom: 50px;
  }
}
.p-front-company-title__sub {
  font-size: 10px;
  color: var(--color-main);
}
@media (min-width: 992px) {
  .p-front-company-title__sub {
    font-size: 16px;
  }
}
.p-front-company-title__main {
  font-size: 19px;
  font-weight: bold;
  color: white;
}
@media (min-width: 992px) {
  .p-front-company-title__main {
    font-size: 34px;
  }
}

.p-front-recruit {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
.p-front-recruit::before {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url("../images/common/dot-3.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  bottom: 108px;
}
@media (min-width: 992px) {
  .p-front-recruit::before {
    display: none;
  }
}
.p-front-recruit-container {
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-recruit-container {
    margin-bottom: 50px;
  }
}
.p-front-recruit-container + .c-button {
  margin: 0 auto 55px;
}
@media (min-width: 992px) {
  .p-front-recruit-container + .c-button {
    display: none;
  }
}
.p-front-recruit-header {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-recruit-header {
    height: 360px;
    width: 240px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .p-front-recruit-header::before {
    content: "";
    display: block;
    width: 173px;
    height: 162px;
    background: url("../images/common/dot-3.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 120px;
    left: -66px;
  }
}
.p-front-recruit-header .c-button {
  display: none;
}
@media (min-width: 992px) {
  .p-front-recruit-header .c-button {
    display: flex;
    width: 200px;
    margin-top: auto;
  }
}
.p-front-recruit img.tohan {
  display: block;
  margin-left: auto;
  margin-right: 5px;
  max-width: 96%;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-recruit img.tohan {
    margin-right: 40px;
    margin-bottom: 15px;
  }
}
.p-front-recruit img.engineering {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
  position: relative;
}
.p-front-recruit-image {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-recruit-image {
    position: absolute;
    top: 0;
    left: 270px;
    width: calc(100vw - (100vw - 100%) / 2 - 270px);
    height: 360px;
  }
}
.p-front-recruit-image img {
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .p-front-recruit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-page-introduction {
  background: url("../images/common/line-1@2x.png") left bottom no-repeat;
  background-size: 100%;
}
.p-page-introduction p {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-page-introduction p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts, .tax-case-cat .main-section--col--two .vk_posts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-case .main-section--col--two .vk_posts, .tax-case-cat .main-section--col--two .vk_posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts .vk_post, .tax-case-cat .main-section--col--two .vk_posts .vk_post {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post.media.vk_post-case, .tax-case-cat .main-section--col--two .vk_post.media.vk_post-case {
    margin: 0;
  }
}

.vk_post.media.vk_post-case {
  flex-direction: column;
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  padding: 1em !important;
}
@media (min-width: 992px) {
  .vk_post.media.vk_post-case.vk_post-col-sm-12 {
    padding: 1em;
  }
}
.vk_post.media.vk_post-case .media-img {
  width: 100%;
  margin-bottom: 1em;
}
.vk_post.media.vk_post-case .media-body {
  width: 100%;
}

.site-body .c-faq__container {
  padding: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq__container {
    padding: 15px;
  }
}
.site-body .c-faq-row {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq-row {
    margin-bottom: 24px;
  }
}
.site-body .c-faq-row__title {
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-body .c-faq-row__title {
    font-size: 18px;
    gap: 8px;
  }
}
.site-body .c-faq-row__title::before {
  content: "Q.";
  color: orangered;
  width: 20px;
  height: auto;
}
.site-body .c-faq-row__title::after {
  display: none;
}
.site-body .c-faq-row__body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  height: 0;
  opacity: 0;
}
.site-body .c-faq-row__body::before {
  content: "A.";
  flex-shrink: 0;
  width: 1.2em;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.site-body .c-faq-row__body.active {
  height: auto;
  opacity: 1;
}
.site-body .c-faq-row__body p {
  line-height: 1.6;
}

.wpcf7-form {
  max-width: 920px;
  margin: auto;
}
.wpcf7-form .require {
  background: #cc0000;
  font-size: 0.88em;
  color: white;
  padding: 0 6px;
  margin-left: 0.5em;
  display: inline-block;
}
.wpcf7-form .privacy-area .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .privacy-area .require {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .wpcf7-form .privacy-area .require {
    font-size: 12px;
  }
}
.wpcf7-form .button-area {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 24px;
}
.wpcf7-form .button-area .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form input[type=date].wpcf7-not-valid, .wpcf7-form input[type=email].wpcf7-not-valid, .wpcf7-form input[type=number].wpcf7-not-valid, .wpcf7-form input[type=password].wpcf7-not-valid, .wpcf7-form input[type=tel].wpcf7-not-valid, .wpcf7-form input[type=text].wpcf7-not-valid, .wpcf7-form input[type=url].wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #dc3232;
  background: rgba(255, 0, 0, 0.03);
}

.p-contact__table {
  border: none;
  margin-bottom: 2em;
}
.p-contact__table th, .p-contact__table td {
  display: block;
  border: none;
  text-align: left;
}
@media (min-width: 992px) {
  .p-contact__table th, .p-contact__table td {
    display: table-cell;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
  }
}
.p-contact__table th {
  position: relative;
}
.p-contact__table th .require {
  position: absolute;
  margin-right: 10px;
}
.p-contact__table td {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}

.site-body h2 {
  font-size: 23px;
  text-align: center;
  color: #000033;
  position: relative;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 38px;
    padding-bottom: 30px;
  }
}
.site-body h2::after {
  content: "";
  width: 100%;
  max-width: 880px;
  height: 3px;
  background: var(--color-main) radial-gradient(rgb(113, 172, 244), rgba(13, 58, 125, 0) 30%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .site-body h2::after {
    height: 4px;
    background: radial-gradient(rgb(113, 172, 244), rgb(13, 58, 125) 48%);
  }
}
.site-body h3 {
  font-size: 19px;
  color: var(--color-main);
  position: relative;
  padding-top: 0.8em;
  border-top: 1px solid #0d1a39;
}
@media (min-width: 992px) {
  .site-body h3 {
    font-size: 30px;
  }
}
.site-body h3::after {
  content: "";
  width: 45px;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  background: var(--color-main);
}
.site-body h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0.5em;
}
@media (min-width: 992px) {
  .site-body h4 {
    font-size: 24px;
  }
}
.site-body h5 {
  background: #000033;
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h5 {
    font-size: 20px;
    border-radius: 8px;
    padding: 10px;
  }
}
.site-body h6 {
  display: inline-block;
  background: #4a5e73;
  font-size: 14px;
  color: white;
  padding: 3px 48px;
}
@media (min-width: 992px) {
  .site-body h6 {
    font-size: 18px;
    border-radius: 4px;
    padding: 4px 88px;
  }
}

@media (min-width: 992px) {
  .main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title {
    font-size: 16px;
    height: 42px;
  }
}

.site-body ul li {
  font-size: 14px;
  list-style: none;
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
@media (min-width: 992px) {
  .site-body ul li {
    font-size: 18px;
    padding-left: 25px;
  }
}
.site-body ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/icons/list-mark.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .site-body ul li::before {
    width: 14px;
    height: 14px;
    top: 7px;
  }
}
.site-body ol {
  counter-reset: list-number;
}
.site-body ol li {
  list-style: none;
  counter-increment: list-number;
  font-size: 14px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .site-body ol li {
    font-size: 18px;
    padding-left: 34px;
  }
}
.site-body ol li::before {
  flex-shrink: 0;
  content: counter(list-number);
  display: grid;
  place-content: center;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, #3171ca 0%, #15396f 65%);
  border-radius: 1px;
  font-size: 12px;
  color: white;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (min-width: 992px) {
  .site-body ol li::before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    font-size: 16px;
    top: 4px;
  }
}

.wp-block-button__link {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .wp-block-button__link {
    font-size: 15px;
  }
}
.wp-block-button__link:hover {
  color: white;
}

.wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  min-width: 150px;
  max-width: 100%;
  height: 34px;
  background: linear-gradient(90deg, #1d5a8f 0%, #19205f 100%);
  border-radius: 34px;
  font-size: 12px;
  color: white;
  padding: 0 24px;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link {
    min-width: 200px;
    height: 44px;
    border-radius: 44px;
    font-size: 15px;
    padding: 0 32px;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "＋";
  font-size: 12px;
  color: var(--color-sub);
  width: 1em;
  height: 1em;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link::after {
    font-size: 20px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: linear-gradient(90deg, #4a5e73 0%, #4a5e73 100%);
  filter: none;
}
.wp-block-button .wp-block-button__link:hover::after {
  color: white;
}

.wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wp-block-buttons > .wp-block-button {
    margin: 0;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: 188px;
  max-width: 100%;
  height: 34px;
  background: linear-gradient(90deg, #1d5a8f 0%, #19205f 100%);
  border-radius: 34px;
  font-size: 12px;
  color: white;
  padding: 0 24px;
  position: relative;
}
@media (min-width: 992px) {
  .c-button {
    width: 250px;
    height: 44px;
    border-radius: 44px;
    font-size: 15px;
    padding: 0 32px;
  }
}
.c-button::after {
  content: "＋";
  font-size: 12px;
  color: var(--color-sub);
  width: 1em;
  height: 1em;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .c-button::after {
    font-size: 20px;
  }
}
.c-button:hover {
  background: linear-gradient(90deg, #4a5e73 0%, #4a5e73 100%);
  color: white;
}

.wp-block-table table {
  font-size: 11px;
}
@media (min-width: 992px) {
  .wp-block-table table {
    font-size: 15px;
  }
}
.wp-block-table table th, .wp-block-table table td {
  border-style: solid;
  border-color: #b2b1b1;
}
.wp-block-table table th {
  background: #454f5b;
  color: white;
  border-width: 1px;
}
.wp-block-table table td {
  border-width: 1px;
}
.wp-block-table table tr:nth-child(odd) {
  background: #eaebed;
}

@media (min-width: 992px) {
  .vk_post .media-img {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .sub-section .vk_post .media-img {
    width: 35%;
  }
}
.sub-section .vk_post .vk_post_title {
  height: auto;
}

.site-body .c-category-widget__title {
  border: none;
  font-size: 18px;
  padding: 0.3em 0;
  color: #fff;
  background-color: var(--vk-color-primary);
}
.site-body .c-category-widget__list {
  list-style: none;
  font-weight: 500;
  padding: 0.8em 1em;
  background: #f7f7f7;
}
.site-body .c-category-widget__list-item {
  margin: 0;
}
.site-body .c-category-widget__list-item a {
  text-decoration: none;
}
.site-body .c-category-widget__list .c-category-widget__list {
  padding-left: 1em;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
