@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(59, 59, 59);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

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

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  background-color: rgb(215, 215, 215);
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 150px 0;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.mini {
  max-width: 1140px;
}
.contents-wrapper.big {
  width: 100%;
  max-width: 1920px;
}
.contents-wrapper.padding-right {
  padding-right: 320px;
}
@media (max-width: 1920px) {
  .contents-wrapper.padding-right {
    padding-right: calc((100vw - 1280px) / 2);
  }
}
@media (max-width: 1380px) {
  .contents-wrapper.padding-right {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .contents-wrapper.padding-right {
    padding-right: 20px;
  }
}
.contents-wrapper.padding-left {
  padding-left: 320px;
}
@media (max-width: 1920px) {
  .contents-wrapper.padding-left {
    padding-left: calc((100vw - 1280px) / 2);
  }
}
@media (max-width: 1380px) {
  .contents-wrapper.padding-left {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .contents-wrapper.padding-left {
    padding-left: 20px;
  }
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

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

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.site-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .site-title {
    margin-bottom: 30px;
  }
}
.site-title .en {
  display: block;
  font-family: "Alexandria", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .site-title .en {
    font-size: 2.1rem;
  }
}
.site-title .ja {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .site-title .ja {
    font-size: 1rem;
  }
}
.site-title.white {
  color: rgb(255, 255, 255);
}
.site-title.center {
  text-align: center;
}

.site-red-link {
  background-color: rgb(184, 0, 0);
  display: inline-block;
  padding: 10px 30px;
  border-radius: 40px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(184, 0, 0);
}
@media (max-width: 1100px) {
  .site-red-link {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-red-link {
    padding: 10px;
  }
}
.site-red-link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(184, 0, 0);
}
.site-red-link.white {
  border-color: rgb(255, 255, 255);
  background-color: rgb(225, 225, 225);
  color: rgb(59, 59, 59);
}
.site-red-link.white:hover {
  background-color: rgb(184, 0, 0);
  color: rgb(255, 255, 255);
}
.site-red-link.margin {
  margin-top: 50px;
}
.site-red-link.page {
  display: block;
  width: 225px;
  text-align: center;
}
.site-red-link.right {
  margin-left: auto;
}
.site-red-link.center {
  margin-inline: auto;
}

@media (max-width: 767px) {
  .products-link-section {
    padding: 50px 0;
  }
}

.products-link {
  padding: 100px 100px 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left;
  background-image: url("../../images/products-link-bg.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  color: rgb(59, 59, 59);
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .products-link {
    padding: 60px 50px 50px;
  }
}
@media (max-width: 767px) {
  .products-link {
    font-size: 1.1rem;
    padding: 50px 40px 40px 10px;
  }
}
.products-link .products-link-text {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .products-link .products-link-text {
    padding-right: 20px;
  }
}
.products-link.entry {
  background-image: url("../../images/entry-link-bg.jpg");
  text-align: left;
}
@media (max-width: 767px) {
  .products-link.entry {
    position: relative;
  }
  .products-link.entry::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .products-link.entry .products-link-text {
    position: relative;
    z-index: 2;
  }
}
.products-link .en {
  position: relative;
  display: block;
  font-family: "Alexandria", sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .products-link .en {
    font-size: 2rem;
  }
}
.products-link .en::after {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  content: "";
  display: block;
  width: 45px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/red-arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1023px) {
  .products-link .en::after {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .products-link .en::after {
    width: 25px;
    right: -10px;
  }
}
.products-link:hover .en::after {
  right: -30px;
}
@media (max-width: 767px) {
  .products-link:hover .en::after {
    right: -15px;
  }
}

.language-btn {
  position: relative;
  z-index: 1111;
  display: none;
}
@media (max-width: 1100px) {
  .language-btn {
    display: block;
    margin-right: 45px;
  }
}

.en-btn a {
  aspect-ratio: 1/1;
  text-transform: uppercase;
  font-weight: 500;
  width: 45px;
  padding: 10px;
  border-radius: 50%;
  background: linear-gradient(141.55deg, #F7F7F7 5.35%, #D4D4D4 98.68%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .en-btn a {
    padding: 5px;
    width: 30px;
  }
}

.sp-navigation {
  display: none;
}
@media (max-width: 1100px) {
  .sp-navigation {
    display: block;
  }
}

.drawer.drawer--right .drawer-hamburger {
  top: 13px;
  right: 30px;
}
@media (max-width: 767px) {
  .drawer.drawer--right .drawer-hamburger {
    right: 0;
    top: 5px;
  }
}
.drawer.drawer--right .drawer-hamburger .drawer-hamburger-icon {
  background-color: rgb(184, 0, 0);
}
.drawer.drawer--right .drawer-hamburger .drawer-hamburger-icon::before, .drawer.drawer--right .drawer-hamburger .drawer-hamburger-icon::after {
  background-color: rgb(184, 0, 0);
}
.drawer.drawer--right .drawer-nav {
  background: linear-gradient(141.55deg, #F7F7F7 5.35%, #D4D4D4 98.68%);
  padding: 100px 20px 30px;
}
.drawer.drawer--right .drawer-nav img {
  position: absolute;
  bottom: 10%;
  left: -40%;
  width: 170%;
}
.drawer.drawer--right .drawer-nav .menu-list {
  position: relative;
  z-index: 2;
  text-align: center;
}
.drawer.drawer--right .drawer-nav .menu-list li:not(:last-child) {
  margin-bottom: 20px;
}
.drawer.drawer--right .drawer-nav .en-btn {
  display: none;
}
.drawer.drawer--right .drawer-nav a:not(.site-red-link) {
  color: rgb(59, 59, 59);
}
.drawer.drawer--right .drawer-nav .contact a {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
}
.drawer.drawer--right.drawer-open .drawer-hamburger {
  right: 30px;
}
@media (max-width: 767px) {
  .drawer.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }
}
.drawer.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}

.dot-list li::before {
  content: "・";
}

.number-list {
  counter-reset: numberlist 0;
}
.number-list li {
  counter-increment: numberlist 1;
}
.number-list li::before {
  content: counter(numberlist) ".";
}

.hidden {
  position: relative;
  overflow: hidden;
}

.header {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
.header.top .contents-wrapper a {
  color: rgb(255, 255, 255);
}
.header.company-en .en-btn.en {
  display: none;
}
.header .contact-text {
  display: none;
}
.header .contents-wrapper {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .contents-wrapper .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1100px) {
  .header .contents-wrapper .menu-list {
    display: none;
  }
}
.header .contents-wrapper .online {
  display: none;
}
.header a:not(.site-red-link) {
  color: rgb(59, 59, 59);
}
.header a:not(.site-red-link):hover {
  color: rgb(184, 0, 0);
}

.header-logo {
  width: 30%;
  max-width: 318px;
}
@media (max-width: 1023px) {
  .header-logo {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 65%;
  }
}

.breadcrumb-wrapper {
  margin-top: 90px;
  font-size: 0.8rem;
}
.breadcrumb-wrapper a {
  color: rgb(59, 59, 59);
}
.breadcrumb-wrapper a:hover {
  color: rgb(184, 0, 0);
}
.breadcrumb-wrapper .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.footer-contact-section {
  padding: 0;
}

.footer-contact-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  .footer-contact-wrapper {
    -ms-grid-columns: 7fr 3fr;
    grid-template-columns: 7fr 3fr;
  }
}
@media (max-width: 767px) {
  .footer-contact-wrapper {
    display: block;
  }
}
.footer-contact-wrapper .text-box {
  padding: 95px 50px;
  background-color: rgb(59, 59, 59);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1191px) {
  .footer-contact-wrapper .text-box {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .footer-contact-wrapper .text-box {
    padding: 50px 20px;
  }
}
.footer-contact-wrapper .text-inner {
  width: 100%;
  max-width: 550px;
  margin: auto;
}
@media (max-width: 1191px) {
  .footer-contact-wrapper .text-inner p {
    font-size: 0.9rem;
  }
}
.footer-contact-wrapper .link-wrapper {
  max-width: 470px;
  margin: auto;
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-contact-wrapper .link-wrapper {
    gap: 5px;
    margin-top: 20px;
  }
}
.footer-contact-wrapper .footer-contact-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .footer-contact-wrapper .footer-contact-image {
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
}

footer {
  padding: 50px 0 10px;
}
footer a {
  color: rgb(59, 59, 59);
}
footer a:hover {
  color: rgb(184, 0, 0);
}
footer .menu-list {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  footer .menu-list {
    max-width: 350px;
    margin-inline: auto;
  }
}
footer .menu-list .en-btn,
footer .menu-list .online,
footer .menu-list .contact-btn {
  display: none;
}

.footer-logo {
  margin: 0 auto 30px;
  max-width: 420px;
}

.copy-right {
  font-size: 0.8rem;
  text-align: center;
}
.copy-right span {
  margin-right: 10px;
}

.line-wrapper {
  clip-path: inset(0 100% 0 0);
}
.line-wrapper.active {
  -webkit-animation: lineReveal 10s ease forwards;
          animation: lineReveal 10s ease forwards;
}

@-webkit-keyframes lineReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes lineReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
.fv-section {
  position: relative;
  padding: 0;
  z-index: 1000;
}
.fv-section .swiper-slide img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .fv-section .swiper-slide img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .fv-section .swiper-slide img {
    height: 400px;
  }
}

.fv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  font-weight: 500;
  font-size: 3.3rem;
  color: rgb(255, 255, 255);
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
}
@media (max-width: 1023px) {
  .fv-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .fv-title {
    font-size: 2.5rem;
  }
}

.fv-image-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .fv-image-wrapper {
    width: 130%;
  }
}

.top-products-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px 40px;
}
@media (max-width: 1023px) {
  .top-products-category-wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .top-products-category-wrapper {
    gap: 10px;
  }
}
.top-products-category-wrapper a {
  display: block;
  width: calc((100% - 80px) / 3);
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.25);
          box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.25);
  color: rgb(59, 59, 59);
  font-weight: 500;
}
@media (max-width: 1023px) {
  .top-products-category-wrapper a {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .top-products-category-wrapper a {
    width: calc((100% - 10px) / 2);
    font-size: 0.9rem;
  }
}
.top-products-category-wrapper a img {
  aspect-ratio: 398/278;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-products-category-wrapper a p {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .top-products-category-wrapper a p {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .top-company-section {
    padding-top: 150px;
  }
}

.bg-wrapper {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/company-bg.jpg");
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .bg-wrapper {
    padding-bottom: 50px;
  }
}
.bg-wrapper .contents-wrapper {
  position: relative;
}
.bg-wrapper .top-company-title {
  position: absolute;
  right: 0;
  top: -250px;
  color: rgb(59, 59, 59);
  font-weight: 500;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0.6rem;
}
@media (max-width: 1023px) {
  .bg-wrapper .top-company-title {
    gap: 20px;
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .bg-wrapper .top-company-title {
    gap: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    top: -220px;
  }
}
.bg-wrapper .top-company-title span {
  display: inline-block;
  padding: 30px 5px;
  background-color: rgb(255, 255, 255);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.25);
          box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.25);
}
@media (max-width: 767px) {
  .bg-wrapper .top-company-title span {
    padding: 10px 5px;
  }
}
.bg-wrapper .top-company-title span:last-child {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .bg-wrapper .top-company-title span:last-child {
    margin-top: 45px;
  }
}
.bg-wrapper .main-text {
  position: relative;
  z-index: 2;
}
.bg-wrapper p {
  line-height: 1.8;
}

.top-news-wrapper {
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: auto;
  padding: 100px 45px;
  -webkit-box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.25);
          box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 30px;
}
@media (max-width: 1023px) {
  .top-news-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .top-news-wrapper {
    padding: 50px 20px;
    gap: 30px;
    width: 100%;
  }
}
.top-news-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 190px;
  background-color: rgb(246, 246, 246);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .top-news-wrapper::before {
    width: 100%;
  }
}
.top-news-wrapper .site-title {
  margin-bottom: 0;
}
.top-news-wrapper .news-link {
  color: rgb(59, 59, 59);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.top-news-wrapper .news-link::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: rgb(246, 246, 246);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  background-image: url("../../images/black-arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-news-wrapper .news-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top-news-wrapper .news-list {
  width: calc(100% - 200px - 30px);
  max-width: 610px;
}
@media (max-width: 1023px) {
  .top-news-wrapper .news-list {
    width: 100%;
  }
}
.top-news-wrapper .news-list li:not(:last-child) {
  margin-bottom: 30px;
}

.top-recruit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media (max-width: 1155px) {
  .top-recruit-wrapper {
    gap: 50px;
  }
}
.top-recruit-wrapper .image-box {
  position: relative;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media (max-width: 1155px) {
  .top-recruit-wrapper .image-box {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .top-recruit-wrapper .image-box {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .top-recruit-wrapper .image-box {
    width: calc(100% - 20px);
    gap: 10px;
  }
}
.top-recruit-wrapper .image-box > img {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .top-recruit-wrapper .image-box > img {
    width: calc((100% - 10px) / 2);
  }
}
.top-recruit-wrapper .image-box > img:first-of-type {
  margin-bottom: 50px;
}
.top-recruit-wrapper .line-wrapper {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.top-recruit-wrapper .text-box {
  width: calc(45% - 100px);
}
@media (max-width: 1155px) {
  .top-recruit-wrapper .text-box {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1023px) {
  .top-recruit-wrapper .text-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .top-recruit-wrapper .text-box {
    padding-left: 20px;
  }
}

@media (max-width: 1100px) {
  .mv-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .mv-section {
    padding: 50px 0;
  }
}
.mv-section .contents-wrapper {
  position: relative;
  z-index: 1;
}
.mv-section .fv-image-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1023px) {
  .mv-section .fv-image-wrapper {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .mv-section .fv-image-wrapper {
    top: 70px;
    width: 130%;
  }
}

.mv-title {
  font-weight: 500;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .mv-title {
    font-size: 1.1rem;
  }
}
.mv-title .en {
  display: block;
  font-family: "Alexandria", sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mv-title .en {
    font-size: 2.5rem;
  }
}

.page-top-section {
  padding-top: 0;
}

.products-search {
  position: relative;
  max-width: 220px;
  margin-left: auto;
  margin-bottom: 50px;
}
.products-search input {
  width: 100%;
  display: block;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgb(215, 215, 215);
  padding: 10px 10px 10px 40px;
}
.products-search button {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-title {
  margin-bottom: 30px;
  text-align: center;
}

.contact-tel-box {
  margin-bottom: 100px;
  padding: 35px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.25);
          box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.25);
}
@media (max-width: 767px) {
  .contact-tel-box {
    margin-bottom: 50px;
    text-align: left;
    padding: 30px 15px;
  }
}
.contact-tel-box .main-text {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.1rem;
}

.contact-form-wrapper .contact-box:not(:last-child) {
  margin-bottom: 35px;
}
.contact-form-wrapper .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-form-wrapper .title.must::after {
  content: "*必須";
  color: rgb(184, 0, 0);
  font-size: 0.7rem;
  vertical-align: top;
}
.contact-form-wrapper .text-common {
  display: block;
  border: 1px solid rgb(215, 215, 215);
  outline: none;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
}
.contact-form-wrapper a {
  color: rgb(59, 59, 59);
  border-bottom: 1px solid rgb(59, 59, 59);
}
.contact-form-wrapper a:hover {
  border-color: transparent;
}
.contact-form-wrapper .wpcf7-list-item.first {
  margin-left: 0;
}
@media (max-width: 767px) {
  .contact-form-wrapper .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}

.site-red-link.button-submit {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 15px;
  max-width: 420px;
  margin: 0 auto;
  opacity: 0.3;
  pointer-events: none;
}
.site-red-link.button-submit.active {
  opacity: 1;
  pointer-events: visible;
}

.page-company-section {
  padding-top: 0;
}

.page-company-wrapper {
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media (max-width: 767px) {
  .page-company-wrapper {
    margin-top: -10px;
  }
}
.page-company-wrapper .text-box {
  width: calc(60% - 30px);
  max-width: 513px;
}
@media (max-width: 1023px) {
  .page-company-wrapper .text-box {
    display: contents;
  }
}
.page-company-wrapper .text-box p {
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .page-company-wrapper .text-box p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .page-company-wrapper .text-box p {
    width: 100%;
    line-height: 1.4;
  }
}
.page-company-wrapper .red-company-title {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .page-company-wrapper .red-company-title {
    margin-bottom: 0;
  }
}
.page-company-wrapper .red-company-title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 3rem;
  background-color: rgb(184, 0, 0);
}
@media (max-width: 767px) {
  .page-company-wrapper .red-company-title span {
    font-size: 2rem;
  }
}
.page-company-wrapper .red-company-title span:not(:last-child) {
  margin-bottom: 10px;
}
.page-company-wrapper .image-box {
  width: 40%;
  max-width: 514px;
}
@media (max-width: 1023px) {
  .page-company-wrapper .image-box {
    width: calc(40% - 30px);
  }
}
@media (max-width: 767px) {
  .page-company-wrapper .image-box {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .company-message-section .contents-wrapper.padding-left {
    padding-left: 0;
  }
}

.company-message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-message-wrapper .text-box {
  width: 60%;
  padding: 50px;
  background-color: rgb(246, 246, 246);
}
@media (max-width: 1023px) {
  .company-message-wrapper .text-box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .company-message-wrapper .text-box {
    width: 100%;
    padding: 30px;
  }
  .company-message-wrapper .text-box .inlineblock-item {
    display: inline;
  }
}
.company-message-wrapper .big {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.company-message-wrapper .name {
  margin-top: 15px;
}
.company-message-wrapper .name span {
  font-size: 1.4rem;
  margin-left: 15px;
}
.company-message-wrapper .image-box {
  width: 40%;
}
@media (max-width: 1023px) {
  .company-message-wrapper .image-box {
    width: 55%;
    margin: -40px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .company-message-wrapper .image-box {
    margin-top: 0;
    width: 100%;
  }
}

.site-table th {
  padding: 40px 0 0;
  width: 200px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .site-table th {
    display: block;
    width: 100%;
  }
}
.site-table th span {
  display: block;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgb(215, 215, 215);
  background: linear-gradient(141.55deg, #F7F7F7 5.35%, #D4D4D4 98.68%);
}
.site-table td {
  border-bottom: 1px solid rgb(215, 215, 215);
  padding: 40px 30px 10px;
}
@media (max-width: 767px) {
  .site-table td {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}
.site-table tr:first-child th, .site-table tr:first-child td {
  padding-top: 0;
}
@media (max-width: 767px) {
  .site-table tr:first-child td {
    padding-top: 20px;
  }
}

.google-map {
  margin-top: 70px;
  height: 370px;
}

.company-en-banner span.ja {
  display: none;
}

.recruit-first-text {
  margin: 100px 0;
  text-align: center;
}

.occupation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .occupation-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .occupation-wrapper {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }
}
.occupation-wrapper:not(:last-child) {
  margin-bottom: 100px;
}
.occupation-wrapper img,
.occupation-wrapper .text-box {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 1023px) {
  .occupation-wrapper img,
  .occupation-wrapper .text-box {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .occupation-wrapper .text-box {
    width: calc((100% - 40px) / 2 + 10px);
  }
}
@media (max-width: 1200px) and (max-width: 1023px) {
  .occupation-wrapper .text-box {
    width: 100%;
  }
}

.occupation-title {
  margin-bottom: 30px;
}
.occupation-title .red {
  font-size: 1.8rem;
  font-weight: 500;
  color: rgb(184, 0, 0);
  margin-right: 10px;
}
.occupation-title .small {
  display: inline-block;
  font-weight: 600;
}

.recruit-table th, .recruit-table td {
  padding: 10px;
}
@media (max-width: 767px) {
  .recruit-table th, .recruit-table td {
    display: block;
    width: 100%;
  }
}
.recruit-table th {
  width: 145px;
  border-top: 1px solid rgb(255, 255, 255);
  background-color: rgb(227, 227, 227);
}
@media (max-width: 1200px) {
  .recruit-table th {
    width: 95px;
  }
}
@media (max-width: 767px) {
  .recruit-table th {
    border-top: 1px solid rgb(227, 227, 227);
    width: 100%;
  }
}
.recruit-table td {
  border-bottom: 1px solid rgb(227, 227, 227);
}
@media (max-width: 1200px) {
  .recruit-table td {
    font-size: 0.9rem;
  }
}
.recruit-table tr:last-child th {
  border-bottom: 1px solid rgb(227, 227, 227);
}

.job-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px 0;
}
.job-description-wrapper .inner-box {
  width: 50%;
}
@media (max-width: 1142px) {
  .job-description-wrapper .inner-box {
    width: 100%;
    max-width: 630px;
    margin: auto;
  }
}
@media (max-width: 1023px) {
  .job-description-wrapper .inner-box {
    max-width: 100%;
  }
}
.job-description-wrapper .inner-box:first-child tr:first-child th, .job-description-wrapper .inner-box:first-child tr:first-child td {
  padding-top: 1rem;
}
@media (max-width: 1355px) {
  .job-description-wrapper .inner-box:first-child tr:first-child th, .job-description-wrapper .inner-box:first-child tr:first-child td {
    padding-top: 7px;
  }
}
@media (max-width: 1142px) {
  .job-description-wrapper .inner-box:first-child tr:first-child th, .job-description-wrapper .inner-box:first-child tr:first-child td {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .job-description-wrapper .inner-box:first-child tr:first-child td {
    padding-top: 20px;
  }
}
@media (max-width: 1297px) {
  .job-description-wrapper .inner-box th {
    width: 130px;
  }
}
@media (max-width: 1142px) {
  .job-description-wrapper .inner-box th {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .job-description-wrapper .inner-box th {
    width: 100%;
  }
}
@media (max-width: 1356px) {
  .job-description-wrapper .inner-box td {
    font-size: 0.9rem;
  }
}
.job-description-wrapper .small {
  font-size: 0.9rem;
}
@media (max-width: 1355px) {
  .job-description-wrapper .small {
    font-size: 0.8rem;
  }
}

.policy-wrapper {
  counter-reset: number 0;
}
.policy-wrapper .policy-box {
  counter-increment: number 1;
}
.policy-wrapper .policy-box:not(:last-child) {
  margin-bottom: 50px;
}
.policy-wrapper .policy-box p:not(:last-child) {
  margin-bottom: 15px;
}
.policy-wrapper .policy-title {
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 600;
}
.policy-wrapper .policy-title::before {
  content: counter(number) ".";
}

.news-archive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px 70px;
}

.sidebar-box {
  width: 150px;
}
@media (max-width: 1023px) {
  .sidebar-box {
    margin-left: auto;
  }
}
.sidebar-box .archive-title {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-family: "Alexandria", sans-serif;
  text-transform: uppercase;
}
.sidebar-box select {
  display: block;
  width: 100%;
}

.news-main-wrapper {
  width: calc(100% - 150px - 70px);
}
@media (max-width: 1023px) {
  .news-main-wrapper {
    width: 100%;
  }
}

.news-list a {
  color: rgb(59, 59, 59);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .news-list a {
    gap: 10px;
  }
}
.news-list a::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/black-arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-list a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.news-list .title {
  font-size: 1.1rem;
}
.news-list .title .title-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list.top .news-day-box {
  text-align: center;
  width: 50px;
}
@media (max-width: 767px) {
  .news-list.top .news-day-box {
    width: 100%;
    text-align: left;
  }
}
.news-list.top .year {
  display: block;
}
@media (max-width: 767px) {
  .news-list.top .year {
    display: inline-block;
  }
}
.news-list.top .title {
  width: calc(100% - 50px - 60px - 24px);
}
@media (max-width: 767px) {
  .news-list.top .title {
    width: calc(100% - 10px - 24px);
  }
}
.news-list.archive li:nth-child(odd) a {
  background-color: rgb(245, 245, 245);
}
.news-list.archive a {
  padding: 20px;
}
@media (max-width: 767px) {
  .news-list.archive a {
    padding: 20px 15px;
  }
}
.news-list.archive .title {
  width: calc(100% - 120px - 24px - 60px);
}
@media (max-width: 767px) {
  .news-list.archive .title {
    width: calc(100% - 45px - 24px - 20px);
  }
}
.news-list.archive .news-day-box {
  width: 120px;
}
@media (max-width: 767px) {
  .news-list.archive .news-day-box {
    width: 45px;
    text-align: center;
  }
}
.news-list.archive .year {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .news-list.archive .year {
    margin-right: 0;
    display: block;
  }
}

.news-day-box {
  font-family: "Alexandria", sans-serif;
}
.news-day-box .year {
  font-size: 0.8rem;
}
.news-day-box .day {
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .news-day-box .day {
    font-size: 1rem;
  }
}

.news-category {
  display: inline-block;
  font-size: 0.8rem;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: rgb(184, 0, 0);
  color: rgb(255, 255, 255);
}

.single-news-category-list {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  border: none;
  outline: none;
  font-family: "Alexandria", sans-serif;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  font-weight: 700;
}

.news-single-title-wrapper {
  margin-bottom: 50px;
  background-color: rgb(245, 245, 245);
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .news-single-title-wrapper {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.news-single-title-wrapper .news-day-box {
  margin-bottom: 5px;
}

.news-single-title {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
}

.news-single-image {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news-single-image {
    margin-bottom: 15px;
  }
}

.single-pager {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.single-pager .single-summary {
  display: block;
  width: 250px;
  background-color: rgb(245, 245, 245);
  padding: 10px;
  text-align: center;
  color: rgb(59, 59, 59);
  border-radius: 50px;
}
@media (max-width: 767px) {
  .single-pager .single-summary {
    width: 200px;
  }
}
.single-pager .single-summary:hover {
  background-color: rgb(215, 215, 215);
}
.single-pager .pager-box {
  width: 20px;
}
.single-pager .pager-box a:hover .arrow-button.right {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.single-pager .pager-box a:hover .arrow-button.left {
  -webkit-transform: rotate(-180deg) translateX(5px);
          transform: rotate(-180deg) translateX(5px);
}
.single-pager .arrow-button {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgb(215, 215, 215);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-pager .arrow-button.left {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.products-archive-title {
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .products-archive-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .products-archive-title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.products-archive-list {
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(215, 215, 215);
}
@media (max-width: 767px) {
  .products-archive-list {
    padding-bottom: 35px;
  }
}
.products-archive-list:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .products-archive-list:not(:last-child) {
    margin-bottom: 35px;
  }
}

.red-arrow-title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgb(184, 0, 0);
}
@media (max-width: 1100px) {
  .red-arrow-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .red-arrow-title {
    font-size: 1.3rem;
  }
}
.red-arrow-title::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/red-arrow.svg");
}
@media (max-width: 767px) {
  .red-arrow-title::before {
    width: 20px;
  }
}

.products-child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media (max-width: 1100px) {
  .products-child-list {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .products-child-list {
    gap: 30px 15px;
  }
}
.products-child-list li {
  width: calc((100% - 100px) / 3);
}
@media (max-width: 1100px) {
  .products-child-list li {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1023px) {
  .products-child-list li {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .products-child-list li {
    width: calc((100% - 15px) / 2);
  }
}
.products-child-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgb(59, 59, 59);
}
.products-child-list a:hover {
  color: rgb(184, 0, 0);
}
.products-child-list .image-box {
  width: 40%;
}
@media (max-width: 1023px) {
  .products-child-list .image-box {
    width: 60%;
    margin: auto;
  }
}
.products-child-list .child-title {
  font-weight: 500;
  font-size: 1.4rem;
  width: calc(60% - 10px);
}
@media (max-width: 1100px) {
  .products-child-list .child-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .products-child-list .child-title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .products-child-list .child-title {
    font-size: 1rem;
  }
}

.products-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.products-category-wrapper {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(215, 215, 215);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media (max-width: 1023px) {
  .products-category-wrapper {
    gap: 15px 30px;
  }
}
.products-category-wrapper .text-box {
  width: calc(65% - 50px);
}
@media (max-width: 1023px) {
  .products-category-wrapper .text-box {
    width: calc(65% - 30px);
  }
}
@media (max-width: 767px) {
  .products-category-wrapper .text-box {
    display: contents;
  }
}
.products-category-wrapper .category-description {
  font-weight: 600;
}
@media (max-width: 1023px) {
  .products-category-wrapper .category-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .products-category-wrapper .category-description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.products-category-wrapper img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 35%;
}
@media (max-width: 767px) {
  .products-category-wrapper img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}

.products-category-title {
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .products-category-title {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .products-category-title {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.products-category-title .big {
  display: block;
  color: rgb(184, 0, 0);
  font-size: 2.5rem;
}
@media (max-width: 1023px) {
  .products-category-title .big {
    font-size: 2rem;
  }
}

.products-category-list-section {
  padding-top: 0;
}

.products-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media (max-width: 1023px) {
  .products-category-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .products-category-list {
    gap: 30px 10px;
  }
}
.products-category-list li {
  width: calc((100% - 50px) / 2);
}
@media (max-width: 1023px) {
  .products-category-list li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .products-category-list li {
    width: calc((100% - 10px) / 2);
  }
}
.products-category-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgb(59, 59, 59);
  font-weight: 500;
  font-size: 1.4rem;
}
.products-category-list a:hover {
  color: rgb(184, 0, 0);
}
.products-category-list a:hover .text-box::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.products-category-list .image-box {
  width: 170px;
}
@media (max-width: 1023px) {
  .products-category-list .image-box {
    width: 100%;
  }
}
.products-category-list .text-box {
  width: calc(100% - 170px - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1023px) {
  .products-category-list .text-box {
    width: 100%;
  }
}
.products-category-list .text-box::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/red-arrow.svg");
}
@media (max-width: 767px) {
  .products-category-list .text-box::before {
    width: 15px;
  }
}
.products-category-list .text-box .title {
  width: calc(100% - 30px - 10px);
}
@media (max-width: 767px) {
  .products-category-list .text-box .title {
    width: calc(100% - 15px - 10px);
    font-size: 0.9rem;
  }
}

.products-single-title-wrapper {
  margin-bottom: 50px;
  padding: 0 50px 50px;
  border-bottom: 1px solid rgb(215, 215, 215);
}
@media (max-width: 1100px) {
  .products-single-title-wrapper {
    padding-inline: 30px;
  }
}
@media (max-width: 767px) {
  .products-single-title-wrapper {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
}
.products-single-title-wrapper .products-category-title .big {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .products-single-title-wrapper .products-category-title .big {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.product-single-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  .product-single-tag-wrapper {
    gap: 5px;
  }
}
.product-single-tag-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.product-single-tag-wrapper span {
  display: inline-block;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .product-single-tag-wrapper span {
    font-size: 0.9rem;
  }
}
.product-single-tag-wrapper span.rohs2 {
  background: linear-gradient(141.55deg, #F7F7F7 5.35%, #D4D4D4 98.68%);
}
.product-single-tag-wrapper span.smart-meter {
  background-color: rgb(210, 36, 129);
  color: rgb(255, 255, 255);
}

.products-detail {
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .products-detail {
    font-size: 1rem;
  }
}

.products-single-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.products-single-main-wrapper .main-swiper {
  margin-bottom: 10px;
}
.products-single-main-wrapper .image-box {
  width: 50%;
}
@media (max-width: 1023px) {
  .products-single-main-wrapper .image-box {
    width: 100%;
    padding: 0 30px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .products-single-main-wrapper .image-box {
    padding: 0;
  }
}
.products-single-main-wrapper .image-box img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  aspect-ratio: 630/435;
}
.products-single-main-wrapper .sub-swiper {
  padding: 0 10px;
}
.products-single-main-wrapper .sub-swiper img {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-single-main-wrapper .sub-swiper .swiper-button-next,
.products-single-main-wrapper .sub-swiper .swiper-button-prev {
  width: 15px;
}
.products-single-main-wrapper .sub-swiper .swiper-button-next::before,
.products-single-main-wrapper .sub-swiper .swiper-button-prev::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: rgb(225, 225, 225);
}
.products-single-main-wrapper .sub-swiper .swiper-button-next svg,
.products-single-main-wrapper .sub-swiper .swiper-button-prev svg {
  display: none;
}
.products-single-main-wrapper .sub-swiper .swiper-button-next {
  right: 0;
}
.products-single-main-wrapper .sub-swiper .swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products-single-main-wrapper .text-box {
  width: calc(50% - 40px);
}
@media (max-width: 1023px) {
  .products-single-main-wrapper .text-box {
    width: 100%;
  }
}

.products-single-table th, .products-single-table td {
  padding: 10px;
}
@media (max-width: 767px) {
  .products-single-table th, .products-single-table td {
    display: block;
    width: 100%;
  }
}
.products-single-table th {
  text-align: left;
  width: 150px;
  font-weight: 500;
  background-color: rgb(215, 215, 215);
  border: 1px solid rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .products-single-table th {
    width: 100%;
    border-color: rgb(215, 215, 215);
  }
  .products-single-table th br {
    display: none;
  }
}
.products-single-table td {
  border: 1px solid rgb(215, 215, 215);
}
@media (max-width: 767px) {
  .products-single-table td {
    padding-block: 15px;
  }
}
.products-single-table tr:first-child th {
  border-top: 1px solid rgb(215, 215, 215);
}
.products-single-table tr:last-child th {
  border-bottom: 1px solid rgb(215, 215, 215);
}
.products-single-table a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(59, 59, 59);
  border-bottom: 1px solid transparent;
}
.products-single-table a:hover {
  color: rgb(184, 0, 0);
  border-color: rgb(184, 0, 0);
}
.products-single-table a:not(:last-child) {
  margin-bottom: 5px;
}

.site-red-link.single {
  display: block;
  text-align: center;
  max-width: 420px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .site-red-link.single {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=main.css.map */