<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: 三光機械
Theme URI: https://www.sanko-kikai.co.jp/
Version: 1.0.0
Text Domain: sanko-kikai
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 8.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* break point */
/* break point */
/* 全体 */
html, body {
  position: relative;
  height: -webkit-fill-available;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  scroll-behavior: smooth;
  font-weight: 400;
  counter-reset: number 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 60px;
  }
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (hover: none) {
  a:active {
    cursor: pointer;
    opacity: 0.8;
  }
}

video {
  width: 100%;
}

.pc {
  display: none;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1270px) {
  .default {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .default {
    display: none;
  }
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .default {
    display: none;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* break point */
/* 全体共通 */
.btn,
.wp-block-button__link {
  position: relative;
  display: inline-block;
  padding: 19px 10px 19px 0;
  width: 196px;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  background-color: #010080;
  color: #fff;
  text-align: center;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .btn,
  .wp-block-button__link {
    padding: 16px 10px 16px 0;
    font-size: 13px;
  }
}

.wp-block-button {
  position: relative;
  padding: 0;
}

.wp-block-button__link {
  padding: 19px 10px 19px 0;
  width: 196px;
  font-size: 1em;
}

.read-more::after,
.search-btn::after,
.download-btn::after,
.contact-btn::after,
.return-btn::after,
.map-btn::after,
.reset-btn::after,
.contact-arrows::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

.read-more::after,
.contact-arrows::after {
  right: 24.5px;
  width: 6.55px;
  height: 12px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-arrow-right.svg) no-repeat;
}

.search-btn::after {
  right: 25px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-search.svg) no-repeat;
}

.download-btn {
  padding: 18px 10px 18px 0;
  border: 1px solid #fff;
}
.download-btn::after {
  right: 25px;
  width: 17.45px;
  height: 16px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-download.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .download-btn {
    padding: 15.5px 10px 15.5px 0;
  }
}

.contact-btn {
  margin-top: 25px;
  padding: 18px 0 18px 32px;
  width: 300px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
}
.contact-btn::after {
  left: 52px;
  width: 21.29px;
  height: 16px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-contact.svg) center center/21.29px 16px no-repeat;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    width: 100%;
    max-width: 300px;
    padding: 14.625px 0 14.625px 32px;
    font-size: 14px;
  }
}

.contact-btn-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contact-btn-sp {
    display: block;
    margin: 30px auto;
    max-width: 333px;
    width: 100%;
    font-size: 14px;
  }
}

.return-btn {
  background-color: #fff;
  color: #010080;
}
.return-btn::after {
  right: 24.5px;
  width: 6.55px;
  height: 12px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-arrow-right-blue.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .return-btn {
    width: 150px;
  }
}

.map-btn::after {
  left: 25px;
  width: 12px;
  height: 16px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-map.svg) no-repeat;
}
.map-btn .wp-block-button__link {
  padding: 19px 0 19px 20px;
}

.reset-btn {
  display: block;
  margin: 30px auto 0;
  background-color: #fff;
  border: 1px solid #010080;
  color: #010080;
}
@media (hover: hover) and (pointer: fine) {
  .reset-btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (hover: none) {
  .reset-btn:active {
    cursor: pointer;
    opacity: 0.8;
  }
}
.reset-btn::after {
  right: 25px;
  width: 16.02px;
  height: 18px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-reset.svg) no-repeat;
}

.contact-arrows {
  padding: 22px;
  font-size: 16px;
  width: 300px;
  font-weight: bold;
  border-radius: 100px;
  margin: 40px 30px 80px 0;
}
@media (hover: hover) and (pointer: fine) {
  .contact-arrows:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .contact-arrows:active {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .contact-arrows {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 30px auto;
    padding: 14.625px;
  }
}

.submit-btn {
  padding: 19px;
  font-size: 16px;
  width: 300px;
  font-weight: bold;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .submit-btn:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .submit-btn:active {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .submit-btn {
    width: 100%;
    max-width: 300px;
    padding: 14.625px;
  }
}

.white-btn {
  padding: 18px;
  font-size: 16px;
  width: 300px;
  font-weight: bold;
  border-radius: 100px;
  color: #010080;
  border: 1px solid #010080;
  background: #ffffff;
  cursor: pointer;
  margin-top: 30px;
}
.white-btn-complete {
  padding: 19px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
  color: #010080;
  border: 1px solid #010080;
  background: #ffffff;
  width: 290px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .white-btn {
    width: 100%;
    max-width: 300px;
    padding: 14.625px;
  }
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  .news-item {
    display: block;
    padding: 19px 0;
  }
}
.news-item div {
  white-space: nowrap;
}

.news-date {
  margin-right: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 500;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .news-date {
    margin-right: 13px;
    font-size: 13px;
  }
}

.news-tag {
  display: inline-block;
  margin-right: 20px;
  padding: 4px 0;
  width: 100px;
  border-radius: 100px;
  background-color: #EEEEEE;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-tag {
    font-size: 12px;
  }
}

.news-tag-en {
  width: auto;
  padding: 4px 10px;
}

/* slide in animation */
.slide-in {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.slide-in:nth-of-type(odd) {
  -webkit-transform: translateX(-700px);
          transform: translateX(-700px);
}
.slide-in:nth-of-type(even) {
  -webkit-transform: translateX(700px);
          transform: translateX(700px);
}
.slide-in.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* scroll up animation */
.scroll-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.scroll-up.top-scroll-up:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.scroll-up.top-scroll-up:nth-of-type(3) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

/* animation keyframes */
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes slideUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
    background-color: #fff;
  }
  100% {
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
    background-color: #fff;
  }
  100% {
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
    background-color: transparent;
  }
  100% {
    opacity: 1;
    background-color: #fff;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
    background-color: transparent;
  }
  100% {
    opacity: 1;
    background-color: #fff;
  }
}
@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes textColorChange {
  0% {
    color: #fff;
    opacity: 1;
  }
  90% {
    color: #010080;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes textColorChange {
  0% {
    color: #fff;
    opacity: 1;
  }
  90% {
    color: #010080;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  100% {
    bottom: 10px;
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  100% {
    bottom: 10px;
    opacity: 1;
  }
}
/* header */
.header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  margin-right: auto;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .header-logo {
    margin-left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-logo a:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .header-logo a:active {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    width: 81.94px;
    height: 24px;
  }
}

.header-nav {
  margin-right: 20px;
}
@media screen and (max-width: 1270px) {
  .header-nav {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav {
    position: fixed;
    z-index: 4;
    top: 60px;
    left: -250px;
    color: #fff;
    background-color: #010080;
    text-align: center;
    width: 0%;
    height: calc(100vh - 60px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav.active {
    width: 100%;
    position: absolute;
    left: 0;
  }
}
.header-nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-nav-items {
    display: block;
    width: 100%;
    text-align: left;
  }
  .header-nav-items &gt; li:first-child {
    display: none;
  }
}
.header-nav-item {
  position: relative;
  display: table-cell;
  height: 100px;
  padding: 0 20px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
}
.header-nav-item.active {
  color: #3D97D0;
}
@media screen and (max-width: 1270px) {
  .header-nav-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-item {
    display: block;
    padding: 20px;
    height: auto;
    line-height: normal;
    text-align: left;
    border-bottom: 1px solid #2E2D90;
  }
  .header-nav-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.55px;
    height: 12px;
    background: url(/wp-content/themes/sanko-kikai/img/icon-arrow-right.svg) no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-item {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-nav-item:hover {
    color: #3D97D0;
    opacity: 1;
  }
}
@media (hover: none) {
  .header-nav-item:active {
    color: #3D97D0;
    opacity: 1;
  }
}
.header-nav-item span {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-nav-item span {
    display: inline;
  }
}
.header-nav-item img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header-nav-item img {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .header-nav-multiple:hover .header-nav-multiple-block {
    visibility: visible;
    opacity: 1;
  }
}
@media (hover: none) {
  .header-nav-multiple:active .header-nav-multiple-block {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-multiple {
    position: relative;
  }
  .header-nav-multiple .header-nav-item::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {
  .header-nav-multiple:hover .header-nav-multiple-block {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) and (hover: none) {
  .header-nav-multiple:active .header-nav-multiple-block {
    visibility: hidden;
    opacity: 0;
  }
}
.header-nav-multiple .header-plus-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-nav-multiple .header-plus-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 26.5px 17px;
  }
}
.header-nav-multiple .header-plus-icon.active + .header-nav-sp {
  display: block;
  overflow: hidden;
  -webkit-animation: slideDown 0.3s ease;
          animation: slideDown 0.3s ease;
}
.header-nav-multiple .header-nav-sp {
  -webkit-animation: slideUp 0.3s ease;
          animation: slideUp 0.3s ease;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-nav-multiple .header-nav-sp {
    font-weight: normal;
    border-bottom: 1px solid #2E2D90;
  }
  .header-nav-multiple .header-nav-sp li {
    margin-top: 20px;
  }
  .header-nav-multiple .header-nav-sp li:first-of-type {
    margin-top: 0;
  }
  .header-nav-multiple .header-nav-sp li:last-of-type {
    margin-bottom: 20px;
  }
  .header-nav-multiple .header-nav-sp a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {
  .header-nav-multiple .header-nav-sp a:hover {
    color: #3D97D0;
  }
}
@media screen and (max-width: 1024px) and (hover: none) {
  .header-nav-multiple .header-nav-sp a:active {
    color: #3D97D0;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-multiple .header-nav-sp a::before {
    content: "-";
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-multiple .header-nav-sp li {
    font-size: 13px;
  }
}
.header-nav-multiple-block {
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #F5F5F5;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.header-nav-multiple-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 50px 50px 50px min(11vw, 220px);
}
.header-nav-multiple-title {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 50px;
}
.header-nav-multiple-sub-title {
  font-weight: bold;
  font-size: 18px;
}
.header-nav-multiple-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 50px;
  margin-left: 100px;
}
@media screen and (max-width: 1270px) {
  .header-nav-multiple-items {
    gap: 30px;
  }
}
.header-nav-multiple-item {
  width: 352px;
}
@media screen and (max-width: 1270px) {
  .header-nav-multiple-item {
    width: 285px;
  }
}
.header-nav-multiple-item img {
  width: 100%;
}
.header-nav-multiple-item h4 {
  margin-top: 15px;
  font-weight: bold;
}

.header-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .header-btn:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .header-btn:active {
    opacity: 0.8;
  }
}
.header-btn img {
  width: 30px;
}
.header-btn p {
  margin-top: 10px;
}

.header-contact-btn {
  background-color: #010080;
}
@media screen and (max-width: 1024px) {
  .header-contact-btn {
    display: none;
  }
}
.header-contact-btn img {
  margin-top: 6.5px;
}

.header-language-btn {
  background-color: #3D97D0;
  position: relative;
}
.header-language-btn a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .header-language-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 75px;
    color: #3D97D0;
    background-color: #fff;
  }
  .header-language-btn img {
    margin-right: 5px;
    width: 18px;
    height: 18px;
  }
  .header-language-btn p {
    margin-top: 0;
    font-size: 12px;
    font-weight: bold;
  }
}

.header-menu-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-menu-btn {
    position: fixed;
    display: block;
    right: 0px;
    top: 0px;
    width: 65px;
    height: 60px;
    z-index: 5;
    cursor: pointer;
  }
  .header-menu-btn span {
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    left: 20px;
    background: #010080;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-menu-btn span:nth-of-type(1) {
    top: 20px;
  }
  .header-menu-btn span:nth-of-type(2) {
    top: 30px;
  }
  .header-menu-btn span:nth-of-type(3) {
    top: 40px;
  }
}
.header-menu-btn.active span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.active span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* contact */
.contact {
  padding: 80px 50px;
  background-color: #010080;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 30px 30px;
  }
}
.contact-title {
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 44px;
  }
}
.contact-sub-title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-sub-title {
    margin-top: 10px;
    font-size: 14px;
  }
}
.contact-text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-text {
    margin-top: 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .contact-text br {
    display: none;
  }
}
.contact-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .contact-items {
    display: block;
    margin-top: 20px;
  }
}
.contact-item {
  padding: 20px 100px;
}
@media screen and (max-width: 1024px) {
  .contact-item {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-item {
    padding: 30px 0;
  }
}
.contact-item:first-of-type {
  padding: 20px 100px 20px 60px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .contact-item:first-of-type {
    padding: 30px 25px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .contact-item:first-of-type {
    padding: 30px 0;
  }
}
.contact-item h4 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-item h4 {
    font-size: 16px;
  }
}
.contact-item .tel-block {
  margin-top: 25px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact-item .tel-block {
    margin-top: 10px;
  }
}
.contact-item .tel {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .contact-item .tel {
    font-size: 18px;
  }
}
.contact-item .tel-number {
  font-size: 40px;
  pointer-events: none;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .contact-item .tel-number {
    pointer-events: auto;
    font-size: 34px;
  }
}
.contact-item p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contact-item p {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* footer */
.footer {
  border-top: 1px solid #EEEEEE;
}
.footer-inner {
  margin: 0 auto;
  padding: 103px 50px 60px;
  max-width: 1270px;
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 60px 20px;
  }
}
.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width: 1270px) {
  .footer-block {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .footer-block {
    display: block;
  }
}
.footer-company-info {
  margin-right: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .footer-company-info {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-company-info img {
    width: 268.19px;
  }
}
.footer-company-info p {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-company-info p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-company-info p {
    font-size: 13px;
  }
}
.footer-company-info address {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .footer-company-info address {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-company-info address {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .footer nav {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .footer nav {
    margin: 0 -20px;
    width: auto;
  }
  .footer nav:first-of-type {
    margin-top: 30px;
    border-top: 1px solid #EEEEEE;
  }
}
.footer-nav-items &gt; li:first-child &gt; a {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .footer-nav-items {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-items {
    margin-top: 0;
  }
}
.footer-nav-item {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    position: relative;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
  }
  .footer-nav-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.55px;
    height: 12px;
    background: url(/wp-content/themes/sanko-kikai/img/icon-arrow-right-footer.svg) no-repeat;
  }
}
.footer-nav-multiple {
  position: relative;
}
.footer-nav-multiple &gt; a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-nav-multiple-items {
    display: none;
    -webkit-animation: slideUp 0.3s ease;
            animation: slideUp 0.3s ease;
  }
}
.footer-nav-multiple-items &gt; li:first-of-type {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .footer-nav-multiple-items &gt; li:first-of-type {
    margin-top: 0;
  }
}
.footer-nav-multiple-items &gt; li &gt; a {
  display: inline-block;
  margin-top: 13px;
  padding-left: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-indent: -10px;
}
@media screen and (max-width: 767px) {
  .footer-nav-multiple-items &gt; li &gt; a {
    margin-top: 0;
    padding: 5px 20px;
    font-size: 13px;
  }
}
.footer-nav-multiple-items &gt; li &gt; a::before {
  content: "-";
  margin-right: 5px;
}
.footer .footer-plus-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .footer-plus-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 21.5px 17px;
  }
}
.footer-plus-icon.active + .footer-nav-multiple-items {
  display: block;
  margin-top: -10px;
  overflow: hidden;
  -webkit-animation: slideDown 0.3s ease;
          animation: slideDown 0.3s ease;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  .footer-items &gt; li {
    width: calc((100% - 20px) / 2);
  }
}
.footer-items &gt; li:first-child &gt; a {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .footer-items {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 42.5px;
    gap: 0 20px;
  }
}
.footer-item {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer-item {
    margin-top: 0;
    padding: 7.5px 0;
    font-size: 13px;
  }
}
.footer .copyright {
  margin-top: 143px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .copyright {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
  }
}

/* break point */
.form {
  max-width: 1270px;
}

.main-contact {
  margin: 100px auto 150px;
  max-width: 1270px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .main-contact {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-contact-parts {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .main-contact-parts {
    margin-bottom: 50px;
  }
}
.main-contact-part {
  margin-top: 27px;
}
.main-contact-part-answer {
  margin-top: 15px;
}
.main-contact-part-answer.number-age {
  display: inline-block;
  position: relative;
}
.main-contact-part-answer.number-age::after {
  content: "歳";
  position: absolute;
  right: -26px;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .main-contact-part-answer.number-age::after {
    top: 18px;
  }
}
.main-contact-part-answer.number-year {
  display: inline-block;
  position: relative;
}
.main-contact-part-answer.number-year::after {
  content: "年";
  position: absolute;
  right: -26px;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .main-contact-part-answer.number-year::after {
    top: 18px;
  }
}
.main-contact-part-answer.address-post {
  margin-left: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.main-contact-part-answer.address-post input {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .main-contact-part-answer.address-post input {
    width: 100%;
  }
}
.main-contact-part-answer.address-post::before {
  position: absolute;
  content: "〒";
  left: -25px;
  top: 25px;
}
.main-contact-part-subject.mail br {
  display: none;
}
.main-contact-text {
  margin-bottom: 80px;
  font-size: 18px;
  border-bottom: solid 2px #EEEEEE;
}
@media screen and (max-width: 767px) {
  .main-contact-text {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.main-contact-text-seminar {
  font-size: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main-contact-text-seminar {
    font-size: 15px;
  }
}
.main-contact-policy {
  padding: 30px;
  background: #F5F5F5;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .main-contact-policy {
    margin-top: 20px;
    padding: 20px;
  }
}
.main-contact-policy-title:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-contact-policy-title:first-child {
    margin-bottom: 5px;
  }
}
.main-contact-policy-title:not(:first-child) {
  margin-top: 35px;
  margin-bottom: 15px;
}
.main-contact .btn {
  font-family: "Noto Sans JP", sans-serif;
}
.main-contact .submit-btn {
  margin-top: 30px;
}
.main-contact-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  row-gap: 0;
}
.main-contact .error {
  margin-top: 10px;
  color: #E31111;
}

.mw_wp_form_confirm .main-contact-confirm-hidden {
  display: none;
}
.mw_wp_form_confirm .main-contact-part {
  border-bottom: solid 1px #EEEEEE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .main-contact-part {
    display: block;
    padding-bottom: 10px;
  }
}
.mw_wp_form_confirm .main-contact-part-answers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 26px;
}
.mw_wp_form_confirm .main-contact-part-answer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mw_wp_form_confirm .main-contact-part-answer.number-age {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.mw_wp_form_confirm .main-contact-part-answer.number-age::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mw_wp_form_confirm .main-contact-part-answer.number-year {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.mw_wp_form_confirm .main-contact-part-answer.number-year::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mw_wp_form_confirm .main-contact-part-answer.address {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .main-contact-part-answer.address {
    margin-left: 5px;
  }
}
.mw_wp_form_confirm .main-contact-part-answer.address-post {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-left: 20px;
  position: relative;
}
.mw_wp_form_confirm .main-contact-part-answer.address-post::before {
  position: absolute;
  content: "〒";
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mw_wp_form_confirm .main-contact-part-subject {
  width: 330px;
}
.mw_wp_form_confirm .main-contact-part-subject.mail br {
  display: block;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .submit-btn {
    margin-top: 30px;
  }
}

.mw_wp_form_complete .main-contact-thanks {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete .main-contact-thanks {
    font-size: 22px;
  }
}
.mw_wp_form_complete .main-contact-message {
  margin-top: 55px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete .main-contact-message {
    font-size: 14px;
    margin-top: 30px;
  }
}

.main-catalog {
  margin: 100px auto 150px;
  max-width: 1270px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .main-catalog {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-catalog .download {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-catalog-message {
  margin-bottom: 70px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-catalog-message {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.main-catalog-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main-catalog-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.main-catalog-form .main-contact-parts {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .main-catalog-form .main-contact-part {
    display: block;
    padding-bottom: 10px;
  }
}
.main-catalog-form .main-contact-part:first-child {
  margin-top: 0;
}
.main-catalog-form .main-contact-part-subject {
  width: 230px;
}
.main-catalog-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  row-gap: 0px;
}
.main-catalog-btn-block .btn {
  font-family: "Noto Sans JP", sans-serif;
  width: 290px;
  margin-top: 30px;
}
.main-catalog-btn-block .submit-btn {
  margin-left: 0;
}
.main-catalog .main-item-lists-catalog &gt; .wp-block-group__inner-container {
  grid-template-columns: repeat(3, minmax(104px, 1fr));
  grid-gap: 135px;
  row-gap: 80px;
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 1024px) {
  .main-catalog .main-item-lists-catalog &gt; .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(104px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .main-catalog .main-item-lists-catalog &gt; .wp-block-group__inner-container {
    display: block;
  }
}
.main-catalog .main-item-list-catalog.catalog-hidden {
  display: none;
}
.main-catalog .main-item-list-catalog &gt; .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main-catalog .main-item-list-catalog &gt; .wp-block-group__inner-container {
    margin: 30px auto;
  }
}
.main-catalog .main-item-list-catalog &gt; .wp-block-group__inner-container .wp-block-buttons {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.main-catalog .main-item-list-catalog &gt; .wp-block-group__inner-container .download-btn {
  padding: 0;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .main-catalog .main-item-list-catalog &gt; .wp-block-group__inner-container .download-btn {
    margin-top: 15px;
  }
}
.main-catalog .main-item-list-catalog &gt; .wp-block-group__inner-container .download-btn &gt; a {
  width: 240px;
  padding-right: 0;
}
.main-catalog .main-item-list-title {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .main-catalog .main-item-list-title {
    margin-top: 10px;
    font-size: 16px;
  }
}
.main-catalog .error {
  margin-top: 10px;
  color: #E31111;
}

.address-input {
  width: 120px;
  padding: 11px 0;
  background-color: #ffffff;
  font-size: 14px;
  color: #333333;
  border-radius: 100px;
  border: solid 1px #777777;
  margin-left: 30px;
  cursor: pointer;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .address-input {
    margin-top: 10px;
    margin-left: 0;
  }
}
.address-input:hover {
  background-color: #010080;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-link {
  margin-left: 30px;
  text-decoration: underline;
  display: block;
}

.policy-link {
  text-decoration: underline;
}

.required {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #E31111;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .required {
    margin-left: 10px;
  }
}

.form-text,
.form-mail {
  font-size: 16px;
  width: 100%;
  border: solid 2px #EEEEEE;
  padding: 20px 19px;
}
.form-text::-webkit-input-placeholder, .form-mail::-webkit-input-placeholder {
  font-weight: bold;
  color: #ccc;
}
.form-text::-moz-placeholder, .form-mail::-moz-placeholder {
  font-weight: bold;
  color: #ccc;
}
.form-text:-ms-input-placeholder, .form-mail:-ms-input-placeholder {
  font-weight: bold;
  color: #ccc;
}
.form-text::-ms-input-placeholder, .form-mail::-ms-input-placeholder {
  font-weight: bold;
  color: #ccc;
}
.form-text::placeholder,
.form-mail::placeholder {
  font-weight: bold;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .form-text,
  .form-mail {
    font-size: 14px;
    padding: 15px;
  }
}

.form-number {
  text-align: center;
  width: 200px;
  font-size: 16px;
  border: solid 2px #EEEEEE;
  padding: 20px 19px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-number {
    font-size: 14px;
    padding: 15px;
  }
}

.form-textarea {
  font-size: 16px;
  width: 100%;
  border: solid 2px #EEEEEE;
  padding: 25px 24px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .form-textarea {
    font-size: 14px;
    padding: 15px;
    min-height: 100px;
  }
}

.radio-btn input[type=radio].radio-item {
  display: none;
}

.radio-btn label {
  display: inline-block;
}

.radio-btn .radio-item + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

.radio-btn .radio-item + span::after,
.radio-btn .radio-item + span::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

.radio-btn .radio-item + span::before {
  border: solid 1px #707070;
  left: 0;
  top: 3px;
  height: 20px;
  width: 20px;
}

.radio-btn .radio-item + span::after {
  background: #333333;
  height: 12px;
  left: 4px;
  opacity: 0;
  top: 7px;
  width: 12px;
}

.radio-btn .radio-item:checked + span::after {
  opacity: 1;
}

.checkbox-btn {
  margin: 30px 0 0;
}
.checkbox-btn .required {
  margin-left: 0;
  margin-right: 20px;
}
.checkbox-btn.policy-check {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .checkbox-btn.policy-check {
    text-align: left;
  }
  .checkbox-btn.policy-check .required {
    display: inline-block;
    margin-bottom: 5px;
  }
}

.checkbox-btn input[type=checkbox].checkbox-item {
  display: none;
}

.checkbox-btn label {
  display: inline-block;
}

.checkbox-btn .checkbox-item + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.checkbox-btn .checkbox-item + span::after,
.checkbox-btn .checkbox-item + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .checkbox-btn .checkbox-item + span::after,
  .checkbox-btn .checkbox-item + span::before {
    top: 1px;
  }
}

.checkbox-btn .checkbox-item + span::before {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  left: 0;
  height: 20px;
  width: 20px;
}

.checkbox-btn .checkbox-item + span::after {
  border: none;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  height: 12px;
  left: 6px;
  opacity: 0;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}
@media screen and (max-width: 767px) {
  .checkbox-btn .checkbox-item + span::after {
    top: 4px;
  }
}

.checkbox-btn .checkbox-item:checked + span::after {
  opacity: 1;
}

.mwform-radio-field {
  margin-top: 19px;
}
.mwform-radio-field:first-child {
  margin-top: 27px;
}

/* top共通 */
.top-title {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 44px;
  }
}

.top-sub-title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .top-sub-title {
    margin-top: 10px;
    font-size: 14px;
  }
}

.top-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top-text {
    font-size: 14px;
  }
}

/* top-movie */
.top-movie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-movie-block {
  position: relative;
  width: calc(100% - 120px);
  height: calc(100vh - 100px);
}
@media screen and (max-width: 1024px) {
  .top-movie-block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-movie-block {
    height: 400px;
  }
}
.top-movie-block video {
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
.top-movie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 100px);
  mix-blend-mode: soft-light;
  background-color: rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 767px) {
  .top-movie-overlay {
    height: 400px;
  }
}
.top-movie-animation {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 100px);
}
.top-movie-animation.fade-in {
  -webkit-animation: fadeIn 3s ease;
          animation: fadeIn 3s ease;
}
.top-movie-animation.fade-out {
  -webkit-animation: fadeOut 4s ease;
          animation: fadeOut 4s ease;
}
@media screen and (max-width: 767px) {
  .top-movie-animation {
    height: 400px;
  }
}
.top-movie-text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
}
.top-movie-text-block.text-fade-in {
  -webkit-animation: textFadeIn 4s ease;
          animation: textFadeIn 4s ease;
  opacity: 1;
}
.top-movie-text-block.text-color-change {
  -webkit-animation: textColorChange 4s ease;
          animation: textColorChange 4s ease;
}
.top-movie-title {
  padding: 0 50px;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-movie-title {
    padding: 0 30px;
    font-size: 34px;
  }
}
.top-movie-text {
  margin-top: 50px;
  padding: 0 50px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top-movie-text {
    margin: 30px auto 0;
    padding: 0 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .top-movie-text br {
    display: none;
  }
}
.top-movie .scroll-img {
  position: relative;
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .top-movie .scroll-img {
    display: none;
  }
}
.top-movie .scroll-img p {
  position: absolute;
  bottom: 133px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.top-movie .scroll-img::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 80px;
  background-color: #333333;
  -webkit-animation: scroll 2s ease infinite;
          animation: scroll 2s ease infinite;
  opacity: 0;
}

/* top-our-solution */
.top-our-solution {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF1F7), to(#FFF));
  background: -webkit-linear-gradient(top, #EAF1F7, #FFF);
  background: linear-gradient(to bottom, #EAF1F7, #FFF);
}
.top-our-solution-block {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  padding: 150px 50px;
  overflow-x: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-our-solution-block {
    padding: 60px 30px 160px;
  }
}
.top-our-solution .top-text {
  margin-top: 50px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-our-solution .top-text {
    margin-top: 30px;
    width: 100%;
  }
}
.top-our-solution-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .top-our-solution-items {
    display: block;
    margin-top: 30px;
  }
}
.top-our-solution-item {
  position: relative;
  width: calc((100% - 50px) / 2);
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .top-our-solution-item {
    display: block;
    margin: 40px auto 0;
    width: 100%;
  }
  .top-our-solution-item:first-of-type {
    margin-top: 30px;
  }
}
.top-our-solution-item img {
  width: 100%;
}
.top-our-solution-item p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1270px) {
  .top-our-solution-item p {
    font-size: 18px;
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-our-solution-item p {
    position: static;
    margin-top: 15px;
    color: #333333;
    font-size: 20px;
  }
}
.top-our-solution-item p::before {
  content: "";
  display: inline-block;
  margin-right: 17px;
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-our-solution-item p::before {
    margin: 5px 10px 0 0;
    border-bottom: 1px solid #333333;
    vertical-align: text-top;
    line-height: 1.3;
  }
}
.top-our-solution-item:nth-of-type(even) {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .top-our-solution-item:nth-of-type(even) {
    margin-top: 40px;
  }
}
.top-our-solution-item:nth-of-type(even) p {
  bottom: 130px;
}
@media screen and (max-width: 1270px) {
  .top-our-solution-item:nth-of-type(even) p {
    bottom: 120px;
  }
}
.top-our-solution-item:nth-of-type(even) .top-our-solution-img::after {
  bottom: 100px;
}
.top-our-solution-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333333));
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0), #333333);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0), #333333);
}
@media screen and (max-width: 767px) {
  .top-our-solution-img::after {
    display: none;
  }
}
.top-our-solution .read-more {
  position: absolute;
  top: 176px;
  right: calc(50% - 585px);
  z-index: 2;
}
@media screen and (max-width: 1270px) {
  .top-our-solution .read-more {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-our-solution .read-more {
    top: auto;
    right: auto;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-our-solution-background-text {
  position: absolute;
  top: 86px;
  width: 100%;
  height: -webkit-fill-available;
  overflow: hidden;
}
.top-our-solution-background-text::before, .top-our-solution-background-text::after {
  content: "Our Solution";
  position: absolute;
  top: 0;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 14.5vw;
  color: #F9FBFD;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.top-our-solution-background-text::before {
  left: 0;
  -webkit-animation: text-scroll 50s linear infinite;
          animation: text-scroll 50s linear infinite;
}
.top-our-solution-background-text::after {
  left: 100%;
  -webkit-animation: text-scroll 50s linear infinite;
          animation: text-scroll 50s linear infinite;
}
@-webkit-keyframes text-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes text-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .top-our-solution-background-text {
    top: 20px;
  }
  .top-our-solution-background-text::before {
    left: -30px;
    font-size: 140px;
    text-align: left;
    white-space: pre-wrap;
    -webkit-animation: none;
            animation: none;
  }
  .top-our-solution-background-text::after {
    display: none;
  }
}
.top-our-solution-background-img {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-our-solution-background-img {
    -webkit-transform: none;
            transform: none;
  }
}

/* top-news */
.top-news {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news {
    margin-bottom: -276px;
  }
}
.top-news-background-img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-news-background-img {
    height: 400px;
  }
}
.top-news-block {
  position: absolute;
  top: 400px;
  left: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 150px 50px 185px 155px;
  width: calc(100% - 220px);
  background-color: #fff;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .top-news-block {
    right: 0;
    left: auto;
    max-width: 1920px;
  }
}
@media screen and (max-width: 1270px) {
  .top-news-block {
    padding: 150px 50px 185px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news-block {
    display: block;
    top: 200px;
    left: 50%;
    padding: 100px 50px 206px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .top-news-block {
    position: relative;
    top: -300px;
    padding: 30px 30px 154px;
    width: calc(100% - 60px);
  }
}
.top-news-title-block {
  margin-right: 170px;
}
@media screen and (max-width: 1270px) {
  .top-news-title-block {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news-title-block {
    margin-right: 0;
    text-align: center;
  }
}
.top-news-items {
  width: 100%;
  max-width: 810px;
}
@media screen and (max-width: 767px) {
  .top-news-items {
    margin-top: 40px;
    border-top: 1px solid #EEEEEE;
  }
}
@media screen and (max-width: 767px) {
  .top-news .news-title {
    margin-top: 14px;
  }
}
.top-news .read-more {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-news .read-more {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top-news .read-more {
    bottom: 60px;
  }
}

/* top-pickup */
.top-pickup {
  background: -webkit-radial-gradient(#e9e9e9 20%, transparent 20%) 0 0/10px 10px #F5F5F5;
  background: radial-gradient(#e9e9e9 20%, transparent 20%) 0 0/10px 10px #F5F5F5;
}
.top-pickup-block {
  position: relative;
  margin: 0 auto;
  max-width: 1580px;
  padding: 464px 50px 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-pickup-block {
    padding: 60px 30px;
  }
}
.top-pickup-block .top-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-pickup-block .top-text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .top-pickup-block .top-text br {
    display: none;
  }
}
.top-pickup-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top-pickup-items {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-pickup-items {
    margin-top: 30px;
  }
}
.top-pickup-item {
  display: block;
  padding: 30px;
  width: 33.3333333333%;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .top-pickup-item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (hover: none) {
  .top-pickup-item:active {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .top-pickup-item {
    margin: 40px auto 0;
    width: 100%;
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .top-pickup-item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-pickup-item:first-of-type {
    margin-top: 30px;
  }
}
.top-pickup-item img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.top-pickup-item h4 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-pickup-item h4 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.top-pickup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 20px;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .top-pickup-content {
    margin-top: 15px;
  }
}
.top-pickup-content img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .top-pickup-content img {
    width: 40px;
    height: 40px;
  }
}
.top-pickup-content p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-pickup-content p {
    font-size: 13px;
  }
}

/* top-search-product */
.top-search-product {
  margin: 0 auto;
  padding: 150px 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .top-search-product {
    padding: 60px 30px;
  }
}
.top-search-product h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-search-product h2 {
    font-size: 24px;
  }
}
.top-search-product-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .top-search-product-items {
    display: block;
    margin-top: 40px;
  }
}
.top-search-product-item {
  padding: 0 97px;
  border-left: 1px solid #EEEEEE;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1270px) {
  .top-search-product-item {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1024px) {
  .top-search-product-item {
    margin-top: 50px;
    padding: 0;
    border-left: none;
  }
}
.top-search-product-item:first-of-type {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .top-search-product-item:first-of-type {
    margin-top: 40px;
  }
}
.top-search-product-item:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .top-search-product-item img {
    width: 200px;
    height: 200px;
  }
}
.top-search-product-item p {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-search-product-item p {
    margin-top: 20px;
    font-size: 20px;
  }
}
.top-search-product-item-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-search-product-item .search-btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-search-product-item .search-btn {
    margin-top: 20px;
  }
}

/* 下層共通 */
.main-header {
  position: relative;
}
.main-header-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-header-img {
    height: 300px;
  }
}
.main-header-title-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.main-header-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.14;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main-header-title {
    font-size: 44px;
    white-space: pre-wrap;
  }
}
.main-header-sub-title {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-header-sub-title {
    font-size: 14px;
  }
}

.breadcrumb {
  margin: 30px auto;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 15px auto;
    padding: 0 30px;
  }
}
.breadcrumb-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb-items {
    font-size: 13px;
  }
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 5.45px;
  height: 10px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-arrow-right-footer.svg) 0 0/5.45px 10px no-repeat;
}
.breadcrumb li:last-of-type::after {
  display: none;
}
.breadcrumb-item {
  padding: 5px 0;
  color: #777777;
  text-decoration: underline;
}
.breadcrumb-item-current {
  color: #3D3D3D;
}

.main-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 22px;
  }
}

.main-sub-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}

.main-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-text {
    font-size: 16px;
  }
}

.main-item-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .main-item-title {
    font-size: 20px;
  }
}

.main-title-work-sans {
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-title-work-sans {
    font-size: 44px;
  }
}

.main-sub-title-work-sans {
  position: relative;
  margin-top: 15px;
  color: #777777;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-sub-title-work-sans {
    margin-top: 10px;
  }
}
.main-sub-title-work-sans::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .main-sub-title-work-sans::after {
    bottom: -10px;
  }
}

.main-title-underline {
  position: relative;
  margin: 0 0 60px;
  padding-top: 100px;
  padding-bottom: 25px;
  border-bottom: 2px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .main-title-underline {
    margin: 0 0 40px;
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
.main-title-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 140px;
  height: 2px;
  background-color: #010080;
}
.main-title-underline:first-of-type {
  margin-top: 0;
}

/* 下層パーツ */
.main-list-items {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-list-items {
    padding: 0 30px;
  }
}
.main-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 60px;
  padding-right: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .main-list-item {
    display: block;
    margin: 60px auto 0;
    padding: 50px;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .main-list-item {
    margin-top: 40px;
    padding: 20px;
    max-width: none;
  }
  .main-list-item:first-of-type {
    margin-top: 30px;
  }
}
.main-list-img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .main-list-img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-list-img {
    width: 100%;
    max-width: 340px;
  }
}
.main-list-title {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main-list-title {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-list-text {
    font-size: 13px;
  }
}
.main-list-circle-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .main-list-circle-link {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.main-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main-tags {
    gap: 10px;
    font-size: 12px;
  }
}

.main-tag {
  padding: 8px 18px;
  border: 1px solid #777777;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .main-tag {
    padding: 3.5px 10px;
  }
}

.main-item-lists {
  display: grid;
  grid-template-columns: repeat(4, minmax(104px, 1fr));
  justify-items: center;
  gap: 32px;
}
@media screen and (max-width: 1270px) {
  .main-item-lists {
    grid-template-columns: repeat(3, minmax(104px, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .main-item-lists {
    grid-template-columns: repeat(2, minmax(104px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .main-item-lists {
    display: block;
  }
}

.main-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  width: 100%;
  max-width: 346px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main-item-list {
    margin: 30px auto;
    padding: 20px;
  }
}
.main-item-list img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.main-item-list-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-item-list-title {
    margin-top: 20px;
    font-size: 16px;
  }
}
.main-item-list-sub-title {
  margin-top: 10px;
  color: #777777;
  font-weight: bold;
}
.main-item-list p {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .main-item-list p {
    margin: 15px 0 0;
  }
}
.main-item-list .read-more {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  display: block;
  margin: auto auto 0;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .main-item-list .read-more {
    margin-top: 15px;
  }
}

.main-table-items {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-table-items {
    padding: 0 30px;
  }
}
.main-table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  .main-table-item {
    display: block;
    padding: 20px 0;
    overflow: hidden;
  }
}
.main-table-item:first-of-type {
  border-top: 1px solid #EEEEEE;
}
.main-table-title {
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  width: 212px;
  min-width: 212px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .main-table-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-table-text-content {
    display: block !important;
  }
}

.main-pagination,
.nav-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
  max-width: 1270px;
  color: #010080;
  font-family: "Work Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-pagination,
  .nav-links {
    margin-top: 30px;
    padding: 0 30px;
  }
}
.main-pagination .prev,
.main-pagination .next,
.nav-links .prev,
.nav-links .next {
  position: absolute;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .main-pagination .prev,
  .main-pagination .next,
  .nav-links .prev,
  .nav-links .next {
    font-size: 16px;
  }
}
.main-pagination .prev::before,
.main-pagination .next::before,
.nav-links .prev::before,
.nav-links .next::before {
  content: "";
  position: absolute;
  top: 13px;
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-arrow-down.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .main-pagination .prev::before,
  .main-pagination .next::before,
  .nav-links .prev::before,
  .nav-links .next::before {
    top: 9.5px;
  }
}
.main-pagination .prev,
.nav-links .prev {
  left: 50px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .main-pagination .prev,
  .nav-links .prev {
    left: 30px;
    margin-left: 15px;
  }
}
.main-pagination .prev::before,
.nav-links .prev::before {
  left: -20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .main-pagination .prev::before,
  .nav-links .prev::before {
    left: -15px;
  }
}
.main-pagination .next,
.nav-links .next {
  right: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .main-pagination .next,
  .nav-links .next {
    right: 30px;
    margin-right: 15px;
  }
}
.main-pagination .next::before,
.nav-links .next::before {
  right: -20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .main-pagination .next::before,
  .nav-links .next::before {
    right: -15px;
  }
}
.main-pagination .page-numbers:not(.prev):not(.next),
.nav-links .page-numbers:not(.prev):not(.next) {
  margin: 0 10px;
  padding: 8px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.main-pagination .page-numbers:not(.prev):not(.next).current,
.nav-links .page-numbers:not(.prev):not(.next).current {
  background-color: #010080;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .main-pagination .page-numbers:not(.prev):not(.next),
  .nav-links .page-numbers:not(.prev):not(.next) {
    margin: 0 5px;
    padding: 4px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* 三光機械が選ばれる理由 */
.main-our-solution {
  padding: 100px 0 200px;
  background-color: #EAF1F7;
}
@media screen and (max-width: 767px) {
  .main-our-solution {
    padding: 60px 0;
  }
}
.main-our-solution-text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-our-solution-text {
    text-align: left;
  }
}
.main-our-solution-text p {
  margin: 50px 50px 0;
}
.main-our-solution-text p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .main-our-solution-text p {
    margin: 30px 30px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-our-solution-text p br {
    display: none;
  }
}
.main-our-solution-items {
  margin: 0 auto;
  max-width: 1920px;
  overflow-x: hidden;
}
.main-our-solution-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  margin-top: 150px;
  margin-right: 50px;
}
.main-our-solution-item:nth-of-type(even) {
  margin-right: 0;
  margin-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1270px) {
  .main-our-solution-item {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main-our-solution-item {
    display: block;
    margin: 100px 50px 0;
  }
  .main-our-solution-item:nth-of-type(even) {
    margin: 100px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-our-solution-item {
    margin: 60px 30px;
  }
  .main-our-solution-item:nth-of-type(even) {
    margin: 60px 30px;
  }
}
.main-our-solution-item div {
  position: relative;
  margin-top: 60px;
  max-width: 545px;
  z-index: 1;
}
@media screen and (max-width: 1270px) {
  .main-our-solution-item div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main-our-solution-item div {
    margin: 60px auto 0;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .main-our-solution-item div {
    margin-top: 40px;
  }
}
.main-our-solution-item div::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #010080;
}
@media screen and (max-width: 1270px) {
  .main-our-solution-item div::before {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .main-our-solution-item div::before {
    top: -10px;
  }
}
.main-our-solution-item div::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  color: #fff;
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Work Sans", sans-serif;
  font-size: 280px;
  font-weight: bold;
  line-height: 0;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .main-our-solution-item div::after {
    font-size: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .main-our-solution-item div::after {
    font-size: 180px;
  }
}
@media screen and (max-width: 767px) {
  .main-our-solution-item div::after {
    top: 15px;
    font-size: 130px;
  }
}
.main-our-solution-item img {
  width: 46.875%;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .main-our-solution-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (max-width: 1270px) {
  .main-our-solution-item h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-our-solution-item h2 {
    font-size: 22px;
  }
}
.main-our-solution-item p {
  margin-top: 50px;
}
@media screen and (max-width: 1270px) {
  .main-our-solution-item p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-our-solution-item p {
    margin-top: 20px;
  }
}
.main-our-solution-item .read-more {
  margin-top: 50px;
}
@media screen and (max-width: 1270px) {
  .main-our-solution-item .read-more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-our-solution-item .read-more {
    display: block;
    margin: 20px auto 0;
  }
}

.main-service {
  margin: 100px auto 200px;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-service {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-service-items {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .main-service-items {
    margin-top: 30px;
  }
}
.main-service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-top: -60px;
  padding: 120px 0 60px;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 1024px) {
  .main-service-item {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-service-item {
    display: block;
    margin-top: -30px;
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main-service-item img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .main-service-item img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-service-item h2 {
    margin-top: 20px;
  }
}
.main-service-item p {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .main-service-item p {
    margin-top: 20px;
  }
}
.main-service-item .service-btn {
  margin-top: 40px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .main-service-item .service-btn {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    max-width: 300px;
  }
}
.main-service-item .service-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 6.55px;
  height: 12px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-arrow-right.svg) no-repeat;
}

/* 製品情報 */
.main-products {
  padding: 80px 0 150px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .main-products {
    padding: 60px 0;
  }
}
.main-products-text {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-products-text {
    padding: 0 30px;
    font-size: 15px;
  }
}
.main-products .main-list-item p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-products .main-list-item p {
    margin-top: 15px;
  }
}
.main-products .main-list-img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .main-products .main-list-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main-products .main-tags {
  margin: 30px 50px 50px 0;
}
@media screen and (max-width: 1024px) {
  .main-products .main-tags {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-products .main-tags {
    margin: 20px 45px 0 0;
  }
}

/* スティック自動充填包装機, 顆粒・粉末自動充填包装機, 液体・粘体自動充填包装機, その他 */
.main-products-sachet {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}
.main-products-sachet-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  margin: 70px 50px 150px 0;
}
@media screen and (max-width: 1270px) {
  .main-products-sachet-item {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main-products-sachet-item {
    display: block;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main-products-sachet-item {
    margin: 45px 30px;
  }
}
.main-products-sachet-item &gt; div {
  max-width: 545px;
}
@media screen and (max-width: 1024px) {
  .main-products-sachet-item &gt; div {
    margin: 0 auto;
    max-width: 700px;
  }
}
.main-products-sachet-item img {
  width: 46.875%;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .main-products-sachet-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (max-width: 1270px) {
  .main-products-sachet-item h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main-products-sachet-item h2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-products-sachet-item h2 {
    font-size: 22px;
  }
}
.main-products-sachet-item h3 {
  margin-top: 50px;
}
@media screen and (max-width: 1270px) {
  .main-products-sachet-item h3 {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-products-sachet-item h3 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.main-products-sachet-item p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-products-sachet-item p {
    margin-top: 15px;
  }
}
.main-products-sachet-item .main-tags {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-products-sachet-item .main-tags {
    margin-top: 20px;
  }
}
.main-products-sachet-img {
  position: absolute;
  bottom: -214px;
  right: 50px;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  .main-products-sachet-img {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .main-products-sachet-img {
    bottom: -85px;
  }
}

.main-products-sachet-catalog-download {
  padding: 80px 50px;
  background-color: #333333;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-products-sachet-catalog-download {
    padding: 40px 30px;
  }
}
.main-products-sachet-catalog-download-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .main-products-sachet-catalog-download-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-products-sachet-catalog-download-title span {
    display: none;
  }
}
.main-products-sachet-catalog-download p {
  margin-top: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .main-products-sachet-catalog-download p {
    margin-top: 20px;
  }
}
.main-products-sachet-catalog-download .download-btn {
  margin-top: 45px;
  width: 240px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .main-products-sachet-catalog-download .download-btn {
    margin-top: 30px;
  }
}

.main-products-sachet-list {
  padding: 100px 0 150px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .main-products-sachet-list {
    padding: 60px 0;
  }
}
.main-products-sachet-list-inner {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1580px;
}
@media screen and (max-width: 767px) {
  .main-products-sachet-list-inner {
    padding: 0 30px;
  }
}

/* 製品情報：詳細 */
.main-products-detail {
  padding: 100px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .main-products-detail {
    padding: 60px 0;
  }
}
.main-products-detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 1024px) {
  .main-products-detail-item {
    display: block;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .main-products-detail-item {
    padding: 0 30px;
  }
}
.main-products-detail-item img {
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 1270px) {
  .main-products-detail-item img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .main-products-detail-item h2 {
    margin-top: 30px;
  }
}
.main-products-detail-item h3 {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .main-products-detail-item h3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-products-detail-item h3 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.main-products-detail-item p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-products-detail-item p {
    margin-top: 15px;
  }
}
.main-products-detail .download-btn {
  margin-top: 50px;
  padding: 18px 50px 18px 10px;
  width: 555px;
}
@media screen and (max-width: 767px) {
  .main-products-detail .download-btn {
    margin-top: 20px;
    width: 100%;
    border-radius: 100px;
  }
  .main-products-detail .download-btn span {
    display: none;
  }
}

.main-products-table {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .main-products-table {
    padding: 60px 0;
  }
}

.main-products-glossary {
  padding: 100px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .main-products-glossary {
    padding: 60px 0;
  }
}
.main-products-glossary &gt; div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 170px;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 1270px) {
  .main-products-glossary &gt; div {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main-products-glossary &gt; div {
    display: block;
    padding: 0 30px;
  }
}
.main-products-glossary &gt; div &gt; div {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-products-glossary &gt; div &gt; div:last-of-type {
    margin-top: 30px;
  }
}
.main-products-glossary h2 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .main-products-glossary h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.main-products-glossary p {
  display: block;
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .main-products-glossary p {
    font-size: 13px;
  }
}

.main-products-usage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-products-usage {
    padding: 30px;
  }
}
.main-products-usage-title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-products-usage-title {
    font-size: 16px;
  }
}
.main-products-usage .main-tag {
  border: none;
  background-color: #F5F5F5;
}

/* 製品検索 */
.main-search {
  background-color: #F5F5F5;
}
.main-search-inner {
  margin: 0 auto;
  padding: 80px 50px 150px;
  max-width: 1580px;
}
@media screen and (max-width: 767px) {
  .main-search-inner {
    padding: 60px 30px;
  }
}
.main-search-text {
  margin-left: 380px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .main-search-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-search-text {
    font-size: 15px;
  }
}
.main-search-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .main-search-block {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-search-block {
    display: block;
    margin-top: 40px;
  }
}
.main-search-left {
  width: 320px;
  padding: 40px 30px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main-search-left {
    width: 100%;
    padding: 20px;
  }
}
.main-search form &gt; div &gt; ul &gt; li {
  margin-top: 60px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .main-search form &gt; div &gt; ul &gt; li {
    margin-top: 30px;
  }
}
.main-search form &gt; div &gt; ul &gt; li:first-of-type {
  margin-top: 0;
}
.main-search form &gt; div &gt; ul &gt; li:last-of-type {
  position: relative;
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-search form &gt; div &gt; ul &gt; li:last-of-type {
    display: block;
    width: 196px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-search form &gt; div &gt; ul &gt; li:last-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 57px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-search.svg) no-repeat;
}
@media screen and (max-width: 1024px) {
  .main-search form &gt; div &gt; ul &gt; li:last-of-type::after {
    right: 25px;
  }
}
.main-search form &gt; div &gt; ul &gt; li:last-of-type input[type=submit] {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 19px 10px 19px 0;
  width: 196px;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  background-color: #010080;
  color: #fff;
  text-align: center;
  border-radius: 32px;
}
.main-search form &gt; div &gt; ul h4 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #EEEEEE;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-search form &gt; div &gt; ul h4 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 16px;
  }
}
.main-search form &gt; div &gt; ul .cat-item {
  width: 100%;
  padding-right: 0;
}
.main-search form &gt; div &gt; ul .cat-item label {
  position: relative;
}
.main-search form &gt; div &gt; ul .cat-item label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.main-search form &gt; div &gt; ul .cat-item label input {
  margin-right: 44px !important;
}
@media screen and (max-width: 767px) {
  .main-search form &gt; div &gt; ul .cat-item label input {
    margin-right: 40px !important;
  }
}
.main-search form &gt; div &gt; ul &gt; li:first-child .cat-item:first-child label::before,
.main-search form &gt; div &gt; ul &gt; li:first-child .cat-item:nth-child(2) label::before {
  left: 32px;
  width: 20px;
  height: 20px;
}
.main-search form &gt; div &gt; ul &gt; li:first-child .cat-item:first-child label::before {
  background: url(/wp-content/themes/sanko-kikai/img/icon-package-presentation2.svg) no-repeat;
}
.main-search form &gt; div &gt; ul &gt; li:first-child .cat-item:nth-child(2) label::before {
  background: url(/wp-content/themes/sanko-kikai/img/icon-package-presentation3.svg) no-repeat;
}
.main-search form &gt; div &gt; ul &gt; li:first-child .cat-item:nth-child(3) label::before {
  left: 37px;
  width: 10px;
  height: 28px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-package-presentation4.svg) no-repeat;
}
.main-search form &gt; div &gt; ul &gt; li:first-child .cat-item:nth-child(4) label::before {
  left: 30px;
  width: 24.42px;
  height: 20px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-package-presentation5.svg) no-repeat;
}
.main-search form &gt; div &gt; ul &gt; li:first-child .cat-item:nth-child(5) label::before {
  left: 33px;
  width: 16.72px;
  height: 20px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-package-presentation6.svg) no-repeat;
}
.main-search form &gt; div &gt; ul &gt; li:nth-child(2) .cat-item:first-child label::before {
  left: 33px;
  width: 17px;
  height: 18px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-filling2.svg) no-repeat;
}
.main-search form &gt; div &gt; ul &gt; li:nth-child(2) .cat-item:nth-child(2) label::before {
  left: 36px;
  width: 11.09px;
  height: 18px;
  background: url(/wp-content/themes/sanko-kikai/img/icon-filling3.svg) no-repeat;
}
.main-search form &gt; div &gt; ul &gt; li:nth-child(3) input {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .main-search form &gt; div &gt; ul &gt; li:nth-child(3) input {
    margin-right: 6px !important;
  }
}
.main-search form &gt; div &gt; ul input {
  position: relative;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .main-search form &gt; div &gt; ul input {
    margin-right: 8px;
    vertical-align: sub;
  }
}
.main-search form &gt; div &gt; ul input::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .main-search form &gt; div &gt; ul input::before {
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
}
.main-search form &gt; div &gt; ul input:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  width: 13px;
  height: 7px;
  border-right: 2px solid #333333;
  border-top: 2px solid #333333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .main-search form &gt; div &gt; ul input:checked::after {
    top: 4.5px;
    left: 2px;
    width: 12px;
    height: 6px;
  }
}
.main-search-left-item-img {
  display: inline-block;
  margin-right: 9px;
  width: 24.5px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .main-search-left-item-img {
    margin-right: 8px;
  }
}
.main-search-left-item-img img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.main-search-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-search-right .main-item-lists {
  grid-template-columns: repeat(3, minmax(104px, 1fr));
}
@media screen and (max-width: 1270px) {
  .main-search-right .main-item-lists {
    grid-template-columns: repeat(2, minmax(104px, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .main-search-right .main-item-lists {
    grid-template-columns: repeat(1, minmax(104px, 1fr));
  }
}

/* 事例紹介 */
.main-case-study {
  padding: 80px 0 150px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .main-case-study {
    padding: 60px 0;
  }
}
.main-case-study-text {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-case-study-text {
    padding: 0 30px;
    font-size: 15px;
  }
}
.main-case-study-item-block {
  margin-bottom: 50px;
}
.main-case-study .main-list-item p {
  margin-top: 40px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .main-case-study .main-list-item p {
    margin-top: 15px;
  }
}
.main-case-study .main-list-img {
  margin: 20px 46.5px;
  width: 300px;
  min-width: 300px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .main-case-study .main-list-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-case-study .main-list-img {
    width: 100%;
    min-width: auto;
  }
}

/* 事例紹介：詳細 */
.article-detail {
  padding: 100px 0 150px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .article-detail {
    padding: 60px 0;
  }
}
.article-detail-inner {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .article-detail-inner {
    padding: 0 30px;
  }
}
.article-detail-item {
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .article-detail-item {
    padding: 20px;
  }
}
.article-detail-item p {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .article-detail-item p {
    margin-top: 30px;
  }
}
.article-detail-item img {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article-detail-item img {
    margin-top: 20px;
  }
}
.article-detail-item a {
  text-decoration: underline;
}

/* 動画 */
.main-movie {
  margin: 70px 0 150px;
}
@media screen and (max-width: 767px) {
  .main-movie {
    margin: 60px 0;
  }
}
.main-movie-inner {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-movie-inner {
    padding: 0 30px;
  }
}
.main-movie .main-item-title:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .main-movie .main-item-title:not(:first-of-type) {
    margin-top: 60px;
  }
}
.main-movie-lists &gt; .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .main-movie-lists &gt; .wp-block-group__inner-container {
    display: block;
  }
}
.main-movie-list {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1024px) {
  .main-movie-list {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .main-movie-list {
    margin-top: 40px;
    width: 100%;
  }
}
.main-movie-list iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.main-movie-list-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-movie-list-title {
    margin-top: 20px;
  }
}
.main-movie-list-text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main-movie-list-text {
    margin-top: 10px;
  }
}

/* 会社概要 */
.main-company-table {
  margin: 70px 0 150px;
}
@media screen and (max-width: 767px) {
  .main-company-table {
    margin: 60px 0;
  }
}
.main-company-table .main-table-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-company-table .main-table-text-bold {
  display: inline-block;
  margin-right: 50px;
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-company-table .main-table-text-bold {
    width: 100%;
  }
}
.main-company-table .main-table-link {
  text-decoration: underline;
}
.main-company-table .read-more {
  display: block;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .main-company-table .read-more {
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
  }
}
.main-company-table .read-more .wp-block-button__link {
  width: 300px;
}

.main-company-history {
  padding: 100px 0 150px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .main-company-history {
    padding: 60px 0;
  }
}
.main-company-history-inner {
  margin: 82px auto 0;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-company-history-inner {
    margin-top: 50px;
    padding: 0 30px;
  }
}
.main-company-history-items {
  padding: 62px 80px 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main-company-history-items {
    padding: 20px;
  }
}
.main-company-history-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 1024px) {
  .main-company-history-item {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-company-history-item {
    display: block;
    padding: 20px 0;
  }
}
.main-company-history-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 120px;
  color: #010080;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .main-company-history-title {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .main-company-history-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 75px;
  }
}
.main-company-history-number {
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .main-company-history-number {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-company-history-number {
    margin-right: 5px;
  }
}
.main-company-history-year {
  position: absolute;
  top: 50%;
  left: 130px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .main-company-history-year {
    left: 75px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-company-history-year {
    left: 70px;
    font-size: 16px;
  }
}

/* 会社概要：事業所・工場 */
.main-company-network {
  margin: 70px auto 150px;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-company-network {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-company-network-top-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-company-network-top-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.main-company-network-top-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-company-network-top-text {
    font-size: 15px;
  }
}
.main-company-network-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main-company-network-title {
    margin-top: 60px;
  }
}
.main-company-network-title:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .main-company-network-title:first-of-type {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-company-network img {
    display: block;
    margin: 0 auto;
  }
}
.main-company-network-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .main-company-network-item {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-company-network-item {
    display: block !important;
  }
}
.main-company-network-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 767px) {
  .main-company-network-text {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 10px;
  }
}
.main-company-network-text:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .main-company-network-text:not(:first-child) {
    margin-top: 10px;
  }
}
.main-company-network-text-left {
  display: inline-block;
  min-width: 77px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-company-network-text-left {
    min-width: 45px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .main-company-network-text-right br {
    display: none;
  }
}
.main-company-network .map-btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-company-network .map-btn {
    display: block;
    margin: 20px auto 0;
  }
}

.main-company-network-en .main-company-network-text-left {
  display: inline-block;
  min-width: 150px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-company-network-en .main-company-network-text-left {
    min-width: 130px;
    font-size: 16px;
  }
}

/* お知らせ */
.main-news {
  margin: 70px auto 150px;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-news {
    margin: 30px 0 60px;
    padding: 0 30px;
  }
}
.main-news .nav-links {
  margin-top: 60px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main-news .nav-links {
    margin-top: 30px;
  }
}

/* 404エラー */
.main-error-404 {
  margin: 100px auto;
  padding: 0 50px;
  max-width: 1270px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-error-404 {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-error-404-title {
  font-family: "Work Sans", sans-serif;
  font-size: 100px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .main-error-404-title {
    font-size: 60px;
  }
}
.main-error-404-sub-title {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .main-error-404-sub-title {
    font-size: 18px;
  }
}
.main-error-404 .return-btn {
  border: 1px solid #010080;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .main-error-404 .return-btn {
    margin-top: 30px;
  }
}

/* お知らせ：詳細 */
.main-news-detail .main-title {
  margin-top: 25px;
}

/* プライバシーポリシー */
.main-privacy {
  margin: 100px auto 150px;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-privacy {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-privacy-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-privacy-text {
    font-size: 15px;
  }
}
.main-privacy .main-item-title {
  margin-bottom: 40px;
}
.main-privacy .main-item-title:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .main-privacy .main-item-title:first-of-type {
    margin-top: 40px;
  }
}
.main-privacy ul {
  margin-top: 25px;
  padding-left: 22px;
}
.main-privacy li {
  list-style: disc;
}
.main-privacy-signiture {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .main-privacy-signiture {
    margin-top: 40px;
  }
}

/* FAQ */
.main-faq {
  margin: 100px auto 150px;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .main-faq {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-faq-item {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  .main-faq-item {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.main-faq-item:first-of-type {
  margin-top: 0;
}
.main-faq-title, .main-faq-text {
  padding-left: 60px;
  text-indent: -60px;
}
@media screen and (max-width: 767px) {
  .main-faq-title, .main-faq-text {
    padding-left: 40px;
    text-indent: -40px;
  }
}
.main-faq-title::before, .main-faq-text::before {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .main-faq-title::before, .main-faq-text::before {
    margin-right: 10px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
.main-faq-title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-faq-title {
    font-size: 16px;
  }
}
.main-faq-title::before {
  content: "Q";
  background-color: #ddd;
}
.main-faq-text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main-faq-text {
    margin-top: 10px;
  }
}
.main-faq-text::before {
  content: "A";
  background-color: #3D97D0;
}

/* 提供終了部品一覧 */
.main-discontinued-parts {
  margin: 50px auto 150px;
  max-width: 1270px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .main-discontinued-parts {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-discontinued-parts &gt; .wp-block-group__inner-container {
  overflow: auto;
}
.main-discontinued-parts-table thead {
  background-color: #F5F5F5;
}
.main-discontinued-parts-table thead th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
}
.main-discontinued-parts-table thead th:first-child {
  min-width: 50px;
}
.main-discontinued-parts-table thead th:nth-child(7) {
  min-width: 150px;
}
.main-discontinued-parts-table td {
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 1024px) {
  .main-discontinued-parts-table {
    font-size: 14px;
  }
  .main-discontinued-parts-table th:nth-child(2) {
    min-width: 165px;
  }
  .main-discontinued-parts-table th:nth-child(3) {
    min-width: 130px;
  }
  .main-discontinued-parts-table th:nth-child(4) {
    min-width: 120px;
  }
  .main-discontinued-parts-table th:nth-child(5) {
    min-width: 100px;
  }
  .main-discontinued-parts-table th:nth-child(6) {
    min-width: 120px;
  }
  .main-discontinued-parts-table th:nth-child(7) {
    min-width: 150px;
  }
}

/* 用語 */
.glossary-tooltip {
  z-index: 1;
}
.glossary-tooltip .glossary-only-link {
  background-color: unset;
  padding: 0;
  text-decoration: underline;
  font-weight: normal;
}

/* 用語集一覧 */
.main-glossary {
  margin: 100px auto 150px;
  max-width: 1270px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .main-glossary {
    margin: 60px auto;
    padding: 0 30px;
  }
}
.main-glossary-title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.56;
}
.main-glossary-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 5px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .main-glossary-items {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-glossary-items li {
  width: 50%;
  text-decoration: underline;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .main-glossary-items li {
    width: 100%;
  }
}
.main-glossary-items li .glossary-item {
  display: inline-block;
}

/* 用語集詳細 */
.glossary-detail {
  padding: 100px 0 150px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .glossary-detail {
    padding: 60px 0;
  }
}
.glossary-detail-inner {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1270px;
}
@media screen and (max-width: 767px) {
  .glossary-detail-inner {
    padding: 0 30px;
  }
}
.glossary-detail-item {
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .glossary-detail-item {
    padding: 20px;
  }
}
.glossary-detail-item p {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .glossary-detail-item p {
    margin-top: 30px;
  }
}
.glossary-detail-item img {
  margin-top: 40px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .glossary-detail-item img {
    margin-top: 20px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>