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

/* 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: 769px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: 'Zen Kaku Gothic New', "游ゴシック", "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: 1.875;
  color: #616161;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0;
}

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

body.en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  word-break: break-word;
}

body.en div,
body.en p {
  word-break: break-word;
}

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

.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 {
  max-width: 113rem;
  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;
}

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

.anim-img {
  overflow: hidden;
}

.anim-img img {
  opacity: 0;
}

.anim-img.is-act img {
  -webkit-animation-name: zoomAnime;
  animation-name: zoomAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}

.js-view {
  opacity: 0;
}

.js-view.is-act {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.parallax {
  position: relative;
}

.parallax img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
}

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

#loading {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
}

#loading img {
  display: none;
}

#loading.top {
  background: url(../img/common/loading_bg.png) left top no-repeat;
  background-size: cover;
  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;
}

#loading.top img {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 164px;
  height: 149px;
  opacity: 0;
  display: block;
}

#loading.top.active img {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #loading.top {
    background: url(../img/common/loading_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
}

/* disable scroll khi loading */
/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0 6rem;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.page-header.header-fixed {
  background-color: rgba(255, 255, 255, 0.8);
}

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

.logo {
  width: 20.8rem;
  position: relative;
  z-index: 10;
}

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

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

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

.menu-item {
  line-height: 1;
}

.menu-item_link {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
  position: relative;
}

@media screen and (min-width: 769px) {
  .menu-item_link:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: -0.5rem;
    background: #ff9700;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .menu-item_link:hover:after, .menu-item_link.active:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.menu-item.menu-cta .menu-item_link {
  width: 16rem;
  height: 10rem;
  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;
  flex-flow: column;
  background-color: #3bb0ab;
  color: #fff;
}

.menu-item.menu-cta .menu-item_link::after {
  width: 0;
  height: 0;
  display: none;
}

.menu-item.menu-cta .menu-item_link .ico {
  display: inline-block;
  width: 2.7rem;
}

.menu-item.menu-cta .menu-item_link .ico svg, .menu-item.menu-cta .menu-item_link .ico img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-item.menu-cta .menu-item_link .txt {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 12rem 0 14rem;
    border-radius: 28.6rem;
  }
  .menu-item {
    width: 36rem;
  }
  .menu-item_link {
    display: block;
    font-size: 3rem;
    padding: 1rem 0 1rem 5rem;
  }
  .menu-item_link::before {
    position: absolute;
    content: '';
    width: 2.5rem;
    height: 2.6rem;
    left: 0.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/icon_title.svg) left top no-repeat;
    background-size: cover;
  }
  .menu-item_link::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.2rem;
    left: 0;
    bottom: 0;
    background: url(../img/common/nav_line_sp.svg) left top no-repeat;
    background-size: cover;
  }
  .menu-item + .menu-item {
    margin-top: 8rem;
  }
  .menu-item.menu-cta {
    width: 48rem;
    margin-top: 12rem;
  }
  .menu-item.menu-cta .menu-item_link {
    width: 100%;
    height: 10rem;
    -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;
    padding: 0;
    border-radius: 5rem;
    gap: 0 3rem;
  }
  .menu-item.menu-cta .menu-item_link::before {
    width: 0;
    height: 0;
    display: none;
  }
  .menu-item.menu-cta .menu-item_link .ico {
    width: 5.4rem;
  }
  .menu-item.menu-cta .menu-item_link .txt {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    padding: 10rem 3.4rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

/** footer
======================================= **/
.sc-access {
  padding: 8rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sc-access {
    padding: 18rem 0 12rem;
  }
}

.sc-access::after {
  position: absolute;
  content: '';
  width: calc((100% - 1100px)/2 + 1190px);
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 30rem 0 0 30rem;
  background: url(../img/common/access_bg.png) left top repeat;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sc-access::after {
    width: 56rem;
    height: 100%;
    top: 0;
    right: auto;
    left: 4rem;
    border-radius: 28rem 28rem 0 0;
    background: #cccccc;
  }
}

.sc-access .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sc-access .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 12.6rem;
  }
}

.sc-access .access-ttl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #3bb0ab;
  margin-bottom: 4rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .sc-access .access-ttl {
    font-size: 6rem;
    margin-bottom: 10rem;
    text-align: center;
  }
}

.sc-access .access-lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sc-access .access-lead {
    font-size: 2.8rem;
  }
}

.sc-access .access-add {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.67;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .sc-access .access-add {
    font-size: 2.6rem;
    margin-top: 7.5rem;
  }
}

.sc-access .access-tel {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
  margin-top: 2rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .sc-access .access-tel {
    font-size: 4.7rem;
    letter-spacing: 0.03em;
    margin-top: 3rem;
  }
}

.sc-access .access-fax {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1.3rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .sc-access .access-fax {
    font-size: 2.7rem;
    margin-top: 2rem;
  }
}

.sc-access .access-ctn {
  width: 50%;
  padding: 0 6rem 0 8.8rem;
}

@media screen and (max-width: 768px) {
  .sc-access .access-ctn {
    width: 100%;
    padding: 0 4rem;
  }
}

.sc-access .access-map {
  width: 50%;
  height: 44rem;
  position: relative;
}

.sc-access .access-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sc-access .access-map {
    width: 48rem;
  }
}

.sc-access .c-btn {
  margin-top: 3.7rem;
}

@media screen and (max-width: 768px) {
  .sc-access .c-btn {
    width: 48rem;
    height: 10rem;
    border-radius: 5rem;
    margin: 8rem auto 0;
    font-size: 3.2rem;
  }
  .sc-access .c-btn .ico {
    width: 5.6rem;
  }
}

.page-footer {
  padding: 6rem 0;
}

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

.footer-logo {
  display: block;
  width: 12.4rem;
  margin: 0 auto;
}

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

.pagetop {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 5;
  cursor: pointer;
}

.pagetop img {
  display: block;
  width: 100%;
  height: auto;
}

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

.copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: 4rem;
}

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

/** header area
====================================== **/
.c-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;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  background-color: #3bb0ab;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  width: 40.2rem;
  height: 7rem;
  border-radius: 3.5rem;
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 48rem;
    height: 10rem;
    border-radius: 5rem;
    font-size: 3.2rem;
  }
}

.c-btn .txt {
  display: inline-block;
}

.c-btn .ico {
  width: 3.8rem;
}

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

.c-btn .ico img .cls-1, .c-btn .ico svg .cls-1 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 769px) {
  .c-btn._sm {
    width: 28.2rem;
    height: 7rem;
  }
}

.c-btn._green {
  background-color: #c7d900;
}

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

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

.c-btn:hover .ico svg .cls-1 {
  fill: #fff;
}

.sc-title {
  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;
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #3bb0ab;
  margin-bottom: 4rem;
}

.sc-title img {
  width: 2.6rem;
  max-width: unset;
  height: auto;
  margin-bottom: 2rem;
}

.sc-title span {
  display: inline-block;
}

.sc-title._flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sc-title {
    font-size: 4.5rem;
    margin-bottom: 6rem;
  }
  .sc-title img {
    width: 4rem;
  }
}

.pagination {
  margin: 11rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 10rem 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: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.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: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.16em;
  background-color: #e6e6e6;
  color: #3bb0ab;
  font-family: "Inter", sans-serif;
}

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

.page-numbers .page-numbers svg {
  display: block;
}

.page-numbers .page-numbers svg path {
  stroke: #5A3503;
}

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

.page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
  width: 1.6rem;
  height: auto;
  border: none;
  background-color: transparent;
}

.page-numbers .page-numbers.next:hover, .page-numbers .page-numbers.prev:hover {
  border-color: transparent;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
    display: none;
  }
}

.page-numbers .page-numbers.next {
  margin-left: auto;
}

.page-numbers .page-numbers.prev {
  margin-right: auto;
}

.page-main {
  padding: 10rem 0 20rem;
}

.dot {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

.dot._green {
  background-color: #c7d900;
}

.dot._orange {
  background-color: #ff9700;
}

.dot._blue {
  background-color: #3bb0ab;
}

.icon-circle {
  -webkit-animation: bounce 3s linear infinite alternate;
  animation: bounce 3s linear infinite alternate;
}

.key-visual {
  padding: 5.8rem 0 20rem;
  position: relative;
  overflow: hidden;
  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) {
  .key-visual {
    display: block;
    padding: 19rem 0 23.5rem;
  }
}

.key-visual .key-visual_img {
  width: calc(788/1400 * 100%);
  margin-right: calc(-68/1400 * 100%);
  position: relative;
}

@media screen and (max-width: 768px) {
  .key-visual .key-visual_img {
    width: 56rem;
    margin-right: -5.8rem;
    margin-left: auto;
  }
}

.key-visual .key-visual_img .vs-mask {
  width: 100%;
  -webkit-mask-image: url(../img/common/kv_mask.png);
  mask-image: url(../img/common/kv_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}

.key-visual .key-visual_img .vs-mask img {
  -webkit-animation: header_animate 3s ease;
  animation: header_animate 3s ease;
}

@media screen and (max-width: 768px) {
  .key-visual .key-visual_img .vs-mask {
    height: 32rem;
    -webkit-mask-image: url(../img/common/kv_mask_sp.png);
    mask-image: url(../img/common/kv_mask_sp.png);
  }
}

.key-visual .key-visual_ttl {
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-left: calc(116/1400 * 100%);
}

@media screen and (max-width: 768px) {
  .key-visual .key-visual_ttl {
    font-size: 4.8rem;
    line-height: 1.458;
    margin-left: 8rem;
    margin-bottom: 9.6rem;
  }
}

.key-visual .icon-circle {
  display: inline-block;
  position: absolute;
}

.key-visual .icon-circle.circle1 {
  width: 9.8rem;
  top: 6rem;
  left: calc(87/1400 * 100%);
}

@media screen and (max-width: 768px) {
  .key-visual .icon-circle.circle1 {
    width: 8.2rem;
    top: 4.8rem;
    left: 3.6rem;
  }
}

.key-visual .icon-circle.circle2 {
  width: 15rem;
  left: -2.5rem;
  bottom: -2.5rem;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

@media screen and (max-width: 768px) {
  .key-visual .icon-circle.circle2 {
    width: 12rem;
    left: 0.5rem;
    bottom: -5.5rem;
  }
}

.key-visual .dot {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
}

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

.key-visual .dot.dot1 {
  top: 15%;
  left: 42%;
}

@media screen and (max-width: 768px) {
  .key-visual .dot.dot1 {
    top: 15rem;
    left: 49rem;
  }
}

.key-visual .dot.dot2 {
  top: 55%;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .key-visual .dot.dot2 {
    top: 36.5rem;
    left: 12.9rem;
  }
}

.key-visual .dot.dot3 {
  top: 78%;
  left: 38%;
}

@media screen and (max-width: 768px) {
  .key-visual .dot.dot3 {
    top: 71.5rem;
    left: 11.5rem;
  }
}

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

.nav-icon ul {
  position: relative;
  width: 4.3rem;
  height: 3.1rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #3bb0ab;
  width: 100%;
  height: 0.2rem;
  border-radius: 2rem;
  left: 50%;
  -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: 45%;
}

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

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

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

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

@-webkit-keyframes circlemove {
  0% {
    bottom: 8.5rem;
  }
  100% {
    bottom: -0.5rem;
  }
}

@keyframes circlemove {
  0% {
    bottom: 8.5rem;
  }
  100% {
    bottom: -0.5rem;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

/** home
======================================= **/
.main-visual {
  width: 100%;
  overflow: hidden;
  padding: 6rem 0 5rem;
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.main-visual .mv-ttl {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: 0.075em;
  margin-bottom: 5rem;
  width: 100%;
  padding-left: calc(116/1400 * 100%);
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    padding: 0 4rem;
    margin-bottom: 18.6rem;
  }
}

.main-visual .mv-slr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-slr {
    gap: 0;
  }
}

.main-visual .mv-img {
  width: 96.6rem;
  height: 55.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-img {
    width: 56rem;
    height: 32rem;
  }
}

.main-visual .mv-img .mv-mask {
  -webkit-mask-image: url(../img/top/mv_img.png);
  mask-image: url(../img/top/mv_img.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
  height: 100%;
}

.main-visual .mv-img .mv-mask img {
  width: 100%;
  display: block;
  -webkit-animation: header_animate 3s ease;
  animation: header_animate 3s ease;
}

.main-visual .mv-img .icon-circle {
  display: inline-block;
  width: 15rem;
  position: absolute;
  top: -8.6rem;
  right: 6.8rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-img .icon-circle {
    width: 12rem;
    top: -8.3rem;
    right: 6.5rem;
  }
}

.main-visual .mv-img .dot.dot1 {
  top: -10rem;
  right: -1.5rem;
}

.main-visual .mv-img .dot.dot2 {
  left: -7.6rem;
  bottom: -2.5rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-img .dot.dot2 {
    left: 4rem;
    bottom: -6.6rem;
  }
}

.main-visual .mv-circle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55.2rem;
  height: 55.2rem;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.main-visual .mv-circle.is-act {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

@media screen and (max-width: 768px) {
  .main-visual .mv-circle {
    width: 32rem;
    height: 32rem;
  }
}

.main-visual .mv-circle.circle1 {
  background-color: #c7d900;
}

.main-visual .mv-circle.circle2 {
  background-color: #3bb0ab;
}

.c-scroll {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.16em;
  font-family: "Inter", sans-serif;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  position: absolute;
  right: calc((100% - 1000px)/2);
  bottom: 0;
  padding-bottom: 10rem;
  color: #464646;
}

.c-scroll::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0.1rem;
  height: 9rem;
  bottom: 0;
  background-color: #464646;
}

.c-scroll::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #3bb0ab;
  -webkit-animation: circlemove 3.0s ease-in-out infinite, cirlemovehide 3.0s ease-out infinite;
  animation: circlemove 3.0s ease-in-out infinite, cirlemovehide 3.0s ease-out infinite;
}

@media screen and (max-width: 768px) {
  .c-scroll {
    font-size: 1.5rem;
    right: 3rem;
  }
}

.textture-bg {
  background: url(../img/common/texture_bg.png) left top repeat;
}

.sc-about {
  padding: 14rem 0 15rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sc-about {
    padding: 19rem 0 26.7rem;
  }
}

.sc-about .sc-title {
  font-size: 1.6rem;
  font-weight: 300;
  color: #616161;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 0.6rem;
  margin-bottom: 3.5rem;
}

.sc-about .sc-title img {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sc-about .sc-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.sc-about .about-ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 11rem;
}

@media screen and (max-width: 768px) {
  .sc-about .about-ttl {
    font-size: 4rem;
    line-height: 1.8;
    margin-bottom: 9rem;
  }
}

.sc-about .about-txt {
  line-height: 2.625;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .sc-about .about-ctn {
    width: 50%;
  }
}

.sc-about .about-img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .sc-about .about-img {
    width: 50%;
  }
  .sc-about .about-img figure {
    width: 55.2rem;
    margin-left: 7rem;
    margin-right: -7.2rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-about .about-img {
    width: 48.2rem;
    margin: 23rem auto 0;
  }
}

.sc-about .about-img .icon-circle {
  display: inline-block;
  position: absolute;
}

.sc-about .about-img .icon-circle.circle1 {
  width: 14.8rem;
  left: 11.4rem;
  top: -5.5rem;
}

@media screen and (max-width: 768px) {
  .sc-about .about-img .icon-circle.circle1 {
    left: 0;
    top: -4.6rem;
  }
}

.sc-about .about-img .icon-circle.circle2 {
  width: 8.8rem;
  right: -8rem;
  bottom: -5.5rem;
}

@media screen and (max-width: 768px) {
  .sc-about .about-img .icon-circle.circle2 {
    right: -4.3rem;
    bottom: -8.3rem;
  }
}

.sc-about .about-img .dot.dot1 {
  top: -6.8rem;
  left: 5.6rem;
}

@media screen and (max-width: 768px) {
  .sc-about .about-img .dot.dot1 {
    left: -4rem;
  }
}

.sc-about .about-img .dot.dot2 {
  bottom: 2.5rem;
  left: 7.7rem;
}

@media screen and (max-width: 768px) {
  .sc-about .about-img .dot.dot2 {
    bottom: -5.6rem;
    left: -3rem;
  }
}

.sc-service {
  padding: 8rem 0 14.5rem;
  background: url(../img/top/service_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sc-service {
    padding: 10.5rem 0 16rem;
  }
}

.sc-service .service-lead {
  text-align: center;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-lead {
    margin-bottom: 8.5rem;
  }
}

.sc-service .service-list {
  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;
  gap: 5.6rem 12.8rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-list {
    gap: 7rem 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16rem;
  }
}

.sc-service .service-item {
  text-align: center;
}

.sc-service .service-item .service-item_img {
  width: 15rem;
  margin: 0 auto 2.5rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-item .service-item_img {
    width: 22.5rem;
  }
}

.sc-service .service-item .service-item_txt {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sc-service .service-item:nth-child(2) {
    margin-top: 20rem;
  }
  .sc-service .service-item:nth-child(3) {
    margin-top: -20rem;
  }
  .sc-service .service-item:nth-child(5) {
    margin-top: -20rem;
  }
  .sc-service .service-item:nth-child(6) {
    width: 26rem;
  }
  .sc-service .service-item:nth-child(6) .service-item_txt {
    white-space: nowrap;
    letter-spacing: 0.05em;
    margin-left: -1rem;
  }
  .sc-service .service-item:nth-child(7) {
    margin-top: -20rem;
  }
}

.sc-service .service-value {
  background-color: #fff;
  border-radius: 0.7rem;
  border: 0.1rem solid #cccccc;
  position: relative;
  padding: 3rem 13.5rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-value {
    padding: 7rem 3.5rem 18rem;
  }
}

.sc-service .service-value .service-value_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-align: center;
}

.sc-service .service-value .service-value_ttl span {
  display: inline-block;
  color: #ff9700;
}

@media screen and (max-width: 768px) {
  .sc-service .service-value .service-value_ttl {
    font-size: 3.3rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
}

.sc-service .service-value .service-value_txt {
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sc-service .service-value .service-value_txt {
    margin-bottom: 8rem;
  }
}

.sc-service .service-value .service-value_list li {
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 2.2rem;
  position: relative;
}

.sc-service .service-value .service-value_list li::before {
  position: absolute;
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  left: 0;
  top: 1rem;
  border-radius: 50%;
  background-color: #ff9700;
}

@media screen and (max-width: 768px) {
  .sc-service .service-value .service-value_list li {
    padding-left: 3.5rem;
  }
  .sc-service .service-value .service-value_list li::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 1.4rem;
  }
  .sc-service .service-value .service-value_list li + li {
    margin-top: 3rem;
  }
}

.sc-service .service-value .service-value_cpy {
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-value .service-value_cpy {
    letter-spacing: 0.05em;
    margin-top: 6rem;
  }
}

.sc-service .service-value .service-value_img {
  width: 33rem;
  position: absolute;
  right: -3.5rem;
  bottom: -4.3rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-value .service-value_img {
    right: 3.5rem;
    bottom: -8.6rem;
  }
}

.sc-vision {
  padding: 18rem 0 26rem;
  overflow: hidden;
}

.sc-vision .icon-circle {
  display: inline-block;
  position: absolute;
}

.sc-vision .icon-circle.circle1 {
  width: 13rem;
  height: 13rem;
  right: -7rem;
  bottom: -6rem;
}

.sc-vision .icon-circle.circle2 {
  width: 11.4rem;
  height: 11.4rem;
  left: -6rem;
  top: -4.5rem;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sc-vision .dot.dot1 {
  left: 1.2rem;
  top: 2rem;
}

.sc-vision .dot.dot2 {
  right: 6.2rem;
  bottom: -6rem;
}

.sc-vision .dot.dot3 {
  right: -6rem;
  bottom: -3.9rem;
}

@media screen and (min-width: 769px) {
  .sc-vision .vision-article .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sc-vision .vision-article .vision-article_ctn {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .sc-vision .vision-article .vision-article_ctn {
    width: 50%;
    padding: 0 4rem 0 0;
  }
}

.sc-vision .vision-article .vision-article_img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .sc-vision .vision-article .vision-article_img {
    width: 50%;
  }
  .sc-vision .vision-article .vision-article_img figure {
    width: 57.6rem;
    margin-left: 6rem;
    margin-right: -9rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-vision .vision-article .vision-article_img {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-vision .vision-article._reverse .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .sc-vision .vision-article._reverse .vision-article_ctn {
    padding: 0 0 0 4rem;
  }
  .sc-vision .vision-article._reverse .vision-article_img figure {
    margin-right: 6rem;
    margin-left: -9rem;
  }
}

.sc-vision .vision-article + .vision-article {
  margin-top: 10rem;
}

.sc-news {
  padding: 12rem 0;
  background: url(../img/top/news_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .sc-news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .sc-news .sc-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.sc-news .c-btn {
  width: 19rem;
  height: 5.6rem;
  font-size: 1.8rem;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .sc-news .c-btn {
    font-size: 3.2rem;
    width: 48rem;
    height: 10rem;
    border-radius: 5rem;
    margin: 7rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .sc-news .sc-news_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;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .sc-news .sc-news_right {
    width: 78.6rem;
  }
}

.sc-news .ptop-news-itm .ptop-news-itm_link {
  padding: 2.2rem 1.4rem;
}

.sc-news .ptop-news-itm .ptop-news-itm_link ._cat {
  margin-top: 0.6rem;
}

.sc-news .ptop-news-itm .ptop-news-itm_link ._date {
  margin-left: 2.5rem;
}

.sc-news .ptop-news-itm .ptop-news-itm_link ._title {
  margin-left: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .sc-news .ptop-news-itm .ptop-news-itm_link {
    padding: 4rem 0;
  }
  .sc-news .ptop-news-itm .ptop-news-itm_link ._title {
    margin-left: 0;
    margin-top: 3rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
    width: 100%;
  }
}

.sc-philosophy {
  padding: 12rem 0 0;
}

.sc-philosophy .sc-title {
  margin-bottom: 5rem;
}

.sc-philosophy p {
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.sc-greeting {
  padding: 12rem 0 0;
}

.sc-greeting .greeting-box {
  padding: 5rem 6rem 12rem;
  border-radius: 0.7rem;
  border: 0.1rem solid #cccccc;
}

@media screen and (max-width: 768px) {
  .sc-greeting .greeting-box {
    padding: 9rem 4rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-greeting .greeting-box .greeting-box_head {
    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;
  }
}

.sc-greeting .greeting-box .greeting-box_head .greeting-box_head_ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #3bb0ab;
}

@media screen and (max-width: 768px) {
  .sc-greeting .greeting-box .greeting-box_head .greeting-box_head_ttl {
    font-size: 4.5rem;
    line-height: 1.556;
    text-align: center;
    margin-bottom: 8rem;
  }
}

.sc-greeting .greeting-box .greeting-box_head .greeting-box_head_img {
  width: 21.8rem;
  margin-right: 5rem;
}

@media screen and (max-width: 768px) {
  .sc-greeting .greeting-box .greeting-box_head .greeting-box_head_img {
    width: 32.6rem;
    margin: 0 auto;
  }
}

.sc-greeting .greeting-box .greeting-box_cpy {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-greeting .greeting-box .greeting-box_cpy {
    margin-top: 10rem;
  }
}

.sc-users {
  padding: 0 0 15rem;
}

@media screen and (min-width: 769px) {
  .sc-users .sc-title {
    margin-bottom: -4rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-users .users-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-column-gap: 5.6rem;
    -moz-column-gap: 5.6rem;
    column-gap: 5.6rem;
  }
}

.sc-users .users-row .users-row_ctn {
  width: 61rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sc-users .users-row .users-row_ctn {
    width: 100%;
  }
}

.sc-users .users-row .users-row_ctn dl {
  margin-top: 5rem;
}

.sc-users .users-row .users-row_ctn dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #3bb0ab;
  margin-bottom: 1.5rem;
}

.sc-users .users-row .users-row_ctn dl dd {
  padding-left: 3.5rem;
}

.sc-users .users-row .users-row_ctn dl dd ul {
  padding-left: 2rem;
}

.sc-users .users-row .users-row_ctn dl dd ul li {
  list-style: disc;
}

.sc-users .users-row .users-row_ctn .txt {
  margin-top: 6rem;
}

@media screen and (min-width: 769px) {
  .sc-users .users-row .users-row_img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 25rem;
  }
}

.sc-users .users-row .users-row_img .img-child {
  position: relative;
}

.sc-users .users-row .users-row_img .img-child.child1 figure {
  width: 57.6rem;
  margin-left: -14.3rem;
}

@media screen and (max-width: 768px) {
  .sc-users .users-row .users-row_img .img-child.child1 figure {
    width: 56rem;
    margin: 14rem auto 0;
  }
}

.sc-users .users-row .users-row_img .img-child.child2 {
  margin-top: 10.5rem;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.sc-users .users-row .users-row_img .img-child.child2 figure {
  width: 46.8rem;
  margin-left: -25.7rem;
}

@media screen and (max-width: 768px) {
  .sc-users .users-row .users-row_img .img-child.child2 {
    margin-top: 11.6rem;
  }
  .sc-users .users-row .users-row_img .img-child.child2 figure {
    width: 45.8rem;
    margin-left: -11.5rem;
  }
}

.sc-users .users-row .users-row_img .img-child .icon-circle {
  display: inline-block;
  width: 12.8rem;
  position: absolute;
  right: 4rem;
  bottom: -6rem;
}

.sc-users .users-row .users-row_img .img-child .dot {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  position: absolute;
}

.sc-users .users-row .users-row_img .img-child .dot.dot1 {
  top: -3.4rem;
  right: 28.7rem;
}

.sc-users .users-row .users-row_img .img-child .dot.dot2 {
  bottom: -8.8rem;
  right: 18rem;
}

.sc-users .users-row .users-row_img .img-child .dot.dot3 {
  bottom: -5.7rem;
  right: 27.2rem;
}

.sc-flow {
  padding: 8rem 0 16rem;
}

@media screen and (max-width: 768px) {
  .sc-flow {
    padding: 9rem 0 18rem;
  }
}

.sc-flow .sc-title {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .sc-title {
    margin-bottom: 13rem;
  }
}

.sc-flow .flow-box {
  background-color: #fff;
  border: 0.1rem solid #cccccc;
  border-radius: 0.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0 3rem 6rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box {
    padding: 6.5rem 4rem;
    display: block;
  }
}

.sc-flow .flow-box .flow-box_lbl {
  position: absolute;
  top: -3rem;
  left: -1.3rem;
  width: 10.9rem;
  height: 10.9rem;
  background: url(../img/common/step_bg.svg) left top no-repeat;
  background-size: cover;
  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;
  color: #3bb0ab;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.16em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box .flow-box_lbl {
    font-size: 4.8rem;
    width: 16.4rem;
    height: 16.4rem;
    top: -8.2rem;
    left: -1.8rem;
  }
}

.sc-flow .flow-box .flow-box_ctn {
  -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;
  flex-flow: column;
  row-gap: 1.5rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box .flow-box_ctn {
    row-gap: 6rem;
  }
}

.sc-flow .flow-box .flow-box_img {
  width: 30rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box .flow-box_img {
    width: 100%;
    margin-top: 7rem;
  }
}

.sc-flow .flow-box .flow-box_ttl {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.1em;
  color: #3bb0ab;
  margin-bottom: 1.5rem;
  margin-left: 7rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box .flow-box_ttl {
    font-size: 3.9rem;
    margin: 0;
    text-align: center;
  }
}

.sc-flow .flow-box .flow-box_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.sc-flow .flow-box .flow-box_row dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sc-flow .flow-box .flow-box_row dt span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.667;
  background-color: #ff9700;
  color: #fff;
  padding: 0 0.7rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box .flow-box_row {
    display: block;
  }
  .sc-flow .flow-box .flow-box_row dt {
    margin-bottom: 2.5rem;
  }
  .sc-flow .flow-box .flow-box_row dt span {
    font-size: 2.7rem;
    padding: 0.5rem 1rem;
  }
}

.sc-flow .flow-box + .flow-box {
  position: relative;
  margin-top: 5.8rem;
}

.sc-flow .flow-box + .flow-box::after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 3.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4.7rem;
  background: url(../img/common/flow_dot.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box + .flow-box {
    margin-top: 11.5rem;
  }
  .sc-flow .flow-box + .flow-box::after {
    width: 0.9rem;
    height: 5.6rem;
    top: -8.4rem;
  }
}

.sc-flow .flow-box.step1 .flow-box_img img {
  max-width: 23rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box.step1 .flow-box_img img {
    max-width: 34.5rem;
  }
}

.sc-flow .flow-box.step2 .flow-box_img img {
  max-width: 10.8rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box.step2 .flow-box_img img {
    max-width: 16.2rem;
  }
}

.sc-flow .flow-box.step3 .flow-box_img img {
  max-width: 13rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box.step3 .flow-box_img img {
    max-width: 19.5rem;
  }
}

.sc-flow .flow-box.step4 .flow-box_img img {
  max-width: 9.8rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box.step4 .flow-box_img img {
    max-width: 14.6rem;
  }
}

.sc-flow .flow-box.step5 .flow-box_img img {
  max-width: 21.4rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-box.step5 .flow-box_img img {
    max-width: 32rem;
  }
}

.sc-price {
  padding: 11rem 0 16rem;
}

.sc-price .sc-title {
  margin-bottom: 7rem;
}

.sc-price .price-wrap {
  width: 100%;
  overflow: hidden;
  border: 0.3rem solid #b3b3b3;
  border-radius: 1.5rem;
}

@media screen and (max-width: 768px) {
  .sc-price .price-wrap {
    width: calc(100% + 4rem);
    padding-bottom: 4rem;
    border: none;
    border-radius: 0;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    /* Vertical scrollbar */
  }
  .sc-price .price-wrap::-webkit-scrollbar {
    height: 8px;
    /* scrollbar width */
    display: block !important;
  }
  .sc-price .price-wrap::-webkit-scrollbar-track {
    background: #dfdfdf;
    border-radius: 10px;
    height: 8px;
    /* track color */
  }
  .sc-price .price-wrap::-webkit-scrollbar-thumb {
    background: #3bb0ab;
    /* thumb color */
    border-radius: 10px;
    border: 1px solid #dfdfdf;
  }
  .sc-price .price-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* hover color */
  }
}

.sc-price .price-tbl {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sc-price .price-tbl {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0.3rem solid #b3b3b3;
    border-radius: 0;
    border-collapse: separate;
    /* quan trọng: sticky border hiển thị */
    border-spacing: 0;
    /* loại khoảng trống mặc định */
  }
}

.sc-price .price-tbl th, .sc-price .price-tbl td {
  padding: 1rem 1.5rem;
  border-left: 0.1rem solid #b3b3b3;
}

@media screen and (min-width: 769px) {
  .sc-price .price-tbl th:first-child, .sc-price .price-tbl td:first-child {
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  .sc-price .price-tbl th, .sc-price .price-tbl td {
    padding: 6px 10px;
  }
}

.sc-price .price-tbl thead th {
  background-color: #c4e7e6;
  border-bottom: 0.1rem solid #b3b3b3;
  color: #3bb0ab;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .sc-price .price-tbl thead th {
    font-size: 12px;
  }
  .sc-price .price-tbl thead th:nth-child(1) {
    width: 50px;
  }
  .sc-price .price-tbl thead th:nth-child(2) {
    width: 90px;
  }
  .sc-price .price-tbl thead th:nth-child(3) {
    width: 90px;
  }
  .sc-price .price-tbl thead th:nth-child(4) {
    width: 80px;
  }
  .sc-price .price-tbl thead th:nth-child(5) {
    width: 90px;
  }
  .sc-price .price-tbl thead th:nth-child(6) {
    width: 90px;
  }
  .sc-price .price-tbl thead th:nth-child(7) {
    width: 90px;
  }
  .sc-price .price-tbl thead th:nth-child(8) {
    width: 90px;
  }
  .sc-price .price-tbl thead th:nth-child(9) {
    width: 90px;
  }
}

.sc-price .price-tbl tbody td {
  letter-spacing: 0.1em;
  text-align: right;
  border-bottom: 0.1rem solid #b3b3b3;
}

@media screen and (max-width: 768px) {
  .sc-price .price-tbl tbody td {
    font-size: 12px;
  }
  .sc-price .price-tbl tbody td:first-of-type {
    text-align: center;
    background-color: #c4e7e6;
  }
}

.sc-price .price-tbl tbody tr:last-of-type td {
  border-bottom: none;
}

.sc-price .price-tbl tbody tr:nth-child(even) {
  background-color: #fdf8e9;
}

@media screen and (max-width: 768px) {
  .sc-price .price-tbl {
    /* Sticky header đầu tiên */
  }
  .sc-price .price-tbl .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    left: -0.2rem;
    z-index: 3;
    border-left: 0.3rem solid #b3b3b3;
    border-right: 0.3rem solid #b3b3b3;
  }
  .sc-price .price-tbl thead .sticky-col {
    z-index: 3;
  }
}

.sc-faq {
  padding: 10rem 0 20rem;
}

.sc-faq .sc-title {
  margin-bottom: 6rem;
}

.sc-faq .faq_article + .faq_article {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq_article + .faq_article {
    margin-top: 13.5rem;
  }
}

.sc-faq .faq_article_title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ff9700;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4.5rem;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq_article_title {
    font-size: 2.6rem;
    gap: 0 3rem;
  }
}

.sc-faq .faq_article_title .txt {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sc-faq .faq_article_title .line {
  display: block;
  width: 100%;
  height: 0.2rem;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-bottom: 0.2rem dotted #ff9700;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq_article_title .line {
    height: 0.4rem;
    border-width: 0.4rem;
  }
}

.sc-faq .faq-box {
  border-radius: 0.7rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq-box {
    border-radius: 1rem;
  }
}

.sc-faq .faq-box .faq-box_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.05em;
  background-color: #3bb0ab;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq-box .faq-box_ttl {
    font-size: 2.6rem;
    line-height: 1.538;
  }
}

.sc-faq .faq-box .faq-box_ttl .ico {
  width: 9.3rem;
  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: 4rem;
  font-weight: 300;
  letter-spacing: 0.16em;
  color: #3bb0ab;
  background-color: #cccccc;
  font-family: "Inter", sans-serif;
}

.sc-faq .faq-box .faq-box_ttl .ico img {
  display: inline-block;
  width: 2.5rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq-box .faq-box_ttl .ico {
    width: 9.5rem;
  }
  .sc-faq .faq-box .faq-box_ttl .ico img {
    width: 3.8rem;
  }
}

.sc-faq .faq-box .faq-box_ttl .txt {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.5rem 10rem 2.5rem 3.7rem;
  position: relative;
}

.sc-faq .faq-box .faq-box_ttl .txt::after {
  position: absolute;
  content: '';
  width: 2.6rem;
  height: 1.4rem;
  right: 3.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_down.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq-box .faq-box_ttl .txt {
    padding: 2.5rem 8rem 2.5rem 3rem;
  }
  .sc-faq .faq-box .faq-box_ttl .txt::after {
    width: 3.9rem;
    height: 2rem;
    right: 2rem;
  }
}

.sc-faq .faq-box .faq-box_ctn {
  display: none;
}

.sc-faq .faq-box .faq-box_ctn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  padding: 2.8rem 9rem 3.4rem 0;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq-box .faq-box_ctn .inner {
    display: block;
    padding: 4rem;
  }
}

.sc-faq .faq-box .faq-box_img {
  width: 25rem;
  text-align: center;
}

.sc-faq .faq-box .faq-box_img img {
  width: auto;
  max-width: unset;
  height: 11rem;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq-box .faq-box_img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sc-faq .faq-box .faq-box_img img {
    height: 16.6rem;
  }
}

.sc-faq .faq-box .faq-box_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.05em;
  padding-top: 1rem;
}

.sc-faq .faq-box.active .faq-box_ttl .txt::after {
  background: url(../img/common/icon_up.svg) left top no-repeat;
  background-size: cover;
}

.sc-faq .faq-box + .faq-box {
  margin-top: 4.5rem;
}

/** 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;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 1.4rem;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0.1rem solid #cccccc;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=checkbox] {
    margin: 1rem 3rem 0 0;
    padding: 2.9rem;
  }
}

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

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

input[type=checkbox]: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: #3bb0ab;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

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

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 0.6rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #5A3503;
  vertical-align: middle;
}

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

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

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

.ipt {
  outline: none;
  background: none;
  width: 100%;
  border: none;
  border: 0.1rem solid #cccccc;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
}

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

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

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

.ipt::-webkit-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt:-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.ipt:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c8c4c3;
}

.ipt:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.req {
  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: 3.8rem;
  height: 1.8rem;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.3rem;
  background: #DE6600;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  vertical-align: middle;
}

.req.not-req {
  background: #A1A1A1;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
  }
}

.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: 8rem auto 0;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.c-btn_group input[type="submit"],
.c-btn_group input[type="button"],
.c-btn_group button {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

.c-form {
  max-width: 100rem;
  margin: 0 auto;
}

.c-form_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl {
    display: block;
    font-size: 2.4rem;
  }
}

.c-form_ctrl .c-form_ctrl_lbl {
  width: 18.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

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

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

.c-form_privacy {
  padding: 4rem 2rem 4rem 4rem;
  border: 0.1rem solid #3bb0ab;
  border-radius: 0.5rem;
  margin-top: 9rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

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

.c-form_privacy .inner {
  padding: 0 8rem 0 0;
  height: 36.5rem;
  overflow-y: auto;
  /* Width */
  /* Thumb */
  /* Thumb hover */
}

@media screen and (max-width: 768px) {
  .c-form_privacy .inner {
    padding: 0 2rem 0 0;
  }
}

.c-form_privacy .inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: block !important;
}

.c-form_privacy .inner::-webkit-scrollbar-track {
  background: #dfdfdf;
  border-radius: 10px;
}

.c-form_privacy .inner::-webkit-scrollbar-thumb {
  background: #c7d900;
  border-radius: 10px;
  border: 0.2rem solid #dfdfdf;
}

.c-form_privacy .inner::-webkit-scrollbar-thumb:hover {
  background: #3bb0ab;
}

.c-form_privacy h3 {
  font-size: 2.2rem;
  margin-top: 3rem;
  color: #3bb0ab;
}

.c-form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 9.5rem;
  letter-spacing: 0.1em;
}

.c-form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-form_checkbox label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-form_checkbox .wpcf7-form-control-wrap {
  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;
  padding: 0 3rem;
}

.c-form_checkbox .your-agreeformError {
  position: static !important;
}

.c-form_checkbox .formErrorContent {
  position: absolute !important;
  bottom: -2rem;
}

@media screen and (max-width: 768px) {
  .c-form_checkbox .formErrorContent {
    bottom: -6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.c-confirm .c-form_ctrl .c-form_ctrl_lbl {
  padding: 0;
}

.c-confirm .c-btn_group {
  margin-top: 12rem;
}

.c-finish .c-btn {
  margin: 0 auto;
}

.wpcf7-radio {
  display: block;
}

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

.wpcf7-radio .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-response-output {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .formErrorContent {
    font-size: 2.2rem;
    margin-top: 1rem;
    line-height: 1.35;
  }
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border-color: #DA4432;
  background-color: #FFEAEA;
}

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

.sc-cta {
  padding: 2rem 0 15rem;
}

.sc-cta .cta-box {
  width: 78.8rem;
  height: 45rem;
  margin: 0 auto;
  background: url(../img/common/cta_box_bg.svg) top center no-repeat;
  background-size: 78.8rem 45rem;
  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;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-box {
    width: calc(100% + 3rem);
    height: 35rem;
    margin: 0 -1.5rem;
    background-size: 100%;
  }
}

.sc-cta .cta-box .cta-box_icon {
  display: inline-block;
  width: 4.7rem;
  height: auto;
}

.sc-cta .cta-box .cta-box_ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.35;
  color: #3bb0ab;
  margin-top: 2.5rem;
}

.sc-cta .cta-box .cta-box_tel {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  color: #3bb0ab;
  margin-top: 4rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-box .cta-box_tel {
    margin-top: 3rem;
  }
}

.sc-cta .cta-box .cta-box_txt {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-box .cta-box_txt {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
}

.sc-cta .cta-box .icon-circle {
  display: inline-block;
  width: 18.3rem;
  position: absolute;
  top: 0;
  left: -8.8rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-box .icon-circle {
    width: 12.6rem;
    left: 5.2rem;
    top: -6.2rem;
  }
}

.sc-cta .cta-box .dot {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: -9.2rem;
  top: 12rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-box .dot {
    top: -1.5rem;
    right: 5rem;
  }
}

.sc-entry {
  padding: 9rem 0 16rem;
}

.sc-entry .sc-entry_head {
  text-align: center;
  margin-bottom: 11rem;
}

.sc-entry .sc-entry_head .ico {
  display: inline-block;
  width: 5.4rem;
  height: auto;
}

.sc-entry .sc-entry_head .ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #3bb0ab;
  margin-top: 2.5rem;
}

.sc-entry .sc-entry_head .txt {
  letter-spacing: 0.1em;
  margin-top: 4rem;
}

.p-contact {
  padding-bottom: 0;
}

._cat {
  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;
  width: 11rem;
  height: 2rem;
  color: #ff9700;
  border: 0.1rem solid #ff9700;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  ._cat {
    width: 16.5rem;
    height: 3rem;
    font-size: 2rem;
    border-radius: 0.8rem;
  }
}

._date {
  display: inline-block;
  letter-spacing: 0.1em;
}

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

.news-itm {
  border-bottom: 0.2rem dotted #b3b3b3;
}

.news-link {
  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;
}

.news-link:hover ._title {
  text-decoration: underline;
}

.news-lists .news-itm {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: auto;
  height: auto;
}

.news-lists .news-itm.hide {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  pointer-events: none;
  height: 0;
}

@media screen and (max-width: 768px) {
  .news-lists .news-itm + .news-itm {
    margin-top: 4rem;
  }
}

.news-lists .news-link {
  padding: 4rem 12rem 4rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-lists .news-link {
    padding: 2rem 10rem 2rem 0;
  }
}

.news-lists .news-link::after {
  position: absolute;
  content: '';
  width: 5.9rem;
  height: 1.9rem;
  right: 0;
  top: 9.5rem;
  background: url(../img/common/icon_news.svg) right center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .news-lists .news-link::after {
    top: auto;
    bottom: 3.2rem;
  }
}

.news-lists .news-link ._cat {
  width: 13.2rem;
  height: 2.4rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .news-lists .news-link ._cat {
    width: 19.8rem;
    height: 3.6rem;
    font-size: 2.4rem;
  }
}

.news-lists .news-link ._date {
  margin-left: 2rem;
}

.news-lists .news-link ._title {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.6667;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .news-lists .news-link ._title {
    font-size: 2.7rem;
    margin-top: 3.5rem;
    letter-spacing: 0.05em;
  }
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  row-gap: 1.7rem;
}

@media screen and (max-width: 768px) {
  .cat-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 1.8rem 1.5rem;
    padding: 4rem;
    margin: 0 -4rem 12rem;
    background: url(../img/common/texture_bg.png) repeat;
  }
}

.cat-list li a {
  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: 13.2rem;
  height: 3.9rem;
  border: 0.1rem solid #ff9700;
  border-radius: 0.5rem;
  color: #ff9700;
  letter-spacing: 0.1em;
}

.cat-list li a:hover, .cat-list li a.active {
  background-color: #ff9700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cat-list li a {
    width: 19.8rem;
    height: 5.8rem;
    border-radius: 1rem;
  }
}

.post-head {
  padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .post-head {
    padding-bottom: 4rem;
  }
}

.post-head .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.2rem;
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
  margin-bottom: 2.5rem;
}

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

.post-head .post-meta ._cat {
  width: 13.2rem;
  height: 2.4rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .post-head .post-meta ._cat {
    width: 19.8rem;
    height: 3.6rem;
    font-size: 2.4rem;
  }
}

.post-head .post-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.05em;
  color: #3bb0ab;
}

@media screen and (max-width: 768px) {
  .post-head .post-title {
    font-size: 3.3rem;
    line-height: 1.57;
  }
}

.post-content {
  padding: 8rem 0 10rem;
  border-top: 0.3rem dotted #b3b3b3;
  border-bottom: 0.3rem dotted #b3b3b3;
}

@media screen and (max-width: 768px) {
  .post-content {
    border-width: 0.2rem;
    padding: 6rem 0 8rem;
    line-height: 2.25;
  }
}

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

@media screen and (max-width: 768px) {
  .post-content p + p {
    margin-top: 4rem;
  }
}

.post-content img {
  display: block;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

.post-content h2 {
  font-size: 2.2rem;
  margin: 4rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .post-content h2 {
    font-size: 3.2rem;
    line-height: 1.57;
    margin: 6rem 0 4rem;
  }
}

.post-content h3 {
  font-size: 2rem;
  margin: 4rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .post-content h3 {
    font-size: 2.8rem;
    line-height: 1.57;
    margin: 6rem 0 4rem;
  }
}

.prev,
.next {
  display: inline-block;
  width: 1.6rem;
}

.prev img, .prev svg,
.next img,
.next svg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .prev,
  .next {
    width: 2.4rem;
  }
}

.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .post-nav {
    margin-top: 10rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-nav .prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 15%;
  }
  .post-nav .next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 15%;
    text-align: right;
  }
  .post-nav .prev img,
  .post-nav .next img {
    display: inline-block;
    max-width: 2.4rem;
    height: auto;
  }
  .post-nav .c-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 5rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .p-news_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-column-gap: 6.4rem;
    -moz-column-gap: 6.4rem;
    column-gap: 6.4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news .news-content {
    width: 83.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news .news-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 4rem;
  }
  .p-news .news-sidebar .cat-list {
    position: -webkit-sticky;
    position: sticky;
    top: 14rem;
  }
}

.p-news_detail .container {
  max-width: 95rem;
}
