/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/destyle.css/destyle.css ***!
  \********************************************************************************************************************/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  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;
  line-height: 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 {
  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] {
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/swiper/swiper-bundle.min.css ***!
  \*************************************************************************************************************************/
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/main.scss ***!
  \*********************************************************************************************************************************************************************/
@charset "UTF-8";
/* color */
/* font */
.goudy, .p-contact__tel, .m-news-list__date, .m-heading__en, .a-title--type03, .c-footer__copyright, .c-gnav__item-en, .c-header-sp__label {
  font-family: "Sorts Mill Goudy", serif;
}

.text-hide {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
}

.mgnauto, .p-technique-flow__textarea--type02, .p-technique-flow__textarea--type01, .p-technique-pickup__title, .p-contact__form, .p-access__item--type02, .a-button--type02, .a-button--type01 {
  margin-left: auto;
  margin-right: auto;
}

.ease, .p-top-news__title, .p-voice-pagetop, .p-news__item a::after, .m-heading--type01 a::after, .a-link--type01, .a-button--type02 a, .a-button--type02, .a-button--type01 input,
.a-button--type01 a, .c-footer__links a, .c-header__contact a {
  transition: all 0.5s ease;
}

.easeout, .c-gnav__inner li {
  transition: all 0.5s ease-out;
}

/* hover */
.c-header {
  z-index: 2;
}

.p-top-mainvisual__logo {
  z-index: 1;
}

.m-heading--type01 a::after {
  z-index: 1;
}

.o-modal__overlay {
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .c-header.is-open .c-header__overlay {
    z-index: 999;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333333;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
  }
}

img {
  max-width: 100%;
}

.js-fadein {
  opacity: 0;
  transition: all 1s;
  transform: translateY(10px);
}
.js-fadein.scroll-in {
  opacity: 1;
  transform: translateY(0px);
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .p-top-mainvisual__item,
.swiper-slide-prev .p-top-mainvisual__item,
.swiper-slide-duplicate-active .p-top-mainvisual__item {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-modal {
  display: none;
}
.js-modal.is-open {
  display: block;
}

.hidden-sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
  }
}

.c-header {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  top: 0;
}
@media screen and (min-width: 769px) {
  .c-header {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 8px 16px;
  }
}

.c-header__inner {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .c-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    display: flex;
    align-items: center;
    column-gap: 16px;
  }
}

@media screen and (min-width: 769px) {
  .c-header__logo {
    width: 100px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 60px;
  }
}

/* ナビゲーション */
@media screen and (min-width: 769px) {
  .c-gnav {
    max-width: 720px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-gnav__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .c-gnav__inner li {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-gnav__item {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .c-gnav__item a {
    position: relative;
  }
  .c-gnav__item a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
  }
  .c-gnav__item a::after {
    bottom: -4px;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: 1px solid #333333;
    transition: all 0.3s ease;
  }
  .c-gnav__item a:hover::after {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .c-gnav__item a {
    font-size: 1.8rem;
    display: block;
  }
}

/* ナビゲーション SP */
@media screen and (max-width: 768px) {
  .c-header.is-open .c-gnav {
    transform: translate(0);
  }
  .c-header.is-open .c-gnav__inner li {
    opacity: 1;
  }
  .c-header.is-open .c-gnav__inner li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .c-header.is-open .c-gnav__inner li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .c-header.is-open .c-gnav__inner li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .c-header.is-open .c-gnav__inner li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .c-header.is-open .c-gnav__inner li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .c-header.is-open .c-gnav__inner li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .c-header.is-open .c-gnav__inner li:nth-child(7) {
    transition-delay: 0.7s;
  }
  .c-header.is-open .c-header-sp__bar::before {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  .c-header.is-open .c-header-sp__bar::after {
    width: 30px;
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  .c-header.is-open .js-overlay {
    display: block;
  }
  .c-header.is-open .c-header__overlay {
    animation: fadein 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 768px) {
  .c-gnav {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    min-width: 310px;
    height: 100%;
    overflow-y: auto;
    padding: 120px 35px 40px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@media screen and (min-width: 769px) {
  .c-header-sp {
    display: none;
  }
}

.c-header-sp__button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  height: 100%;
  padding: 0 1.5em;
  background: #dedbc9;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: none;
}

.c-header-sp__bar {
  position: relative;
  width: 30px;
  height: 10px;
  display: inline-block;
}
.c-header-sp__bar::before {
  top: 0;
}
.c-header-sp__bar::after {
  bottom: 0;
}
.c-header-sp__bar::before, .c-header-sp__bar::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #00192e;
  -webkit-transition: left 0.2s ease-in, transform 0.3s ease-in;
  transition: left 0.2s ease-in, transform 0.3s ease-in;
}

.c-header-sp__label {
  display: inline-block;
  margin-right: 1em;
  color: #333333;
  text-align: center;
  font-size: 1rem;
  line-height: 0.1rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .c-gnav__item-en {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-gnav__item-en {
    display: block;
    color: #9d9d9d;
    font-size: 1rem;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .js-overlayy {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .c-header__sub {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__sub {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-header__insta {
    display: block;
  }
}

/* お問い合わせ */
.c-header__contact a {
  background-color: #dedbc9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-header__contact a {
    padding: 0 24px;
  }
  .c-header__contact a:hover {
    background-color: #cec9ac;
  }
}
@media screen and (min-width: 769px) {
  .c-header__contact {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__contact {
    display: none;
  }
}

.c-header__contact-sp {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-header__contact-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header__contact-sp a {
    background: #dedbc9;
    display: block;
    padding: 8% 4%;
    font-size: 1.4rem;
  }
}

.c-header__insta-sp {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .c-header__insta-sp {
    display: none;
  }
}
.c-header__insta-sp a {
  width: 40px;
  display: block;
}

.c-footer {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 40px 24px;
  }
}

.c-footer__inner {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .c-footer__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

.c-footer__logo {
  margin-bottom: 16px;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-footer__logo img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__logo img {
    width: 200px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__info-text {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__info-text {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-bottom: 32px;
  }
}

.c-footer__links {
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.c-footer__links a:hover {
  color: #7b7c7d;
}
@media screen and (min-width: 769px) {
  .c-footer__links {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__links-title {
    margin-right: 24px;
    width: 80px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__links-relation {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__links-relation {
    margin-bottom: 32px;
  }
  .c-footer__links-relation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .c-footer__links-relation ul li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .c-footer__links-sub {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__copyright {
    text-align: center;
    font-size: 1.1rem;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.o-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.o-modal__container {
  background-color: #ffffff;
  padding: 24px;
  max-width: 880px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.o-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.o-modal__close {
  background: transparent;
  border: 0;
  margin-left: auto;
}

.o-modal__header .o-modal__close:before {
  content: "✕";
}

.o-modal__content {
  margin-top: 2rem;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.js-modal[aria-hidden=false] .o-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.js-modal[aria-hidden=false] .o-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.js-modal[aria-hidden=true] .o-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.js-modal[aria-hidden=true] .o-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.js-modal .o-modal__container,
.js-modal .o-modal__overlay {
  will-change: transform;
}

.a-button--type01 {
  max-width: 320px;
  text-align: center;
  height: 64px;
}
.a-button--type01 input,
.a-button--type01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #dedbc9;
  height: 100%;
}
.a-button--type01 input:hover,
.a-button--type01 a:hover {
  background-color: #cec9ac;
}

.a-button--type02 {
  max-width: 250px;
  height: 64px;
  border: 1px solid #716C51;
  position: relative;
  margin-top: 30px;
}
.a-button--type02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #716C51;
}
.a-button--type02::after, .a-button--type02::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: 20px;
  background-color: #716C51;
}
.a-button--type02::before {
  top: calc(50% + 4px);
  transform: rotate(-30deg);
}
.a-button--type02::after {
  top: calc(50% - 4px);
  transform: rotate(30deg);
}
.a-button--type02:hover {
  background-color: #716C51;
}
.a-button--type02:hover a {
  color: #ffffff;
}
.a-button--type02:hover::after, .a-button--type02:hover::before {
  background-color: #ffffff;
}

.p-recruit-voice__col-txt .a-button--type02 a {
  justify-content: flex-start;
  padding-left: 30px;
}

.a-input--type01 {
  padding: 8px 16px;
  border: 1px solid #9d9d9d;
  box-sizing: border-box;
}

.a-link--type01:hover {
  color: #7b7c7d;
}
.a-link--type02 {
  text-decoration: underline;
}
.a-link--type02:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .a-text--type01 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .a-text--type01 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .a-title--type01 {
    font-size: 5.6rem;
    line-height: 7.2rem;
  }
}
@media screen and (min-width: 769px) {
  .a-title--type02 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .a-title--type02 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .m-contents-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .m-contents-title {
    margin-bottom: 40px;
    /*     padding: 0 24px; */
  }
}

@media screen and (min-width: 769px) {
  .m-contents-title__en {
    font-size: 3.2rem;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .m-contents-title__en {
    font-size: 2.4rem;
    margin-right: 16px;
  }
}

@media screen and (min-width: 769px) {
  .m-contents-title__jp {
    font-size: 1.4rem;
    line-height: 2.4rem;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .m-contents-title__jp {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .m-heading--type01 {
    margin-right: 40px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .m-heading--type01 {
    margin-bottom: 24px;
  }
}
.m-heading--type01 a {
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 8px;
  display: block;
  position: relative;
}
.m-heading--type01 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 1px solid #333333;
}
.m-heading--type01 a:hover {
  opacity: 1;
}
.m-heading--type01 a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .m-heading__en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .m-heading__en {
    font-size: 2rem;
  }
}

.m-heading__jp {
  font-size: 1.3rem;
}

.m-news-list__date {
  color: #9d9d9d;
}

@media screen and (max-width: 768px) {
  .m-pagetitle .m-pagetitle__jp {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .m-pagetitle .m-pagetitle__en {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 769px) {
  .m-pagetitle__en {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .m-pagetitle-s {
    width: 240px;
    margin-right: 80px;
  }
}

.m-pagetitle-s__en {
  margin-bottom: 8px;
}

.m-textarea--type01 .m-textarea__title {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .m-textarea--type02 {
    padding: 0 24px;
  }
}
@media screen and (min-width: 769px) {
  .m-textarea--type02 .m-textarea__title {
    font-size: 3.2rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .m-textarea--type02 .m-textarea__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 16px;
  }
}

.o-head {
  margin-top: 120px;
}
@media screen and (min-width: 769px) {
  .o-head {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .o-head {
    margin-bottom: 40px;
  }
}

.o-head__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .o-head__image {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .o-head__image {
    height: 240px;
  }
}

@media screen and (min-width: 769px) {
  .o-head__title {
    margin: 0 auto 64px;
    max-width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .o-head__title {
    width: 80%;
    margin: 0 auto 40px;
  }
}

.o-head__image--company {
  background-image: url(../images/company/head-img.jpg);
}

.o-head__image--contact {
  background-image: url(../images/contact/head-img.jpg);
}

.o-head__image--recruit {
  background-image: url(../images/recruit/head-img.jpg);
}

.o-head__image--works {
  background-image: url(../images/works/head-img.jpg);
}

.o-head__image--technique {
  background-image: url(../images/about/head-img.jpg);
}

.o-head__image--recruit,
.o-head__image--recruit-description,
.o-head__image--recruit-thanks {
  background-image: url(../images/recruit/head-img.jpg);
}

@media screen and (min-width: 769px) {
  .o-flex--type01 {
    display: flex;
    justify-content: space-between;
  }
  .o-flex--type01 .o-flex__item {
    width: calc(33.3333333333% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .o-flex--type01 .o-flex__item {
    margin-bottom: 40px;
  }
}

.o-flex--type02 {
  display: flex;
  justify-content: space-between;
}

.o-form__wrap {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .o-form__wrap {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
  }
}
.o-form__wrap dt {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .o-form__wrap dt {
    width: 240px;
  }
}
.o-form__wrap dt span {
  color: #cd5e3c;
}
.o-form__wrap dd {
  max-width: 480px;
  width: 100%;
}
.o-form__wrap input,
.o-form__wrap textarea,
.o-form__wrap select {
  width: 100%;
}

.o-footer-contact {
  background-image: url(../images/hanabishi01.png), url(../images/tx.png);
  background-repeat: no-repeat, repeat;
}
@media screen and (min-width: 769px) {
  .o-footer-contact {
    background-position: right -200px, center;
    background-size: 420px, 100%;
  }
}
@media screen and (max-width: 768px) {
  .o-footer-contact {
    background-position: 220px -60px, center;
    background-size: 180px, 100%;
  }
}

.o-footer-contact__inner {
  text-align: center;
  padding: 64px 0;
}

.o-footer-contact__jp {
  margin-bottom: 16px;
}

.o-footer-contact__button {
  margin-top: 24px;
  display: block;
}

.o-list__item {
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (min-width: 769px) {
  .o-list__item {
    display: flex;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0 16px 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .o-list__item {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 0 8px 8px;
    margin-bottom: 8px;
  }
}

.o-list__left {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .o-list__left {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .o-list__left {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 769px) {
  .o-policy__contents {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .o-policy__lead {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .o-policy__lead {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .o-policy__item {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .o-policy__item {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .o-policy__title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .o-policy__title {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 769px) {
  .o-policy__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.o-section {
  max-width: 1120px;
}
@media screen and (min-width: 769px) {
  .o-section {
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 768px) {
  .o-section {
    margin: 0 auto 80px;
  }
  .o-section:not(.p-company-message__image) {
    padding: 0 24px;
  }
}

.o-section--type02 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .o-section--type02 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .o-section--type02 {
    padding: 0 24px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .o-section--type03 .o-section__title {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .o-section--type03 .o-section__title {
    padding: 0 24px;
  }
}

@media screen and (min-width: 769px) {
  .p-access__item {
    margin-bottom: 64px;
  }
  .p-access__item--type01 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-access__item {
    margin-bottom: 40px;
  }
}
.p-access__item--type02 {
  max-width: 760px;
}

@media screen and (min-width: 769px) {
  .p-access__title {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__title {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 8px;
  }
}
.p-access__title + p {
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .p-access__title-sub {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__title-sub {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 8px;
  }
}
.p-access__title-sub + p {
  margin-bottom: 24px;
}

.p-access__image {
  max-width: 480px;
}

.p-access__contents {
  max-width: 560px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-access__contents {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__contents {
    margin-top: 24px;
  }
}

/* ごあいさつ */
.p-company-message {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.p-company-message__image {
  margin-top: 40px;
}

/* 会社概要 */
.p-company-overview__contents {
  margin-bottom: 40px;
  background-image: url(../company/images/makie02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (min-width: 769px) {
  .p-company-overview__contents {
    background-size: 200px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-company-overview__contents {
    background-size: 160px;
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 769px) {
  .p-company-overview__item {
    width: calc(50% - 24px);
  }
}
.p-company-overview__video {
  width: 100%;
}

/* 歴史 */
.p-company-history {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../company/images/makie01.png);
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (min-width: 769px) {
  .p-company-history {
    background-size: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-history {
    background-size: 160px;
  }
}

.p-company-history__list {
  margin-bottom: 40px;
}

.p-company-history__images {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 769px) {
  .p-company-history__images {
    justify-content: space-between;
  }
  .p-company-history__images li {
    width: calc(25% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .p-company-history__images {
    flex-wrap: wrap;
  }
  .p-company-history__images li {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
}
.p-company-history__images img {
  margin-bottom: 8px;
}

/* 環境への取り組み */
.p-company-action__image {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-company-action__image {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-action__image {
    height: 245px;
  }
}

.p-company-action__video {
  object-fit: cover;
}

/* 安全への取り組み */
.p-company-safety__images {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-company-safety__images {
    justify-content: center;
  }
  .p-company-safety__images li {
    width: calc(33.3333333333% - 24px);
    margin: 0 16px 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-safety__images {
    justify-content: space-between;
  }
  .p-company-safety__images li {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
}

.p-company-safety__textarea {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.p-company-miyazaki {
  max-width: 200px;
  text-align: center;
  margin: 40px auto;
}
.p-company-miyazaki img {
  margin-bottom: 16px;
}

.p-company-miyazaki__bottom span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-contact {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__head {
  border: solid 1px #333333;
  text-align: center;
  padding: 40px;
  margin-bottom: 64px;
}

.p-contact__tel {
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-contact__tel {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__tel {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}

.p-contact__lead {
  margin-bottom: 40px;
}
.p-contact__lead span {
  color: #cd5e3c;
}

.p-contact__form {
  max-width: 760px;
}

.p-contact__textarea {
  height: 240px;
}

.p-contact__privacy {
  margin-bottom: 64px;
}
@media screen and (min-width: 769px) {
  .p-contact__privacy {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.p-news__item a {
  display: block;
  border-bottom: 1px solid #dcdddd;
  padding: 0 16px 16px;
  margin-bottom: 16px;
  position: relative;
}
.p-news__item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
}
.p-news__item a::after {
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 1px solid #9d9d9d;
}
.p-news__item a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.p-news__date {
  font-size: 1.5rem;
  line-height: 3.2rem;
  letter-spacing: 0.03em;
}

.p-news__title {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-news__title {
    font-size: 1.8rem;
  }
}

.p-news__head {
  margin-bottom: 40px;
}

.p-news__contents {
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .p-news__contents {
    max-width: 640px;
  }
}
.p-news__contents img {
  padding: 16px;
}

.p-news__title-detail {
  border-bottom: 1px solid #dcdddd;
  padding: 0 16px 16px;
}

.p-products__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}

.p-products__item {
  max-width: 440px;
  margin-bottom: 64px;
}
.p-products__item > img {
  outline: solid 1px #dcdddd;
  margin-bottom: 40px;
}

.p-recruit__list {
  list-style-type: disc;
  list-style-position: inside;
}

.p-recruit__text {
  margin-top: 40px;
}
.p-recruit__text a {
  text-decoration: underline;
  color: #4b2c00;
}
.p-recruit__text a:hover {
  text-decoration: none;
}

.p-recruit-top__col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-top__col {
    flex-direction: column;
  }
}

.p-recruit-top__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-recruit-top__img {
    width: 100%;
  }
}

.p-recruit-top__txt {
  width: 50%;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit-top__txt {
    width: 100%;
    margin: 40px 0 0;
  }
}

.p-recruit-top__img-col {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-recruit-top__img-col {
    justify-content: space-between;
  }
}
.p-recruit-top__img-col img:first-child {
  width: 40%;
  height: auto;
  object-fit: contain;
  position: static;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit-top__img-col img:first-child {
    width: 50%;
  }
}
.p-recruit-top__img-col img:last-child {
  width: 60%;
  height: auto;
  object-fit: contain;
  margin-left: -30px;
}

.p-recruit-person__col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit-person__col {
    flex-direction: column;
  }
}

.p-recruit-person__item {
  width: calc(33.3333333333% - 24px);
}
@media screen and (max-width: 768px) {
  .p-recruit-person__item {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-person__item:last-child {
    margin-bottom: 0;
  }
}

.p-recruit-person__head {
  text-align: center;
  margin-top: 15px;
}

.p-recruit-person__num {
  text-align: center;
  color: #716C51;
  margin-bottom: -15px;
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}

.p-recruit-voice .a-button--type02 {
  margin: 30px auto 0 0;
}

.p-recruit-voice__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit-voice__col {
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.p-recruit-voice__col-img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-recruit-voice__col-img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-voice__col-img {
    max-width: 460px;
  }
}

.p-recruit-voice__col-left .p-recruit-voice__col-txt {
  margin-left: 100px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-recruit-voice__col-left .p-recruit-voice__col-txt {
    width: 100%;
    margin: 30px auto 0 0;
  }
}

.p-recruit-voice__col-right .p-recruit-voice__col-txt {
  margin-right: 100px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-recruit-voice__col-right .p-recruit-voice__col-txt {
    width: 100%;
    margin: 30px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-voice__col-right {
    flex-direction: column-reverse;
  }
}

.p-recruit-voice__col-name {
  font-size: 4rem;
  line-height: 5.6rem;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.p-recruit-training {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .p-recruit-training {
    margin: 0 auto 80px;
  }
}

.p-recruit-training__intro {
  max-width: 1120px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit-training__intro {
    padding: 0 24px;
    line-height: 3rem;
  }
}

.p-recruit-training__swiper {
  max-width: calc(1120px + (100% - 1120px) / 2);
  margin: 0 0 0 auto;
  overflow: hidden;
  /*  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  } */
}
@media screen and (max-width: 768px) {
  .p-recruit-training__swiper {
    max-width: calc(100% - 24px);
  }
}
.p-recruit-training__swiper .swiper-slide {
  overflow: visible;
  transform: none !important;
}

.p-recruit-training__txt {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-training__txt {
    margin: 15px 0 0;
  }
}
.p-recruit-training__txt .m-textarea__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-training__txt .m-textarea__title {
    font-size: 1.8rem;
  }
}

.p-recruit-training__img {
  position: relative;
}

.p-recruit-training__arrow {
  content: "";
  position: absolute;
  right: -40px;
  /* top: 50%; */
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
  height: 30px;
  background-color: #dcdddd;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.p-recruit-training__arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #716C51;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}
.p-recruit-training__arrow span::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.p-recruit-firm {
  background-color: #F5F5F0;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm {
    padding: 80px 0;
  }
}
.p-recruit-firm .p-works__title {
  text-align: center;
}

.p-recruit-firm__grid,
.p-recruit-firm__grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto 20px;
}
.p-recruit-firm__grid .p-recruit-firm__item,
.p-recruit-firm__grid-2 .p-recruit-firm__item {
  background-color: #FFF;
  padding: 28px;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid .p-recruit-firm__item,
  .p-recruit-firm__grid-2 .p-recruit-firm__item {
    padding: 20px 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid,
  .p-recruit-firm__grid-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr;
    padding: 0 24px;
  }
}

.p-recruit-firm__grid .p-recruit-firm__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid .p-recruit-firm__item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}
.p-recruit-firm__grid .p-recruit-firm__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid .p-recruit-firm__item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
.p-recruit-firm__grid .p-recruit-firm__item:nth-child(3) {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid .p-recruit-firm__item:nth-child(3) {
    grid-area: 2/1/3/2;
  }
}
.p-recruit-firm__grid .p-recruit-firm__item:nth-child(4) {
  grid-area: 1/4/2/5;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid .p-recruit-firm__item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}

.p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}
.p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
.p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(3) {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(3) {
    grid-area: 2/1/3/2;
  }
}
.p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(4) {
  grid-area: 1/4/2/5;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
.p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(4) .p-recruit-firm__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 15px;
}
.p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(4) .p-recruit-firm__main-jp {
  font-size: 3rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__grid-2 .p-recruit-firm__item:nth-child(4) .p-recruit-firm__main-jp {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}

.card-6 .p-recruit-firm__txt,
.card-7 .p-recruit-firm__txt {
  text-align: center;
}

.p-recruit-firm__head {
  text-align: center;
  color: #716C51;
}

.p-recruit-firm__main {
  text-align: center;
  font-size: 4rem;
  line-height: 1.1;
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__main {
    font-size: 3rem;
    margin: 20px 0;
  }
}
.p-recruit-firm__main span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__main span {
    line-height: 1.8rem;
  }
}

.p-recruit-firm__main-jp {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__main-jp {
    font-size: 1.8rem;
  }
}

.p-recruit-firm__col {
  /*  display: flex;
  justify-content: flex-start; */
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-recruit-firm__col {
    flex-direction: column;
  }
}
.p-recruit-hire {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-hire {
    padding: 80px 0;
  }
}
.p-recruit-hire p {
  margin: 0 auto;
}

.p-recruit-hire__swiper {
  margin: 0 0 60px;
  overflow: hidden;
}
.p-recruit-hire__swiper .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}

.p-recruit-hire__col {
  display: flex;
  max-width: 1120px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-hire__col {
    padding: 0 24px;
    flex-direction: column;
  }
}

.p-recruit-hire__title {
  border-bottom: 1px solid #716C51;
}

.p-recruit-hire__item {
  width: 50%;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit-hire__item {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.p-recruit-hire__item p,
.p-recruit-hire__item .p-recruit-hire__title {
  text-align: left;
}
.p-recruit-hire__item span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-voice-top {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-voice-top {
    background-color: #F5F5F0;
    margin: 80px 0;
    padding: 0 0 60px;
  }
}

.p-voice-top__col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto 100px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-voice-top__col {
    flex-direction: column-reverse;
    margin: 0 auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-top__col .p-recruit-voice__col-img {
    max-width: 400px;
    margin: -40px auto 30px;
  }
}

.p-voice-top__bg {
  content: "";
  background-color: #F5F5F0;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-voice-top__bg {
    display: none;
  }
}

.p-voice-content {
  max-width: 848px;
  margin: 0 auto 100px;
  padding: 0 24px;
}
.p-voice-content__block {
  margin: 0 0 60px;
}

.p-voice-content__head {
  font-size: 2.4rem;
  line-height: 4rem;
  margin: 0 0 20px;
  padding-left: calc(2em + 10px);
  text-indent: calc(-2em - 10px);
}
@media screen and (max-width: 768px) {
  .p-voice-content__head {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.p-voice-content__head span {
  margin: 0 20px 0 0;
  color: #716C51;
}

.p-voice-content__img {
  margin: 50px 0;
}

.p-voice-footer {
  background-color: #F5F5F0;
  padding: 0 0 80px;
}

.p-voice-footer__col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-voice-footer__col {
    flex-direction: column;
  }
}

.p-voice-footer__txt {
  width: 60%;
  margin: 50px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-voice-footer__txt {
    max-width: 350px;
    margin: 50px auto 0;
    width: 100%;
  }
}

.p-voice-footer__txt-head {
  font-size: 2rem;
  position: relative;
  margin: 0 0 20px;
}
.p-voice-footer__txt-head::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #716C51;
  bottom: -10px;
  left: 0;
  border-radius: 9999px;
}

.p-voice-footer__img {
  width: 40%;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .p-voice-footer__img {
    max-width: 350px;
    margin: -40px auto 0;
    width: 100%;
  }
}

.p-voice-pagetop {
  padding: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-voice-pagetop {
    padding: 80px;
  }
}
.p-voice-pagetop p {
  position: relative;
  display: inline-block;
  /* &::after,
     &::before {
       content: "";
       position: absolute;
       top: calc(50% + 0.5px);
       right: -20px;
       width: 12px;
       height: 1px;
       border-radius: 9999px;
       background-color: #000000;
       transform-origin: calc(100% - 0.5px) 50%;
     }

     &::before {
       transform: rotate(30deg);
     }

     &::after {
       transform: rotate(-30deg);
     }
  */
}

.p-description {
  max-width: 800px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .p-description {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-description tr:first-child th {
    padding-top: 0;
  }
}
.p-description th {
  padding: 20px;
  width: 20%;
  font-weight: 600;
  border-bottom: 1px solid #7b7c7d;
}
@media screen and (max-width: 768px) {
  .p-description th {
    border-bottom: none;
    padding: 20px 10px 10px;
  }
}
.p-description td {
  padding: 20px;
  width: 80%;
  font-weight: 400;
  border-bottom: 1px solid #7b7c7d;
}
@media screen and (max-width: 768px) {
  .p-description td {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-description th,
  .p-description td {
    width: 100%;
    display: block;
  }
}

.p-description__lead {
  margin-bottom: 40px;
}
.p-description__lead span {
  color: #cd5e3c;
}

.a-button--type01 .wpcf7-form-control {
  height: 64px;
}

.p-technique__title {
  margin: 0 auto 64px;
}
@media screen and (min-width: 769px) {
  .p-technique__title {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-technique__title {
    width: 30%;
  }
}

@media screen and (min-width: 769px) {
  .p-technique-pickup__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__list {
    margin-bottom: 120px;
  }
}

.p-technique-pickup__title {
  max-width: 1120px;
}
@media screen and (min-width: 769px) {
  .p-technique-pickup__title {
    font-size: 4rem;
    line-height: 8rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__title {
    font-size: 4rem;
    line-height: 6.4rem;
    margin-bottom: 40px;
  }
}

.p-technique-pickup__title03 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-technique-pickup__text {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__text {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-technique-pickup__image-main {
    width: 50%;
    min-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__image-main {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .p-technique-pickup__image-main01 {
    margin-left: auto;
    margin-top: -40px;
  }
}

@media screen and (min-width: 769px) {
  .p-technique-pickup__image-main03 {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__image-main03 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .p-technique-pickup__image-sub {
    width: 40%;
    min-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__image-sub {
    width: 60%;
  }
}

@media screen and (min-width: 769px) {
  .p-technique-pickup__textarea01 {
    padding: 16%;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__textarea01 {
    padding: 0 8% 8%;
  }
}

@media screen and (min-width: 769px) {
  .p-technique-pickup__textarea02 {
    padding: 8%;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__textarea02 {
    padding: 0 8% 8%;
  }
}

@media screen and (min-width: 769px) {
  .p-technique-pickup__textarea03 {
    padding: 16%;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-pickup__textarea03 {
    padding: 0 8% 8%;
  }
}

.p-technique-pickup__image-sub03 {
  margin-left: auto;
}
/* テクニック */
@media screen and (min-width: 769px) {
  .p-technique-contents__list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
  .p-technique-contents__list > li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-contents__list li {
    margin-bottom: 64px;
  }
}

.p-technique-contents__textarea {
  max-width: 480px;
}

.p-technique-contents__image {
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-technique-contents__image {
    margin-bottom: 24px;
  }
}

/* 製造工程 */
@media screen and (min-width: 769px) {
  .p-technique-flow__list > li {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-flow__list > li {
    margin-bottom: 64px;
  }
}

.p-technique-flow__image {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-technique-flow__image {
    justify-content: space-around;
  }
  .p-technique-flow__image li {
    width: calc(50% - 8px);
  }
  .p-technique-flow__image li + li {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-technique-flow__image li {
    width: calc(50% - 4px);
  }
  .p-technique-flow__image li + li {
    margin-bottom: 4px;
  }
  .p-technique-flow__image:not(.p-technique-flow__image-sekkei) {
    justify-content: space-between;
  }
}

.p-technique-flow__image-sekkei {
  justify-content: center;
}

.p-technique-flow__textarea--type01 {
  margin-top: 32px;
  max-width: 640px;
}

.p-technique-flow__textarea--type02 {
  margin-top: 32px;
  max-width: 400px;
}

.p-top-company {
  background-image: url(../images/hanabishi01.png), url(../images/tx.png);
  background-repeat: no-repeat, repeat;
}
@media screen and (min-width: 769px) {
  .p-top-company {
    background-position: right -200px, center;
    background-size: 420px, 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company {
    background-position: 160px -140px;
    background-size: 70%;
  }
}

.p-top-company__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) {
  .p-top-company__inner {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company__inner {
    padding: 80px 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-company__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-company__links {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .p-top-company__content-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company__content-text {
    margin-bottom: 24px;
  }
}

.p-top-company__more {
  margin-top: 40px;
  display: block;
}

.p-company-massage__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-company-massage__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company-massage__title {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.p-top-introduction {
  background-image: url(../images/tx.png);
}
@media screen and (min-width: 769px) {
  .p-top-introduction {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction {
    padding: 40px 0;
    margin-bottom: 80px;
  }
}

.p-top-introduction__inner {
  background-image: url(../images/hanabishi02.png);
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .p-top-introduction__inner {
    background-size: 400px;
    background-position: right bottom;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__inner {
    background-size: 240px;
    background-position: right -24px bottom;
  }
}

.p-top-introduction__head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-introduction__head {
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__head {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  .p-top-introduction__lead {
    max-width: 410px;
    margin: 0 auto 56px;
    font-size: 5.6rem;
    line-height: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__lead {
    font-size: 4rem;
    line-height: 6.4rem;
    margin: 0 auto 40px;
  }
}

.p-top-introduction__lead-text {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-introduction__lead-text {
    font-size: 2rem;
    line-height: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__lead-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

.p-top-miyazaki {
  margin-top: 24px;
  align-items: flex-end;
  text-align: center;
}
.p-top-miyazaki span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 4px;
}

.p-top-miyazaki__image {
  max-width: 160px;
  margin: 0 auto 24px;
}

.p-top-news {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-top-news {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-news__inner {
    display: flex;
    max-width: 880px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .p-top-news__item {
    display: flex;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__item {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-news__date {
    max-width: 140px;
    width: 100%;
  }
}

.p-top-news__title {
  display: block;
}
.p-top-news__title:hover {
  color: #7b7c7d;
}
@media screen and (min-width: 769px) {
  .p-top-news__more {
    margin-top: 40px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-mainvisual {
    margin-top: 130px;
  }
}
.p-top-mainvisual__slider {
  position: relative;
}

.p-top-mainvisual__item01 {
  background-image: url(../images/top/slider01.png);
}

.p-top-mainvisual__item02 {
  background-image: url(../images/top/slider02.png);
}

.p-top-mainvisual__item03 {
  background-image: url(../images/top/slider03.png);
  background-position: center left !important;
}

.p-top-mainvisual__item04 {
  background-image: url(../images/top/slider04.png);
}

.p-top-mainvisual__item {
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-top-mainvisual__item {
    height: 680px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mainvisual__item {
    height: 100vh;
  }
}

.p-top-mainvisual__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-top-mainvisual__logo {
    width: 240px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mainvisual__logo {
    width: 120px;
    height: 130px;
  }
}

.p-top-parallax__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-top-parallax__head {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-parallax__head {
    margin-bottom: 40px;
  }
}

.p-top-parallax__bottom {
  display: flex;
  justify-content: space-between;
}

.p-top-parallax__item01 {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-top-parallax__item01 {
    width: 30%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-parallax__item01 {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .p-top-parallax__item02 {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-parallax__item02 {
    width: 40%;
  }
}

@media screen and (min-width: 769px) {
  .p-top-parallax__item03 {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-parallax__item03 {
    width: 24%;
    margin-top: 40px;
  }
}

.p-top-parallax__item04 {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-top-parallax__item04 {
    width: 26%;
    margin: -100px -130px 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-parallax__item04 {
    width: 30%;
    margin: 0 -40px 0 8%;
  }
}

@media screen and (min-width: 769px) {
  .p-top-parallax__item05 {
    width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-parallax__item05 {
    width: 72%;
  }
}

@media screen and (min-width: 769px) {
  .p-top-works {
    padding-top: 120px;
    width: 90.62%;
    margin: 0 0 120px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 80px;
  }
}

.p-top-works__heading {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .p-top-works__heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works__heading {
    justify-content: space-between;
    margin-bottom: 24px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-works__pagetitle {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works__pagetitle .a-title--type01 {
    font-size: 2.4rem;
  }
}

.p-top-mainvisual__item-title {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-top-mainvisual__item-title {
    height: 80px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mainvisual__item-title {
    padding: 16px;
  }
}

.p-top-works__navigation {
  /*     position: absolute;
      right: 0;
      bottom: 0; */
}

.p-top-works__navigation-item {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .p-top-works__navigation-item {
    width: 80px;
    height: 80px;
  }
}

.p-top-works__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  .p-top-works__item {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works__item {
    height: 240px;
  }
}

.p-top-works__item01 {
  background-image: url(../images/top/works01.png);
}

.p-top-works__item02 {
  background-image: url(../images/top/works02.png);
}

.p-top-works__item03 {
  background-image: url(../images/top/works03.png);
}

@media screen and (min-width: 769px) {
  .p-top-works__navigation-prev {
    bottom: 0;
    top: auto;
    right: 80px;
    left: auto;
  }
}

@media screen and (min-width: 769px) {
  .p-top-works__navigation-next {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
  }
}

.p-top-movie__video {
  width: 100%;
}

.p-works__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-works__title {
    font-size: 4rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-works__title {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

.p-works-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-works-list {
    justify-content: space-between;
  }
}

.p-works-list__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-works-list__item {
    width: calc(25% - 24px);
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-works-list__item {
    width: calc(50% - 8px);
  }
}
.p-works-list__item a {
  margin-bottom: 16px;
  display: block;
}

.p-works-list__name {
  padding: 0 8px;
}

@media screen and (min-width: 769px) {
  .t-container {
    margin-top: 130px;
  }
}

@media screen and (min-width: 769px) {
  .t-container-page {
    margin-top: 210px;
  }
}
