@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
All Mixin
========================================================================== */
/* ================================
グローバル変数の定義
=================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* ================================
Color
=================================== */
/* ================================
Font Family
=================================== */
/* ================================
Font Weight
=================================== */
/* ================================
環境設定
=================================== */
/* ================================
Color
=================================== */
/* ================================
Font
=================================== */
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6, p, span, div, li, a, button, th, td, label, input, textarea, select {
  font-family: "Inter", sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.5;
}

p, span, li, a, button, th, td, label, input, textarea, select {
  line-height: 1.7;
  font-size: 1rem;
}

/* ================================
HTML環境設定
=================================== */
a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: #333;
}

/* ================================
Bootstrap Overwrite
=================================== */
.container {
  width: 1640px;
  max-width: 100%;
}
@media screen and (max-width: 1919px) {
  .container {
    width: 1600px;
  }
}
@media screen and (max-width: 1639px) {
  .container {
    width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.d-xxl-block {
  display: block;
}
@media screen and (max-width: 1639px) {
  .d-xxl-block {
    display: none !important;
  }
}

/* ================================
Scroll Adjust
=================================== */
/* WordPressの管理バーが出る場合に足す（任意） */
body.admin-bar {
  --adminbar-h: 32px;
}

:root {
  --adminbar-h: 0px;
}

/* 1) ヘッダー高を変数化（任意でブレークポイント別に上書き） */
:root {
  --header-h: 65px;
}

@media screen and (max-width: 767px) {
  :root {
    --header-h: 65px;
  }
}
.anchor-target, :target {
  scroll-margin-top: calc(var(--header-h) + var(--adminbar-h));
}

/* Scss Document */
/* ================================
共通クラス
=================================== */
.hidden {
  overflow: hidden;
}

/* ================================
Position
=================================== */
.relative {
  position: relative;
}

/* ================================
Background
=================================== */
/* ================================
Font
=================================== */
.f-reg {
  font-weight: 400 !important;
}

.f-med {
  font-weight: 500 !important;
}

.f-s-bold {
  font-weight: 600;
}

.f-bold {
  font-weight: 700;
}

.f-x-bold {
  font-weight: 900;
}

.f-base {
  font-size: 1rem;
}

.f-12 {
  font-size: 12px;
  line-height: 1.5;
}

.f-20 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1639px) {
  .f-20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .f-20 {
    font-size: 16px;
  }
}

.f-24 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1639px) {
  .f-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .f-24 {
    font-size: 18px;
  }
}

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

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

.h-24 {
  font-size: 24px;
}
@media screen and (max-width: 1639px) {
  .h-24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .h-24 {
    font-size: 20px;
  }
}

.h-28 {
  font-size: 28px;
}
@media screen and (max-width: 1639px) {
  .h-28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .h-28 {
    font-size: 22px;
  }
}

.h-30 {
  font-size: 30px;
}
@media screen and (max-width: 1639px) {
  .h-30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .h-30 {
    font-size: 24px;
  }
}

.h-40 {
  font-size: 40px;
}
@media screen and (max-width: 1639px) {
  .h-40 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h-40 {
    font-size: 26px;
  }
}

.h-50 {
  font-size: 50px;
  height: auto !important;
}
@media screen and (max-width: 1639px) {
  .h-50 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .h-50 {
    font-size: 30px;
  }
}

.f-primary {
  color: #D22B2B;
}

.lh-xs {
  line-height: 1.1;
}

.lh-sm {
  line-height: 1.3;
}

.lh-md {
  line-height: 1.5;
}

.allcap {
  text-transform: uppercase;
}

/* ================================
Margin
=================================== */
.mt-md {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt-md {
    margin-top: 60px;
  }
}

.mb-md {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb-md {
    margin-bottom: 60px;
  }
}

.mb-xl {
  margin-bottom: 140px;
}
@media screen and (max-width: 1639px) {
  .mb-xl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mb-xl {
    margin-bottom: 80px;
  }
}

/* ================================
Padding
=================================== */
.pt-md {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .pt-md {
    padding-top: 60px;
  }
}

.pt-xl {
  padding-top: 140px;
}
@media screen and (max-width: 1639px) {
  .pt-xl {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pt-xl {
    padding-top: 80px;
  }
}

.pb-md {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-xl {
  padding-bottom: 140px;
}
@media screen and (max-width: 1639px) {
  .pb-xl {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pb-xl {
    padding-bottom: 80px;
  }
}

.py-md {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .py-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.py-xl {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1639px) {
  .py-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .py-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ================================
Link
=================================== */
.link-primary {
  color: #D22B2B;
}
.link-primary:hover {
  color: #333;
}

.link-primary-underline {
  color: #D22B2B;
  text-decoration: underline;
}
.link-primary-underline:hover {
  color: #D22B2B;
  text-decoration: none;
}

.link-black {
  color: #333;
  text-decoration: underline;
}
.link-black:hover {
  color: #333;
  text-decoration: none;
}

/* ================================
Button
=================================== */
.btn {
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 20px 11px 20px;
  border-radius: 0;
}
@media screen and (max-width: 1919px) {
  .btn {
    font-size: 16px;
    padding: 10px 15px 9px 15px;
  }
}
.btn i {
  padding-left: 15px;
}
.btn:hover {
  background-color: #fff;
  color: #333;
}

/* ================================
List
=================================== */
.list-style-none {
  list-style: none;
  padding-left: 0;
}

.list-style-inline {
  list-style: none;
  padding-left: 0;
}
.list-style-inline li {
  display: inline-block;
}

.list-style-default li {
  padding-bottom: 7px;
}
.list-style-default li:last-child {
  padding-bottom: 0;
}

/* ================================
Animation
=================================== */
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s;
}

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*右から左にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s;
}

.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ================================
Header: Common PC
=================================== */
.header-pc {
  padding: 15px 63px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1919px) {
  .header-pc {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1399px) {
  .header-pc {
    display: none;
  }
}

.header-pc-logo {
  display: block;
  margin-right: 30px;
}
.header-pc-logo img {
  width: 363px;
}
@media screen and (max-width: 1919px) {
  .header-pc-logo img {
    width: 270px;
  }
}

.header-pc-menu li {
  margin-right: 25px;
}
.header-pc-menu li a {
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1919px) {
  .header-pc-menu li a {
    font-size: 16px;
  }
}
.header-pc-menu li a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.header-pc-menu .menu_logo img {
  display: block;
  margin-right: 7px;
  width: 37px;
}
@media screen and (max-width: 1919px) {
  .header-pc-menu .menu_logo img {
    width: 23px;
  }
}
.header-pc-menu .menu_logo i {
  padding-left: 5px;
}

.header-pc-btn {
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 20px 11px 20px;
  border-radius: 0;
}
@media screen and (max-width: 1919px) {
  .header-pc-btn {
    font-size: 16px;
    padding: 10px 15px 9px 15px;
  }
}
.header-pc-btn i {
  padding-left: 15px;
}
.header-pc-btn:hover {
  background-color: #333;
  color: #fff;
}

/* ================================
Header: Common SP
=================================== */
.header-sp {
  display: none;
  padding: 10px 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1399px) {
  .header-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-sp {
    padding: 7px 15px;
  }
}

.header-sp-logo img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .header-sp-logo img {
    width: 195px;
  }
}

.header-sp-toggler {
  width: 60px;
  height: 60px;
  background-color: #D22B2B;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header-sp-toggler {
    width: 48px;
    height: 48px;
  }
}

.header-sp-toggler .line {
  background-color: #fff;
  height: 1px;
  position: absolute;
  transition: 0.3s;
}
.header-sp-toggler .line--top {
  top: 21px;
  left: 14px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .header-sp-toggler .line--top {
    top: 17px;
    left: 11px;
    width: 26px;
  }
}
.header-sp-toggler .line--center {
  top: 50%;
  left: 50%;
  width: 32px;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header-sp-toggler .line--center {
    width: 26px;
  }
}
.header-sp-toggler .line--bottom {
  bottom: 21px;
  right: 14px;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .header-sp-toggler .line--bottom {
    bottom: 17px;
    right: 11px;
    width: 18px;
  }
}

.header-sp-toggler.active {
  background-color: #fff;
  border: 0.4px solid #B5B5B5;
}

.header-sp-toggler.active .line--top {
  background-color: #D22B2B;
  transform: rotate(45deg);
  top: 28.5px;
}
@media screen and (max-width: 767px) {
  .header-sp-toggler.active .line--top {
    top: 23px;
  }
}
.header-sp-toggler.active .line--center {
  background-color: transparent;
}
.header-sp-toggler.active .line--bottom {
  background-color: #D22B2B;
  transform: rotate(-45deg);
  bottom: 29px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .header-sp-toggler.active .line--bottom {
    width: 26px;
    bottom: 23px;
  }
}

.header-sp-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
  overflow-y: auto;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .header-sp-menu {
    padding-top: 78px;
  }
}
.header-sp-menu:before {
  content: "";
  width: 100%;
  height: 0.4px;
  background-color: #B5B5B5;
  position: absolute;
  left: 0;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .header-sp-menu:before {
    top: 78px;
  }
}
.header-sp-menu__inner {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .header-sp-menu__inner {
    padding: 20px;
  }
}

.header-sp-menu .menu li {
  border-bottom: 0.4px solid #B5B5B5;
}
.header-sp-menu .menu li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 5px;
}
@media screen and (max-width: 767px) {
  .header-sp-menu .menu li a {
    font-size: 16px;
  }
}
.header-sp-menu .menu li a:hover {
  color: #333;
}
.header-sp-menu .menu li:first-child a {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .header-sp-menu .menu li:first-child a {
    padding-top: 20px;
  }
}

.header-sp-menu .menu .menu_logo img {
  width: 30px;
  margin-right: 7px;
}
.header-sp-menu .menu .menu_logo i {
  padding-left: 5px;
}

/* ================================
Header: Home
=================================== */
#header-home:before, #header-home-sp:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.8s;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

#header-home.active:before, #header-home-sp.active:before {
  background-color: rgba(255, 255, 255, 0.7);
}

#header-home .header-pc-menu li a {
  color: #fff;
}

#header-home.active .header-pc-menu li a {
  color: #000;
}

#header-home, #header-home-sp {
  transition: 1s;
}

#header-home.hide, #header-home-sp.hide {
  top: -300px;
}

/* ================================
Header: Pages
=================================== */
#header-pages:before, #header-pages-sp:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.8s;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

/* ================================
Footer: Contact
=================================== */
#footer-contact {
  background: url("../img/footer-contact-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  #footer-contact {
    padding-left: 20px;
    padding-right: 20px;
    background: url("../img/footer-contact-bg-sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #footer-contact .h-50 {
    font-size: 25px;
  }
}

#footer-contact-btn {
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 20px 11px 20px;
  border-radius: 0;
}
@media screen and (max-width: 1919px) {
  #footer-contact-btn {
    font-size: 16px;
    padding: 10px 15px 9px 15px;
  }
}
#footer-contact-btn i {
  padding-left: 15px;
}
#footer-contact-btn:hover {
  background-color: #333;
  color: #fff;
}

/* ================================
Footer: Main
=================================== */
#footer-main {
  background-color: #333;
}

#footer-main-btn {
  width: 55px;
  height: 55px;
  background-color: #fff;
  position: absolute;
  right: 115px;
  top: 75px;
}
@media screen and (max-width: 991px) {
  #footer-main-btn {
    width: 45px;
    height: 45px;
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  #footer-main-btn {
    right: 20px;
    top: -22.5px;
  }
}
#footer-main-btn i {
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 991px) {
  #footer-main-btn i {
    font-size: 20px;
  }
}

#footer-main-top-logo img {
  max-width: 100%;
}
@media screen and (max-width: 1919px) {
  #footer-main-top-logo img {
    width: 290px;
  }
}
@media screen and (max-width: 1399px) {
  #footer-main-top-logo img {
    width: 260px;
  }
}

#footer-main-top .menu li {
  padding-bottom: 10px;
}
#footer-main-top .menu li:last-child {
  padding-bottom: 0;
}
#footer-main-top .menu li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1639px) {
  #footer-main-top .menu li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #footer-main-top .menu li a {
    font-size: 15px;
  }
}

#footer-main-top-link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1639px) {
  #footer-main-top-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  #footer-main-top-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer-main-top-link {
    font-size: 15px;
  }
}
#footer-main-top-link img {
  width: 37px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #footer-main-top-link img {
    width: 22px;
  }
}
#footer-main-top-link i {
  padding-left: 7px;
}

#footer-main-top-youtube {
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  #footer-main-top-youtube {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer-main-top-youtube {
    font-size: 35px;
  }
}

#footer-main-btm {
  border-top: 0.5px solid #F4F4F4;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #footer-main-btm-credit {
    font-size: 10px;
  }
}

#footer-main-btm-link li:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #footer-main-btm-link li:first-child {
    padding-right: 0;
    padding-bottom: 5px;
  }
}
#footer-main-btm-link li a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1639px) {
  #footer-main-btm-link li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer-main-btm-link li a {
    font-size: 12px;
  }
}

/* ================================
Home: Common
=================================== */
.home-slider .slick-list {
  overflow: visible;
}

.home-slider-wrap {
  position: relative;
}
.home-slider-wrap:before {
  content: "";
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-slider-wrap:before {
    content: none;
  }
}

.home-slider-nav .slider-nav {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 15px;
  position: relative;
  z-index: 1;
}
.home-slider-nav .slider-nav i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
}

.home-slider-nav .slick-disabled {
  color: #B5B5B5 !important;
}

/* ================================
Home: SC
=================================== */
.home-hero-bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#home-hero-title {
  position: absolute;
  left: 95px;
  bottom: 55px;
  padding-right: 20px;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1639px) {
  #home-hero-title {
    font-size: 80px;
    left: 20px;
    bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  #home-hero-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  #home-hero-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  #home-hero-title {
    font-size: 40px;
  }
}
#home-hero-title span {
  font-size: 100px;
  color: #D22B2B;
  line-height: 1.2;
}
@media screen and (max-width: 1639px) {
  #home-hero-title span {
    font-size: 80px;
  }
}
@media screen and (max-width: 1199px) {
  #home-hero-title span {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  #home-hero-title span {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  #home-hero-title span {
    font-size: 40px;
  }
}

#home-info {
  background-color: #333;
  margin-top: -7px;
}

#home-info-title img {
  display: block;
  width: 36px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #home-info-title img {
    width: 26px;
  }
}

#home-info-list {
  margin-top: 5px;
}

#home-info-list .wrap {
  display: flex;
  margin-bottom: 15px;
}
#home-info-list .wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #home-info-list .wrap {
    display: block;
  }
}
#home-info-list .wrap__date {
  color: #fff;
  width: 184px;
  margin-top: 2px;
}
@media screen and (max-width: 1639px) {
  #home-info-list .wrap__date {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #home-info-list .wrap__date {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
#home-info-list .wrap__link {
  display: flex;
  align-items: center;
  width: calc(100% - 184px);
}
@media screen and (max-width: 767px) {
  #home-info-list .wrap__link {
    width: 100%;
  }
}
#home-info-list .wrap__link:hover {
  opacity: 0.5;
}
#home-info-list .wrap__link__icon {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #home-info-list .wrap__link__icon {
    margin-left: 20px;
  }
}
#home-info-list .wrap__link__icon i {
  font-size: 34px;
  color: #fff;
}
@media screen and (max-width: 1639px) {
  #home-info-list .wrap__link__icon i {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #home-info-list .wrap__link__icon i {
    font-size: 24px;
  }
}
#home-info-list .wrap__link__icon i.arrow {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #home-info-list .wrap__link__icon i.arrow {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #home-product {
    padding-bottom: 50px;
  }
}

#home-product-img {
  display: block;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  #home-product-img {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #home-product-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #home-specialty {
    padding-bottom: 0;
  }
}

#home-specialty-txt {
  padding: 85px 105px 85px 55px;
  width: 45%;
  background-color: #F4F4F4;
}
@media screen and (max-width: 1399px) {
  #home-specialty-txt {
    padding: 50px 105px 50px 55px;
  }
}
@media screen and (max-width: 1199px) {
  #home-specialty-txt {
    width: 100%;
    padding: 50px 100px 100px;
  }
}
@media screen and (max-width: 767px) {
  #home-specialty-txt {
    padding: 50px 20px 50px;
    margin-top: -10px;
  }
}

#home-specialty-video {
  width: calc(55% + 75px);
  margin-left: -70px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  #home-specialty-video {
    margin-top: inherit;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  #home-specialty-video {
    margin-left: auto;
    margin-right: 50px;
    margin-top: -50px;
    margin-bottom: inherit;
    width: 70%;
  }
}
#home-specialty-video:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D22B2B;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: -1;
}
#home-specialty-video video {
  width: 100%;
}

#home-specialty-video-sp {
  position: relative;
}
#home-specialty-video-sp__title {
  font-size: 25px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
  padding: 15px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.64);
}
#home-specialty-video-sp video {
  width: 100%;
  height: auto;
}

#about {
  background: url("../img/home-about-bg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about {
    background: url("../img/home-about-bg-sp.jpg") center center no-repeat;
    background-size: cover;
  }
}

#home-about-title {
  margin-bottom: 300px;
}
@media screen and (max-width: 1399px) {
  #home-about-title {
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  #home-about-title {
    margin-bottom: 190px;
  }
}

#home-about-title2 {
  font-size: 80px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
  line-height: 1.1;
}
@media screen and (max-width: 1399px) {
  #home-about-title2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  #home-about-title2 {
    font-size: 34px;
  }
}
#home-about-title2 span {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
}
@media screen and (max-width: 1399px) {
  #home-about-title2 span {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  #home-about-title2 span {
    font-size: 34px;
  }
}
#home-about-title2 span span {
  font-weight: 900;
  font-size: 50px;
  color: #D22B2B;
}
@media screen and (max-width: 1399px) {
  #home-about-title2 span span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #home-about-title2 span span {
    font-size: 32px;
  }
}

#home-about-txt {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.96);
}
@media screen and (max-width: 1399px) {
  #home-about-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1399px) {
  #home-about-txt {
    font-size: 17px;
    line-height: 1.8;
  }
}

#home-numbers {
  background-color: #F4F4F4;
}

#home-numbers .wrap {
  background-color: #fff;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  #home-numbers .wrap {
    text-align: center;
    padding: 30px 20px;
  }
}
#home-numbers .wrap i {
  color: #D22B2B;
  font-size: 30px;
}
@Include sm-monitor() {
  #home-numbers .wrap i {
    font-size: 24px;
  }
}
#home-numbers .wrap__title {
  margin-botton: 60px;
}
@media screen and (max-width: 1639px) {
  #home-numbers .wrap__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #home-numbers .wrap__title {
    margin-bottom: 15px;
  }
}
#home-numbers .wrap__num li {
  position: relative;
  margin-bottom: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  #home-numbers .wrap__num li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #home-numbers .wrap__num li {
    margin-bottom: 15px;
  }
}
#home-numbers .wrap__num li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
#home-numbers .wrap__num li:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #F4F4F4;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#home-numbers .wrap__num li span {
  font-weight: 900;
  line-height: 1.1;
}
#home-numbers .wrap__num li span.num {
  font-size: 80px;
}
@media screen and (max-width: 1639px) {
  #home-numbers .wrap__num li span.num {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  #home-numbers .wrap__num li span.num {
    font-size: 50px;
  }
}
#home-numbers .wrap__num li span.icon {
  font-size: 50px;
}
@media screen and (max-width: 1639px) {
  #home-numbers .wrap__num li span.icon {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #home-numbers .wrap__num li span.icon {
    font-size: 32px;
  }
}
#home-numbers .wrap__num li span.txt {
  font-size: 24px;
}
@media screen and (max-width: 1639px) {
  #home-numbers .wrap__num li span.txt {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #home-numbers .wrap__num li span.txt {
    font-size: 16px;
  }
}
#home-numbers .wrap__num li span.txt--adj {
  margin-bottom: 7px;
  display: block;
}

#home-history .flag {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  padding: 9px 10px 11px;
  text-align: center;
  width: 253px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #home-history .flag {
    font-size: 14px;
    text-align: start;
    padding-left: 20px;
  }
}
#home-history .flag:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: #F4F4F4;
  position: absolute;
  right: -1px;
  top: 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  #home-history .flag:before {
    width: 15px;
  }
}
#home-history .flag--top {
  top: 0;
  background-color: #000;
  margin-bottom: 10px;
}
#home-history .flag--bottom {
  bottom: 0;
  background-color: #D22B2B;
  margin-top: 10px;
}

#home-history-slider .wrap {
  width: 300px;
  margin: 230px 0 196px;
  padding: 0;
  background-color: transparent;
  position: relative;
}
#home-history-slider .wrap__top {
  position: absolute;
  bottom: calc(100% + 9px);
  left: 114px;
  width: 282px;
  height: 220px;
}
#home-history-slider .wrap__top:after {
  content: "";
  width: 1px;
  height: 75px;
  border-left: 4px dotted #D22B2B;
  position: absolute;
  left: 7px;
  bottom: 20px;
}
#home-history-slider .wrap__top:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #D22B2B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home-history-slider .wrap__top__img {
  height: 110px;
  display: flex;
  align-items: center;
}
#home-history-slider .wrap__top__img img {
  transform: scale(0.8);
}
#home-history-slider .wrap__top__txt {
  padding-left: 36px;
  font-size: 15px;
  text-align: start;
}
#home-history-slider .wrap__top__txt span {
  color: #D22B2B;
  font-weight: 700;
}
#home-history-slider .wrap__bar {
  background-color: #000;
  padding: 0 140px 0 85px;
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
#home-history-slider .wrap__bottom {
  position: absolute;
  top: calc(100% + 9px);
  left: 114px;
  width: 282px;
  height: 220px;
}
#home-history-slider .wrap__bottom:after {
  content: "";
  width: 1px;
  height: 75px;
  border-left: 4px dotted #000;
  position: absolute;
  left: 7px;
  top: 20px;
}
#home-history-slider .wrap__bottom:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#home-history-slider .wrap__bottom__img {
  transform: scale(0.8);
}
#home-history-slider .wrap__bottom__txt {
  padding-top: 40px;
  padding-left: 36px;
  font-size: 16px;
  text-align: start;
}
#home-history-slider .wrap__bottom__txt span {
  font-weight: 700;
}

#home-history-slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*
#home-history .flag {
	font: {
		size: 22px;
		weight: $x-bold;
	}
	color: $white;
	padding: 9px 10px 11px;
	text-align: center;
	width: 317px;
	position: relative;
	@include sm-monitor() {
		font-size: 14px;
		width: 253px;
		text-align: start;
		padding-left: 20px;
	}
	&:before {
		content: '';
		width: 20px;
		height: 100%;
		background-color: #F4F4F4;
		position: absolute;
		right: -1px;
		top: 0;
		clip-path: polygon(100% 0, 0 50%, 100% 100%);
		@include sm-monitor() {width: 15px;}
	}
	&--top {
		top: 0;
		background-color: $black;
		@include sm-monitor() {margin-bottom: 15px;}
	}
	&--bottom {
		bottom: 0;
		background-color: $primary-color;
		@include sm-monitor() {margin-bottom: 15px;}
	}
}
#home-history-slider .wrap {
	width: 375px;
	margin: 290px 0 212px;
	padding: 0;
	background-color: transparent;
	position: relative;
	@include sm-monitor() {
		margin: 230px 0 212px;
	}
	&__top {
		position: absolute;
		bottom: calc(100% + 20px);
		left: 130px;
		width: 353px;
		height: 270px;
		@include sm-monitor() {
			height: 220px;
			left: 140px;
		}
		&:after {
			content: '';
			width: 1px;
			height: 75px;
			border-left: 4px dotted $primary-color;
			position: absolute;
			left: 7px;
			bottom: 20px;
		}
		&:before {
			content: '';
			width: 20px;
			height: 20px;
			background-color: $primary-color;
			border-radius: 50%;
			position: absolute;
			left: 0;
			bottom: 0;
		}
		&__img {
			height: 140px;
			display: flex;
			align-items: center;
			@include sm-monitor() {height: 110px;}
			img {
				@include sm-monitor() {
					transform: scale(.8);
				}
			}
		}
		&__txt {
			padding-left: 36px;
			font-size: 16px;
			text-align: start;
			span {
				color: $primary-color;
				font-weight: $bold;
			}
		}
	}
	&__bar {
		background-color: $black;
		padding: 0 140px 0 85px;
		font: {
			size: 60px;
			weight: $x-bold;
		}
		color: $white;
		line-height: 1;
		@include sm-monitor() {font-size: 48px;}
	}
	&__bottom {
		position: absolute;
		top: calc(100% + 20px);
		left: 130px;
		width: 353px;
		height: 270px;
		@include sm-monitor() {
			height: 220px;
			left: 140px;
		}
		&:after {
			content: '';
			width: 1px;
			height: 75px;
			border-left: 4px dotted $black;
			position: absolute;
			left: 7px;
			top: 20px;
		}
		&:before {
			content: '';
			width: 20px;
			height: 20px;
			background-color: $black;
			border-radius: 50%;
			position: absolute;
			left: 0;
			top: 0;
		}
		&__img {
			@include sm-monitor() {
				transform: scale(.8);
			}
		}
		&__txt {
			padding-top: 40px;
			padding-left: 36px;
			font-size: 16px;
			text-align: start;
			span {
				font-weight: $bold;
			}
		}
	}
}
*/
#home-sus-title img {
  display: block;
}
@media screen and (max-width: 1399px) {
  #home-sus-title img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #home-sus-title img {
    transform: scale(0.6);
  }
}

#home-sus-link:hover {
  opacity: 0.5;
}
#home-sus-link img {
  display: block;
  margin-right: 7px;
}
#home-sus-link i {
  padding-left: 7px;
}

#home-sus-slider .wrap {
  margin-right: 70px;
}
@media screen and (max-width: 1639px) {
  #home-sus-slider .wrap {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #home-sus-slider .wrap {
    margin-right: 15px;
  }
}
#home-sus-slider .wrap__img {
  border-bottom: 5px solid #D22B2B;
}

#home-network {
  padding-bottom: 200px;
}
@media screen and (max-width: 1199px) {
  #home-network {
    pdding-bottom: 230px;
  }
}
@media screen and (max-width: 991px) {
  #home-network {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #home-network {
    padding-bottom: 80px;
  }
}

#home-network-map {
  position: relative;
}
#home-network-map:before, #home-network-map:after {
  content: "";
  width: 155px;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  #home-network-map:before, #home-network-map:after {
    width: 15px;
  }
}
#home-network-map:before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
#home-network-map:after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

#home-network-office {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #home-network-office {
    position: static;
  }
}

#home-network-office .wrap__title span {
  position: relative;
}
@media screen and (max-width: 767px) {
  #home-network-office .wrap__title span {
    font-size: 20px;
  }
}
#home-network-office .wrap__title span:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D22B2B;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  #home-network-office .wrap__title-sm {
    font-size: 14px;
  }
}
#home-network-office .wrap--ja {
  margin-top: 165px;
}
@media screen and (max-width: 991px) {
  #home-network-office .wrap--ja {
    margin-top: 0;
  }
}
#home-network-office .wrap--us img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #home-network-office .wrap--us img {
    width: 71.4285714286%;
  }
}

#home-logos .wrap {
  margin: 15px 140px 15px 0;
}
@media screen and (max-width: 1639px) {
  #home-logos .wrap {
    margin: 15px 50px 15px 0;
  }
}
@media screen and (max-width: 991px) {
  #home-logos .wrap {
    width: 33.3333333333%;
    text-align: center;
    margin: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #home-logos .wrap {
    width: 50%;
  }
}
#home-logos .wrap:last-child {
  margin-right: 0;
}
#home-logos .wrap img {
  max-width: 100%;
}
@media screen and (max-width: 1639px) {
  #home-logos .wrap img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #home-logos .wrap img {
    transform: scale(0.7);
  }
}

/* ================================
Products
=================================== */
.products-title {
  text-align: center;
}
.products-title img {
  width: 48px;
}
@media screen and (max-width: 1639px) {
  .products-title img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-title img {
    width: 35px;
  }
}
.products-title span {
  display: block;
  margin-top: 10px;
}

/*
.products-header-tag {
	display: inline-block;
	color: $white;
	background-color: $primary-color;
	font-weight: $s-bold;
	padding: 4px 27px;
	@include sm-monitor() {
		font-size: 14px;
		padding: 4px 10px;
	}
} */
.product-header-sp {
  position: relative;
}
.product-header-sp__img {
  display: block;
  margin: auto;
  width: 417px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .product-header-sp__img {
    width: 251px;
  }
}
.product-header-sp__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.products-header-tag {
  display: inline-block;
  color: #D22B2B;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1639px) {
  .products-header-tag {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .products-header-tag {
    font-size: 36px;
  }
}

.products-header-recommend {
  border-top: 0.4px solid #B5B5B5;
  border-bottom: 0.4px solid #B5B5B5;
  padding: 20px 0;
}
.products-header-recommend__list {
  margin: 0 10px;
}
.products-header-recommend__list li {
  text-align: center;
  margin: 5px 35px 5px 0;
}
.products-header-recommend__list li .img {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-header-recommend__list li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .products-header-recommend__list li span {
    font-size: 12px;
  }
}

.products-header .btn {
  border: 1px solid #D22B2B;
  background-color: #fff;
  color: #333;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 20px;
  margin: 5px 20px 5px 0;
}
@media screen and (max-width: 1639px) {
  .products-header .btn {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-header .btn {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.products-header .btn:hover {
  background-color: #D22B2B;
  color: #fff;
}

.products-header .link {
  text-decoration: none;
  padding: 10px 0;
}
.products-header .link:hover {
  color: #D22B2B;
}
.products-header .link span {
  color: #D22B2B;
  padding-left: 5px;
}

.products-benefits {
  background-color: #222222;
}

.products-benefits-title img {
  display: block;
  width: 60px;
  margin-right: 7px;
}
@media screen and (max-width: 1639px) {
  .products-benefits-title img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-benefits-title img {
    width: 35px;
  }
}

.products-benefits-list li {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.products-benefits-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1639px) {
  .products-benefits-list li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-benefits-list li {
    font-size: 16px;
  }
}

.products-benefits iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.products-benefits-helps {
  border-top: 0.4px solid #B5B5B5;
  padding-top: 40px;
  margin-top: 50px;
}

.products-benefits-helps-title img {
  display: block;
  width: 45px;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .products-benefits-helps-title img {
    width: 35px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .products-benefits-helps .wrap {
    text-align: center;
  }
}
.products-benefits-helps .wrap__icon {
  height: 71px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .products-benefits-helps .wrap__icon {
    height: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 1399px) {
  .products-benefits-helps .wrap__icon img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .products-benefits-helps .wrap__icon img {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  .products-benefits-helps .wrap p {
    text-align: start;
  }
}

@media screen and (max-width: 767px) {
  .products-guide-title {
    text-align: center;
  }
}
.products-guide-title img {
  width: 50px;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .products-guide-title img {
    width: 45px;
    margin-right: 0;
    margin: auto;
    margin-bottom: 10px;
  }
}
.products-guide-title span {
  line-height: 1.2;
}

.products-guide-nav li {
  filter: drop-shadow(8px 3px 4px rgba(0, 0, 0, 0.1));
  position: relative;
  margin-left: -61px;
  width: 187px;
  height: 113px;
}
@media screen and (max-width: 767px) {
  .products-guide-nav li {
    margin-left: -30px;
    height: 89px;
    width: calc(25% + 30px);
  }
}

.products-guide-nav .link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff !important;
  border-radius: 0;
  padding: 5px 0 5px 10px;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
}
@media screen and (max-width: 767px) {
  .products-guide-nav .link {
    padding: 5px 0 5px 10px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  }
}
.products-guide-nav .link__icon {
  text-align: center;
  margin-bottom: 7px;
  height: 46px;
  display: block;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .products-guide-nav .link__icon {
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .products-guide-nav .link__icon img {
    transform: scale(0.6);
  }
}
.products-guide-nav .link__txt {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .products-guide-nav .link__txt {
    font-size: 11px;
  }
}

.products-guide-nav .link.active .link__icon, .products-guide-nav .link.active .link__txt {
  opacity: 1;
}

#guide-link1 {
  z-index: 3;
  margin-left: 0;
  width: 157px;
}
@media screen and (max-width: 767px) {
  #guide-link1 {
    width: 25%;
  }
}
#guide-link1 .link {
  padding-right: 20%;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #guide-link1 .link {
    padding-left: 10px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  }
}

#guide-link2 {
  z-index: 2;
}

#guide-link3 {
  z-index: 1;
}

#guide-link4 {
  z-index: 0;
}
#guide-link4 .link__txt {
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  #guide-link4 .link__txt {
    margin-right: -5px;
  }
}

.products-guide .guide {
  background-color: #fff;
  padding: 40px 25px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
  overflow-x: auto;
  margin-top: -1px;
  position: relative;
  z-index: 5;
}
.products-guide .guide__table {
  min-width: 875px;
}
.products-guide .guide__table th {
  width: 25%;
  color: #D22B2B;
  text-align: center;
  font-weight: 600;
  border-bottom: 0;
  border-right: 1px solid #E2E2E2;
  padding: 5px;
}
.products-guide .guide__table th:last-child {
  border-right: 0;
}
.products-guide .guide__table td {
  vertical-align: middle;
  padding: 20px 20px;
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .products-guide .guide__table td {
    padding: 15px 20px;
  }
}
.products-guide .guide__table td:last-child {
  border-right: 0;
}
.products-guide .guide__table td.border-right {
  border-right: 1px solid #E2E2E2;
}
.products-guide .guide__table tr:last-child td {
  border-bottom: 0;
}

.products-datasheets .wrap {
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .products-datasheets .wrap {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.products-datasheets .wrap:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .products-datasheets .wrap:last-child {
    margin-bottom: 0;
  }
}
.products-datasheets .wrap__list li {
  padding-bottom: 10px;
}
.products-datasheets .wrap__list li:last-child {
  padding-bottom: 0;
}
.products-datasheets .wrap__list li a i {
  color: #D22B2B;
  padding-left: 5px;
}

.prodcuts-video-title img {
  display: block;
  width: 44px;
  margin-right: 10px;
}
@media screen and (max-width: 1639px) {
  .prodcuts-video-title img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .prodcuts-video-title img {
    width: 35px;
  }
}

.products-video .wrap__link {
  display: block;
  position: relative;
}
.products-video .wrap__link__label {
  background-color: #fff;
  color: #D22B2B;
  padding: 3px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 110px;
  text-align: center;
}
.products-video .wrap__link__img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.products-video .wrap__link__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 7px;
  bottom: 7px;
}
.products-video .wrap__link__icon:before {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #D22B2B;
  position: absolute;
  left: 11px;
  top: 9px;
}
.products-video .wrap__date {
  color: #B5B5B5;
  font-weight: 600;
}

.products-faq .wrap__q {
  border: 2px solid #D22B2B;
  padding: 22px 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products-faq .wrap__q {
    padding: 15px 30px;
  }
}
.products-faq .wrap__q__icon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -25px;
  top: -25px;
  background-color: #D22B2B;
}
@media screen and (max-width: 767px) {
  .products-faq .wrap__q__icon {
    width: 35px;
    height: 35px;
    left: -17.5px;
    top: -17.5px;
  }
}
.products-faq .wrap__q__icon span {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .products-faq .wrap__q__icon span {
    font-size: 18px;
  }
}
.products-faq .wrap__a {
  padding: 22px 55px 0;
}
@media screen and (max-width: 767px) {
  .products-faq .wrap__a {
    padding: 15px 10px 0;
  }
}

/* ================================
Page: Common
=================================== */
.pages {
  padding-top: 85px;
}
@media screen and (max-width: 1919px) {
  .pages {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1399px) {
  .pages {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pages {
    padding-top: 62px;
  }
}

.pages-breadcrumbs {
  border-top: 0.4px solid #B5B5B5;
  border-bottom: 0.4px solid #B5B5B5;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .pages-breadcrumbs {
    padding: 15px 0;
  }
}
.pages-breadcrumbs span, .pages-breadcrumbs a {
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .pages-breadcrumbs span, .pages-breadcrumbs a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pages-breadcrumbs span, .pages-breadcrumbs a {
    font-size: 13px;
  }
}
.pages-breadcrumbs span[property=itemListElement] {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .pages-breadcrumbs span[property=itemListElement] {
    padding: 0 15px;
  }
}
.pages-breadcrumbs span:first-child {
  padding-left: 0;
}
.pages-breadcrumbs a {
  text-decoration: none;
  transition: 0.3s;
}
.pages-breadcrumbs a:hover {
  color: #333;
  opacity: 0.5;
}

.pages-btn {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: -200px;
  z-index: 9;
  text-align: right;
  transition: 0.7s;
}

.pages-btn.active {
  bottom: 0;
}

.pages-btn .btn {
  background-color: #D22B2B;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 20px 11px 20px;
  border-radius: 0;
}
@media screen and (max-width: 1919px) {
  .pages-btn .btn {
    font-size: 16px;
    padding: 10px 15px 9px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pages-btn .btn {
    font-size: 15px;
  }
}
.pages-btn .btn i {
  padding-left: 15px;
}
.pages-btn .btn:hover {
  background-color: #333;
  color: #fff;
}

/* ================================
Page: Contact
=================================== */
#contact-sc1-form .label {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #contact-sc1-form .label {
    font-size: 16px;
  }
}

#contact-sc1-form .form-control, #contact-sc1-form .form-select {
  border-radius: 0;
  padding: 15px;
  border: 1px solid #B5B5B5;
}
#contact-sc1-form .form-control--md, #contact-sc1-form .form-select--md {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contact-sc1-form .form-control--md, #contact-sc1-form .form-select--md {
    width: 100%;
  }
}

#contact-sc1-form .agreement .wpcf7-list-item {
  padding-left: 0;
  margin-left: 0;
}
#contact-sc1-form .agreement .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#contact-sc1-form .agreement .wpcf7-list-item label a {
  color: #000;
}
#contact-sc1-form .agreement .wpcf7-list-item label a:hover {
  text-decoration: none;
}
#contact-sc1-form .agreement .wpcf7-list-item label input {
  width: 25px;
  height: 25px;
  appearance: none;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #contact-sc1-form .agreement .wpcf7-list-item label input {
    width: 20px;
    height: 20px;
  }
}
#contact-sc1-form .agreement .wpcf7-list-item label input:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #contact-sc1-form .agreement .wpcf7-list-item label input:before {
    width: 20px;
    height: 20px;
  }
}
#contact-sc1-form .agreement .wpcf7-list-item label input:checked:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #D22B2B;
}
#contact-sc1-form .agreement .wpcf7-list-item-label {
  width: calc(100% - 35px);
}
@media screen and (max-width: 767px) {
  #contact-sc1-form .agreement .wpcf7-list-item-label {
    width: calc(100% - 30px);
  }
}

#contact-sc1-form .btn {
  padding: 15px 75px;
}

#contact-sc1-form .wpcf7-spinner {
  display: none;
}

/* Contact Form 7 Success Message */
.wpcf7 form.sent .wpcf7-response-output {
  margin: 20px auto 0;
  padding: 20px 30px;
  padding-left: 60px;
  border-radius: 0;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 560px;
  min-height: 69px;
  background-color: #28A745;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    min-height: 60px;
    padding: 15px 20px;
    padding-left: 50px;
  }
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output:before {
    font-size: 20px;
    left: 15px;
  }
}

/* ================================
Page: Specialty & Fine Chemicals
=================================== */
#specialty-header {
  padding-top: 215px;
}
@media screen and (max-width: 1639px) {
  #specialty-header {
    padding-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  #specialty-header {
    padding-top: 90px;
  }
}

#specialty-header-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #specialty-header-bg {
    top: 10%;
  }
}

#specialty-header-title {
  font-size: 60px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1639px) {
  #specialty-header-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  #specialty-header-title {
    font-size: 40px;
  }
}

#specialty-header .img {
  display: block;
  width: 65%;
}
@media screen and (max-width: 991px) {
  #specialty-header .img {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  #specialty-header .img {
    width: 60%;
  }
}
#specialty-header .img--1 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #specialty-header .img--1 {
    margin-right: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  #specialty-header .img--1 {
    margin-right: 0;
  }
}
#specialty-header .img--2 {
  margin-left: auto;
  margin-top: -20px;
}
@media screen and (max-width: 991px) {
  #specialty-header .img--2 {
    margin-top: 0;
    margin-left: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  #specialty-header .img--2 {
    margin-left: auto;
    margin-top: -20px;
  }
}

#specialty-header-txt {
  color: #7C7C7C;
}

#specialty-header .container {
  padding-bottom: 130px;
}

#specialty-header-scroll {
  position: absolute;
  right: 135px;
  bottom: 15px;
}
@media screen and (max-width: 1199px) {
  #specialty-header-scroll {
    right: 50px;
  }
}
#specialty-header-scroll:before {
  content: "";
  width: 3px;
  height: 148px;
  background-color: #D22B2B;
  position: absolute;
  right: -30px;
  top: -52px;
}
@media screen and (max-width: 1199px) {
  #specialty-header-scroll:before {
    right: -15px;
    height: 100px;
    top: -30px;
  }
}
#specialty-header-scroll:after {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #D22B2B;
  position: absolute;
  right: -35px;
  bottom: -69px;
  transform: rotate(41deg);
}
@media screen and (max-width: 1199px) {
  #specialty-header-scroll:after {
    height: 11px;
    right: -18px;
    bottom: -44px;
    transform: rotate(35deg);
  }
}

#specialty-data__inner {
  background-color: #F4F4F4;
}

#specialty-data-title img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #specialty-data-title img {
    transform: scale(0.8);
  }
}

#specialty-data .wrap {
  background-color: #fff;
}
#specialty-data .wrap__img {
  height: 100%;
  object-fit: cover;
}
#specialty-data .wrap__txt {
  padding: 25px 0 15px;
}
@media screen and (max-width: 991px) {
  #specialty-data .wrap__txt {
    padding: 30px 20px;
  }
}
#specialty-data .wrap__txt__title {
  border-bottom: 1px solid #D22B2B;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #specialty-data .wrap__txt__title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #specialty-data .wrap__txt__title {
    margin-bottom: 20px;
  }
}

#specialty-data .btn-modal {
  border: 1px solid #D22B2B;
  background-color: #fff;
  color: #333;
  width: calc(33.3333333333% - 15px);
  margin: 0 15px 15px 0;
  text-align: start;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 10px 30px 10px 15px;
}
@media screen and (max-width: 1639px) {
  #specialty-data .btn-modal {
    font-size: 18px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  #specialty-data .btn-modal {
    font-size: 15px;
    width: calc(50% - 15px);
  }
}
#specialty-data .btn-modal:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 767px) {
  #specialty-data .btn-modal:before {
    font-size: 10px;
  }
}
#specialty-data .btn-modal:hover {
  background-color: #D22B2B;
  color: #fff;
}

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.modal-wrap {
  background-color: #fff;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 100px);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 100px 80px;
  overflow-y: auto;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .modal-wrap {
    padding: 50px 30px;
    width: 80%;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .modal-wrap {
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}
.modal-wrap__img {
  display: block;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-wrap .f-12 {
    font-size: 10px;
  }
}

.btn-modal-close {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .btn-modal-close {
    right: 20px;
    top: 20px;
  }
}
.btn-modal-close:before, .btn-modal-close:after {
  content: "";
  height: 26px;
  width: 2px;
  background-color: #707070;
  position: absolute;
}
.btn-modal-close:before {
  top: -2px;
  left: 10px;
  transform: rotate(-45deg);
}
.btn-modal-close:after {
  bottom: -2px;
  right: 9px;
  transform: rotate(45deg);
}

/*# sourceMappingURL=custom.css.map */
