/*! destyle.css v3.0.2 | 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]: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;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #252525;
  background-color: #fff;
  padding-top: 78px;
}
@media screen and (min-width: 960px) {
  body {
    padding-top: 120px;
  }
}

*:focus-visible {
  outline: 3px solid #1073d0 !important;
  outline-offset: -3px !important;
}

nav ul, nav ol {
  list-style: none;
}
nav a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
}

small {
  font-size: 75%;
}

em {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #325779;
}

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

label {
  display: inline-block;
  cursor: pointer;
}

hr {
  margin: 2rem 0;
  background: #ddd;
  border-color: #ccc;
}

:root {
  --color_company: #E4DB2C;
  --color_services: #AA3D99;
  --color_product: #2D715E;
  --color_column: #F4A133;
  --color_news: #194393;
  --color_contact: #194393;
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/variable/montserrat/Montserrat-VariableFont_wght.woff2") format("woff2"), url("../fonts/variable/montserrat/Montserrat-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat-italic";
  font-style: italic;
  font-weight: 100 900;
  src: url("../fonts/variable/montserrat/Montserrat-Italic-VF.woff2") format("woff2");
}
.site_frame__main {
  background-color: #fff;
}

.site_frame__header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

.site_header {
  position: relative;
  padding-block: 15px;
  background-color: #fff;
  padding-inline: 6px 10px;
  -webkit-transition: padding-block 0.3s;
  transition: padding-block 0.3s;
}
@media screen and (min-width: 960px) {
  .site_header {
    padding-block: 32px;
    padding-inline: 30px 40px;
  }
  .site_header._is_effect {
    padding-block: 12px;
  }
}

.site_header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  margin-inline: auto;
  max-width: 1360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site_header__primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site_header__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_branding__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  height: 48px;
}

.header_branding__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_branding__logo .image {
  width: 220px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .header_branding__logo .image {
    width: 280px;
  }
}
@media screen and (min-width: 1080px) {
  .header_branding__logo .image {
    width: 360px;
  }
}
.header_branding__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site_header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .site_header__nav {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .site_header__nav {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
}

.gnav_main {
  margin-right: 16px;
}
@media screen and (min-width: 960px) {
  .gnav_main {
    margin-right: initial;
  }
}

.gnav_main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
@media screen and (min-width: 1152px) {
  .gnav_main__items {
    -webkit-column-gap: clamp(6px, 0.5vw, 19px);
       -moz-column-gap: clamp(6px, 0.5vw, 19px);
            column-gap: clamp(6px, 0.5vw, 19px);
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .gnav_main__item:hover .text::after {
    width: 100%;
    left: 0%;
    -webkit-transition: width 0.3s, left 0.3s;
    transition: width 0.3s, left 0.3s;
  }
}

.gnav_main__link {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  color: #252525;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.gnav_main__link._language {
  font-size: 1rem;
  letter-spacing: initial;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .gnav_main__link._language {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .gnav_main__link {
    letter-spacing: 0.08em;
    font-size: 0.875rem;
    padding-inline: 0.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .gnav_main__link {
    font-size: 0.9375rem;
  }
}
.gnav_main__link:not([href]) {
  cursor: default;
}
.gnav_main__link._external {
  letter-spacing: 0.04em;
}
.gnav_main__link._external._l1 {
  margin-right: 8px;
}
.gnav_main__link._external._l2 {
  margin-right: 4px;
}
.gnav_main__link .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding-block: 10px;
  position: relative;
}
.gnav_main__link .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #252525;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0s;
  transition: width 0s;
}
@media screen and (min-width: 1080px) {
  .gnav_main__link .text::after {
    height: 4px;
  }
}
.gnav_main__link .icon {
  position: absolute;
  display: block;
}
.gnav_main__link .icon._external {
  width: 13px;
  height: 9px;
  top: -4px;
  right: -8px;
}

.gnav_cta {
  display: none;
}
@media screen and (min-width: 960px) {
  .gnav_cta {
    display: block;
  }
}

.gnav_cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.08em;
  width: 152px;
  height: 65px;
  background-color: #325779;
  -webkit-transition: background-color 0.4s, height 0.3s;
  transition: background-color 0.4s, height 0.3s;
}
@media screen and (min-width: 960px) {
  .gnav_cta__link {
    width: 120px;
    height: 56px;
  }
  .gnav_cta__link._is_effect {
    height: 48px;
  }
}
@media screen and (min-width: 1080px) {
  .gnav_cta__link {
    width: 130px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .gnav_cta__link {
    width: 152px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .gnav_cta__link:hover {
    background-color: #252525;
  }
}
.gnav_pulldown {
  position: absolute;
  padding: 40px 40px 60px;
  margin-top: -30px;
  margin-left: -32px;
  opacity: 0;
  visibility: hidden;
  translate: 0 -10px;
  -webkit-transition: opacity 0.3s, visibility 0.3s, translate 0.3s 0.1s;
  transition: opacity 0.3s, visibility 0.3s, translate 0.3s 0.1s;
}

.gnav_pulldown__items {
  padding-block: 22px;
  padding-inline: 32px;
  background-color: #252525;
  border-top-right-radius: 30px;
}

.gnav_pulldown__link {
  display: block;
  white-space: nowrap;
  padding-block: 4px;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .gnav_pulldown__link:hover {
    color: #888;
  }
}

.drawer_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  z-index: 11;
}
@media screen and (min-width: 960px) {
  .drawer_btn {
    display: none;
  }
}
.drawer_btn .text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  white-space: nowrap;
}
.drawer_btn .icon {
  position: absolute;
  display: block;
  width: 35px;
  height: 24px;
}
.drawer_btn .icon .icon_line {
  display: block;
  background-color: #252525;
  width: inherit;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: rotate 0.4s, translate 0.3s, background-color 0.3s;
  transition: rotate 0.4s, translate 0.3s, background-color 0.3s;
}
.drawer_btn .icon .icon_line._l1 {
  top: 5px;
}
.drawer_btn .icon .icon_line._l2 {
  top: calc(50% - 1px);
}
.drawer_btn .icon .icon_line._l3 {
  bottom: 6px;
}
@media (any-hover: hover) and (pointer: fine) {
  .drawer_btn:hover .icon_line {
    background-color: #325779;
  }
}
.drawer_btn._is_active .icon {
  overflow: hidden;
}
.drawer_btn._is_active .icon .icon_line._l1 {
  rotate: 195deg;
  translate: 0 6px;
}
.drawer_btn._is_active .icon .icon_line._l2 {
  translate: 200px;
}
.drawer_btn._is_active .icon .icon_line._l3 {
  rotate: -195deg;
  translate: 0 -6px;
}

body._dir_about ._slug_about .text::after {
  width: 100%;
  left: 0%;
}
body._dir_business ._slug_business .text::after {
  width: 100%;
  left: 0%;
}
body._dir_products ._slug_products .text::after {
  width: 100%;
  left: 0%;
}
body._dir_column ._slug_column .text::after {
  width: 100%;
  left: 0%;
}
body._dir_news ._slug_news .text::after {
  width: 100%;
  left: 0%;
}
body._dir_pla ._slug_feature .text::after {
  width: 100%;
  left: 0%;
}
body._dir_wacs ._slug_feature .text::after {
  width: 100%;
  left: 0%;
}
body._dir_room-spool ._slug_feature .text::after {
  width: 100%;
  left: 0%;
}

.site_footer {
  font-size: 14px;
  background-color: #325779;
  padding-block: 80px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .site_footer {
    padding-block: 120px 90px;
  }
}
@media screen and (min-width: 1280px) {
  .site_footer {
    padding-block: 74px 40px;
  }
}

.footer_branding__logo {
  display: inline-block;
  width: 154px;
  background-color: #fff;
  -webkit-mask-image: url(../img/common/logo-footer.webp);
          mask-image: url(../img/common/logo-footer.webp);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (min-width: 600px) {
  .footer_branding__logo {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .footer_branding__logo {
    width: 274px;
  }
}
.footer_branding__logo img {
  mix-blend-mode: screen;
}

.footer_address {
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 0.04em;
  margin-top: 30px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .footer_address {
    font-size: 1.0625rem;
    max-width: 420px;
  }
}
@media screen and (min-width: 960px) {
  .footer_address {
    font-size: 1.125rem;
    max-width: initial;
    margin-top: 50px;
  }
}
.footer_address .tel {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .footer_address .tel {
    margin-top: 6px;
  }
}

.footer_pagetop {
  display: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  padding: 10px 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 600px) {
  .footer_pagetop {
    display: block;
    right: 30px;
    top: 74px;
  }
}
@media screen and (min-width: 960px) {
  .footer_pagetop {
    right: 5vw;
  }
}
.footer_pagetop .text {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer_pagetop .text::before {
  content: "";
  height: 45px;
  width: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer_pagetop:hover {
    color: #F4A133;
  }
  .footer_pagetop:hover .text::before {
    background-color: #ddae72;
  }
}

.footer_copyright {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  margin-top: 76px;
}
@media screen and (min-width: 600px) {
  .footer_copyright {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .footer_copyright {
    margin-top: 88px;
  }
}
@media screen and (min-width: 1280px) {
  .footer_copyright {
    margin-top: 68px;
  }
}