@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-blue: #00479d;
  --color-orange: #ff9933;
  --color-red: #ff3333;
  --color-button-bg: #0099cc;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(90deg, rgba(0,0,153, 1) 0%, rgba(45,153,205, 1) 100%);
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(90deg, rgba(22, 137, 204, 1) 0%, rgba(22, 137, 204, 1) 100%);
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(90deg, rgba(9, 152, 211, 1) 0%, rgba(7, 72, 169, 1) 100%);
}

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

html, body {
  font-family: var(--font-family--gothic);
  font-feature-settings: "palt" 1;
  font-weight: 500;
  color: black;
  -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: #333;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

p {
  line-height: 2;
}

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-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

body {
  padding-top: 50px;
}
@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
}

.page-header.has-image {
  height: 40vw;
  position: relative;
}
@media (min-width: 992px) {
  .page-header.has-image {
    height: 280px;
  }
}
.page-header.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.has-image .page-header-inner {
  position: absolute;
  width: 100%;
}

.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:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.site-header {
  background: var(--color-blue);
  color: white;
  position: fixed;
  top: 0 !important;
  left: 0;
}
.site-header-container {
  height: 50px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .site-header-container {
    height: 100px;
  }
}
.site-header-logo {
  text-align: left;
}
.site-header-logo img {
  height: 16px;
}
@media (min-width: 992px) {
  .site-header-logo img {
    height: 32px;
  }
}
.site-header-buttons {
  display: none;
}
@media (min-width: 992px) {
  .site-header-buttons {
    display: flex;
    gap: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .site-header-buttons {
    margin-left: 40px;
  }
}
.site-header-button {
  display: grid;
  place-content: center;
  width: 130px;
  height: 50px;
  background: #000;
  border: 1px solid black;
  font-size: 15px;
  font-weight: 600;
  color: white;
}
.site-header-button:hover {
  background: transparent;
  border-color: white;
  color: white;
}
.site-header__flow {
  max-width: 470px;
  margin: auto;
}

.site-header--layout--nav-float .site-header-logo {
  margin-right: 16px;
  width: auto;
  flex-shrink: 0;
}

.global-nav-list li .global-nav-name {
  font-size: 17px;
  font-weight: 600;
  color: white;
}

@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 0.8em;
  }
}
@media (min-width: 1200px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 1.5em;
  }
}

.vk-mobile-nav-menu-btn {
  left: auto;
  right: 18px;
  top: 8px;
  background: none;
  border: none;
}
.vk-mobile-nav-menu-btn::before, .vk-mobile-nav-menu-btn:after {
  content: "";
  position: absolute;
  left: 2px;
  background: var(--color-orange);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.vk-mobile-nav-menu-btn::before {
  width: 28px;
  height: 4px;
  top: 8px;
}
.vk-mobile-nav-menu-btn::after {
  width: 22px;
  height: 4px;
  top: 18px;
}
.vk-mobile-nav-menu-btn.menu-open {
  background: none;
  border: none;
}
.vk-mobile-nav-menu-btn.menu-open::before {
  transform: rotate(45deg);
  top: 15px;
}
.vk-mobile-nav-menu-btn.menu-open::after {
  transform: rotate(-45deg);
  width: 28px;
  top: 15px;
}

.vk-mobile-nav.vk-mobile-nav-drop-in {
  background: var(--color-blue);
  color: white;
}
.vk-mobile-nav.vk-mobile-nav-drop-in a {
  color: white;
}

.header_scrolled .site-header {
  background: var(--color-blue);
}
@media (min-width: 992px) {
  .header_scrolled .site-header .global-nav {
    margin-right: 0;
  }
}
.header_scrolled .site-header-logo {
  display: block;
}

.admin-bar .site-header {
  top: 46px !important;
}
@media (min-width: 992px) {
  .admin-bar .site-header {
    top: 32px !important;
  }
}
.admin-bar .vk-mobile-nav-menu-btn {
  top: 54px;
}

.page-header, .page-header.has-image {
  background: white;
  height: 86px;
}

.page-header-title, h1.page-header-title {
  font-size: 19px;
  line-height: 1.5;
  color: #333;
  text-align: left;
}

.breadcrumb {
  font-size: 11px;
  color: #333;
}
.breadcrumb-list__item a {
  color: #333;
  text-decoration: none;
}
.breadcrumb .fa-home {
  display: none;
}

.site-footer {
  position: relative;
  height: 160px;
  background: #a2d0f1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-top: none;
}
@media (min-width: 768px) {
  .site-footer {
    height: 30vw;
    max-height: 260px;
  }
}
@media (min-width: 992px) {
  .site-footer {
    background: none;
    position: relative;
    height: auto;
    max-height: none;
    padding-top: 156px;
  }
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: white; /* 白をくり抜く形で上に重ねる */
  clip-path: ellipse(70% 25% at 50% 0%);
}
@media (min-width: 992px) {
  .site-footer::before {
    width: 100%;
    height: 358px;
    background: url("../images/common/bg_footer.png") center top no-repeat;
    background-size: 130% 100%;
    right: auto;
    bottom: 0;
    top: auto;
    clip-path: none;
  }
}
.site-footer__logo {
  text-align: center;
}
.site-footer__logo img {
  width: 202px;
}
@media (min-width: 992px) {
  .site-footer__logo img {
    width: 288px;
  }
}
.site-footer__container {
  position: relative;
}
@media (min-width: 992px) {
  .site-footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 992px) {
  .footer-nav {
    display: block;
    border-bottom: none;
  }
}
.footer-nav-list {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  gap: 1em;
}
@media (min-width: 1200px) {
  .footer-nav-list {
    gap: 2em;
  }
}
.footer-nav-list li {
  border-right: none;
  border-left: none;
  padding: 0;
}
.footer-nav-list li a:hover {
  text-decoration: underline;
}

.site-footer-copyright {
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer-copyright {
    font-size: 16px;
    text-align: left;
    padding-bottom: 40px;
  }
}

h2.p-front-section-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  font-size: 24px;
  color: var(--color-blue);
  letter-spacing: -0.025em;
  border-top: none;
  border-bottom: 1px solid var(--color-blue);
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h2.p-front-section-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
h2.p-front-section-title .lg {
  font-size: 48px;
  letter-spacing: -0.05em;
}
@media (min-width: 992px) {
  h2.p-front-section-title .lg {
    font-size: 120px;
  }
}
h2.p-front-section-title .r {
  font-size: 24px;
  position: relative;
  top: -20px;
}
@media (min-width: 992px) {
  h2.p-front-section-title .r {
    font-size: 60px;
    top: -48px;
  }
}

.p-front-hero {
  margin-top: 0 !important;
}

.p-front-contact {
  margin-bottom: 24px;
}
.p-front-contact__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .p-front-contact__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }
}
.p-front-contact__header {
  font-family: "Arial", sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: black;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-front-contact__header {
    font-size: 120px;
    text-align: left;
    top: -40px;
    position: relative;
  }
}
.p-front-contact__read {
  font-size: 17px;
  line-height: 2;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .p-front-contact__read {
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.p-front-contact__tel {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-contact__tel {
    font-size: 50px;
    text-align: left;
    margin-bottom: 56px;
  }
}
.p-front-contact__time {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-contact__time {
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
  }
}
.p-front-contact__button {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  background: var(--color-blue);
  border-radius: 5px;
  color: white;
  padding: 14px 48px 14px 30px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-contact__button {
    width: 550px;
    height: 86px;
    border-radius: 10px;
    font-size: 20px;
    gap: 45px;
  }
}
.p-front-contact__button::after {
  content: "＞";
  display: block;
  position: absolute;
  right: 28px;
}
.p-front-contact__button .icon {
  width: 42px;
}
@media (min-width: 992px) {
  .p-front-contact__button .icon {
    width: 66px;
  }
}
.p-front-contact__button .icon img {
  display: block;
}
.p-front-contact__button:hover {
  background: #000;
  color: white;
}

.p-front-intro {
  position: relative;
  margin-bottom: 16px;
}
.p-front-intro__container {
  display: flex;
}
.p-front-intro__image {
  width: 50%;
  flex-shrink: 0;
  border-radius: 0 40px 0 0;
  overflow: hidden;
}
.p-front-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .p-front-intro__image img {
    object-position: right;
  }
}
.p-front-intro__content {
  width: 50%;
  flex-shrink: 0;
  border-radius: 40px 0 0 0;
  overflow: hidden;
  background: var(--color-blue);
  padding-top: 36px;
  padding-bottom: 24px;
  padding-left: 17px;
}
@media (min-width: 992px) {
  .p-front-intro__content {
    padding-top: 80px;
    padding-left: 4vw;
    padding-bottom: 250px;
  }
}
@media (min-width: 1200px) {
  .p-front-intro__content {
    padding-left: 5.5vw;
  }
}
@media (min-width: 1600px) {
  .p-front-intro__content {
    padding-left: 140px;
  }
}
.p-front-intro__title {
  font-size: 25px;
  color: white;
  line-height: 1.5;
  padding: 0;
  margin-top: 0;
  border: none;
}
@media (min-width: 992px) {
  .p-front-intro__title {
    font-size: 50px;
  }
}
.p-front-intro__title-sub {
  font-size: 13px;
  display: block;
}
@media (min-width: 992px) {
  .p-front-intro__title-sub {
    font-size: 26px;
  }
}
.p-front-intro__dpga {
  font-size: 31px;
  font-weight: bold;
  color: var(--color-orange);
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-front-intro__dpga {
    font-size: 62px;
  }
}
.p-front-intro__dpga-sub {
  font-size: 16px;
  display: block;
}
@media (min-width: 992px) {
  .p-front-intro__dpga-sub {
    font-size: 32px;
  }
}
.p-front-intro__desc {
  background: #141414;
  padding: 18px 20px;
}
@media (min-width: 992px) {
  .p-front-intro__desc {
    background: none;
    display: grid;
    place-items: center;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
}
.p-front-intro__desc-top {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 18px;
  text-shadow: #000 1px 0 10px;
}
@media (min-width: 992px) {
  .p-front-intro__desc-top {
    font-size: 30px;
  }
}
.p-front-intro__desc-bottom {
  color: var(--color-orange);
  display: grid;
  place-content: center;
  gap: 12px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .p-front-intro__desc-bottom {
    background: #141414;
    color: white;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 14px 26px;
  }
}
.p-front-intro__desc-bottom--row {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-intro__desc-bottom--row {
    font-size: 80px;
  }
}
.p-front-intro__desc-bottom--row .sm {
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-intro__desc-bottom--row .sm {
    font-size: 26px;
  }
}

.p-front-lineup {
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .p-front-lineup {
    margin-bottom: 82px;
  }
}
.p-front-lineup-table {
  table-layout: fixed;
  width: 585px;
  border-color: #d7d7d7;
}
@media (min-width: 768px) {
  .p-front-lineup-table {
    width: 100%;
  }
}
.p-front-lineup-table thead th {
  color: var(--color-orange);
  background: #44464c;
}
@media (min-width: 992px) {
  .p-front-lineup-table thead th {
    font-size: 20px;
  }
}
.p-front-lineup-table thead th:nth-child(1) {
  background: #999999;
  color: white;
}
.p-front-lineup-table thead th:nth-child(5) {
  background: #000;
}
.p-front-lineup-table tbody tr:nth-child(odd) {
  background: #e1e1e1;
}
.p-front-lineup-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.p-front-lineup-table tbody tr td {
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-lineup-table tbody tr td {
    font-size: 16px;
    padding: 16px;
  }
}
.p-front-lineup-table tbody tr td ol {
  text-align: left;
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
  margin-bottom: 0;
}
.p-front-lineup-table tbody tr td ol li {
  position: relative;
  counter-increment: my-counter;
  padding-left: 18px;
}
@media (min-width: 992px) {
  .p-front-lineup-table tbody tr td ol li {
    padding-left: 22px;
  }
}
.p-front-lineup-table tbody tr td ol li::before {
  content: counter(my-counter) "）";
  position: absolute;
  left: 0;
}
.p-front-lineup-table tbody tr:last-child td:nth-child(n+2) {
  vertical-align: top;
}
.p-front-lineup-table__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-lineup-table__title {
    font-size: 26px;
  }
}
.p-front-lineup-table__wrap {
  overflow: auto;
}

.p-front-advantage {
  background: url("../images/front/bg_advantage.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .p-front-advantage {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-front-advantage .p-front-section-title {
  border-bottom-color: white;
  color: white;
}
.p-front-advantage-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-advantage-sub-title {
    font-size: 26px;
  }
}
.p-front-advantage-list {
  display: grid;
  gap: 20px;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .p-front-advantage-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 30px;
    margin-bottom: 40px;
  }
}
.p-front-advantage-item {
  background: white;
  border: 5px solid #e6eaed;
  display: flex;
  flex-direction: column;
  padding: 20px 18px 18px;
}
@media (min-width: 992px) {
  .p-front-advantage-item {
    border-width: 10px;
    padding: 30px 20px 20px;
  }
}
.p-front-advantage-item__header {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  color: #a2d0f1;
  line-height: 1;
  margin-bottom: 42px;
}
@media (min-width: 992px) {
  .p-front-advantage-item__header {
    font-size: 22px;
    margin-bottom: 45px;
  }
}
.p-front-advantage-item__header .num {
  font-size: 65px;
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .p-front-advantage-item__header .num {
    font-size: 70px;
  }
}
.p-front-advantage-item__title {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  border-bottom: none;
  padding: 0;
  margin-bottom: 68px;
}
@media (min-width: 992px) {
  .p-front-advantage-item__title {
    font-size: 28px;
  }
}
.p-front-advantage-item__title::after {
  display: none;
}
.p-front-advantage-item__image img {
  display: block;
  margin: auto;
}
.p-front-advantage__desc {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-advantage__desc {
    font-size: 20px;
    margin-bottom: 36px;
  }
}
.p-front-advantage__more .c-button {
  margin: auto;
}
.p-front-advantage__more .c-button::after {
  border-left-color: black;
}
.p-front-advantage__more .c-button:hover::after {
  border-left-color: rgba(255, 255, 255, 0.3);
}

.p-front-manufacturing {
  position: relative;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .p-front-manufacturing {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .p-front-manufacturing::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 40vw);
    background: url("../images/front/bg_PCB_Manufacturing.png") center top no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .p-front-manufacturing__list {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
.p-front-manufacturing__title {
  margin-bottom: 100px;
  z-index: 10;
}
@media (min-width: 992px) {
  .p-front-manufacturing__title {
    order: 2;
    margin-bottom: 0;
    width: 320px;
  }
}
.p-front-manufacturing__title-header {
  position: relative;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 120px;
}
@media (min-width: 992px) {
  .p-front-manufacturing__title-header {
    padding-inline: 30px;
  }
}
.p-front-manufacturing__title-header::before, .p-front-manufacturing__title-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--color-blue);
  z-index: 0;
}
.p-front-manufacturing__title-header::before {
  left: 0;
  border-radius: 0 40px 0 0;
}
.p-front-manufacturing__title-header::after {
  left: 50%;
  border-radius: 40px 0 0 0;
}
.p-front-manufacturing__title-main {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-front-manufacturing__title-main {
    font-size: 36px;
  }
}
.p-front-manufacturing__title-main span {
  font-size: 71px;
}
@media (min-width: 992px) {
  .p-front-manufacturing__title-main span {
    font-size: 76px;
  }
}
.p-front-manufacturing__title-sub {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-front-manufacturing__title-sub {
    font-size: 26px;
  }
}
.p-front-manufacturing__title-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .p-front-manufacturing__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .p-front-manufacturing__item {
    width: 100%;
  }
}
.p-front-manufacturing__item-image {
  width: 100%;
  height: 260px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-manufacturing__item-image {
    height: 320px;
    margin-bottom: 30px;
  }
}
.p-front-manufacturing__item-image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.p-front-manufacturing__item-subtitle {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  color: black;
  margin-bottom: 8px;
  position: relative;
}
.p-front-manufacturing__item-subtitle .en {
  color: var(--color-blue);
}
.p-front-manufacturing__item-title {
  font-size: 34px;
  text-align: center;
  border-bottom: none;
  padding: 0;
  margin-bottom: 22px;
}
.p-front-manufacturing__item-title::after {
  display: none;
}
.p-front-manufacturing__item-desc {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.p-front-manufacturing__item .c-button {
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-front-manufacturing__item .c-button {
    margin-top: auto;
  }
}
.p-front-manufacturing__item--a {
  margin-bottom: 30px;
  z-index: 5;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-manufacturing__item--a {
    order: 3;
    margin-bottom: 0;
  }
}
.p-front-manufacturing__item--a .p-front-manufacturing__item-image img {
  max-width: none;
  width: 600px;
  bottom: 0;
}
@media (min-width: 992px) {
  .p-front-manufacturing__item--b {
    order: 1;
  }
}
.p-front-manufacturing__item--b .p-front-manufacturing__item-image img {
  max-width: none;
  width: 600px;
  bottom: 0;
}

.p-front-board-manufacturing {
  background: url("../images/front/bg_board_manufacturing.png") center top 40px no-repeat;
  padding-top: 48px;
  padding-bottom: 46px;
  margin-bottom: 50px;
  color: white;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-board-manufacturing {
    background: url("../images/front/bg_board_manufacturing.png") center top 210px no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 100px;
  }
}
.p-front-board-manufacturing__header {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .p-front-board-manufacturing__header {
    margin-bottom: 0;
  }
}
.p-front-board-manufacturing__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-board-manufacturing__title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
.p-front-board-manufacturing__desc {
  font-size: 15px;
  line-height: 2;
}
@media (min-width: 992px) {
  .p-front-board-manufacturing__desc {
    font-size: 20px;
    margin-bottom: 55px;
  }
}

.p-front-features {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-front-features {
    margin-bottom: 125px;
  }
}
.p-front-features .p-front-section-title {
  padding-top: 0;
}
.p-front-features__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-front-features__subtitle {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.p-front-features__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media (min-width: 992px) {
  .p-front-features__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }
}
@media (min-width: 992px) {
  .p-front-features__image {
    width: 50%;
  }
}
.p-front-features__image img {
  width: 300px;
}
@media (min-width: 992px) {
  .p-front-features__image img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .p-front-features__main {
    width: 50%;
    padding-left: 70px;
  }
}
.p-front-features__main dl {
  margin: 0;
}
.p-front-features__main dl dt {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-blue);
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-front-features__main dl dt {
    font-size: 22px;
  }
}
.p-front-features__main dl dd {
  line-height: 2;
}
@media (min-width: 992px) {
  .p-front-features__main dl dd {
    font-size: 17px;
  }
}
.p-front-features__main dl dd + dt {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .p-front-features__main dl dd + dt {
    padding-top: 40px;
  }
}

.p-front-about {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-about {
    margin-bottom: 10px;
  }
}
.p-front-about__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-about__top {
    flex-direction: row;
    gap: 1px;
    margin-bottom: 10px;
  }
}
.p-front-about__item {
  height: 225px;
  width: 100%;
  padding-top: 48px;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .p-front-about__item {
    height: 450px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 88px;
  }
}
.p-front-about__title {
  color: white;
}
.p-front-about__title .main {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  display: block;
}
@media (min-width: 992px) {
  .p-front-about__title .main {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.p-front-about__title .sub {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-about__title .sub {
    font-size: 30px;
    gap: 35px;
  }
}
.p-front-about__title .sub .icon {
  display: grid;
  place-content: center;
  width: 29px;
  height: 29px;
  background: var(--color-blue);
  border: 1px solid white;
  font-size: 8px;
  font-weight: 900;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .p-front-about__title .sub .icon {
    width: 58px;
    height: 58px;
    font-size: 16px;
  }
}
.p-front-about__title:hover {
  color: white;
}
.p-front-about__title:hover .sub .icon {
  background: black;
}
.p-front-about__technology {
  background: url("../images/front/img_technplogy.png") no-repeat;
  background-size: cover;
  border-radius: 0 40px 0 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-about__technology {
    width: 50%;
    border-radius: 0 80px 0 0;
  }
}
@media (min-width: 992px) {
  .p-front-about__technology .p-front-about__title .main {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .p-front-about__technology .p-front-about__title .sub {
    justify-content: flex-end;
  }
}
.p-front-about__equipment {
  background: url("../images/front/img_equipment.png") no-repeat;
  background-size: cover;
  border-radius: 40px 0 0 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-about__equipment {
    width: 50%;
    border-radius: 80px 0 0 0;
  }
}
.p-front-about__company {
  background: url("../images/front/img_company.png") no-repeat;
  background-size: cover;
  border-radius: 0 40px 0 0;
  overflow: hidden;
  width: calc(100% - 15px);
}
@media (min-width: 992px) {
  .p-front-about__company {
    width: calc(100% - 100px);
    border-radius: 0 120px 0 0;
  }
}
.p-front-about__company .container {
  padding: 0;
}
@media (min-width: 992px) {
  .p-front-about__company .container {
    padding-left: 155px;
    padding-right: 25px;
    max-width: 100%;
  }
}
.p-front-about__company .p-front-about__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .p-front-about__company .p-front-about__title {
    padding-left: 0;
    padding-right: 0;
    gap: 21px;
  }
}
.p-front-about__company .p-front-about__title .main {
  margin-bottom: 0;
}

.p-front-recruit {
  position: relative;
  padding-top: 42px;
  padding-bottom: 44px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-recruit {
    padding-top: 70px;
    padding-bottom: 90px;
    margin-bottom: 120px;
  }
}
.p-front-recruit::before {
  content: "";
  display: block;
  background: var(--color-blue);
  width: calc(100% - 15px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  border-radius: 60px 0 0 0;
}
@media (min-width: 992px) {
  .p-front-recruit::before {
    width: calc(100% - 100px);
    left: 100px;
  }
}
.p-front-recruit .container {
  position: relative;
  padding-left: 40px;
}
.p-front-recruit__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .p-front-recruit__title {
    padding-left: 215px;
    margin-bottom: 50px;
    gap: 20px;
  }
}
.p-front-recruit__title .main {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.03em;
  display: block;
}
@media (min-width: 992px) {
  .p-front-recruit__title .main {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.p-front-recruit__title .sub {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-recruit__title .sub {
    font-size: 30px;
    gap: 65px;
  }
}
.p-front-recruit__title .sub .icon {
  display: grid;
  place-content: center;
  width: 29px;
  height: 29px;
  background: var(--color-blue);
  border: 1px solid white;
  font-size: 8px;
  font-weight: 900;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .p-front-recruit__title .sub .icon {
    width: 58px;
    height: 58px;
    font-size: 16px;
  }
}
.p-front-recruit__title:hover {
  color: white;
}
.p-front-recruit__title:hover .sub .icon {
  background: black;
}
.p-front-recruit__slider {
  position: relative;
  overflow: hidden;
}
.p-front-recruit__slider-track {
  display: flex;
  width: max-content;
  animation: slider 120s linear infinite;
}
@media (min-width: 992px) {
  .p-front-recruit__slider-track {
    animation: slider 180s linear infinite;
  }
}
.p-front-recruit__slider-track img {
  width: 975px; /* 画像サイズに合わせて調整 */
}
@media (min-width: 992px) {
  .p-front-recruit__slider-track img {
    width: 1960px;
  }
}

@keyframes slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 複製分の50%戻す */
  }
}
@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: 19px;
  position: relative;
  padding-top: 0;
  padding-bottom: 5px;
  border-top: none;
  border-bottom: 1px solid var(--color-blue);
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 36px;
  }
}
.site-body h2::after {
  content: "";
  width: 50px;
  height: 5px;
  background: var(--color-blue);
  background-size: contain;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (min-width: 992px) {
  .site-body h2::after {
    width: 100px;
    height: 10px;
    bottom: -10px;
  }
}
.site-body h3 {
  font-size: 18px;
  display: flex;
  gap: 10px;
  position: relative;
  border-bottom: none;
}
@media (min-width: 992px) {
  .site-body h3 {
    font-size: 28px;
    gap: 16px;
  }
}
.site-body h3::before {
  content: "";
  width: 24px;
  height: 3px;
  background: var(--color-orange);
  margin-top: 11px;
}
@media (min-width: 992px) {
  .site-body h3::before {
    width: 40px;
    height: 4px;
    margin-top: 18px;
  }
}
.site-body h3::after {
  display: none;
}
.site-body h4 {
  display: flex;
  align-items: center;
  height: 48px;
  background: var(--color-orange);
  font-size: 17px;
  line-height: 1.2;
  color: white;
  padding: 0 1.1em;
  border-radius: 0;
}
@media (min-width: 992px) {
  .site-body h4 {
    font-size: 24px;
    height: 60px;
  }
}
.site-body h5 {
  display: grid;
  place-content: center;
  justify-content: flex-start;
  font-size: 17px;
  color: var(--color-blue);
  position: relative;
  padding: 1.7em 1.5em;
  border: 5px solid #e6eaed;
}
@media (min-width: 992px) {
  .site-body h5 {
    font-size: 22px;
    border-width: 10px;
    padding: 2.45em 1.13em;
  }
}
.site-body h6 {
  display: inline-flex;
  align-items: center;
  background: #000;
  font-size: 14px;
  color: white;
  border-radius: 100px;
  padding: 0.22em 1em;
}
@media (min-width: 992px) {
  .site-body h6 {
    font-size: 18px;
  }
}

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

.site-body ol {
  counter-reset: list-number;
}
.site-body ol li {
  list-style: none;
  counter-increment: list-number;
  display: flex;
  gap: 20px;
  font-size: 14px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .site-body ol li {
    font-size: 18px;
  }
}
.site-body ol li::before {
  flex-shrink: 0;
  content: counter(list-number);
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  background: #454f5b;
  border-radius: 2px;
  font-size: 13px;
  color: white;
  line-height: 1;
}
@media (min-width: 992px) {
  .site-body ol li::before {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    font-size: 18px;
  }
}
.site-body ul {
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 0;
  display: grid;
  gap: 1em;
}
@media (min-width: 992px) {
  .site-body ul {
    font-size: 16px;
  }
}
.site-body ul li {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.site-body ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--color-blue);
  position: absolute;
  left: 0;
  top: 6px;
}
@media (min-width: 992px) {
  .site-body ul li::before {
    width: 10px;
    height: 10px;
  }
}

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

.wp-block-button .wp-block-button__link {
  display: grid;
  place-content: center;
  width: 232px;
  height: 48px;
  padding: 0 45px 0 0;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link {
    width: 340px;
    height: 60px;
    max-width: 100%;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "＞";
  font-size: 12px;
  font-weight: 900;
  color: white;
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: grid;
  place-content: center;
  border-left: 1px solid white;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link::after {
    font-size: 16px;
    width: 60px;
    border-left-width: 2px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: black;
  color: white;
  border-color: black;
}
.wp-block-button .wp-block-button__link:hover::after {
  background: black;
  color: white;
}

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

.c-button {
  font-size: 13px;
  font-weight: bold;
  color: white;
  display: grid;
  place-content: center;
  width: 232px;
  height: 48px;
  padding: 0 45px 0 0;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  position: relative;
}
@media (min-width: 992px) {
  .c-button {
    font-size: 16px;
    width: 340px;
    height: 60px;
    max-width: 100%;
  }
}
.c-button::after {
  content: "＞";
  font-size: 12px;
  font-weight: 900;
  color: white;
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: grid;
  place-content: center;
  border-left: 1px solid white;
}
@media (min-width: 992px) {
  .c-button::after {
    font-size: 16px;
    width: 60px;
    border-left-width: 2px;
  }
}
.c-button:hover {
  background: black;
  color: white;
  border-color: black;
}
.c-button:hover::after {
  background: black;
  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 */
