@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.
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
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 */
}

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

@media (min-width: 1601px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333333vw;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  html {
    font-size: 0.565vw;
  }
}

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

body {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif, "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  color: #000000;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  background: #eceeee;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body::before {
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.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;
}

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

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

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

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

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  margin: 0 auto;
  padding: 0 2rem;
}

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

@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;
  }
}

.p-wrapper {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .page-header .logo {
    display: none;
  }
  .page-header .desc {
    display: none;
  }
  .page-header .entry-btn {
    display: none;
  }
  .page-header .global-navigation .entry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 12;
    width: 100%;
    height: 12.6rem;
    background: #fff;
    border-bottom: 1px solid #929292;
  }
  .page-header .logo {
    width: 12.6rem;
    height: 100%;
    padding: 2rem;
    display: block;
    position: relative;
    z-index: 12;
    background-color: #21b7c2;
  }
  .page-header .logo a {
    display: block;
    line-height: 0;
  }
  .page-header .desc {
    display: inline-block;
    width: 14rem;
    margin-left: 2rem;
  }
  .page-header .entry-btn {
    margin-left: 2rem;
  }
  .page-header .entry-btn .lbl {
    font-size: 0.6rem;
  }
  .page-header .entry-btn .txt {
    margin-left: 2rem;
  }
}

.font-ryu {
  font-family: "a-otf-ryumin-pr6n", serif;
}

.font_mb {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
}

.entry-btn {
  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;
  padding: 0.8rem;
  border-radius: 4rem;
  background-color: #21b7c2;
  color: #fff;
  position: relative;
}

.entry-btn .lbl {
  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;
  background-color: #231815;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-family: "acumin-variable", sans-serif;
  border-radius: 50%;
  position: absolute;
  left: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry-btn .txt {
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 500;
}

.entry-btn .ico {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry-btn .ico img {
  display: block;
  width: 100%;
  height: auto;
}

.entry-btn.lg {
  width: 43rem;
  height: 11rem;
}

.entry-btn.lg .lbl {
  width: 8.6rem;
  height: 8.6rem;
}

.entry-btn.lg .txt {
  font-size: 3.5rem;
  color: #ffe500;
}

.entry-btn.lg .ico {
  width: 3.9rem;
  right: 4rem;
}

.entry-btn.md {
  width: 28.8rem;
  height: 7.4rem;
  padding-left: 2rem;
}

.entry-btn.md .lbl {
  width: 5.8rem;
  height: 5.8rem;
  font-size: 1.1rem;
}

.entry-btn.md .txt {
  font-size: 1.5rem;
}

.entry-btn.md .ico {
  width: 2.6rem;
  right: 2.5rem;
}

.entry-btn.sm {
  width: 16rem;
  height: 5rem;
}

.entry-btn.sm .lbl {
  width: 4rem;
  height: 4rem;
}

.entry-btn.sm .ico {
  width: 1.4rem;
  right: 1.5rem;
}

.p-sub .bg {
  width: 120%;
  left: -10%;
}

@media screen and (max-width: 768px) {
  .p-sub .bg.service {
    width: 100%;
    height: 100%;
    left: 0;
    top: 12.6rem;
    position: relative;
  }
}

.p-sub .bg.service .p-title_sm {
  display: inline-block;
  width: calc(220 / 1920 * 100%);
  position: absolute;
  right: 10%;
  top: 20%;
}

@media screen and (max-width: 768px) {
  .p-sub .bg.service .p-title_sm {
    display: none;
  }
}

.p-sub .p-left {
  display: none;
}

.p-sub .p-right {
  display: none;
}

.p-sub .p-title {
  padding: 3rem 0;
}

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

.p-body {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-left {
  width: calc(458/1366 * 100%);
  height: 100vh;
  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;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: fixed;
  left: 0;
  top: 0;
}

.p-left_inner {
  width: calc(335/458 * 100%);
  min-width: 33.5rem;
  margin-left: auto;
  margin-right: 4rem;
}

.p-left_logo {
  width: calc(300/458 * 100%);
  margin: 0 auto 1rem;
}

.p-left_logo a {
  display: block;
  line-height: 0;
}

.p-left_logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.p-left_banner {
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  margin-top: 3rem;
}

.p-left_banner::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: multiply;
  z-index: -1;
}

.p-left_banner_ttl {
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.p-left_banner_txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.p-left_banner_img {
  display: block;
  line-height: 0;
  margin: 2rem 0;
}

.p-left_banner .entry-btn {
  margin: 0 auto;
}

.p-left .p-left_menu_item a {
  display: inline-block;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-family: "acumin-variable", sans-serif;
  color: #fff;
  position: relative;
  padding-left: 4rem;
}

.p-left .p-left_menu_item a::before {
  position: absolute;
  content: '';
  width: 3rem;
  height: 0.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-left {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-left {
    display: none;
  }
}

.p-left_sub {
  width: calc(458/1366 * 100%);
  height: 100vh;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: fixed;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-left_sub {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-left_sub {
    display: none;
  }
}

.p-left_sub .p-left_sub_logo {
  width: calc(368/458 * 100%);
  margin: 1rem 0 0 1rem;
}

.p-left_sub .p-left_sub_logo a {
  display: block;
  line-height: 0;
}

.p-left_sub .p-left_sub_logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.p-left_sub .p-left_sub_lbl {
  width: 22rem;
  display: inline-block;
  line-height: 0;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.movie-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.movie-wrap video,
.movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.inner {
  padding: 0 4rem;
}

.page-main {
  width: calc(450/1366 * 100%);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-main .logo {
  background: #fff;
  text-align: center;
  padding: 1.4rem 0;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-main {
    width: 100%;
    max-width: 75rem;
  }
}

@media screen and (max-width: 768px) {
  .page-main {
    width: 100%;
    max-width: 75rem;
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12.6rem;
    border: none;
  }
}

.p-right {
  width: calc(458/1366 * 100%);
  height: 100vh;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: fixed;
  right: 0;
  top: 0;
  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;
}

.p-right .p-desc {
  width: calc(258/458 * 100%);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-right {
    display: none;
  }
}

.p-contents {
  position: relative;
  background: #fff;
}

.pagetop {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 8;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
}

.pagetop.ab {
  position: absolute;
  bottom: -2rem;
}

.global-navigation {
  background-color: #21b7c2;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 15;
  overflow-y: auto;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.global-navigation .glb-logo {
  display: inline-block;
  width: 27.8rem;
  position: absolute;
  left: 3rem;
  top: 2rem;
}

.global-navigation .glb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -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: 15rem;
  -moz-column-gap: 15rem;
  column-gap: 15rem;
}

.global-navigation .glb-desc {
  width: 74rem;
}

.global-navigation .glb-nav {
  margin-top: -10rem;
}

.global-navigation .glb-nav-menu {
  width: 61rem;
}

.global-navigation .glb-nav-menu_item + .glb-nav-menu_item {
  margin-top: 1.5rem;
}

.global-navigation .glb-nav-menu_item a {
  display: inline-block;
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  font-family: "acumin-variable", sans-serif;
  color: #fff;
  position: relative;
  padding-left: 4rem;
}

.global-navigation .glb-nav-menu_item a::before {
  position: absolute;
  content: '';
  width: 3rem;
  height: 0.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.global-navigation .glb-banner {
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  margin-top: 8rem;
  width: 47rem;
}

.global-navigation .glb-banner::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.73);
  mix-blend-mode: multiply;
  z-index: -1;
}

.global-navigation .glb-banner_ttl {
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.global-navigation .glb-banner_txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.global-navigation .glb-banner_img {
  display: block;
  line-height: 0;
  margin: 2rem 0;
}

.global-navigation .glb-banner_btn {
  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;
  row-gap: 1.5rem;
}

.global-navigation .glb-banner_btn li {
  width: 37rem;
}

.global-navigation .glb-banner_btn li a {
  width: 100%;
}

.global-navigation .glb-close {
  display: block;
  width: 14.2rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.global-navigation.open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .global-navigation {
    padding: 12rem 2.5rem 2rem;
    display: block;
  }
  .global-navigation .glb-logo {
    position: absolute;
    left: 1rem;
    top: 1rem;
  }
  .global-navigation .glb-row {
    display: block;
    width: 42.5rem;
    margin-left: auto;
    margin-top: 0;
  }
  .global-navigation .glb-desc {
    width: 5rem;
    position: absolute;
    left: 4.5rem;
    top: 12rem;
  }
  .global-navigation .glb-desc .show_pc {
    display: none;
  }
  .global-navigation .glb-desc .show_sp {
    display: block !important;
  }
  .global-navigation .glb-nav {
    margin-top: 0;
  }
  .global-navigation .glb-nav-menu {
    width: 100%;
  }
  .global-navigation .glb-nav-menu_item a {
    font-size: 3rem;
  }
  .global-navigation .glb-banner {
    width: 100%;
    padding: 3rem 3rem;
    margin-top: 4rem;
  }
  .global-navigation .glb-banner_ttl {
    font-size: 2.4rem;
  }
  .global-navigation .glb-banner_txt {
    font-size: 1.8rem;
  }
  .global-navigation .glb-banner_btn li {
    width: 100%;
  }
  .global-navigation .glb-banner_btn li a {
    margin: 0;
  }
  .global-navigation .glb-close {
    width: 18.2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .global-navigation .glb-row {
    margin: 0 auto;
  }
}

/** header area
====================================== **/
.arrow {
  width: 3.7rem;
  height: 3.7rem;
  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;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  background: #21b7c2;
}

.arrow img, .arrow svg {
  display: block;
  width: 2.6rem;
  height: 1.8rem;
  position: relative;
}

.btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.btn-more .txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "acumin-variable", sans-serif;
}

.heading-lv2 .en {
  font-size: 7.1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  font-family: "acumin-variable", sans-serif;
}

.heading-lv2 .en._tl {
  line-height: 0;
}

.heading-lv2 .en._tl img {
  display: inline-block;
  width: auto;
  max-width: unset;
  height: 4.8rem;
}

.heading-lv2 .ja {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 1rem;
}

.heading-lv2._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.heading-lv2._flex .ja {
  margin-top: 0;
}

.heading-lv3 {
  margin-bottom: 4rem;
}

.heading-lv3 .ja {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .heading-lv3 .ja {
    font-size: 3.8rem;
  }
}

.heading-lv3 .en {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  color: #1d939c;
  margin-top: 1rem;
}

.heading-lv3 .en._tl img {
  width: auto;
  max-width: unset;
  height: 2rem;
}

.heading-lv4 {
  font-size: 6rem;
  font-weight: 600;
  color: #1d939c;
  line-height: 1;
  margin-bottom: 3rem;
  font-family: "acumin-variable", sans-serif;
}

.heading-lv4._tl {
  line-height: 0;
}

.heading-lv4._tl img {
  width: auto;
  max-width: unset;
  height: 5rem;
}

.c-plus {
  margin: 4rem 0;
}

.c-plus_item {
  font-size: 1.8rem;
  font-weight: 600;
  color: #21b7c2;
  border: 0.2rem solid #21b7c2;
  border-radius: 1rem;
  padding: 2rem 7rem 2rem 2rem;
  position: relative;
}

.c-plus_item::after {
  position: absolute;
  content: '';
  width: 3rem;
  height: 3rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_plus.svg) left top no-repeat;
  background-size: cover;
}

.c-plus_item + .c-plus_item {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .c-plus_item {
    font-size: 2.2rem;
  }
}

.c-plus_item.acc-js {
  padding: 0;
}

.c-plus_item.acc-js::after {
  width: 0;
  height: 0;
  background: none;
}

.acc-ttl {
  position: relative;
  cursor: pointer;
}

.acc-ttl::after {
  position: absolute;
  content: '';
  width: 3rem;
  height: 3rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #21b7c2;
  border-radius: 50%;
}

.acc-ttl span {
  display: block;
  padding: 2rem 7rem 2rem 2rem;
  position: relative;
}

.acc-ttl span::before, .acc-ttl span::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.acc-ttl span::before {
  width: 0.2rem;
  height: 1.7rem;
  right: 3.4rem;
}

.acc-ttl span::after {
  height: 0.2rem;
  width: 1.7rem;
  right: 2.6rem;
}

.acc-ttl.active span::before {
  opacity: 0;
  visibility: hidden;
}

.acc-cont {
  display: none;
  padding: 0 2rem 2rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.is-act {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.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.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s 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 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s 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 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s 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 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s 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;
  }
}

.p-404 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-404 .p-404_tl {
    font-size: 3.2rem;
  }
}

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

/** header area
====================================== **/
#hambuger {
  width: 9.6rem;
  height: 9.6rem;
  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;
}

#hambuger span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 1rem;
  color: #fff;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 3rem;
  height: 2rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.2rem;
  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: 48%;
}

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

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

@media screen and (max-width: 768px) {
  .nav-icon ul {
    width: 5.2rem;
    height: 2rem;
  }
  .nav-icon ul li {
    background-color: #929292;
  }
}

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

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

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

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

@media screen and (min-width: 769px) {
  #hambuger {
    position: fixed;
    right: 4.5rem;
    top: 4rem;
    background: #1d939c;
    border-radius: 50%;
  }
  #hambuger span {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #hambuger {
    right: 2rem;
    top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #hambuger {
    width: 11.4rem;
    height: 12.6rem;
    border-left: 1px solid #929292;
    margin-left: auto;
  }
  #hambuger span {
    display: none;
  }
}

/** footer
======================================= **/
/* Animation keyframes */
.scroll-wrapper {
  height: 57rem;
  /* chiều cao vùng hiển thị */
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .scroll-wrapper {
    height: 67rem;
  }
}

.scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: scrollVertical 20s linear infinite;
  animation: scrollVertical 20s linear infinite;
}

/* Style cho text */
.mode-txt {
  line-height: 2;
  text-align: center;
  white-space: nowrap;
}

/* Cuộn toàn bộ content lên nửa chiều cao */
@-webkit-keyframes scrollVertical {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes scrollVertical {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.page-footer {
  border-top: 1px solid #222;
  background-color: #fff;
}

.page-footer .footer-bottom {
  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;
  border-bottom: 1px solid #222;
}

.page-footer .footer-bottom .footer-bottom_left {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.page-footer .footer-bottom .footer-bottom_left span {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-bottom: 2rem;
}

.page-footer .footer-bottom .footer-bottom_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #222;
}

.page-footer .footer-info {
  padding: 3rem 2rem 3rem 4rem;
}

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

.page-footer .footer-info_ttl {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.875;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .page-footer .footer-info_ttl {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}

.page-footer .footer-info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.page-footer .footer-info_row dt {
  font-family: "acumin-variable", sans-serif;
}

@media screen and (max-width: 768px) {
  .page-footer .footer-info_row dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .page-footer .footer-info_row dd {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.page-footer .footer-info_row + .footer-info_row {
  margin-top: 2.5rem;
}

.page-footer .footer-cap {
  font-size: 2.8rem;
  font-weight: 600;
  padding: 2rem 0;
  text-align: center;
  border-top: 1px solid #000;
}

.page-footer .footer-logo {
  background-color: #231815;
  text-align: center;
  padding: 2rem;
}

.page-footer .footer-logo img {
  display: inline-block;
  width: 36.2rem;
}

.copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "acumin-variable", sans-serif;
  letter-spacing: 0.04em;
  margin: 0 -4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

/** home
======================================= **/
.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.bg .mv-slider {
  width: 100%;
  height: 100%;
}

.bg .slick-list,
.bg .slick-track {
  height: 100%;
}

.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-visual {
  width: 100%;
  overflow: hidden;
}

.main-visual .movie-wrap {
  aspect-ratio: 9 / 16;
  /* tỷ lệ dọc */
  position: relative;
}

.main-visual .movie-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 9 / 16;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item {
  border-bottom: 1px solid #929292;
}

.news-item:first-child {
  border-top: 1px solid #929292;
}

.news-item_date {
  display: block;
  margin-bottom: 1rem;
}

.news-item_title {
  display: block;
  line-height: 1.5;
}

.news-item_link {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0;
  padding: 3rem 0;
}

.p-top {
  top: 13rem;
  /* Animation dịch 50% (tương đương chiều rộng 1 ảnh) */
}

.p-top_news {
  padding: 3rem 0 0;
}

.p-top_news .heading-lv2 {
  padding: 0 2rem;
  margin-bottom: 3rem;
}

.p-top_news .inner {
  padding: 0 6rem;
}

.p-top_news .news-btn {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-top .top-feature {
  padding: 0 4rem 6rem;
  margin-top: 4.5rem;
}

.p-top .top-feature_box_ttl {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.12em;
  margin-bottom: 3rem;
}

.p-top .top-feature_box_txt {
  font-size: 1.8rem;
  line-height: 2.055;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: justify;
}

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

.p-top .top-feature_box + .top-feature_box {
  margin-top: 4rem;
}

.p-top .tech-loop {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p-top .tech-loop figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  /* 2 ảnh nên 200% chiều rộng container */
  margin: 0;
  -webkit-animation: scrollLoop 20s linear infinite;
  animation: scrollLoop 20s linear infinite;
}

.p-top .tech-loop img {
  width: 100%;
  /* mỗi ảnh chiếm 50% để 2 ảnh = 100% khung cha */
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@-webkit-keyframes scrollLoop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scrollLoop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-top_technology {
  padding: 6rem 0;
}

.p-top_technology .heading-lv2 {
  padding: 0 2rem;
}

.p-top_technology .container {
  padding: 0 3rem;
}

.p-top_technology .technology-wpr + .technology-wpr {
  margin-top: 6rem;
}

.p-top_technology .technology-img {
  margin-bottom: 2rem;
}

.p-top_technology .technology-ttl {
  text-align: center;
  font-size: 3rem;
  color: #21b7c2;
  margin-bottom: 2rem;
}

.p-top_technology .technology-txt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .p-top_technology .technology-txt {
    font-size: 2rem;
  }
}

.p-top_technology .technology-list {
  margin: 4rem 0 6rem;
}

.p-top_technology .technology-list li + li {
  margin-top: 4rem;
}

.p-top_technology .technology-list figure img {
  width: 100%;
  max-width: unset;
}

.p-top_technology .technology-list p {
  color: #21b7c2;
  text-align: center;
  font-size: 3.2rem;
  margin-top: 2rem;
}

.p-top_story {
  width: 100%;
  padding-left: 3rem;
}

.p-top_story .heading-lv2 {
  margin-bottom: 2rem;
}

.p-top_story_inner {
  background-color: #21b7c2;
  border-radius: 1rem 0 0 1rem;
  padding: 3rem;
  overflow-x: auto;
}

.p-top_story .story-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-top_story .story-row {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.p-top_story .story-row_img {
  width: 42rem;
}

.p-top_story .story-row_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.55;
}

.p-top_story .story-row_ctn li + li {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-top_story .story-row_ctn {
    font-size: 2rem;
  }
}

.p-top_story .story-row_cap {
  font-size: 1.8rem;
  margin-top: 2rem;
  line-height: 1.5;
}

.p-top_story .story-row_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.p-top_project {
  width: 100%;
  padding-left: 3rem;
}

.p-top_project .heading-lv2 {
  margin-bottom: 2rem;
}

.p-top_project_inner {
  background-color: #21b7c2;
  border-radius: 1rem 0 0 1rem;
  padding: 3rem;
  overflow-x: auto;
}

.p-top_project .project-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-top_project .project-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-top_project .project-col .project-col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-top_project .project-col .project-col_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff100;
  margin-bottom: 1rem;
}

.p-top_project .project-col_img {
  width: 34rem;
}

.p-top_project .project-col_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  width: 40rem;
}

.p-top_project .project-col table {
  width: 100%;
}

.p-top_project .project-col table th, .p-top_project .project-col table td {
  padding: 1rem;
  vertical-align: middle;
  line-height: 1.5;
}

.p-top_project .project-col table th span, .p-top_project .project-col table td span {
  display: inline-block;
  font-size: 2rem;
}

.p-top_project .project-col table th span.fzg, .p-top_project .project-col table td span.fzg {
  font-size: 2.4rem;
}

.p-top_project .project-col table th {
  border-bottom: 1px solid #fff;
  width: 33.3333%;
  border-left: 1px solid #fff;
}

.p-top_project .project-col table th:first-child {
  border-left: none;
}

.p-top_project .project-col table td {
  text-align: center;
  border-left: 1px solid #fff;
}

.p-top_project .project-col table td:first-child {
  border-left: none;
}

.p-top_project .project-col dl {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.75;
}

.p-top_project .project-col dl dt {
  text-align: center;
}

.p-top_sustainable {
  padding: 6rem 0;
}

.p-top_sustainable .heading-lv2 {
  margin-bottom: 4rem;
}

.p-top_sustainable .sustainable-article {
  padding: 0 1rem;
}

.p-top_sustainable .sustainable-article + .sustainable-article {
  margin-top: 6rem;
}

.p-top_sustainable .sustainable-article .lbl {
  background-color: #21b7c2;
  color: #fff;
  display: inline-block;
  min-width: 25.2rem;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1rem 2rem;
  margin-bottom: 5rem;
}

.p-top_sustainable .sustainable-article .ttl {
  font-size: 3.2rem;
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 3.5rem;
}

.p-top_sustainable .sustainable-article .txt {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .p-top_sustainable .sustainable-article .txt {
    font-size: 2rem;
  }
}

.p-top_contact {
  background-color: #21b7c2;
  padding: 4rem 0 10rem;
}

.p-top_contact .heading-lv2 {
  margin-bottom: 4rem;
}

.p-top_contact .cta-lead {
  font-size: 2.2rem;
  line-height: 1.75;
  margin-bottom: 4rem;
}

/** news
======================================= **/
.p-news .news-cat {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 1rem;
}

.p-news .news-cat li {
  width: 14.5rem;
  height: 2.6rem;
}

.p-news .news-cat li a {
  width: 100%;
  height: 100%;
  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;
  border: 1px solid #BDB8B2;
  color: #BDB8B2;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}

.p-news .news-cat li a.active {
  background: #221200;
  color: #fff;
  border: none;
}

@media screen and (min-width: 769px) {
  .p-news .news-cat li {
    width: calc(145/375 * 100%);
    height: 3.2rem;
  }
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.post-meta_date {
  display: inline-block;
  color: #D93932;
  letter-spacing: 0.1em;
}

.post-meta_cat {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  background: #221200;
  color: #fff;
  margin-left: 1rem;
}

.post-title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-bottom: 4rem;
}

.post-content a {
  text-decoration: underline;
}

.post-content p {
  line-height: 1.857;
  letter-spacing: 0.1em;
}

.post-content p + p {
  margin-top: 3rem;
}

.post-content img {
  display: block;
}

.post-content img + img {
  margin-top: 1rem;
}

.post-btn {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/** home
======================================= **/
/* 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: 3rem;
    height: 3rem;
  }
}

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 {
    width: 1rem;
    height: 2.4rem;
    top: -0.4rem;
    left: 0.6rem;
  }
}

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

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

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: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  background-color: #000;
  z-index: 2;
  opacity: 0;
}

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

.ipt {
  width: 100%;
  padding: 1.7rem 1.7rem;
  outline: none;
  background: #fff;
  border: 1px solid #000000;
}

.ipt.medium {
  max-width: 36.7rem;
}

.ipt.are {
  height: 20rem;
}

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

.ipt::-webkit-input-placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt::-webkit-input-placeholder, .ipt::-moz-placeholder, .ipt::-ms-placeholder, .ipt::placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt:focus {
  border-color: #3F96E8;
}

.ipt:focus::-webkit-input-placeholder {
  color: #363636;
  opacity: 1;
}

.ipt:focus::-webkit-input-placeholder, .ipt:focus::-moz-placeholder, .ipt:focus::-ms-placeholder, .ipt:focus::placeholder {
  color: #363636;
  opacity: 1;
}

.slc {
  background: url(../img/common/arrow_down.svg) 90% center no-repeat;
  background-size: 0.9rem 1.8rem;
}

.req {
  color: #ff0000;
}

.radio-list {
  display: block;
  margin-left: 4rem;
}

.radio-list .wpcf7-list-item {
  display: block;
  font-size: 2rem;
}

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

.form {
  padding: 0 2rem;
}

.form-ctrl_lbl {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .form-ctrl_ctn {
    font-size: 2rem;
  }
}

.form-ctrl + .form-ctrl {
  margin-top: 4rem;
}

.form-ctrl .wpcf7-list-item label {
  display: inline-block;
}

.form-privacy {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 3rem;
}

.form-privacy a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .form-privacy {
    font-size: 2.2rem;
  }
}

.form-btn {
  margin-top: 6rem;
}

.f-btn {
  background-color: #000000;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 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;
  cursor: pointer;
  border: none;
  outline: none;
}

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

@media screen and (max-width: 768px) {
  .formErrorContent {
    font-size: 1.6rem;
  }
}

.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;
}

.form-policy_checkbox .formErrorContent {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: -5rem;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox .formErrorContent {
    bottom: -6.5rem;
  }
}

/** news
======================================= **/
.p-service {
  padding-top: 100vh;
}

@media screen and (max-width: 768px) {
  .p-service {
    padding-top: 0;
  }
}

.p-service .movie-wpr {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.p-service .movie-wpr video,
.p-service .movie-wpr iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-service_feature {
  padding: 6rem 0;
}

.p-service_feature .container {
  padding: 0 3rem;
}

.p-service_feature .feature-cpy {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "a-otf-ryumin-pr6n", serif;
}

.p-service_feature .feature-cpy p + p {
  margin-top: 3rem;
}

.p-service_feature .feature-cpy .nm {
  font-size: 2.2rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-service_feature .feature-cpy {
    font-size: 2rem;
  }
  .p-service_feature .feature-cpy .nm {
    font-size: 2.8rem;
  }
}

.p-service_company {
  padding: 0 0 6rem;
}

.p-service_company .container {
  padding: 0 3rem;
}

.p-service_company .company-img {
  margin-bottom: 4rem;
}

.p-service_company .company-txt {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  font-family: "a-otf-ryumin-pr6n", serif;
}

@media screen and (max-width: 768px) {
  .p-service_company .company-txt {
    font-size: 2rem;
  }
}

.p-service_company .company-profile {
  margin-top: 4rem;
}

.p-service_company .company-profile_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #21b7c2;
}

@media screen and (max-width: 768px) {
  .p-service_company .company-profile_ttl {
    font-size: 2.4rem;
  }
}

.p-service_company .company-profile_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  font-size: 1.7rem;
  line-height: 1.75;
  padding: 1.5rem 0;
  border-top: 1px solid #ece9e7;
}

.p-service_company .company-profile_row:last-child {
  border-bottom: 1px solid #ece9e7;
}

.p-service_company .company-profile_row dt {
  width: 10rem;
  text-align: center;
}

.p-service_company .company-profile_row dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-service_company .company-profile_row {
    font-size: 2rem;
  }
}

.p-service_schedule {
  width: 100%;
  padding-left: 3rem;
}

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

.p-service_schedule_inner {
  background-color: #21b7c2;
  border-radius: 1rem 0 0 1rem;
  padding: 3rem;
  overflow-x: auto;
}

.p-service_schedule .schedule-content {
  width: 800px;
}

.p-service_schedule .schedule-title {
  background-color: #fed200;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  margin-left: -3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-service_schedule .schedule-title {
    font-size: 2.4rem;
  }
}

.p-service_schedule .schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
}

.p-service_schedule .schedule-item_time {
  margin-bottom: 2rem;
  position: relative;
  color: #fed200;
  font-size: 2.2rem;
}

.p-service_schedule .schedule-item_text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-service_schedule .schedule-item_text {
    font-size: 1.8rem;
  }
}

.p-service_support {
  padding: 6rem 0 0;
}

.p-service_support .container {
  padding: 0 3rem;
}

.p-service_works {
  padding: 6rem 0 0;
}

.p-service_works .container {
  padding: 0 3rem;
}

.p-service_works .works-img {
  margin-bottom: 4rem;
}

.p-service_works .works-txt {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  font-family: "a-otf-ryumin-pr6n", serif;
}

@media screen and (max-width: 768px) {
  .p-service_works .works-txt {
    font-size: 2rem;
  }
}

.p-service_works .works-art {
  margin-top: 4rem;
}

.p-service_works .works-art_ttl {
  font-size: 2.2rem;
  font-weight: 600;
  color: #21b7c2;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-service_works .works-art_ttl {
    font-size: 2.8rem;
  }
}

.p-service_works .works-art_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.p-service_works .works-art_row_img {
  width: 17rem;
}

.p-service_works .works-art_row_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-service_works .works-art_row_txt {
    font-size: 2rem;
  }
}

.p-service_works .works-art_flow {
  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: 3rem;
  padding: 0 2rem;
  margin-top: 4rem;
}

.p-service_works .works-art_flow_item {
  background-color: #e1f0f2;
  color: #21b7c2;
  border-radius: 1rem;
  line-height: 1.875;
  position: relative;
  padding: 2.5rem 2rem 2.5rem 7rem;
  position: relative;
}

.p-service_works .works-art_flow_item + .works-art_flow_item::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1.8rem;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #21b7c2;
}

.p-service_works .works-art_flow_item .lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: #21b7c2;
  color: #ffdc00;
  font-weight: 700;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-service_works .works-art_flow_item .lbl .tx {
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
}

.p-service_works .works-art_flow_item .lbl .num {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-service_works .works-art_flow_item {
    font-size: 1.6rem;
  }
}

.p-service_career {
  padding: 6rem 0 0;
}

.p-service_career .container {
  padding: 0 3rem;
}

.p-service_career .career-lead {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.04em;
  font-family: "a-otf-ryumin-pr6n", serif;
}

@media screen and (max-width: 768px) {
  .p-service_career .career-lead {
    font-size: 2rem;
  }
}

.p-service_career .career-box {
  border: 1px solid #231815;
  font-weight: 400;
  margin-top: 3rem;
}

.p-service_career .career-box .career-box_itm .ttl {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-service_career .career-box .career-box_itm .ttl {
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}

.p-service_career .career-box .career-box_itm .ttl._tbg {
  background-color: #231815;
  color: #ffdc00;
}

.p-service_career .career-box .career-box_itm .ctn {
  border-top: 1px solid #231815;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.p-service_career .career-box .career-box_itm .ctn .flg {
  width: 100%;
  font-size: 5.2rem;
  font-weight: 800;
  padding: 2rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-service_career .career-box .career-box_itm .ctn .flg {
    font-size: 6rem;
    padding: 4rem 0;
  }
}

.p-service_career .career-box .career-box_itm .ctn .txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-service_career .career-box .career-box_itm .ctn .txt {
    font-size: 2rem;
  }
}

.p-service_career .career-box .career-box_itm .ctn ._cpy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 32rem;
}

.p-service_career .career-box .career-box_itm .ctn ._cpy h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-service_career .career-box .career-box_itm .ctn ._cpy h4 {
    font-size: 2.4rem;
  }
}

.p-service_career .career-box .career-box_itm .ctn ._cpy p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-service_career .career-box .career-box_itm .ctn ._cpy p {
    font-size: 2rem;
  }
}

.p-service_career .career-box .career-box_itm .ctn ._img {
  width: 13rem;
  text-align: center;
  margin-top: 3rem;
}

.p-service_career .career-box .career-box_itm .ctn ._img img {
  max-width: 8rem;
}

.p-service_career .career-box .career-box_itm .ctn ._img img.flg3 {
  max-width: 10rem;
}

.p-service_career .career-box .career-box_itm + .career-box_itm {
  border-top: 1px solid #231815;
}

.p-service_recruit {
  padding: 6rem 0 10rem;
}

.p-service_recruit .container {
  padding: 0 3rem;
}

.p-service_recruit .recruit-sub {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-service_recruit .recruit-sub {
    margin-bottom: 3rem;
  }
}

.p-service_recruit .recruit-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-service_recruit .recruit-txt {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}

.p-service_recruit .recruit-btn {
  background-color: #000000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 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;
  cursor: pointer;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-service_recruit .recruit-btn {
    margin-top: 4rem;
  }
}

.p-service_recruit .recruit-group {
  text-align: center;
  margin-top: 6rem;
}

.p-service_recruit .recruit-group_tl {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #21b7c2;
  position: relative;
  margin-bottom: 2rem;
}

.p-service_recruit .recruit-group_tl::before, .p-service_recruit .recruit-group_tl::after {
  position: absolute;
  content: '';
  width: 2.2rem;
  height: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/splash.svg) left top no-repeat;
  background-size: cover;
}

.p-service_recruit .recruit-group_tl::before {
  left: -3rem;
}

.p-service_recruit .recruit-group_tl::after {
  right: -3rem;
  -webkit-transform: translateY(-50%) rotateZ(60deg);
  transform: translateY(-50%) rotateZ(60deg);
}

.p-service_recruit .entry-btn {
  border-radius: 10rem;
  margin: 0 auto;
}

.recruit-pos {
  text-align: center;
  background-color: #1d939c;
  color: #fff;
  font-size: 1.8rem;
  padding: 1rem;
  margin-bottom: 4rem;
}

.txt-blue {
  color: #1d939c;
}

.p-recruit .p-contents {
  padding: 4rem 4rem 8rem;
}

@media screen and (max-width: 768px) {
  .p-recruit .p-contents {
    padding: 4rem 3rem 8rem;
  }
}

.p-recruit .recruit-btn {
  background-color: #000000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 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;
  cursor: pointer;
  margin-top: 3rem;
}

.p-recruit .recruit-group {
  text-align: center;
  margin-top: 6rem;
}

.p-recruit .recruit-group_tl {
  display: inline-block;
  font-size: 2.2rem;
  color: #21b7c2;
  position: relative;
  margin-bottom: 2rem;
}

.p-recruit .recruit-group_tl::before, .p-recruit .recruit-group_tl::after {
  position: absolute;
  content: '';
  width: 2.2rem;
  height: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/splash.svg) left top no-repeat;
  background-size: cover;
}

.p-recruit .recruit-group_tl::before {
  left: -3rem;
}

.p-recruit .recruit-group_tl::after {
  right: -3rem;
  -webkit-transform: translateY(-50%) rotateZ(60deg);
  transform: translateY(-50%) rotateZ(60deg);
}

.p-recruit .entry-btn {
  border-radius: 10rem;
  margin: 0 auto;
}

.recruit-box_ttl {
  font-size: 2.4rem;
  color: #1d939c;
  border-bottom: 1px solid #1d939c;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .recruit-box_ttl {
    font-size: 2.8rem;
    padding-bottom: 2rem;
  }
}

.recruit-box_sub {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  margin: 4rem 0 3rem;
  font-family: "a-otf-ryumin-pr6n", serif;
}

@media screen and (max-width: 768px) {
  .recruit-box_sub {
    font-size: 2.4rem;
  }
}

.recruit-box_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-family: "a-otf-ryumin-pr6n", serif;
}

.recruit-box_txt + .recruit-box_txt {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .recruit-box_txt {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.recruit-box + .recruit-box {
  margin-top: 4rem;
}

.p-privacy .p-contents {
  padding: 4rem 4rem 8rem;
  line-height: 1.875;
  font-weight: 500;
  font-family: "a-otf-ryumin-pr6n", serif;
}

.p-privacy .p-contents .heading-lv4 {
  font-size: 5.4rem;
}

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

@media screen and (max-width: 768px) {
  .p-privacy .p-contents {
    padding: 4rem 3rem 8rem;
    font-size: 2rem;
    line-height: 2;
  }
}

.p-entry .p-contents {
  padding: 4rem 4rem 8rem;
}

.p-entry .cta-lead {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  line-height: 1.875;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-entry .cta-lead {
    font-size: 2rem;
  }
}

.p-entry .form {
  padding: 0;
}

.p-entry .constraint {
  margin-top: 3rem;
  font-size: 1.8rem;
}

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

.p-entry .constraint label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-entry .f-btn {
  background-color: #1d939c;
}

/** news
======================================= **/
.p-news .p-contents {
  padding: 4rem 0 0;
}

.p-news .heading-lv4 {
  padding: 0 3.2rem;
  color: #000;
}

.p-news .news-list {
  padding: 0 3.2rem;
}

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

.p-news .news-item_ttl {
  display: block;
  font-size: 1.7rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.p-news .news-item_date {
  display: inline-block;
  font-size: 1.3rem;
  font-family: "acumin-variable", sans-serif;
}

.p-news .news-item_link {
  display: block;
  padding: 0;
}

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

.news-post {
  padding: 0 3.2rem;
}

.news-post_title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
}

.news-post_date {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1rem;
}

.news-post_content {
  margin-top: 4rem;
  text-align: justify;
}

.news-post_content p {
  line-height: 2;
  font-size: 1.8rem;
}

.news-post_content p + p {
  margin-top: 3rem;
}

.pagination {
  margin: 6rem 0 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.page-numbers {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 8rem;
}

.page-numbers .bk {
  width: 100%;
  text-align: center;
}

.page-numbers .bk a {
  width: 100%;
  height: 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;
  font-size: 1.8rem;
  font-weight: 500;
}

.page-numbers .bk a span {
  display: inline-block;
  position: relative;
  padding-left: 2.4rem;
}

.page-numbers .bk a span::before {
  position: absolute;
  content: '';
  width: 1.6rem;
  height: 1.3rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_list.svg) left top no-repeat;
  background-size: cover;
}

.page-numbers .pr,
.page-numbers .nt {
  width: 50%;
  text-align: center;
}

.page-numbers .pr {
  left: 0;
}

.page-numbers .nt {
  right: 0;
}

.page-numbers .page-numbers {
  color: #000;
  font-weight: 500;
  line-height: 1;
  font-size: 1.8rem;
  width: 5rem;
  height: 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;
  padding-bottom: 0;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  color: #C8C8C8;
}

.page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
  border-top: 1px solid #000;
  width: 50%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.page-numbers .page-numbers.next:hover svg path, .page-numbers .page-numbers.prev:hover svg path {
  stroke: #fff;
}

.page-numbers .page-numbers.prev {
  left: 0;
}

.page-numbers .page-numbers.next {
  right: 0;
  border-left: 1px solid #000;
}