@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

:root {
  --transition: cubic-bezier(0.16,1,0.3,1);
  --transition2: cubic-bezier(.76,0,.24,1);
  --transition3: cubic-bezier(0.325,0,0.1,1);
  --transition-time: .8s;
  --opacity: .8;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1201px) and (max-width: 1439px) {
  html {
    font-size: 0.694927vw;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 0.73333vw;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
  color: #3b3f5a;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

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

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

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

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

.container {
  max-width: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.js-view {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.js-view.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_orderlist > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-blur_orderlist > :nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.is-view.-blur_orderlist > :nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-view.-blur_orderlist > :nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-view.-blur_orderlist > :nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-view.-blur_orderlist > :nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.is-view.-blur_orderlist > :nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-view.-blur_orderlist > :nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-view.-blur_orderlist > :nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-view.-blur_orderlist > :nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-view.-blur_orderlist > :nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-view.-blur_orderlist > :nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-view.-blur_orderlist > :nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-view.-blur_orderlist > :nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-view.-blur_orderlist > :nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-view.-blur_orderlist > :nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-view.-blur_orderlist > :nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-view.-blur_orderlist > :nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-view.-blur_orderlist > :nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-view.-blur_orderlist > :nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-view.-blur_orderlist > :nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-view.-blur_orderlist > :nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-view.-blur_orderlist > :nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-view.-blur_orderlist > :nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-view.-blur_orderlist > :nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-blur_orderlist > :nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-view.-blur_orderlist > :nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-view.-blur_orderlist > :nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-view.-blur_orderlist > :nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-view.-blur_orderlist > :nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-view.-blur_orderlist > :nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-blur_orderlist > :nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-view.-blur_orderlist > :nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-view.-blur_orderlist > :nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-view.-blur_orderlist > :nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-view.-blur_orderlist > :nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-view.-blur_orderlist > :nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-blur_orderlist > :nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-view.-blur_orderlist > :nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-view.-blur_orderlist > :nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-view.-blur_orderlist > :nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-view.-blur_orderlist > :nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-view.-blur_orderlist > :nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-blur_orderlist > :nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-view.-blur_orderlist > :nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-view.-blur_orderlist > :nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-view.-blur_orderlist > :nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-view.-blur_orderlist > :nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-view.-blur_orderlist > :nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-blur_orderlist > :nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-view.-blur_orderlist > :nth-child(50) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-view.-base > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-base > :nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.is-view.-base > :nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-view.-base > :nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-view.-base > :nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-view.-base > :nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.is-view.-base > :nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-view.-base > :nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-view.-base > :nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-view.-base > :nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-view.-base > :nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-view.-base > :nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-view.-base > :nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-view.-base > :nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-view.-base > :nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-view.-base > :nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-view.-base > :nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-view.-base > :nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-view.-base > :nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-view.-base > :nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-view.-base > :nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-view.-base > :nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-view.-base > :nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-view.-base > :nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-view.-base > :nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-base > :nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-view.-base > :nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-view.-base > :nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-view.-base > :nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-view.-base > :nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-view.-base > :nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-base > :nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-view.-base > :nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-view.-base > :nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-view.-base > :nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-view.-base > :nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-view.-base > :nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-base > :nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-view.-base > :nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-view.-base > :nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-view.-base > :nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-view.-base > :nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-view.-base > :nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-base > :nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-view.-base > :nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-view.-base > :nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-view.-base > :nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-view.-base > :nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-view.-base > :nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-base > :nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-view.-base > :nth-child(50) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-view.-base {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.is-view.-base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em rotate(0.0001deg));
  transform: translateY(1.5em rotate(0.0001deg));
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_base figure {
  overflow: hidden;
}

.is-view.-blur_base img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base.is-act img {
  -webkit-animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.is-view.-blur_orderlist > * {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em) rotate(0.0001deg);
  transform: translateY(1.5em) rotate(0.0001deg);
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_orderlist.is-act > * {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-view.-blur_orderlist > * img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_orderlist.is-act > * img {
  -webkit-animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

.js-inview {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.js-inview.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    overflow: hidden;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.key-visual {
  padding: 12rem 0 11.4rem 6rem;
  background: url(../img/common/bg_textture.png) left top repeat;
  position: relative;
}

@media screen and (max-width: 768px) {
  .key-visual {
    padding: 6rem 0 10rem 4rem;
  }
}

.key-visual .key-visual_title {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .key-visual .key-visual_title {
    margin-bottom: 10rem;
  }
}

.key-visual .key-visual_title .en {
  display: inline-block;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
}

@media screen and (max-width: 768px) {
  .key-visual .key-visual_title .en {
    font-size: 10rem;
  }
}

.key-visual .key-visual_title .ja {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.key-visual .key-visual_img {
  width: 50%;
  height: 45rem;
  margin-left: auto;
}

.key-visual .key-visual_img figure {
  width: 100%;
  height: 100%;
  position: relative;
}

.key-visual .key-visual_img figure img {
  width: auto;
  max-width: unset;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .key-visual .key-visual_img {
    width: 43rem;
    height: 36rem;
  }
}

.key-visual .key-visual_copy {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  height: 45rem;
  text-align: right;
  padding-right: 2.3rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  position: absolute;
  bottom: 11.4rem;
  left: 7rem;
}

.key-visual .key-visual_copy:after {
  position: absolute;
  content: "";
  display: block;
  width: 0.3rem;
  height: 100%;
  background-color: #3b3f5a;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .key-visual .key-visual_copy {
    height: 42rem;
    bottom: 9rem;
  }
}

.key-visual .key-visual_scroll {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: "Source Sans 3", sans-serif;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3rem;
}

.key-visual .key-visual_scroll::after {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 4.7rem;
  left: 50%;
  bottom: -5.6rem;
  background-color: #3b3f5a;
}

.p-contents {
  width: 100%;
}

.p-contents_wrap {
  max-width: 130rem;
  margin: -33rem auto 0;
  padding: 10rem 0 20rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-contents_wrap {
    max-width: 58rem;
    margin: -39rem auto 0;
    padding-bottom: 12rem;
  }
}

.p-contents_wrap .heading-lv2 {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #3b3f5a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  .p-contents_wrap .heading-lv2 {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contents_wrap .top-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .p-contents_wrap .top-sc_ctn {
    width: 60rem;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media screen and (min-width: 769px) {
  .p-contents_wrap .top-sc_img {
    width: 70rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contents_wrap .cpy {
    max-width: 45rem;
    margin-top: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-contents_wrap .cpy {
    padding: 8rem 4rem 0;
  }
}

.p-contents_wrap .cpy .ttl {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.57;
}

@media screen and (max-width: 768px) {
  .p-contents_wrap .cpy .ttl {
    font-size: 4.2rem;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contents_wrap .cpy .txt {
    width: calc(100% + 13rem);
    background-color: #fff;
  }
}

.prl-wrap {
  width: 100%;
  height: 56rem;
  overflow: hidden;
  position: relative;
}

.prl-wrap::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #3b3f5a;
  mix-blend-mode: multiply;
}

.prl-wrap figure {
  width: 100%;
  height: 100%;
}

.prl-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-bull > li {
  font-size: 2rem;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 2.5rem;
}

.list-bull > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #00c4ff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .list-bull > li {
    font-size: 3rem;
    line-height: 1.8;
    padding-left: 4rem;
  }
  .list-bull > li:before {
    width: 3rem;
    height: 3rem;
    top: 1.4rem;
  }
}

.list-circle > li {
  font-size: 1.8rem;
  padding-left: 2rem;
  position: relative;
}

.list-circle > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 2rem;
  line-height: 1;
  color: #00c4ff;
}

@media screen and (max-width: 768px) {
  .list-circle > li {
    font-size: 2.7rem;
    padding-left: 3rem;
  }
  .list-circle > li::before {
    font-size: 3rem;
  }
}

.c-art_wrap {
  max-width: 70rem;
  margin: 0 auto;
}

.c-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  padding: 1rem;
  border-bottom: 0.1rem dotted #3b3f5a;
}

.c-art .c-art_ttl {
  width: 21rem;
  color: #00c4ff;
}

.c-art .c-art_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .c-art {
    line-height: 1.6667;
    padding: 2rem 0;
  }
  .c-art .c-art_ttl {
    width: 15rem;
  }
}

.p-404 {
  padding: 8rem 4rem;
  background-color: #F9F9F9;
}

.p-404 .p-404_ttl {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 1.2rem;
}

.p-404 .p-404_txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-404 {
    padding: 4rem 2rem;
  }
}

.page-main {
  padding: 9rem 0 0;
  background-color: #e3e7ed;
}

@media screen and (max-width: 768px) {
  .page-main {
    padding: 10rem 0 0;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  background: url(../img/common/bg_textture.png) left top repeat;
}

@media screen and (min-width: 769px) {
  .page-header {
    height: 9rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    height: 10rem;
    padding: 0 4rem;
    background: url(../img/common/bg_textture2.png) left top repeat;
  }
}

.logo {
  display: block;
  width: 31rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 32rem;
  }
}

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

@media screen and (min-width: 769px) {
  .menu-item {
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    line-height: 1;
  }
}

.menu-item_link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (min-width: 769px) {
  .menu-item_link::before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    bottom: -1.5rem;
    background: #3b3f5a;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-item_link.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.menu-item.menu-cta .menu-item_link {
  background-color: #3b3f5a;
  width: 20rem;
  height: 9rem;
  color: #fff;
  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;
}

@media screen and (min-width: 769px) {
  .menu-item.menu-cta .menu-item_link::before {
    width: 0;
    height: 0;
    display: none;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .menu-item.menu-cta .menu-item_link {
    width: 100%;
    height: 10.5rem;
    background-color: #e3e7ed;
    color: #3b3f5a;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }
  .menu-item_link {
    display: block;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .menu-item + .menu-item {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 10rem;
    width: 100%;
    height: calc(100dvh - 10rem);
    overflow-y: auto;
    background-color: #3b3f5a;
    padding: 8rem 14rem 12rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .g-nav .g-logo {
    display: block;
    width: 24.8rem;
    line-height: 0;
    margin: 0 auto 4rem;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 769px) and (max-width: 1439px) {
  .menu {
    gap: 3rem;
  }
}

.hoverRoll__text {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.hoverRoll__text > span {
  display: block;
  width: 100%;
}

.hoverRoll__text > span + span {
  left: 0;
  position: absolute;
  top: calc(100% + 1px);
}

@-webkit-keyframes textRollOver {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(-100% - 1px));
    transform: translateY(calc(-100% - 1px));
  }
}

@keyframes textRollOver {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(-100% - 1px));
    transform: translateY(calc(-100% - 1px));
  }
}

@media (hover: hover) and (pointer: fine) {
  .hoverRoll:not(.active):hover .hoverRoll__text > span {
    -webkit-animation: textRollOver 1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: textRollOver 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

/** footer
======================================= **/
.section-cta {
  background-color: #3b3f5a;
  color: #fff;
  text-align: center;
  padding: 15rem 0 20rem;
}

.section-cta .section-cta_title {
  font-size: 6.8rem;
  font-weight: 100;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 6rem;
}

.section-cta .section-cta_txt {
  margin-bottom: 9rem;
}

@media screen and (min-width: 769px) {
  .section-cta .section-cta_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) {
  .section-cta .section-cta_col {
    width: 50%;
  }
}

.section-cta .section-cta_col.col1 .section-cta_head .ico img {
  max-width: 6.4rem;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_col.col1 .section-cta_head .ico img {
    max-width: 9.6rem;
  }
}

.section-cta .section-cta_col.col2 .section-cta_head .ico img {
  max-width: 5.7rem;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_col.col2 .section-cta_head .ico img {
    max-width: 8.6rem;
  }
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_col.col2 {
    border-top: 0.2rem dotted #00c4ff;
    margin-top: 12rem;
    padding-top: 12rem;
  }
}

.section-cta .section-cta_head {
  color: #00c4ff;
  margin-bottom: 3rem;
}

.section-cta .section-cta_head .txt {
  font-size: 2rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_head {
    margin-bottom: 5rem;
  }
  .section-cta .section-cta_head .txt {
    font-size: 3rem;
    margin-top: 5rem;
  }
}

.section-cta .section-cta_tel {
  font-size: 5rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_tel {
    font-size: 7.2rem;
    white-space: nowrap;
    margin-top: 2rem;
  }
}

.section-cta .c-btn {
  max-width: 36rem;
  font-size: 2.2rem;
  font-weight: 100;
  margin: 3rem auto 0;
  padding: 0 6rem;
}

.section-cta .c-btn .arrow {
  width: 1.1rem;
  height: 1.1rem;
}

@media screen and (max-width: 768px) {
  .section-cta .c-btn {
    max-width: 48rem;
    height: 10.8rem;
    font-size: 3rem;
    margin-top: 4.6rem;
  }
  .section-cta .c-btn .arrow {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.page-footer {
  padding: 6rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page-footer {
    display: block;
    padding: 10rem 0 10rem;
  }
}

.page-footer .footer-logo {
  display: block;
  width: 13.4rem;
  margin: 0 auto 3.5rem;
}

@media screen and (max-width: 768px) {
  .page-footer .footer-logo {
    width: 17.4rem;
    margin-bottom: 9rem;
  }
}

@media screen and (min-width: 769px) {
  .page-footer .footer-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-footer .footer-access {
    text-align: center;
  }
  .page-footer .footer-access dt {
    margin-bottom: 1.5rem;
  }
  .page-footer .footer-access dd {
    font-size: 2rem;
  }
}

.copyright {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 0.8rem;
  height: 0.8rem;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}

._ico {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  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;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

._ico::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3b3f5a;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

._ico img, ._ico svg {
  width: 0.7rem;
  height: auto;
  display: block;
}

.c-btn {
  width: 100%;
  max-width: 26.8rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b3f5a;
  color: #fff;
  border: 0.1rem solid #3b3f5a;
  position: relative;
  border-radius: 6rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Source Sans 3", sans-serif;
  padding: 0 4rem;
}

.c-btn .txt {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Source Sans 3", sans-serif;
}

.c-btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3rem;
}

.c-btn:hover {
  background-color: #fff;
  color: #3b3f5a;
}

.c-btn:hover .arrow {
  background-color: #3b3f5a;
}

.c-btn._white {
  background-color: #fff;
  color: #3b3f5a;
}

.c-btn._white .arrow {
  background-color: #3b3f5a;
}

.c-btn._white:hover {
  background-color: #3b3f5a;
  color: #fff;
  border-color: #fff;
}

.c-btn._white:hover .arrow {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .c-btn._lg {
    max-width: 36rem;
    height: 8rem;
  }
  .c-btn._lg .txt {
    font-size: 2.2rem;
  }
  .c-btn._lg .arrow {
    width: 1.1rem;
    height: 1.1rem;
  }
}

.c-btn.c-center {
  margin: 13.5rem auto 0;
}

@media screen and (max-width: 768px) {
  .c-btn.c-center {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 48rem;
    height: 10.8rem;
    margin: 10rem auto 0;
    padding: 0 8rem;
  }
  .c-btn .txt {
    font-size: 2.8rem;
  }
  .c-btn .arrow {
    right: 6rem;
  }
}

.button:hover .c-btn {
  background-color: #fff;
  color: #252525;
}

.button:hover .c-btn .arrow svg path {
  fill: #252525;
}

.heading-lv2 .en {
  font-size: 6.8rem;
  font-weight: 100;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Source Sans 3", sans-serif;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .en {
    line-height: 1.1294;
  }
}

.heading-lv2 .ja {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1.5rem;
}

.heading-lv2 .ja::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 1.3rem;
  background: url(../img/common/icon_heading.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ja {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.heading-lv3 {
  font-size: 4.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Source Sans 3", sans-serif;
}

.heading-lv4 {
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .heading-lv4 {
    margin-bottom: 9rem;
  }
}

.heading-lv4 .en {
  font-size: 6rem;
  font-weight: 100;
  line-height: 1.28;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .heading-lv4 .en {
    font-size: 4.4rem;
    line-break: 1.36;
  }
}

.heading-lv4 .ja {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .heading-lv4 .ja {
    font-size: 3rem;
    line-height: 1.4666;
    margin-top: 4rem;
  }
}

.heading-lv5 {
  background-color: #3b3f5a;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.06em;
  padding: 1.8rem 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading-lv5 {
    font-size: 3rem;
    padding: 2rem 4rem;
    text-align: left;
  }
}

.slick-arrow {
  background: none;
  outline: none;
  border: none;
  text-indent: -99999px;
  width: 2rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: 2;
}

.slick-arrow.slick-prev {
  left: 0;
  background: url(../img/common/icon_prev.svg) center no-repeat;
  background-size: cover;
}

.slick-arrow.slick-next {
  right: 0;
  background: url(../img/common/icon_next.svg) center no-repeat;
  background-size: cover;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-top: 1.5rem;
}

.slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #D9D9D9;
  border-radius: 50%;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  text-indent: -99999px;
}

.slick-dots li.slick-active {
  background-color: #252525;
}

/** header area
====================================== **/
#hambuger {
  width: 4.3rem;
  height: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
}

.nav-icon ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #3b3f5a;
  width: 100%;
  height: 0.3rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 49.5%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li {
  background-color: #5C5C5C;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.p-top {
  /** main-visual **/
  /** p-top_intro **/
  /** p-top_information **/
  /** p-top_business **/
  /** p-top_support **/
  /** p-top_company **/
}

@media screen and (min-width: 769px) {
  .p-top .p-contents_wrap {
    padding: 20.7rem 0 25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .p-contents_wrap {
    padding-top: 7.6rem;
  }
}

.p-top .main-visual {
  overflow: hidden;
  position: relative;
}

.p-top .main-visual .mv-ttl {
  font-size: 13.8rem;
  font-weight: 400;
  line-height: 1.1667;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-top .main-visual .mv-ttl {
    font-size: 7.5rem;
    line-height: 1.42667;
  }
}

.p-top .main-visual .mv-desc {
  margin-top: 2.5rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.533;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .p-top .main-visual .mv-desc {
    font-size: 3.4rem;
    line-height: 1.647;
    margin-top: 8rem;
  }
}

.p-top .main-visual .mv-ctn {
  position: absolute;
  top: 12rem;
  left: 6rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top .main-visual .mv-ctn {
    top: 12rem;
    left: 4rem;
  }
}

.p-top .main-visual .mv-img {
  width: 100%;
  height: 101.4rem;
  margin-top: -9rem;
}

.p-top .main-visual .mv-img picture {
  width: 100%;
  height: 100%;
  display: block;
}

.p-top .main-visual .mv-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-top .main-visual .mv-img {
    height: 99.7rem;
    margin-top: -10rem;
  }
}

.p-top_intro {
  background: url(../img/top/intro_bg.png) center top no-repeat;
  color: #fff;
  padding: 10rem 0 18rem;
}

.p-top_intro_title {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top_intro_title {
    margin-bottom: 14rem;
  }
}

.p-top_intro_title .en {
  display: block;
  font-size: 30rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Source Sans 3", sans-serif;
  white-space: nowrap;
  opacity: 0.11;
}

@media screen and (max-width: 768px) {
  .p-top_intro_title .en {
    font-size: 13rem;
  }
}

.p-top_intro_title .ja {
  display: block;
  width: 100%;
  font-size: 5.6rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.6667;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top_intro_title .ja {
    font-size: 4rem;
    line-height: 1.5;
    top: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-top_intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) {
  .p-top_intro_left {
    width: 50%;
  }
}

.p-top_intro_left .ttl {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-top_intro_left .ttl {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_intro_right {
    width: 50%;
    padding-left: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_intro_right {
    margin-top: 9rem;
  }
}

.p-top_intro_right_inner {
  width: 40.4rem;
  height: 38.2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top_intro_right_inner {
    width: 52.5rem;
    height: 49.6rem;
  }
}

.p-top_intro_right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  text-align: center;
  width: 21.2rem;
  height: 21.2rem;
  border-radius: 50%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .p-top_intro_right .item {
    width: 27.5rem;
    height: 27.5rem;
  }
}

.p-top_intro_right .item-lbl {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  font-family: "Source Sans 3", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-top_intro_right .item-lbl {
    font-size: 2.2rem;
  }
}

.p-top_intro_right .item-txt {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.41667;
}

@media screen and (max-width: 768px) {
  .p-top_intro_right .item-txt {
    font-size: 3rem;
  }
}

.p-top_intro_right .item.item1 {
  background-color: rgba(208, 208, 208, 0.6);
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-top_intro_right .item.item2 {
  background-color: rgba(0, 196, 255, 0.6);
  left: 0;
  bottom: 0;
}

.p-top_intro_right .item.item3 {
  background-color: rgba(59, 63, 90, 0.6);
  right: 0;
  bottom: 0;
}

.p-top_information {
  padding: 10rem 0 11rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top_information {
    width: 12rem 0 17rem;
  }
  .p-top_information .news-item_link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding-right: 8rem;
  }
  .p-top_information .news-item_link ._ico {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-top_information .news-item_link ._ico svg, .p-top_information .news-item_link ._ico img {
    width: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_information .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_information .top-information_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

@media screen and (max-width: 768px) {
  .p-top_information .top-information_left {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_information .top-information_right {
    width: 63.3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_information .c-btn {
    margin-top: auto;
  }
}

@media screen and (min-width: 769px) {
  .p-top_business .heading-lv2 {
    padding-left: 5rem;
  }
  .p-top_business .cpy {
    margin-left: auto;
  }
  .p-top_business .cpy .txt {
    padding: 4rem 7rem 2rem 0;
    margin-right: -13rem;
  }
  .p-top_business .c-btn {
    margin: 6rem 0 -12rem auto;
  }
}

@media screen and (max-width: 768px) {
  .p-top_business .heading-lv2 {
    padding-left: 4rem;
  }
}

.p-top_products {
  margin-top: 26rem;
}

@media screen and (max-width: 768px) {
  .p-top_products {
    margin-top: 20rem;
  }
}

.p-top_products .heading-lv2 {
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .p-top_products .heading-lv2 {
    padding-right: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_products .heading-lv2 {
    display: table;
    padding-right: 4rem;
  }
}

.p-top_products.top-sc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.p-top_products .cpy .ttl {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .p-top_products .cpy .txt {
    padding: 4rem 0 2rem 6rem;
    margin-left: -13rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_products .c-btn {
    margin: 6rem 15rem -12rem auto;
  }
}

.p-top_support {
  width: 100%;
  height: 56rem;
  overflow: hidden;
  position: relative;
  background: url(../img/top/top2.jpg);
}

.p-top_support::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .p-top_support {
    background: none;
    background-attachment: scroll;
  }
  .p-top_support::before {
    content: "";
    background-image: url(../img/top/top2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
  }
}

.p-top_support .prl-wrap::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-top_support_title {
  width: 100%;
  font-size: 12rem;
  font-weight: 100;
  line-height: 1.2735;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-top_support_title {
    font-size: 7.5rem;
  }
}

.p-top_company {
  padding: 12rem 0 18rem;
}

@media screen and (min-width: 769px) {
  .p-top_company .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem;
  }
}

.p-top_company .c-btn {
  margin-bottom: 1rem;
}

.pagination {
  padding: 10rem 0;
  background-color: #f1f3f6;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 15rem 0 0;
  }
}

.page-numbers {
  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;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .page-numbers {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

.page-numbers .page-numbers {
  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;
  width: 6rem;
  height: 6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
  color: #3b3f5a;
  border-radius: 50%;
  font-family: "Source Sans 3", sans-serif;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  color: #fff;
  background-color: #3b3f5a;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers {
    width: 9rem;
    height: 9rem;
    font-size: 2.7rem;
  }
}

.page-numbers .space {
  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;
  width: 4rem;
  height: 4rem;
  color: #252525;
  font-size: 2.4rem;
  font-weight: 700;
}

._date {
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 0.06em;
  color: #00c4ff;
}

._title {
  display: inline-block;
  letter-spacing: 0.06em;
}

.news-item {
  border-bottom: 0.1rem solid #b1b2bd;
}

.news-item:first-child {
  border-top: 0.1rem solid #b1b2bd;
}

.news-item ._date {
  width: 13.3rem;
  text-align: center;
}

.news-item ._title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  padding: 2.5rem 2.5rem 2.5rem 0;
  position: relative;
}

.news-item_link ._ico {
  margin-left: 2.5rem;
}

.news-item_link:hover {
  background-color: #e2e2e6;
}

.news-item_link:hover ._ico::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.news-item_link:hover ._ico svg .cls-1 {
  fill: #fff;
}

.p-information .p-contents {
  background-color: #fff;
  padding: 25rem 0;
}

@media screen and (max-width: 768px) {
  .p-information .p-contents {
    padding: 15rem 0;
  }
}

.p-information .news-item {
  border: none;
}

.p-information .news-item ._ico {
  width: 6rem;
  height: 6rem;
  background-color: #3b3f5a;
}

.p-information .news-item ._ico svg {
  width: 1.5rem;
}

.p-information .news-item ._ico .cls-1 {
  fill: #fff;
}

.p-information .news-item ._date {
  width: 17rem;
}

.p-information .news-item .news-item_link {
  background-color: #f1f3f6;
  font-size: 1.8rem;
}

.p-information .news-item .news-item_link:hover {
  background-color: #3b3f5a;
}

.p-information .news-item .news-item_link:hover ._title {
  color: #fff;
}

.p-information .news-item .news-item_link:hover ._ico {
  background-color: #fff;
}

.p-information .news-item .news-item_link:hover ._ico .cls-1 {
  fill: #3b3f5a;
}

@media screen and (max-width: 768px) {
  .p-information .news-item .news-item_link {
    display: block;
    font-size: 2.4rem;
    padding: 3rem 13rem 3rem 2.5rem;
    position: relative;
  }
  .p-information .news-item .news-item_link ._date {
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-information .news-item .news-item_link ._ico {
    width: 9rem;
    height: 9rem;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-information .news-item .news-item_link ._ico svg {
    width: 2.2rem;
  }
}

.p-information .news-item + .news-item {
  margin-top: 0.4rem;
}

.p-information-detail .p-contents {
  padding-bottom: 17rem;
}

.p-information-detail .p-contents_wrap {
  margin-top: 0;
}

.posts-contents_head {
  padding: 9rem 0;
  margin-bottom: 9rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .posts-contents_head {
    margin-bottom: 5rem;
  }
}

.posts-date {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #00c4ff;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .posts-date {
    font-size: 3rem;
  }
}

.posts-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .posts-title {
    font-size: 3.7rem;
    line-height: 1.65;
  }
}

.posts-contents p img {
  display: block;
  margin: 6rem auto;
}

@media screen and (max-width: 768px) {
  .posts-contents p img {
    margin: 4rem auto;
  }
}

.posts-contents p + p {
  margin-top: 3rem;
}

.posts-contents a {
  color: #D4251F;
  text-decoration: underline;
}

.posts-contents h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 3rem 0 1.2rem;
}

@media screen and (max-width: 768px) {
  .posts-contents h2 {
    font-size: 3rem;
    line-height: 1.65;
  }
}

.posts-contents h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0 1.2rem;
}

@media screen and (max-width: 768px) {
  .posts-contents h3 {
    font-size: 2.8rem;
    line-height: 1.65;
  }
}

.posts-contents h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem 0 1.2rem;
}

@media screen and (max-width: 768px) {
  .posts-contents h4 {
    font-size: 2.6rem;
    line-height: 1.65;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #ACACAC;
}

select option {
  color: #1B1D1E;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1B1D1E;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1B1D1E;
}

input[type=checkbox] {
  position: relative;
  border: 1px solid #898787;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 2rem;
  width: 2rem;
  -webkit-appearance: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
}

input[type=checkbox]:checked {
  opacity: 1;
  border-color: #000;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0.6rem;
  width: 0.5rem;
  height: 1.4rem;
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  input[type=checkbox]:before {
    top: -0.4rem;
    left: 0.5rem;
  }
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  -webkit-appearance: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 4.5rem;
    height: 4.5rem;
  }
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #00c4ff;
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  input[type=radio]:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.ipt {
  outline: none;
  width: 100%;
  border: 0.1rem solid #fff;
  padding: 0.2rem 1rem;
}

.ipt.are {
  height: 13.5rem;
  resize: none;
}

@media screen and (max-width: 768px) {
  .ipt {
    padding: 1rem 2rem;
  }
  .ipt.are {
    height: 42rem;
  }
}

.req {
  width: 6rem;
  height: 2.2rem;
  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-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #3b3f5a;
  border: 0.1rem solid #3b3f5a;
  border-radius: 1rem;
}

.req.rad {
  color: #3b3f5a;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .req {
    width: 9rem;
    height: 4rem;
    font-size: 2.2rem;
    border-radius: 3rem;
  }
}

.radio-list {
  display: block;
}

.radio-list .wpcf7-list-item {
  display: block;
  line-height: 1;
}

.radio-list .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 3rem;
}

.c-form {
  padding: 5rem;
  border-top: 0.1rem solid #3b3f5a;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .c-form {
    padding: 6rem 0;
    font-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .c-form_txt {
    padding: 0 5rem;
  }
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 9rem auto 0;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.c-btn_group .c-form_btn {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 8rem;
    margin: 12rem auto 0;
  }
}

.c-form_customer {
  margin-bottom: 3.6rem;
  padding-left: 5rem;
}

@media screen and (max-width: 768px) {
  .c-form_customer {
    padding-left: 3rem;
    margin-bottom: 7rem;
  }
}

.c-form_btn {
  padding: 0;
  max-width: 36rem;
  height: 8rem;
}

.c-form_btn input[type="submit"],
.c-form_btn input[type="button"],
.c-form_btn button {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 0 4rem;
}

@media screen and (max-width: 768px) {
  .c-form_btn input[type="submit"],
  .c-form_btn input[type="button"],
  .c-form_btn button {
    padding: 0 8rem;
  }
}

.c-form_btn input[type="submit"]:hover,
.c-form_btn input[type="button"]:hover,
.c-form_btn button:hover {
  color: #3b3f5a;
}

.c-form_btn._white input[type="submit"],
.c-form_btn._white input[type="button"],
.c-form_btn._white button {
  color: #3b3f5a;
}

.c-form_btn._white input[type="submit"]:hover,
.c-form_btn._white input[type="button"]:hover,
.c-form_btn._white button:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-form_btn {
    max-width: 48rem;
    height: 10.6rem;
  }
}

.c-form_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.c-form_ctrl .c-form_ctrl_lbl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  width: 57rem;
}

.c-form_ctrl + .c-form_ctrl {
  margin-top: 3.6rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl + .c-form_ctrl {
    margin-top: 7rem;
  }
}

.c-form_ctrl.last {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-form_privacy {
  margin-top: 6rem;
  text-align: center;
}

.c-form_privacy .c-form_link {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  font-size: 2rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .c-form_privacy {
    font-size: 2.8rem;
    line-height: 1.9;
  }
  .c-form_privacy .c-form_link {
    font-size: 3rem;
  }
}

.c-form_confirm {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .c-form_confirm .c-form_customer {
    padding-left: 0;
  }
}

.c-form_finish .c-form_btn {
  padding: 0 0 0 4rem;
}

.p-cta_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6rem;
}

.p-cta_head img {
  display: inline-block;
}

.p-cta_head img.icon-tel {
  max-width: 8.5rem;
}

@media screen and (max-width: 768px) {
  .p-cta_head img.icon-tel {
    width: 10.2rem;
  }
}

.p-cta_head img.icon-mail {
  max-width: 9.6rem;
}

@media screen and (max-width: 768px) {
  .p-cta_head img.icon-mail {
    width: 11.5rem;
  }
}

.p-cta_head span {
  display: inline-block;
  color: #00c4ff;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-cta_head span {
    font-size: 3.6rem;
  }
}

.p-contact_tel {
  padding: 12rem 0 12rem;
  background-color: #fff;
}

.p-contact_tel .p-cta_tel {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Source Sans 3", sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact_tel .p-cta_tel {
    font-size: 6rem;
  }
}

.p-contact_form {
  padding: 10rem 0 12rem;
}

.p-contact_form .container {
  max-width: 97rem;
}

.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

.is-error input,
.is-error textarea {
  background: #ffe6e4 !important;
  border-color: #DA4432 !important;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder, .is-error .ipt::-moz-placeholder, .is-error .ipt::-ms-placeholder, .is-error .ipt::placeholder {
  color: #DA4432 !important;
}

/* Modal (ẩn mặc định) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

/* Nội dung modal */
.modal-content {
  background-color: #3b3f5a;
  color: #fff;
  margin: 2.5% auto;
  padding: 8rem 3.5rem 7rem 7rem;
  border: 0.3rem solid #00c4ff;
  width: 100%;
  height: 100%;
  max-height: 90%;
  max-width: 100rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .modal-content {
    margin: 5% auto;
    border-width: 0.1rem;
    padding: 4rem 1rem 4rem 4rem;
  }
}

.modal-body {
  height: 100%;
  padding: 0 3.5rem 0 0;
  overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
  width: 1rem;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2rem;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #00c4ff;
  border-radius: 2rem;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.modal-body h3 {
  font-size: 2.2rem;
  font-weight: 100;
  margin: 4rem 0 3rem 0;
}

.modal-body h3::before {
  display: inline-block;
  content: '●';
  color: #00c4ff;
  margin-right: 0.5rem;
}

.modal-body p {
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .modal-body {
    padding: 0 3rem 0 0;
  }
  .modal-body h3 {
    font-size: 2.8rem;
    line-height: 1.545;
  }
  .modal-body p {
    font-size: 2.2rem;
    line-height: 2;
  }
}

.modal-title {
  margin-bottom: 6rem;
}

.modal-title .en {
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Source Sans 3", sans-serif;
}

.modal-title .ja {
  display: inline-block;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .modal-title .en {
    font-size: 8rem;
    line-height: 1.125;
  }
}

/* Nút đóng */
.close {
  color: #3b3f5a;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 50%;
  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;
}

@media screen and (max-width: 768px) {
  .close {
    width: 9rem;
    height: 9rem;
    right: 3rem;
    top: 3rem;
  }
}

/** business page
======================================= **/
@media screen and (min-width: 769px) {
  .p-business .p-contents_wrap {
    padding: 10rem 0 20rem;
  }
}

.p-business_sales {
  background-color: #fff;
  padding: 12rem 0 15rem;
}

.p-business_sales .business-sales_top {
  position: relative;
}

.p-business_sales .business-sales_top_ctn {
  max-width: 75rem;
}

.p-business_sales .business-sales_top_ctn .ttl {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.42857;
  letter-spacing: 0.06em;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .p-business_sales .business-sales_top_ctn .ttl {
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 7rem;
  }
}

.p-business_sales .business-sales_top_ctn .list-bull {
  margin: 3rem 0;
}

@media screen and (min-width: 769px) {
  .p-business_sales .business-sales_top_img {
    width: calc(334/1440 * 100%);
    position: absolute;
    right: 0;
    top: 0;
  }
  .p-business_sales .business-sales_top_img figure {
    width: 100%;
  }
  .p-business_sales .business-sales_top_img figure img {
    max-width: unset;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-business_sales .business-sales_top_img {
    width: 33.4rem;
    margin: 7rem auto 0;
  }
}

.p-business_sales .business-sales_bottom {
  margin-top: 10rem;
}

@media screen and (min-width: 769px) {
  .p-business_sales .business-sales_bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.p-business_sales .business-sales_bottom .sales-bottom_box {
  width: calc(50% - 1rem);
  background-color: #f1f3f6;
}

@media screen and (max-width: 768px) {
  .p-business_sales .business-sales_bottom .sales-bottom_box {
    width: 100%;
  }
  .p-business_sales .business-sales_bottom .sales-bottom_box + .sales-bottom_box {
    margin-top: 4rem;
  }
}

.p-business_sales .business-sales_bottom .sales-bottom_box .sales-bottom_box_ttl {
  background-color: #3b3f5a;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 2rem 3rem;
}

@media screen and (max-width: 768px) {
  .p-business_sales .business-sales_bottom .sales-bottom_box .sales-bottom_box_ttl {
    font-size: 3rem;
  }
}

.p-business_sales .business-sales_bottom .sales-bottom_box .sales-bottom_cpy {
  padding: 3rem 3.5rem;
}

.p-business_sales .business-sales_bottom .sales-bottom_box .sales-bottom_cpy p {
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 768px) {
  .p-business_sales .business-sales_bottom .sales-bottom_box .sales-bottom_cpy {
    padding: 4rem;
  }
}

.p-business_sales .business-sales_bottom .sales-bottom_box .list-bull {
  margin: 2rem 0;
}

.p-business_sales .business-sales_bottom .sales-bottom_box .txt {
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-business_sales .business-sales_bottom .sales-bottom_box .txt {
    font-size: 3rem;
  }
}

.p-business_sales .business-sales_bottom .sales-bottom_box figure {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-business_sales .business-sales_bottom .sales-bottom_box figure {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-business_global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12rem 0;
  }
}

@media screen and (max-width: 768px) {
  .p-business_global {
    padding: 13rem 4rem 15rem;
  }
}

@media screen and (min-width: 769px) {
  .p-business_global .p-business_global_img {
    width: calc(50% - 18rem);
  }
  .p-business_global .p-business_global_img figure {
    width: calc(334/536 * 100%);
  }
  .p-business_global .p-business_global_img figure img {
    max-width: unset;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-business_global .p-business_global_img {
    width: 33.4rem;
    margin: 0 auto 10rem;
  }
}

@media screen and (min-width: 769px) {
  .p-business_global .p-business_global_ctn {
    width: calc(50% + 18rem);
  }
  .p-business_global .p-business_global_ctn .ctn-inner {
    max-width: 68rem;
  }
}

.p-business_global .p-business_global_ctn .ttl {
  font-size: 5.6rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.42857;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-business_global .p-business_global_ctn .ttl {
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}

.p-business_global .p-business_global_ctn .txt {
  letter-spacing: 0.06em;
  margin-bottom: 3rem;
}

.p-business_global .p-business_global_ctn .txt2 {
  letter-spacing: 0.06em;
  margin-top: 3rem;
}

.p-business_order .order-flow .order-flow_item {
  padding: 3rem 0 4rem;
  background-color: #f1f3f6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-business_order .order-flow .order-flow_item {
    padding: 5rem 1.5rem 7rem;
  }
}

.p-business_order .order-flow .order-flow_item_ttl {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .p-business_order .order-flow .order-flow_item_ttl {
    font-size: 4.5rem;
  }
}

.p-business_order .order-flow .order-flow_item_txt {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-business_order .order-flow .order-flow_item_txt {
    margin-top: 4rem;
  }
}

.p-business_order .order-flow .order-flow_item_tell {
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.324;
  letter-spacing: 0.06em;
  margin-top: 0;
  font-family: "Source Sans 3", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-business_order .order-flow .order-flow_item_tell {
    font-size: 5.4rem;
  }
}

.p-business_order .order-flow .order-flow_item_fax {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.324;
  letter-spacing: 0.06em;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-business_order .order-flow .order-flow_item_fax {
    font-size: 3rem;
  }
}

.p-business_order .order-flow .order-flow_item_txt2 {
  margin-top: 0;
}

.p-business_order .order-flow .order-flow_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  margin-top: 2rem;
}

.p-business_order .order-flow .order-flow_item_img li {
  width: 25.6rem;
}

@media screen and (max-width: 768px) {
  .p-business_order .order-flow .order-flow_item_img {
    width: 38.4rem;
    display: block;
    margin: 6rem auto 0;
  }
  .p-business_order .order-flow .order-flow_item_img li {
    width: 100%;
  }
  .p-business_order .order-flow .order-flow_item_img li + li {
    margin-top: 1.5rem;
  }
}

.p-business_order .order-flow .order-flow_item + .order-flow_item {
  margin-top: 6.5rem;
  position: relative;
}

.p-business_order .order-flow .order-flow_item + .order-flow_item::before {
  content: "";
  position: absolute;
  top: -7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.1rem;
  height: 6.3rem;
  background: url(../img/common/icon_flow.svg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-business_order .order-flow .order-flow_item + .order-flow_item {
    margin-top: 9.9rem;
  }
  .p-business_order .order-flow .order-flow_item + .order-flow_item::before {
    top: -11rem;
    width: 3.2rem;
    height: 9.2rem;
  }
}

.p-business_dedication {
  margin-top: 14rem;
}

@media screen and (min-width: 769px) {
  .p-business_dedication .dedication-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.p-business_dedication .dedication-row_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 4.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .p-business_dedication .dedication-row_left {
    font-size: 3.4rem;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-business_dedication .dedication-row_right {
    width: 33.2rem;
  }
}

.p-business_dedication .dedication-row_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

.p-business_dedication .dedication-row_right ul li {
  width: 10rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .p-business_dedication .dedication-row_right ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .p-business_dedication .dedication-row_right ul li {
    width: 12rem;
  }
}

/** company page
======================================= **/
.p-company .p-company_sc + .p-company_sc {
  margin-top: 15rem;
}

.p-company .heading-lv4 {
  padding-bottom: 3.5rem;
  border-bottom: 0.1rem solid #3b3f5a;
}

@media screen and (max-width: 768px) {
  .p-company .heading-lv4 {
    padding-bottom: 4rem;
  }
}

.p-company_message {
  padding: 14rem 0 15rem;
  background-color: #fff;
}

.p-company_message .ttl {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.42857;
  letter-spacing: 0.09em;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .p-company_message .ttl {
    font-size: 4rem;
  }
}

.p-company_message .pos {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-right: 9rem;
}

@media screen and (max-width: 768px) {
  .p-company_message .pos {
    font-size: 2.2rem;
    margin-right: 13rem;
    margin-top: 4rem;
  }
}

.p-company_message .name {
  text-align: right;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-company_message .name {
    font-size: 3rem;
  }
}

.p-company_message .name span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .p-company_message .name span {
    font-size: 2.2rem;
  }
}

.p-company_profile .add1 {
  padding-bottom: 1rem;
  border-bottom: 0.1rem dotted #3b3f5a;
}

.p-company_profile .add2 {
  margin-top: 1rem;
}

.p-company_executive .c-art .c-art_ttl {
  width: 32rem;
}

@media screen and (max-width: 768px) {
  .p-company_executive .c-art {
    display: block;
  }
  .p-company_executive .c-art .c-art_ttl {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-company_history .c-art {
    display: block;
  }
  .p-company_history .c-art .c-art_ttl {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-company_access .company-access_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-company_access .company-access_col {
    width: calc(50% - 3rem);
  }
}

@media screen and (max-width: 768px) {
  .p-company_access .company-access_col + .company-access_col {
    margin-top: 15rem;
  }
}

.p-company_access .company-access_col .txt {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.p-company_access .company-access_col .txt span {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-company_access .company-access_col .txt {
    font-size: 2.4rem;
    line-height: 1.6667;
    margin-bottom: 3rem;
  }
  .p-company_access .company-access_col .txt span {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.p-company_access .company-access_col .map {
  width: 100%;
  height: 45rem;
  position: relative;
  margin-top: 4rem;
}

.p-company_access .company-access_col .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-company_access .company-access_col .map {
    height: 68rem;
  }
}

/** recruit page
======================================= **/
.p-recruit_intro {
  padding: 14rem 0 15rem;
  background-color: #fff;
}

.p-recruit_intro .ttl {
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1.42857;
  letter-spacing: 0.03em;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .p-recruit_intro .ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit_require .heading-lv4 {
    border-bottom: 0.1rem solid #3b3f5a;
    padding-bottom: 4rem;
  }
}

.p-recruit_apply {
  margin-top: 9rem;
}

.p-recruit_apply .apply-box {
  background-color: #f1f3f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-recruit_apply .apply-box {
    display: block;
    padding: 4rem;
    font-size: 2.7rem;
  }
}

/** products page
======================================= **/
.p-products {
  background-color: #fff;
}

.p-products .products-sc {
  position: relative;
}

.p-products .products-sc_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  row-gap: 1rem;
}

@media screen and (min-width: 769px) {
  .p-products .products-sc_img {
    width: 33.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-products .products-sc_img {
    width: 48rem;
    margin: 7rem auto 0;
  }
}

.p-products .products-sc_inner {
  max-width: 73rem;
}

.p-products .products-sc_title {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.09em;
  margin-bottom: 5rem;
}

.p-products .products-sc_title span {
  display: inline-block;
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  .p-products .products-sc_title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  .p-products .products-sc_title span {
    font-size: 3.2rem;
  }
}

.p-products .products-sc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  padding: 2rem;
  margin-top: 2rem;
  background-color: #f1f3f6;
  border-left: 0.1rem solid #00c4ff;
  border-bottom: 0.1rem solid #00c4ff;
}

.p-products .products-sc_box_ttl {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Source Sans 3", sans-serif;
  color: #d0d0d0;
}

.p-products .products-sc_box .txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-products .products-sc_box {
    display: block;
    padding: 4rem;
    margin-top: 6rem;
  }
  .p-products .products-sc_box_ttl {
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .p-products .products-sc_box .txt {
    font-size: 2.7rem;
  }
}

.p-products_roled {
  padding-top: 13rem;
}

.p-products_strip {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-products_strip {
    margin-top: 15rem;
  }
}

.p-products_special {
  padding: 10rem 0 17.5rem;
}

@media screen and (max-width: 768px) {
  .p-products_special {
    padding: 15rem 0;
  }
}

.p-products_special .p-recruit_apply {
  margin-top: 4rem;
}

.p-products_special .p-recruit_apply ul li {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-products_special .p-recruit_apply {
    margin-top: 6rem;
  }
  .p-products_special .p-recruit_apply ul li {
    font-size: 2.7rem;
  }
  .p-products_special .p-recruit_apply ul li:before {
    top: 1.2rem;
  }
}

.p-products_special .etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .p-products_special .etc {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 2.7rem;
    margin-top: 2rem;
  }
}

.p-products_inventory {
  background-color: #f1f3f6;
  padding: 9rem 0;
}

.p-products_inventory .inventory-wrap {
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 4px 0px #999898;
  box-shadow: 0px 4px 0px #999898;
}

.p-products_inventory .inventory-wrap .inventory-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  padding: 2rem 6rem 2rem 4rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ttl {
    padding: 2.5rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ttl_thumb {
  display: inline-block;
  width: 9.5rem;
}

.p-products_inventory .inventory-wrap .inventory-ttl_thumb img {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ttl_thumb {
    width: 11.5rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ttl_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-products_inventory .inventory-wrap .inventory-ttl_txt .lg {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ttl_txt .lg {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ttl_txt .sm {
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ttl_txt .sm {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.p-products_inventory .inventory-wrap .inventory-ttl_ico {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #3b3f5a;
  position: relative;
  margin: 0 0 0 auto;
}

.p-products_inventory .inventory-wrap .inventory-ttl_ico::before, .p-products_inventory .inventory-wrap .inventory-ttl_ico::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.p-products_inventory .inventory-wrap .inventory-ttl_ico::before {
  width: 1.5rem;
  height: 0.2rem;
}

.p-products_inventory .inventory-wrap .inventory-ttl_ico::after {
  width: 0.2rem;
  height: 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ttl_ico {
    width: 9rem;
    height: 9rem;
  }
  .p-products_inventory .inventory-wrap .inventory-ttl_ico::before {
    width: 2rem;
    height: 0.4rem;
  }
  .p-products_inventory .inventory-wrap .inventory-ttl_ico::after {
    width: 0.4rem;
    height: 2rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ttl.active .inventory-ttl_ico::after {
  opacity: 0;
  visibility: hidden;
}

.p-products_inventory .inventory-wrap .inventory-ctn {
  display: none;
  padding: 2rem 3rem 4rem 3rem;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ctn {
    padding: 2rem 4rem 4rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-ctn_inner {
  padding: 4rem 2rem;
  border-top: 0.1rem solid #3b3f5a;
}

@media screen and (min-width: 769px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-ctn_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-ctn_inner {
    padding: 4rem 0;
  }
}

.p-products_inventory .inventory-wrap .inventory-ctn .fl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.p-products_inventory .inventory-wrap .inventory-ctn .col1 {
  display: inline-block;
  width: 10.5rem;
}

.p-products_inventory .inventory-wrap .inventory-ctn .col2 {
  display: inline-block;
  width: 10.5rem;
}

.p-products_inventory .inventory-wrap .inventory-ctn .col3 {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-cols {
    width: calc(50% - 4rem);
  }
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box + .inventory-box {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-box + .inventory-box {
    margin-top: 6rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_head {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_head .txt2 {
  margin-top: 0;
  position: relative;
  padding-left: 2.5rem;
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_head .txt2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #00c4ff;
  border-radius: 50%;
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_head .txt3 {
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_head {
    font-size: 2.4rem;
  }
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_head .txt2:before {
    top: 1.7rem;
  }
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_head .txt3 {
    font-size: 2.4rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_title {
  border-bottom: 0.1rem dotted #3b3f5a;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_title .col3 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_title {
    font-size: 2rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_tbl {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_tbl {
    font-size: 2.2rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_note {
  font-size: 1.5rem;
  line-height: 1.4667;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_note {
    font-size: 1.8rem;
  }
}

.p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_note2 {
  font-size: 1.8rem;
  line-height: 1.66667;
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .p-products_inventory .inventory-wrap .inventory-ctn .inventory-box_content_note2 {
    font-size: 2.2rem;
  }
}
