:root {
  --font-SVN-Gilroy-M: "SVN-Gilroy-Medium";
  --font-SVN-Gilroy-B: "SVN-Gilroy-Bold";
  --font-SVN-Gilroy-SM: "SVN-Gilroy-SemiBold";
  --color-background: #f5f5f7;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-white-primary: #e6ebf5;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --color-coating-rgb: 49, 49, 49;
  --color-grey-rgb: 48, 48, 48;
  --color-grey-primary: #545454;
  --color-grey-secondary: #484848;
  --color-grey-secondary-rgb: 72, 72, 72;
  --color-black: #000;
  --color-red: #d32f2f;
  --color-red-rgb: 211, 47, 47;
  --color-red-rgb: 211, 47, 47;
  --color-red-primary: #ef4850;
  --color-red-secondary: #f59ea3;
  --color-red-primary-rgb: 239, 72, 80;
  --color-blue: #09399b;
  --color-blue-rgb: 9, 57, 155;
  --color-blue-primary: #041841;
  --color-blue-primary-rgb: 4, 24, 65;
  --color-blue-secondary: #8ea4d1;
  --color-blue-tertiary: #08348d;
  --color-blue-quaternary: #cee7f8;
  --color-dark: #30485e;
  --color-dark-primary: #284960;
}

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,
sub,
sup,
tt,
var,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

strong,
b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

@media print,
(min-width: 768px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 4.1025641026vw;
  }
}

body {
  color: #000;
  font-family: "SVN-Gilroy";
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media print,
(min-width: 768px) {
  body {
    font-size: 1.125rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }

  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.wrap-container {
  position: relative;
  background-color: var(--color-background);
}

::-moz-selection {
  background-color: var(--color-red);
  color: var(--color-white);
}

::selection,
::-moz-selection {
  background-color: var(--color-red);
  color: var(--color-white);
}

.hidden {
  display: none;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

/* Lazyload */
img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.wrap-main,
.wrap-content {
  max-width: 1230px;
  margin: 40px auto;
  padding: 0px 15px;
}

.wrap-home {
  max-width: 100%;
  padding: 0px;
}

.wrap-content {
  margin: auto;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transform: scale(1, 1);
  transition: transform ease 0.3s;
}

.scale-img:hover>img {
  transform: scale(1.1, 1.1);
}

.load {
  opacity: 0;
}

html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .wrap-container {
    min-width: 320px;
  }
}

@media print,
(min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print,
(min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media print,
(min-width: 768px) {
  .logo-header {
    display: block;
    position: absolute !important;
    top: 50%;
    left: 6.2121212121%;
    transform: translateY(-50%);
  }
}

@media print,
(min-width: 768px) and (max-width: 1190px) {
  .logo-header {
    left: 3.7878787879%;
  }
}

@media print,
(min-width: 768px) and (max-width: 1024px) {
  .logo-header {
    left: 2.2727272727%;
  }
}

@media only screen and (max-width: 767.98px) {
  .logo-header {
    display: block;
  }
}

.list-navigation-header .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-navigation-header .list-item {
  line-height: 1.5;
  color: var(--color-white);
  font-family: var(--font-SVN-Gilroy-M);
  text-transform: uppercase;
}

.list-navigation-header .list-item.js-menu-main {
  position: relative;
}

.list-navigation-header .item-icon {
  position: absolute;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.list-navigation-header .item-icon.active {
  transform: translateY(-50%) rotate(-180deg);
}

.list-navigation-header a:hover {
  color: var(--color-white);
  cursor: pointer;
}

@media print,
(min-width: 768px) {
  .list-navigation-header .list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.0303030303%;
    padding: 20px 0;
    min-height: 70px;
    margin: 0 15.1515151515% 0 15.6060606061%;
  }

  .list-navigation-header .list-item {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .list-navigation-header .list-item.is-active {
    position: relative;
  }

  .list-navigation-header .list-item.is-active::before {
    position: absolute;
    content: "";
    background-color: var(--color-red);
    border-radius: 50px;
    width: 100%;
    height: 4px;
    left: 50%;
    top: calc(100% + 20px);
    transform: translate(-50%, -50%);
  }

  .list-navigation-header .list-item.js-menu-main {
    padding-right: 20px;
  }

  .list-navigation-header .item-icon {
    cursor: pointer;
    right: 0;
    top: 50%;
    font-size: 1rem;
  }

  .list-navigation-header .line-menu {
    display: block;
    height: 30px;
    width: 1px;
    background-color: var(--color-white);
  }
}

@media print,
(min-width: 768px) and (max-width: 1260px) {
  .list-navigation-header .list-wrapper {
    gap: 2.2727272727%;
    margin: 0 3.7878787879% 0 11.3636363636%;
  }
}

@media print,
(min-width: 768px) and (max-width: 1190px) {
  .list-navigation-header .list-wrapper {
    gap: 1.5151515152%;
    margin: 0 3.7878787879% 0 11.3636363636%;
  }
}

@media print,
(min-width: 768px) and (max-width: 1024px) {
  .list-navigation-header .list-wrapper {
    gap: 1.1363636364%;
    margin: 0 0.7575757576% 0 10.6060606061%;
  }

  .list-navigation-header .list-item {
    font-size: 1.125rem;
  }

  .list-navigation-header .list-item.js-menu-main {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-navigation-header {
    position: relative;
    z-index: 2;
    width: calc(100vw - 4.1875rem);
    height: calc(100vh + 4px);
    top: -2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 3%, rgba(255, 255, 255, 0.2) 10%, rgba(var(--color-black-rbg), 0.16) 100%);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    border-radius: 0 0.625rem 0.625rem 0;
    box-shadow: inset -1px 0 0 1px rgba(var(--color-white-rgb), 1);
  }

  .list-navigation-header .list-wrapper {
    padding-left: 1rem;
    max-height: calc(100% - 6.25rem);
    overflow-y: auto;
  }

  .list-navigation-header .list-item {
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    font-size: 1.25rem;
  }

  .list-navigation-header .list-item:last-child {
    margin-bottom: 0;
  }

  .list-navigation-header .item-icon {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: dotted 1px var(--color-white);
    display: flex;
    top: 1rem;
    right: 1rem;
    font-size: 0.5rem;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-hamburger-open {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
  }

  .button-hamburger-open span {
    position: absolute;
    display: inline-block;
    width: 1.125rem;
    height: 0.125rem;
    background-color: var(--color-white);
    border-radius: 3.125rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .button-hamburger-open span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 0.3125rem));
  }

  .button-hamburger-open span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 0.3125rem));
  }
}

@media only screen and (max-width: 767.98px) {
  .button-hamburger-close {
    position: relative;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 0 0 0 2px rgba(var(--color-white-rgb), 1);
    border-radius: 0.5rem;
  }

  .button-hamburger-close span {
    position: absolute;
    background-color: var(--color-white);
    width: 1rem;
    height: 2px;
    left: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .button-hamburger-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .button-hamburger-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.list-header-menu .list-wrapper-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-header-menu .item-link {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
}

@media print,
(min-width: 768px) {
  .list-header-menu .list-item {
    margin-bottom: 10px;
  }

  .list-header-menu .item-link {
    position: relative;
    font-size: 1.125rem;
    left: 0;
    transition: left 0.2s linear;
  }

  .list-header-menu .item-link:hover {
    left: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-header-menu {
    display: none;
    padding-top: 2rem;
    padding-left: 1rem;
  }
}

@media print,
(min-width: 768px) {
  .list-header-blogs .list-wrapper-blogs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .list-header-blogs .item-link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    background: rgba(var(--color-white-rgb), 0.5);
    font-family: var(--font-SVN-Gilroy-M);
    font-size: 1rem;
    overflow: hidden;
  }

  .list-header-blogs .item-link span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 2;
    transition: all ease 0.3s;
    color: var(--color-blue-primary);
  }

  .list-header-blogs .item-link::before {
    position: absolute;
    content: "";
    top: 100%;
    right: 100%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: var(--color-blue);
    transition: all ease 0.3s;
  }

  .list-header-blogs .item-link:hover::before {
    top: 0;
    right: 0;
  }

  .list-header-blogs .item-link:hover span {
    color: var(--color-white);
  }
}

@media print,
(min-width: 768px) {
  .block-header-menu {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    pointer-events: none;
    padding: 20px;
    background: linear-gradient(80deg, rgba(255, 255, 255, 0.2) 4%, rgba(255, 255, 255, 0.2) 10%, rgba(2, 2, 2, 0.2) 100%);
    border-radius: 0.625rem;
    box-shadow: inset 0 0 0 2px rgba(var(--color-white-rgb), 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: opacity ease 0s, visibility ease 0s;
  }

  .block-header-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    transition: opacity ease 0.3s, visibility ease 0.3s;
  }

  .block-header-menu .block-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .block-header-menu .block-information {
    flex: 0 0 auto;
    width: 23.4848484848%;
    padding-right: 30px;
    border-right: solid 1px var(--color-white);
  }

  .block-header-menu .block-list-menu {
    flex: 0 0 auto;
    width: 23.4848484848%;
    padding: 0 30px 0 20px;
  }

  .block-header-menu .block-list-blogs {
    flex: 1;
    padding-left: 30px;
    border-left: dotted 2px var(--color-white);
  }

  .block-header-menu .information-title {
    font-family: var(--font-SVN-Gilroy-B);
    text-transform: uppercase;
    font-size: 1.5625rem;
    line-height: 1.5;
    color: var(--color-blue-primary);
    margin-bottom: 10px;
  }

  .block-header-menu .information-detail {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-blue-primary);
  }

  .block-header-menu .blogs-title {
    font-family: var(--font-SVN-Gilroy-B);
    color: var(--color-blue-primary);
    font-size: 1.25rem;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
}

.header-common {
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: top ease 0.3s;
}

.header-common .header-viewport {
  position: relative;
  background: linear-gradient(80deg, rgba(255, 255, 255, 0.2) 4%, rgba(255, 255, 255, 0.2) 10%, rgba(2, 2, 2, 0.2) 100%);
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0 2px rgba(var(--color-white-rgb), 1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media print,
(min-width: 768px) {
  .header-common {
    top: 24px;
  }

  .header-common .header-outer {
    position: relative;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-common {
    top: 1rem;
  }

  .header-common .header-viewport {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem 0.75rem 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: -1rem;
    left: -1.25rem;
    z-index: 9999;
    transform: translateX(-101%);
    transition: transform ease 0.3s;
  }

  .navigation-header.is-active {
    transform: translateX(0);
  }

  .navigation-header.is-active .mask-navigation-default {
    visibility: visible;
    opacity: 1;
  }

  .navigation-header .heading-navigation {
    position: relative;
    z-index: 2;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }

  .navigation-header .heading-navigation::before {
    position: absolute;
    content: "";
    background-color: var(--color-white);
    left: 1rem;
    right: 1rem;
    height: 1px;
    top: 100%;
  }

  .navigation-header .logo-navigation {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(845%) hue-rotate(184deg) brightness(111%) contrast(101%);
    width: 2.9375rem;
  }
}

.mask-navigation-default {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: calc(200% + 0.5rem);
  height: 100%;
  background-color: rgba(var(--color-coating-rgb), 0.6);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.footer-common {
  background-color: var(--color-blue);
}

.footer-common.is-hightlight {
  background-color: var(--color-dark);
}

.footer-common .information-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-white);
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.footer-common .footer-content {
  color: var(--color-white);
}

.footer-common .fanpage-footer {
  overflow: hidden;
  border-radius: 0.625rem;
}

.footer-common .footer-copyright {
  text-align: center;
  color: var(--color-white);
}

@media print,
(min-width: 768px) {
  .footer-common {
    padding: 150px 0px 89px;
  }

  .footer-common .footer-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 54px;
  }

  .footer-common .footer-infomation {
    width: 411px;
    padding-right: 134px;
  }

  .footer-common .footer-content {
    margin-bottom: 16px;
  }

  .footer-common .footer-copyright {
    padding-top: 24px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media print,
(min-width: 768px) and (max-width: 1400px) {
  .footer-common .footer-inner {
    gap: 35px;
  }

  .footer-common .footer-infomation {
    width: 320px;
    padding-right: 70px;
  }
}

@media print,
(min-width: 768px) and (max-width: 1260px) {
  .footer-common .footer-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
  }

  .footer-common .footer-infomation {
    width: inherit;
    padding-right: inherit;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 2.875rem 0 3.3125rem;
  }

  .footer-common .footer-infomation {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: solid 1px var(--color-white);
  }

  .footer-common .fanpage-footer {
    width: 100%;
    height: 9rem;
  }

  .footer-common .footer-about,
  .footer-common .footer-study,
  .footer-common .footer-immigration {
    margin-bottom: 1.5rem;
  }
}

.list-footer .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-footer .list-link {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.3125;
}

.list-footer .list-item {
  margin-bottom: 0.5rem;
}

.list-footer .list-item:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 768px) {
  .list-footer {
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-footer {
    margin-bottom: 0.625rem;
  }
}

.title-footer {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-white);
}

@media print,
(min-width: 768px) {
  .title-footer {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-footer {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 0.25rem;
  }
}

.logo-footer {
  display: block;
}

@media print,
(min-width: 768px) {
  .logo-footer {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .logo-footer {
    width: 5.5rem;
    height: 4.6875rem;
  }
}

.title-common-primary {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue);
  text-align: center;
  text-transform: uppercase;
}

.title-common-primary.is-red {
  color: var(--color-red);
}

.title-common-primary span {
  display: block;
  color: var(--color-red);
}

@media print,
(min-width: 768px) {
  .title-common-primary {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 60px;
  }

  .title-common-primary.is-left {
    text-align: start;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}

.slogan-common-primary {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
  text-align: center;
}

@media print,
(min-width: 768px) {
  .slogan-common-primary {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slogan-common-primary {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

.scrollToTop {
  position: fixed;
  cursor: pointer;
  display: block;
  border-radius: 3.125rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.25rem);
  transition: all 400ms linear;
}

.scrollToTop::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f102";
  text-align: center;
  color: var(--color-red);
  left: 0;
  top: 0;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.scrollToTop.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scrollToTop svg path {
  fill: none;
}

.scrollToTop svg.progress-circle path {
  stroke: var(--color-red);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

@media print,
(min-width: 768px) {
  .scrollToTop {
    bottom: 5.3125rem;
    right: 1.5625rem;
    height: 3.125rem;
    width: 3.125rem;
  }

  .scrollToTop::before {
    line-height: 3.125rem;
    font-size: 1.25rem;
    height: 3.125rem;
    width: 3.125rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .scrollToTop {
    bottom: 2.8125rem;
    right: 1.75rem;
    height: 1.875rem;
    width: 1.875rem;
  }

  .scrollToTop::before {
    font-size: 0.75rem;
    line-height: 1.875rem;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.button-common-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-red);
  color: var(--color-white);
  transition: background-color 0.3s ease;
  border-radius: 0.5rem;
  gap: 0.5rem;
}

.button-common-primary:hover {
  color: var(--color-white);
  background-color: var(--color-blue);
}

.button-common-primary:hover path {
  stroke: var(--color-blue);
}

.button-common-primary .button-text {
  font-family: var(--font-SVN-Gilroy-M);
}

.button-common-primary svg {
  width: 1rem;
  height: 1rem;
}

@media print,
(min-width: 768px) {
  .button-common-primary {
    min-width: 200px;
    min-height: 40px;
    padding: 5px 10px;
  }

  .button-common-primary .button-text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 16.6875rem;
    height: 2.5rem;
  }

  .button-common-primary .button-text {
    font-size: 0.875rem;
  }
}

.button-common-secondary {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.3125rem;
  background-color: var(--color-white);
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
  border-radius: 0.5rem;
  transition: background-color ease 0.3s;
}

.button-common-secondary:hover {
  background-color: var(--color-background);
}

@media print,
(min-width: 768px) {
  .button-common-secondary {
    font-size: 1rem;
    min-width: 174px;
    min-height: 40px;
    gap: 8px;
  }
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Button Frame */
.btn-frame {
  display: block;
  position: fixed;
  right: 1.25rem;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  border-radius: 50%;
  background: var(--color-red);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  top: -0.3125rem;
  right: -0.3125rem;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid var(--color-red);
  opacity: 0.1;
  border-color: var(--color-red);
  opacity: 0.5;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(var(--color-red-rgb), 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

@media print,
(min-width: 768px) {
  .btn-frame {
    width: 50px;
    height: 50px;
  }

  .btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -0.3125rem;
    right: -0.3125rem;
  }

  .btn-frame .kenit-alo-circle-fill {
    width: 4.375rem;
    height: 4.375rem;
    top: -0.625rem;
    right: -0.625rem;
  }

  .btn-frame i {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn-frame {
    width: 2.5rem;
    height: 2.5rem;
  }

  .btn-frame .kenit-alo-circle {
    width: 3.1875rem;
    height: 3.1875rem;
    top: -0.3125rem;
    right: -0.3125rem;
  }

  .btn-frame .kenit-alo-circle-fill {
    width: 3.75rem;
    height: 3.75rem;
    top: -0.625rem;
    right: -0.625rem;
  }

  .btn-frame i {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media print,
(min-width: 768px) {
  .btn-map {
    bottom: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn-map {
    bottom: 18.125rem;
  }
}

/* Zalo */
@media print,
(min-width: 768px) {
  .btn-zalo {
    bottom: 315px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn-zalo {
    bottom: 13.75rem;
  }
}

/* Phone */
@media print,
(min-width: 768px) {
  .btn-phone {
    bottom: 230px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn-phone {
    bottom: 9.375rem;
  }
}

@media print,
(min-width: 768px) {
  .facebook-messenger-box {
    bottom: 150px;
  }
}

@media only screen and (max-width: 767.98px) {
  .facebook-messenger-box {
    bottom: 5.9375rem;
  }
}

/* Messenger */
.js-facebook-messenger-container.closed {
  display: none !important;
}

.js-facebook-messenger-tooltip {
  bottom: 6.0625rem;
  right: 6.0625rem;
  color: #404040;
  background: var(--color-white);
  z-index: 999;
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1000000000000000000000000000000;
}

.js-facebook-messenger-tooltip.closed {
  display: none !important;
}

.facebook-messenger-box,
.js-facebook-messenger-button {
  z-index: 999;
}

.js-facebook-messenger-close-tooltip {
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  cursor: pointer;
  margin-left: 0.625rem;
}

.facebook-messenger-box.rubberBand {
  animation-name: rubberBand;
}

.facebook-messenger-box.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}

.facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  text-align: center;
  background: var(--color-red);
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

@media print,
(min-width: 768px) {
  .facebook-messenger-box {
    width: 56px;
    right: 17px;
    height: 56px;
  }
}

@media only screen and (max-width: 767.98px) {
  .facebook-messenger-box {
    width: 2.5rem;
    right: 1.375rem;
    height: 2.5rem;
  }
}

.facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg);
}

.facebook-messenger-box svg#fb-msng-icon {
  position: absolute;
  opacity: 1;
  overflow: hidden;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

@media print,
(min-width: 768px) {
  .facebook-messenger-box svg#fb-msng-icon {
    top: 0.8125rem;
    left: 0.75rem;
    width: 2rem;
    height: 2.0625rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .facebook-messenger-box svg#fb-msng-icon {
    top: 0.625rem;
    left: 0.5625rem;
    width: 1.375rem;
    height: 1.4375rem;
  }
}

.facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg);
}

.facebook-messenger-box svg#close-icon {
  opacity: 0;
  position: absolute;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

@media print,
(min-width: 768px) {
  .facebook-messenger-box svg#close-icon {
    width: 1.1875rem;
    height: 1.25rem;
    top: 19px;
    left: 19px;
  }
}

@media only screen and (max-width: 767.98px) {
  .facebook-messenger-box svg#close-icon {
    width: 0.9375rem;
    height: 1rem;
    top: 0.8125rem;
    left: 0.8125rem;
  }
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}

.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 6.875rem;
  right: 5.625rem;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
  width: 13.75rem;
  color: var(--color-white);
  background: var(--color-red);
  display: block;
  position: relative;
  width: 13.75rem;
  background: var(--color-red);
  color: var(--color-white);
  text-align: center;
  line-height: 1;
  padding: 0.625rem;
  font-size: 0.875rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}

.js-facebook-messenger-top-header {
  color: var(--color-white);
  background: var(--color-red);
  width: 220px;
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: var(--color-white);
}

.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}

.facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}

.facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg);
}

.facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}

.list-common-primary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.list-common-primary .list-item {
  background-color: var(--color-white);
}

.list-common-primary .item-inner {
  position: relative;
  z-index: 2;
}

.list-common-primary .item-button {
  position: absolute;
}

.list-common-primary .information-title {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-red);
}

.list-common-primary .information-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
}

@media print,
(min-width: 768px) {
  .list-common-primary .list-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .list-common-primary .list-item {
    position: relative;
    overflow: hidden;
    transition: background ease 0.3s;
    border-radius: 20px;
    box-shadow: 0 0 0.4px rgba(var(--color-black-rgb), 0.5);
  }

  .list-common-primary .list-item::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url("../images/deco_sercive_item.png") no-repeat 0% 0%/cover;
    width: 37.1764705882%;
    padding-top: 32.2164948454%;
    opacity: 1;
    transition: opacity ease 0.3s;
  }

  .list-common-primary .list-item::after {
    position: absolute;
    content: "";
    background-color: var(--color-blue-tertiary);
    border-radius: 50%;
    width: 108.7058823529%;
    padding-top: 108.7058823529%;
    left: 17.4117647059%;
    top: -7.2164948454%;
    transform: translate(-117.4117647059%, 100%);
    transition: transform ease 0.6s;
  }

  .list-common-primary .list-item:hover {
    background: var(--color-blue);
  }

  .list-common-primary .list-item:hover::before {
    opacity: 0;
  }

  .list-common-primary .list-item:hover::after {
    transform: translate(-50%, 0%);
  }

  .list-common-primary .list-item:hover .information-title,
  .list-common-primary .list-item:hover .information-detail {
    color: var(--color-white);
  }

  .list-common-primary .item-inner {
    padding: 24px;
  }

  .list-common-primary .item-thumbnail {
    border-radius: 10px;
  }

  .list-common-primary .item-button {
    right: 40px;
    bottom: 40px;
  }

  .list-common-primary .information-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 8px;
    transition: color 0.3s ease;
  }

  .list-common-primary .information-detail {
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 13px;
    transition: color 0.3s ease;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-primary .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .list-common-primary .list-item {
    border-radius: 1rem;
    box-shadow: 0 0 0.0125rem rgba(var(--color-black-rgb), 0.5);
  }

  .list-common-primary .list-item:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
  }

  .list-common-primary .item-inner {
    padding: 0.5rem;
  }

  .list-common-primary .item-thumbnail {
    border-radius: 0.375rem;
  }

  .list-common-primary .information-title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 0.25rem;
  }

  .list-common-primary .information-detail {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.list-common-cate {
  background-color: var(--color-white);
  border: solid 0.0625rem var(--color-blue-secondary);
  border-radius: 20px;
}

.list-common-cate .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.list-common-cate .list-item {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
  line-height: 1.5;
  text-align: center;
}

.list-common-cate .item-name {
  overflow: hidden;
  padding-bottom: 18px;
  background-image: url("../images/deco_list_ajax.svg");
  background-position-x: 50%;
  background-position-y: 150%;
  background-repeat: no-repeat;
  transition: all ease 0.3s;
}

.list-common-cate .item-name.active,
.list-common-cate .item-name:hover {
  background-position-y: 100%;
}

@media print,
(min-width: 768px) {
  .list-common-cate {
    max-width: 54.6875rem;
    margin: 0 auto 3rem;
  }

  .list-common-cate .list-wrapper {
    max-width: 54.6875rem;
    justify-content: center;
  }

  .list-common-cate .list-item {
    min-width: 9.375rem;
    font-size: 20px;
    padding: 1.1875rem 0 1rem;
    margin: 0 1.875rem;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-cate {
    margin-bottom: 1.5rem;
  }

  .list-common-cate .list-wrapper {
    max-width: 22.5rem;
    gap: 1.5rem;
  }

  .list-common-cate .list-item {
    min-width: 150px;
    font-size: 14px;
    line-height: 1.5;
    padding: 0.5625rem 1rem;
  }
}

.list-common-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.list-common-news .item-thumbnail {
  border-radius: 1rem;
}

.list-common-news .item-inner {
  background-color: var(--color-white);
  border-radius: 1rem;
}

.list-common-news .information-name {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue-primary);
}

.list-common-news .information-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-grey-primary);
}

@media print,
(min-width: 768px) {
  .list-common-news .list-wrapper {
    gap: 24px;
  }

  .list-common-news .item-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.4691358025%;
    padding: 1rem;
  }

  .list-common-news .item-thumbnail {
    flex: 0 0 auto;
    width: 32.6797385621%;
    min-width: 150px;
  }

  .list-common-news .item-information {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .list-common-news .information-icon {
    position: absolute;
    right: 16px;
    bottom: 22px;
    width: 32px;
    height: 32px;
  }

  .list-common-news .information-icon svg {
    width: 100%;
    height: 100%;
  }
}

@media print,
(min-width: 768px) and (max-width: 1024px) {
  .list-common-news .item-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .list-common-news .item-thumbnail {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-news .list-wrapper {
    gap: 0.5rem;
  }

  .list-common-news .item-inner {
    padding: 0.5rem;
    display: block;
  }

  .list-common-news .information-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.3125rem;
  }

  .list-common-news .information-detail {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.list-common-criteria .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.list-common-criteria .list-item {
  text-align: center;
  background-color: var(--color-white);
}

.list-common-criteria .item-title {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
  margin-bottom: 0;
}

.list-common-criteria .item-content {
  border-bottom: solid 1px var(--color-blue-secondary);
}

.list-common-criteria .content-number,
.list-common-criteria .content-image {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0.3125rem;
  border-radius: 50%;
  border-style: solid;
  border-color: var(--color-blue);
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue);
}

.list-common-criteria .content-number::before,
.list-common-criteria .content-number::after,
.list-common-criteria .content-image::before,
.list-common-criteria .content-image::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  border-style: solid;
  animation: blind 1.5s linear infinite;
}

@keyframes blind {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  35% {
    transform: scale(1.1);
    opacity: 1;
  }

  85% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.list-common-criteria .content-number::before,
.list-common-criteria .content-image::before {
  border-color: var(--color-blue-secondary);
}

.list-common-criteria .content-number::after,
.list-common-criteria .content-image::after {
  border-color: var(--color-white-primary);
}

.list-common-criteria .item-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
}

.list-common-criteria.is-about .item-content {
  border-bottom: unset;
}

@media print,
(min-width: 768px) {
  .list-common-criteria {
    padding-top: 33px;
  }

  .list-common-criteria .list-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .list-common-criteria .list-item {
    padding: 28px 16px 16px;
    border-radius: 20px;
    box-shadow: 0 0 0.025rem rgba(var(--color-black-rgb), 0.5);
  }

  .list-common-criteria .item-content {
    margin-bottom: 16px;
    padding-bottom: 28.4px;
  }

  .list-common-criteria .item-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .list-common-criteria .content-number,
  .list-common-criteria .content-image {
    font-size: 1.86rem;
    line-height: 1.8212365591;
    width: 99.2px;
    height: 99.2px;
    border-width: 2px;
  }

  .list-common-criteria .content-number::before,
  .list-common-criteria .content-number::after,
  .list-common-criteria .content-image::before,
  .list-common-criteria .content-image::after {
    border-width: 2px;
  }

  .list-common-criteria .content-number::before,
  .list-common-criteria .content-image::before {
    top: -6.2px;
    right: -6.2px;
    bottom: -6.2px;
    left: -6.2px;
  }

  .list-common-criteria .content-number::after,
  .list-common-criteria .content-image::after {
    top: -12.4px;
    right: -12.4px;
    bottom: -12.4px;
    left: -12.4px;
  }

  .list-common-criteria .content-image {
    padding: 24px;
  }

  .list-common-criteria .item-detail {
    font-size: 1rem;
    line-height: 1.3125;
  }

  .list-common-criteria.is-about .list-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .list-common-criteria.is-about .list-item {
    padding: 24px;
  }

  .list-common-criteria.is-about .item-title {
    position: relative;
    margin-bottom: 24px;
  }

  .list-common-criteria.is-about .item-title::before {
    position: absolute;
    content: "";
    background-color: var(--color-blue-secondary);
    width: 244px;
    height: 1px;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
  }
}

@media print,
(min-width: 768px) and (max-width: 1024px) {
  .list-common-criteria .list-wrapper {
    gap: 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-criteria .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .list-common-criteria .list-item {
    padding: 0.9375rem 0.5rem 0.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 0.0125rem rgba(var(--color-black-rgb), 0.5);
  }

  .list-common-criteria .item-content {
    margin-bottom: 0.5rem;
    padding-bottom: 0.875rem;
  }

  .list-common-criteria .item-title {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .list-common-criteria .content-number,
  .list-common-criteria .content-image {
    width: 4.0625rem;
    height: 4.0625rem;
    border-width: 0.0625rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }

  .list-common-criteria .content-number::before,
  .list-common-criteria .content-number::after,
  .list-common-criteria .content-image::before,
  .list-common-criteria .content-image::after {
    border-width: 0.0625rem;
  }

  .list-common-criteria .content-number::before,
  .list-common-criteria .content-image::before {
    top: -0.2175rem;
    right: -0.2175rem;
    bottom: -0.2175rem;
    left: -0.2175rem;
  }

  .list-common-criteria .content-number::after,
  .list-common-criteria .content-image::after {
    top: -3.48px;
    right: -3.48px;
    bottom: -3.48px;
    left: -3.48px;
  }

  .list-common-criteria .item-detail {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .list-common-criteria.is-about .list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .list-common-criteria.is-about .list-item {
    padding: 1rem;
  }

  .list-common-criteria.is-about .item-title {
    position: relative;
    margin-bottom: 1rem;
  }

  .list-common-criteria.is-about .item-title::before {
    position: absolute;
    content: "";
    background-color: var(--color-blue-secondary);
    width: 100%;
    height: 1px;
    left: 50%;
    bottom: -0.5rem;
    transform: translateX(-50%);
  }
}

.list-common-service .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.list-common-service .list-item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.list-common-service .item-coating {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(1, 15, 50, 0) 5%, rgba(1, 15, 50, 0.7) 100%);
}

.list-common-service .item-coating::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(var(--color-grey-secondary-rgb), 0.8);
}

.list-common-service .coating-image {
  position: relative;
  z-index: 2;
}

.list-common-service .item-information {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.list-common-service .information-title {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-white);
}

.list-common-service .information-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-white);
}

@media print,
(min-width: 768px) {
  .list-common-service {
    margin-bottom: 56px;
  }

  .list-common-service .list-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .list-common-service .coating-image {
    width: 176px;
  }

  .list-common-service .item-information {
    padding: 0 24px 24px;
  }

  .list-common-service .information-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .list-common-service .information-detail {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: -40px;
    transition: all ease 0.3s;
  }

  .list-common-service .information-controller {
    transform: translateY(calc(100% + 24px));
    transition: all ease 0.3s;
  }

  .list-common-service .list-item:not(.is-coating):hover .information-detail {
    margin-bottom: 24px;
  }

  .list-common-service .list-item:not(.is-coating):hover .information-controller {
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-service {
    margin-bottom: 1.5rem;
  }

  .list-common-service .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .list-common-service .coating-image {
    width: 5.1875rem;
  }

  .list-common-service .item-information {
    padding: 0 0.5rem 0.5rem;
  }

  .list-common-service .information-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }

  .list-common-service .information-detail {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.list-common-why .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-common-why .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.25rem;
  background-color: var(--color-white);
}

.list-common-why .list-item:last-child {
  margin-bottom: 0;
}

.list-common-why .item-nummber {
  flex: 0 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white-primary);
  border: solid 1px var(--color-blue-secondary);
}

.list-common-why .item-information {
  flex: 1;
}

.list-common-why .number-text {
  display: flex;
  padding: 0.5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue-secondary);
  background-color: var(--color-white);
}

.list-common-why .information-name {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue);
}

.list-common-why .information-desc {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
}

.list-common-why.is-study .item-nummber {
  background-color: var(--color-red-secondary);
  border: solid 1px var(--color-red);
}

.list-common-why.is-study .number-text {
  color: var(--color-red-secondary);
}

.list-common-why.is-study .information-name {
  color: var(--color-dark);
}

@media print,
(min-width: 768px) {
  .list-common-why {
    padding: 80px 0;
  }

  .list-common-why .list-item {
    gap: 31px;
    padding: 20px 30px;
    margin-bottom: 16px;
  }

  .list-common-why .item-nummber {
    width: 90px;
    height: 90px;
    padding: 0.5rem;
  }

  .list-common-why .number-text {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    line-height: 1.25;
  }

  .list-common-why .information-name {
    font-size: 1.5rem;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .list-common-why .information-desc {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-why .list-item {
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
  }

  .list-common-why .item-nummber {
    width: 3.5625rem;
    height: 3.5625rem;
  }

  .list-common-why .number-text {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .list-common-why .information-name {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
  }

  .list-common-why .information-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media print,
(min-width: 768px) {
  .maps-location {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  margin: 0px 0.5rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: var(--color-white);
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.section-common-feedback {
  background: url("../images/bg_feedback.jpg") no-repeat 0% 0%/cover;
}

.section-common-feedback .content-title {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue-primary);
}

.section-common-feedback .content-star {
  color: var(--color-red);
}

.section-common-feedback .content-detail {
  color: var(--color-blue-primary);
}

.section-common-feedback .content-desc {
  font-family: var(--font-SVN-Gilroy-SM);
  color: var(--color-blue);
  font-size: 1rem;
  line-height: 1.3125;
}

.section-common-feedback .content-content {
  color: var(--color-blue-primary);
  font-size: 1rem;
  line-height: 1.3125;
}

.section-common-feedback .item-heading {
  position: relative;
}

.section-common-feedback .item-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: var(--color-blue-secondary);
}

.section-common-feedback .heading-image {
  border-radius: 50%;
  overflow: hidden;
}

@media print,
(min-width: 768px) {
  .section-common-feedback {
    padding: 75px 0 80px;
  }

  .section-common-feedback .title-common-primary {
    max-width: 510px;
    margin: 0 auto;
    margin-bottom: 61px;
  }

  .section-common-feedback .block-feedback {
    background-color: var(--color-white);
    padding: 85px 56px 200px;
    border-radius: 20px;
    position: relative;
  }

  .section-common-feedback .item-heading {
    display: flex;
    min-height: 116px;
    margin-bottom: 11px;
    padding-bottom: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }

  .section-common-feedback .item-heading::before {
    width: 136px;
    height: 1px;
  }

  .section-common-feedback .heading-image {
    height: 88px;
    width: 88px;
    flex: 0 0 auto;
  }

  .section-common-feedback .heading-content {
    flex: 1;
  }

  .section-common-feedback .feedback-item {
    position: relative;
  }

  .section-common-feedback .feedback-item::before {
    position: absolute;
    content: "";
    background-color: var(--color-blue-secondary);
    width: 2px;
    height: 200px;
    left: calc(100% + 25px);
  }

  .section-common-feedback .content-title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .section-common-feedback .content-detail {
    max-width: 190px;
    font-size: 0.875rem;
  }

  .section-common-feedback .content-desc {
    margin-bottom: 11px;
  }
}

@media print,
(min-width: 768px) and (max-width: 1260px) {
  .section-common-feedback .feedback-item::before {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-feedback {
    padding: 2rem 0 6.9375rem;
  }

  .section-common-feedback .feedback-item {
    background-color: var(--color-white);
    border-radius: 1rem;
    box-shadow: 0 0 0.025rem rgba(var(--color-black-rgb), 0.5);
    padding: 1rem;
  }

  .section-common-feedback .item-heading {
    margin-bottom: 1rem;
  }

  .section-common-feedback .item-heading::before {
    width: 8.5rem;
    height: 0.0625rem;
  }

  .section-common-feedback .heading-image {
    width: 5.5rem;
    height: 5.5rem;
  }

  .section-common-feedback .content-title {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .section-common-feedback .content-star {
    margin-bottom: 0.25rem;
  }

  .section-common-feedback .content-detail {
    font-size: 0.875rem;
    line-height: 1.5;
    min-height: 2.625rem;
    margin-bottom: 1rem;
  }

  .section-common-feedback .content-desc {
    margin-bottom: 0.6875rem;
  }
}

.section-common-newsletter.is-study {
  background: url("../images/bg_common_newsletter_01.png") no-repeat 50% 0%/cover;
}

.section-common-newsletter .newsletter-inner {
  display: flex;
}

.section-common-newsletter .newsletter-text {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-white);
}

.section-common-newsletter .newsletter-name {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-white);
}

@media print,
(min-width: 768px) {
  .section-common-newsletter {
    padding: 70px 0 102px;
    background: url("../images/bg_common_newsletter.jpg") no-repeat 50% 50%/cover;
  }

  .section-common-newsletter.is-study {
    padding: 214px 0 29px;
  }

  .section-common-newsletter .newsletter-inner {
    gap: 35.5px;
    align-items: flex-start;
  }

  .section-common-newsletter .newsletter-image {
    flex: 1;
    margin-left: -10.9848484848%;
    margin-bottom: -29px;
  }

  .section-common-newsletter .newsletter-form {
    flex: 0 0 auto;
    width: 49.0909090909%;
  }

  .section-common-newsletter .newsletter-heading {
    background: url("../images/bg_immigration_pc_02.jpg") no-repeat 50% 50%/cover;
    border-radius: 20px 100px 20px 100px;
    padding: 70px 272px 146px 243px;
    text-align: center;
  }

  .section-common-newsletter .newsletter-text {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 24px;
    position: relative;
  }

  .section-common-newsletter .newsletter-text::before,
  .section-common-newsletter .newsletter-text::after {
    position: absolute;
    content: "";
  }

  .section-common-newsletter .newsletter-text::before {
    background: url("../images/decor_immigration_01.png") no-repeat 50% 50%/100% 100%;
    width: 60px;
    height: 42px;
    right: 100%;
    top: 0;
  }

  .section-common-newsletter .newsletter-text::after {
    background: url("../images/decor_immigration_02.png") no-repeat 50% 50%/100% 100%;
    width: 61px;
    height: 61px;
    left: 100%;
    bottom: 0;
  }

  .section-common-newsletter .newsletter-name {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    line-height: 1.1875;
  }

  .section-common-newsletter .newsletter-name::before,
  .section-common-newsletter .newsletter-name::after {
    position: absolute;
    content: "";
    background: var(--color-white);
    width: 42px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
  }

  .section-common-newsletter .newsletter-name::before {
    right: calc(100% + 10px);
  }

  .section-common-newsletter .newsletter-name::after {
    left: calc(100% + 10px);
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-newsletter {
    padding: 2rem 0;
  }

  .section-common-newsletter.is-study {
    padding: 5.875rem 0 0;
  }

  .section-common-newsletter .newsletter-inner {
    flex-direction: column-reverse;
    gap: 3.25rem;
  }

  .section-common-newsletter .wrapper {
    padding: 0 0.8rem;
  }

  .section-common-newsletter .newsletter-heading {
    background: url("../images/bg_immigration_sp_02.jpg") no-repeat 50% 50%/cover;
    border-radius: 1rem 3.125rem 1rem 3.125rem;
    padding: 5.6875rem 1rem 6.5625rem;
    text-align: center;
  }

  .section-common-newsletter .newsletter-text {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }

  .section-common-newsletter .newsletter-name {
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.form-common-newsletter {
  background-color: var(--color-white);
  border-radius: 1.25rem;
}

.form-common-newsletter .newsletter-input {
  margin-bottom: 1rem;
}

.form-common-newsletter .newsletter-input.is-largue {
  margin-bottom: 2rem;
}

.form-common-newsletter .newsletter-input.js-orther-show {
  display: none;
}

.form-common-newsletter .newsletter-input input,
.form-common-newsletter .newsletter-input select {
  height: 2.75rem;
  background-color: var(--color-background);
}

.form-common-newsletter .newsletter-input label {
  font-family: var(--font-SVN-Gilroy-M);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-blue-primary);
  margin-bottom: 0.375rem;
}

.form-common-newsletter .newsletter-input textarea {
  background-color: var(--color-background);
}

.form-common-newsletter .newsletter-button input {
  border-radius: 0.5rem;
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-white);
  background-color: var(--color-red);
}

.form-common-newsletter .input-face {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/icn_face.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-common-newsletter .input-phone {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/icn_phone.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-common-newsletter .input-email {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/icn_mail.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-common-newsletter .select-visa {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/icn_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media print,
(min-width: 768px) {
  .form-common-newsletter {
    max-width: 658px;
    margin: -103px auto 0;
    padding: 67px 32px 59px;
  }

  .section-common-newsletter.is-study .form-common-newsletter {
    max-width: 648px;
    margin: 0;
  }

  .form-common-newsletter .newsletter-button {
    display: flex;
    justify-content: end;
  }

  .form-common-newsletter .newsletter-button input {
    width: 226px;
    height: 40px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-common-newsletter {
    margin: -5.125rem auto 0;
    max-width: 22.375rem;
    padding: 2rem 1rem;
  }

  .section-common-newsletter.is-study .form-common-newsletter {
    margin: 0;
  }

  .form-common-newsletter .newsletter-button input {
    width: 100%;
  }
}

.section-common-detail .title-study-primary {
  margin-bottom: 2.5rem;
}

@media print,
(min-width: 768px) {
  .section-common-detail {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-detail {
    padding: 2rem 0;
  }
}

.content-main img {
  width: 100% !important;
  height: auto !important;
}



.content-main h2,
.content-main h3,
.content-main h4,
.content-main h5 {
  margin-bottom: 1.5rem;
}

.content-main p {
  margin-bottom: 1rem;
}

.content-main em {
  font-style: italic;
}

.title-static-primary {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue);
  padding: 0 0.5rem;
  text-align: center;
}

@media print,
(min-width: 768px) {
  .title-static-primary {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-static-primary {
    font-size: 0.625rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
}

.section-static-overview .heading-name {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue);
  text-transform: uppercase;
}

.section-static-overview .content-text {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
}

@media print,
(min-width: 768px) {
  .section-static-overview {
    padding: 124px 0 110px;
    background: url("../images/bg_static_overview_pc.png") no-repeat 0% 100%/cover;
  }

  .section-static-overview .overview-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 100px;
  }

  .section-static-overview .overview-block {
    display: flex;
    justify-content: space-between;
  }

  .section-static-overview .overview-heading {
    flex: 0 0 auto;
    padding-right: 7.9545454545%;
    border-right: solid 2px var(--color-blue-secondary);
  }

  .section-static-overview .overview-content {
    padding-left: 7.9545454545%;
  }

  .section-static-overview .heading-name {
    max-width: 327px;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .section-static-overview .content-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .section-static-overview .content-text p {
    margin-bottom: 8px;
  }

  .section-static-overview .content-text p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-static-overview {
    padding: 2rem 0 2rem;
    background: url("../images/bg_static_overview_sp.png") no-repeat 0% 0%/24.375rem;
  }

  .section-static-overview .overview-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .section-static-overview .overview-heading {
    position: relative;
  }

  .section-static-overview .overview-heading::before {
    position: absolute;
    content: "";
    background-color: var(--color-blue-secondary);
    left: 0;
    bottom: -1rem;
    width: 11.1875rem;
    height: 0.125rem;
  }

  .section-static-overview .heading-name {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  .section-static-overview .content-text {
    margin-bottom: 1rem;
  }

  .section-static-overview .content-text p {
    margin-bottom: 0.5rem;
  }

  .section-static-overview .content-text p:last-child {
    margin-bottom: 0;
  }
}

.section-static-mission .mission-line {
  background-color: var(--color-blue-secondary);
}

.section-static-mission .mission-text {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
}

.section-static-mission .mission-text p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 768px) {
  .section-static-mission {
    background: url("../images/bg_static_mission_pc.png") no-repeat 0% 0%/cover;
    padding: 242px 0 108px;
  }

  .section-static-mission .title-common-primary {
    max-width: 562px;
    margin: 0 auto 19px;
  }

  .section-static-mission .mission-line {
    width: 373px;
    height: 1px;
    margin: 0 auto 19px;
  }

  .section-static-mission .mission-text {
    max-width: 816px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-static-mission {
    padding: 7.75rem 0 2rem;
    background: url("../images/bg_static_mission_sp.png") no-repeat 0% 0%/24.375rem;
  }

  .section-static-mission .title-common-primary {
    text-align: left;
  }

  .section-static-mission .mission-text {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .section-static-mission .mission-line {
    width: 179px;
    height: 1px;
    margin-bottom: 1rem;
  }
}

@media print,
(min-width: 768px) {
  .section-static-why {
    padding: 80px 0;
  }

  .section-static-why .title-common-primary {
    width: 660px;
  }

  .section-static-why .why-inner {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-static-why {
    padding: 2rem 0;
  }

  .section-static-why .why-thumbnail {
    margin-bottom: 1rem;
  }
}

.list-static-constructor .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.list-static-constructor .information-title {
  position: relative;
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue);
}

.list-static-constructor .information-desc {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
}

.list-static-constructor .information-detail {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue-primary);
}

.list-static-constructor .list-item {
  background-color: var(--color-white);
}

.list-static-constructor .list-item:first-child {
  grid-column: 2 span;
}

.list-static-constructor .list-item:first-child .information-title {
  color: var(--color-red);
}

.list-static-constructor .list-item:first-child .information-detail {
  color: var(--color-blue);
}

@media print,
(min-width: 768px) {
  .list-static-constructor .list-wrapper {
    gap: 24px;
  }

  .list-static-constructor .list-item {
    padding: 24px;
    border-radius: 20px;
  }

  .list-static-constructor .list-item:first-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 70px 32px 60px;
  }

  .list-static-constructor .list-item:first-child .item-thumbnail {
    position: relative;
    margin: -32px 0;
    padding: 0 102px;
    background: url("../images/bg_static_constructor_01_pc.svg") no-repeat 0% 100%/100% 100%;
  }

  .list-static-constructor .list-item:first-child .thumbnail-image {
    position: absolute;
    width: 57.1428571429%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .list-static-constructor .list-item:first-child .item-information {
    padding-left: 71px;
  }

  .list-static-constructor .list-item:first-child .information-title {
    font-size: 2rem;
    margin-bottom: 32px;
    line-height: 1.5;
  }

  .list-static-constructor .list-item:first-child .information-title::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 208px;
    bottom: -16px;
    left: 0;
    background: var(--color-blue-secondary);
  }

  .list-static-constructor .list-item:first-child .information-desc {
    margin-bottom: 24px;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .list-static-constructor .list-item:not(:first-child) .item-thumbnail {
    width: 207px;
    margin: 0 auto 17px;
    padding: 18px 25px 0 17px;
    border-radius: 50%;
    overflow: hidden;
    background: url("../images/bg_static_constructor_02_pc.svg") no-repeat 0% 100%/100% 100%;
  }

  .list-static-constructor .list-item:not(:first-child) .information-title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .list-static-constructor .list-item:not(:first-child) .information-title::before {
    position: absolute;
    width: 191px;
    height: 1px;
    content: "";
    background: var(--color-blue-secondary);
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
  }

  .list-static-constructor .list-item:not(:first-child) .information-detail {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-static-constructor .list-wrapper {
    gap: 0.875rem;
  }

  .list-static-constructor .list-item {
    border-radius: 1rem;
    padding: 1rem;
  }

  .list-static-constructor .list-item:first-child .item-thumbnail {
    width: 9.75rem;
    margin: 0 auto 1rem;
    padding: 0.1875rem 1.5rem 0;
    background: url("../images/bg_static_constructor_01_sp.svg") no-repeat 0% 100%/100% 100%;
    border-radius: 50%;
    overflow: hidden;
  }

  .list-static-constructor .list-item:first-child .information-title {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }

  .list-static-constructor .list-item:first-child .information-desc {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.3125;
    text-align: center;
  }

  .list-static-constructor .list-item:first-child .information-detail {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }

  .list-static-constructor .list-item:not(:first-child) .item-thumbnail {
    width: 8.125rem;
    margin: 0 auto 0.5rem;
    padding: 0.7063rem 0.9812rem 0 0.6681rem;
    background: url("../images/bg_static_constructor_02_sp.svg") no-repeat 0% 100%/100% 100%;
    border-radius: 50%;
    overflow: hidden;
  }

  .list-static-constructor .list-item:not(:first-child) .information-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }

  .list-static-constructor .list-item:not(:first-child) .information-desc {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.3125;
    text-align: center;
  }

  .list-static-constructor .list-item:not(:first-child) .information-detail {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
  }
}

.section-static-constructor .block-partner {
  background: var(--color-white);
}

@media print,
(min-width: 768px) {
  .section-static-constructor {
    background: url("../images/bg_static_constructor_pc.jpg") no-repeat 50% 50%/cover;
    padding-top: 80px;
  }

  .section-static-constructor .title-common-primary {
    max-width: 652px;
    margin: 0 auto;
    margin-bottom: 105px;
  }

  .section-static-constructor .constructor-viewport {
    max-width: 1096px;
    margin: 0 auto 80px;
  }

  .section-static-constructor .block-partner {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-static-constructor {
    padding-top: 2.2094rem;
    background: url("../images/bg_static_constructor_sp.jpg") no-repeat 50% 50%/cover;
  }

  .section-static-constructor .constructor-viewport {
    margin: 0 auto 2.2094rem;
  }

  .section-static-constructor .block-partner {
    padding: 1rem 0;
  }
}

.list-static-partner .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media print,
(min-width: 768px) {
  .list-static-partner .list-wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 65px;
  }
}

@media print,
(min-width: 768px) and (max-width: 1190px) {
  .list-static-partner .list-wrapper {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-static-partner .list-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8125rem 2.8125rem;
  }
}

.banner-image {
  overflow: hidden;
}

@media print,
(min-width: 768px) {
  .banner-image {
    border-radius: 0 0 100px 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-image {
    border-radius: 0 0 1.875rem 1.875rem;
  }
}

.section-immigration-blogs {
  background: url("../images/bg_immigration_01.png") no-repeat 50% 50%/cover, var(--color-white);
}

@media print,
(min-width: 768px) {
  .section-immigration-blogs {
    padding: 80px 0;
  }

  .section-immigration-blogs .title-common-primary {
    margin-bottom: 61px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-immigration-blogs {
    padding: 2rem 0;
  }

  .section-immigration-blogs .title-common-primary {
    margin-bottom: 1.5rem;
  }
}

.section-immigration-procedure {
  background: var(--color-white);
}

@media print,
(min-width: 768px) {
  .section-immigration-procedure {
    padding: 55px 0;
  }
}

.list-immigration-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-immigration-list .list-item {
  background-color: var(--color-white);
  border-radius: 1.25rem;
}

.list-immigration-list .item-heading {
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--color-blue-secondary);
}

.list-immigration-list .heading-image {
  position: relative;
  flex: 0 0 auto;
  border-radius: 50%;
  border-color: var(--color-blue);
  border-style: solid;
}

.list-immigration-list .heading-image::before,
.list-immigration-list .heading-image::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  border-style: solid;
  animation: blind 1.5s linear infinite;
}

@keyframes blind {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  35% {
    transform: scale(1.1);
    opacity: 1;
  }

  85% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.list-immigration-list .heading-image::before {
  border-color: var(--color-blue-secondary);
}

.list-immigration-list .heading-image::after {
  border-color: var(--color-white-primary);
}

.list-immigration-list .heading-title {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue);
  margin-bottom: 0;
  flex: 1;
}

@media print,
(min-width: 768px) {
  .list-immigration-list .list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .list-immigration-list .list-item {
    padding: 24px 24px 16px;
  }

  .list-immigration-list .item-heading {
    gap: 36.4px;
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

  .list-immigration-list .heading-image {
    width: 99.2px;
    padding: 24px;
    border-width: 2px;
  }

  .list-immigration-list .heading-image::before,
  .list-immigration-list .heading-image::after {
    border-width: 2px;
  }

  .list-immigration-list .heading-image::before {
    top: -6.2px;
    right: -6.2px;
    bottom: -6.2px;
    left: -6.2px;
  }

  .list-immigration-list .heading-image::after {
    top: -12.4px;
    right: -12.4px;
    bottom: -12.4px;
    left: -12.4px;
  }

  .list-immigration-list .heading-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-immigration-list .list-item {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }

  .list-immigration-list .item-heading {
    gap: 1.4625rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .list-immigration-list .heading-image {
    width: 3.4781rem;
    padding: 0.75rem;
    border-width: 1px;
  }

  .list-immigration-list .heading-image::before,
  .list-immigration-list .heading-image::after {
    border-width: 1px;
  }

  .list-immigration-list .heading-image::before {
    top: -0.2375rem;
    right: -0.2375rem;
    bottom: -0.2375rem;
    left: -0.2375rem;
  }

  .list-immigration-list .heading-image::after {
    top: -0.4181rem;
    right: -0.4181rem;
    bottom: -0.4181rem;
    left: -0.4181rem;
  }

  .list-immigration-list .heading-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.section-immigration-forte {
  position: relative;
  background: url("../images/bg_immigration_03.png") no-repeat 50% 50%/cover;
}

.section-immigration-forte .forte-heading {
  background: url("../images/bg_immigration_01.png") no-repeat 50% 50%/cover, var(--color-white);
  border-radius: 1.25rem;
}

.section-immigration-forte .heading-content p {
  margin-bottom: 1rem;
}

.section-immigration-forte .heading-content p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 768px) {
  .section-immigration-forte {
    padding: 1px 0 80px;
  }

  .section-immigration-forte .forte-heading {
    margin: -185px 0 24px;
    padding: 24px 32px;
  }

  .section-immigration-forte .title-common-primary {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-immigration-forte {
    padding: 0.0625rem 0 2rem;
  }

  .section-immigration-forte .forte-heading {
    margin: -4.5rem 0 1rem;
    padding: 1.5rem 1rem;
  }
}

.accordion-immigration-question .accordion-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion-immigration-question .accordian-item {
  border: solid 1px var(--color-blue-secondary);
  border-radius: 1.25rem;
  margin-bottom: 1rem;
}

.accordion-immigration-question .accordian-item:first-child .content-detail {
  display: block;
}

.accordion-immigration-question .accordian-item:last-child {
  margin-bottom: 0;
}

.accordion-immigration-question .item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.accordion-immigration-question .heading-nummber {
  flex: 0 0 auto;
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue-secondary);
}

.accordion-immigration-question .heading-title {
  flex: 1;
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue-primary);
  line-height: 1.5;
  margin-bottom: 0;
}

.accordion-immigration-question .heading-button {
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  border: solid 1px var(--color-blue-secondary);
  border-radius: 50%;
}

.accordion-immigration-question .heading-button::before,
.accordion-immigration-question .heading-button::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-blue);
  transition: transform 0.3s ease;
}

.accordion-immigration-question .heading-button::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-immigration-question .heading-button.active::before {
  transform: translate(-50%, -50%);
}

.accordion-immigration-question .content-detail {
  display: none;
  color: var(--color-blue-primary);
  line-height: 1.5;
}

@media print,
(min-width: 768px) {
  .accordion-immigration-question .accordian-item {
    padding: 24px;
  }

  .accordion-immigration-question .heading-nummber {
    width: 64px;
    font-size: 4.3125rem;
    line-height: 1.5;
  }

  .accordion-immigration-question .heading-title {
    font-size: 1.25rem;
  }

  .accordion-immigration-question .content-detail {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.25rem;
  }

  .accordion-immigration-question .heading-button {
    width: 48px;
    height: 48px;
  }

  .accordion-immigration-question .heading-button::before,
  .accordion-immigration-question .heading-button::after {
    width: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .accordion-immigration-question .accordian-item {
    padding: 0.4375rem 0.5rem 1.875rem 1.125rem;
  }

  .accordion-immigration-question .item-heading {
    gap: 0.5rem;
  }

  .accordion-immigration-question .heading-nummber {
    width: 2.125rem;
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .accordion-immigration-question .heading-title {
    font-size: 0.875rem;
  }

  .accordion-immigration-question .content-detail {
    max-width: 16.25rem;
    margin: 0 auto;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .accordion-immigration-question .heading-button {
    width: 2rem;
    height: 2rem;
  }

  .accordion-immigration-question .heading-button::before,
  .accordion-immigration-question .heading-button::after {
    width: 0.75rem;
  }
}

@media print,
(min-width: 768px) {
  .seciont-immigration-question {
    padding: 80px 0 57px;
  }

  .seciont-immigration-question .question-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8.3333333333%;
  }

  .seciont-immigration-question .question-heading {
    width: 37.8787878788%;
    flex: 0 0 auto;
  }

  .seciont-immigration-question .question-content {
    flex: 1;
  }

  .seciont-immigration-question .title-common-primary {
    text-align: left;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .seciont-immigration-question {
    padding: 2rem 0;
  }
}

@media print,
(min-width: 768px) {
  .secion-immigration-detail {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .secion-immigration-detail {
    padding: 2.1875rem 0;
  }
}

.title-study-primary {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-dark-primary);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.title-study-primary.is-icon {
  position: relative;
  text-align: center;
}

.title-study-primary.is-icon::before {
  position: absolute;
  content: "";
  background: url("../images/icn_study.png") no-repeat 50% 50%/cover;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}

.title-study-primary span {
  position: relative;
  color: var(--color-red-primary);
  z-index: 1;
}

.title-study-primary span::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0.625rem;
  background-color: var(--color-red-secondary);
  opacity: 0.2;
}

@media print,
(min-width: 768px) {
  .title-study-primary {
    font-size: 2.5rem;
  }

  .title-study-primary.is-icon::before {
    width: 75px;
    height: 75px;
  }

  .title-study-primary span::before {
    height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-study-primary {
    font-size: 1.5rem;
    text-align: center;
  }

  .title-study-primary.is-icon::before {
    width: 3.5rem;
    height: 3.5rem;
  }

  .title-study-primary span::before {
    height: 1.0625rem;
  }
}

.list-study-result .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-study-result .list-item {
  background-color: var(--color-white);
  border-radius: 1.25rem;
}

.list-study-result .item-image {
  border-radius: 50%;
}

.list-study-result .content-number {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-dark);
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.list-study-result .item-title {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-dark);
  line-height: 1.5;
  margin-bottom: 0;
}

@media print,
(min-width: 768px) {
  .list-study-result .list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .list-study-result .list-item {
    padding: 29px 27px 26px;
  }

  .list-study-result .item-image {
    margin: 0 auto 14px;
    width: 69px;
  }

  .list-study-result .content-number {
    font-size: 2.5rem;
    text-align: center;
  }

  .list-study-result .item-title {
    font-size: 1.25rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-study-result .list-item {
    display: flex;
    gap: 1.1875rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
  }

  .list-study-result .list-item:last-child {
    margin-bottom: 0;
  }

  .list-study-result .item-image {
    flex: 0 0 auto;
    width: 3.625rem;
  }

  .list-study-result .item-group {
    flex: 1;
  }

  .list-study-result .content-number {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .list-study-result .item-title {
    font-size: 1rem;
  }
}

.section-study-about .heading-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-dark-primary);
  line-height: 1.5;
}

.section-study-about .heading-detail p {
  margin-bottom: 0.5rem;
}

.section-study-about .heading-detail p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 768px) {
  .section-study-about {
    padding: 162px 0;
    background: url("../images/bg_study_01_pc.png") no-repeat 50% 100%/cover;
  }

  .section-study-about .about-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.6363636364%;
  }

  .section-study-about .about-heading {
    flex: 1;
    padding-top: 24px;
  }

  .section-study-about .about-image {
    width: 45.303030303%;
    flex: 0 0 auto;
  }

  .section-study-about .heading-detail {
    margin-bottom: 48px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-study-about {
    padding: 8.4375rem 0 3.125rem;
    background: url("../images/bg_study_01_sp.png") no-repeat 50% 100%/cover;
  }

  .section-study-about .heading-detail {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .section-study-about .about-image {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media print,
(min-width: 768px) {
  .section-study-whykp {
    padding: 54px 0 38px;
    overflow: hidden;
  }

  .section-study-whykp .whykp-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 34px;
  }

  .section-study-whykp .whykp-content {
    flex: 1;
  }

  .section-study-whykp .whykp-image {
    width: 52.8787878788%;
    flex: 0 0 auto;
    margin-right: -60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-study-whykp {
    padding: 2rem 0;
  }

  .section-study-whykp .whykp-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .section-study-whykp .whykp-image {
    margin-bottom: 1rem;
  }
}

.section-study-service {
  position: relative;
  background-color: var(--color-white);
}

.section-study-service::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: url("../images/bg_study_service.png") no-repeat 50% 50%/cover, var(--color-blue-quaternary);
}

.section-study-service .wrapper {
  position: relative;
  z-index: 1;
}

@media print,
(min-width: 768px) {
  .section-study-service {
    padding: 203px 0 163px;
  }

  .section-study-service::before {
    border-radius: 9.375rem 2.5rem 9.375rem 2.5rem;
    top: 1.5rem;
    right: 1.375rem;
    bottom: 4.4375rem;
    left: 1.3125rem;
  }

  .section-study-service .title-study-primary {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-study-service {
    padding: 8.375rem 0 4rem;
  }

  .section-study-service::before {
    border-radius: 1.25rem;
    top: 2rem;
    right: 0.5rem;
    bottom: 2rem;
    left: 0.5rem;
  }

  .section-study-service .title-study-primary {
    margin-bottom: 1.5rem;
  }
}

@media print,
(min-width: 768px) {
  .secion-study-detail {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .secion-study-detail {
    padding: 2.1875rem 0;
  }
}

.section-news .news-priamry {
  background: url("../images/bg_news_01.jpg") no-repeat 0% 0%/cover;
}

.section-news .information-title {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-blue);
  line-height: 1.5;
}

.section-news .information-time {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-grey-primary);
}

.section-news .information-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
  line-height: 1.5;
}

.section-news .time-text {
  display: inline-block;
  position: relative;
}

.section-news .time-text::before {
  position: absolute;
  content: "";
  background-color: var(--color-blue-secondary);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.section-news .pagination-home {
  margin-top: 1.5rem;
}

@media print,
(min-width: 768px) {
  .section-news .news-priamry {
    padding: 56px 0 44px;
  }

  .section-news .news-secondary {
    padding: 56px 0 80px;
  }

  .section-news .block-show-blog {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.7878787879%;
  }

  .section-news .blog-thumbnail {
    width: 40.4545454545%;
    flex: 0 0 auto;
  }

  .section-news .blog-information {
    flex: 1;
  }

  .section-news .information-title {
    font-size: 2rem;
    margin-bottom: 8px;
  }

  .section-news .information-time {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }

  .section-news .information-detail {
    font-size: 1.25rem;
    margin-bottom: 28px;
  }

  .section-news .time-text {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news .news-priamry {
    padding: 2rem 0;
  }

  .section-news .news-secondary {
    padding: 2rem 0;
  }

  .section-news .blog-thumbnail {
    border-radius: 0.625rem;
    overflow: hidden;
    margin-bottom: 1.375rem;
  }

  .section-news .information-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .section-news .information-time {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .section-news .time-text {
    padding-bottom: 0.5rem;
  }

  .section-news .information-detail {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .section-news .button-common-primary {
    width: 100%;
  }
}

.section-news-detail {
  background-color: var(--color-white);
}

@media print,
(min-width: 768px) {
  .section-news-detail {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news-detail {
    padding: 2rem 0;
  }
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.2rem;
}

::-webkit-scrollbar-track {
  background: var(--color-white);
}

::-webkit-scrollbar-thumb {
  background: var(--color-red);
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-blue);
}

.section-common-slideshow:not(.is-page) {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.section-common-slideshow:not(.is-page) .slideshow-image {
  height: 100vh;
  overflow: hidden;
}

.section-common-slideshow .slideshow-image img {
  object-fit: cover;
  vertical-align: top;
}

.section-common-slideshow .slideshow-information {
  position: absolute;
}

.section-common-slideshow .slideshow-information-page {
  position: absolute;
}

.section-common-slideshow .information-name {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-white);
  line-height: 1.5;
}

.section-common-slideshow .information-name-page {
  font-family: var(--font-SVN-Gilroy-SM);
  color: var(--color-white);
  line-height: 1.5;
}

.section-common-slideshow .information-line-page {
  background-color: var(--color-red);
  border-bottom: solid 0.125rem var(--color-red);
  width: 12.3125rem;
}

.section-common-slideshow .information-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1.5;
}

.section-common-slideshow .information-detail-page {
  font-family: var(--font-SVN-Gilroy-B);
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1.5;
}

.section-common-slideshow .owl-dots {
  position: absolute;
}

.section-common-slideshow .owl-dot span {
  width: 16px !important;
  height: 16px !important;
  margin: 0 9.5008px !important;
}

.section-common-slideshow .nav-slideshow {
  position: absolute;
  z-index: 3;
}

.section-common-slideshow .nav-slideshow button {
  padding: 0.3125rem 0.375rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: solid 0.0625rem var(--color-white);
  border-radius: 0.3125rem;
}

.section-common-slideshow .nav-slideshow .owl-prev {
  transform: translateX(calc(-50% - 8.875rem));
}

.section-common-slideshow .nav-slideshow .owl-next {
  transform: translateX(calc(-50% + 8.875rem));
}

.section-common-slideshow .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}

.section-common-slideshow .owl-dot span {
  background-color: transparent !important;
  border: solid 0.125rem var(--color-white);
}

.section-common-slideshow .owl-dot.active span {
  background-color: var(--color-white) !important;
}



@media print,
(min-width: 768px) {
  .section-common-slideshow .slideshow-information {
    position: absolute;
    top: calc(50% - 0.125rem);
    right: 50%;
    left: 4.1666666667%;
    transform: translateY(-50%);
  }

  .section-common-slideshow .slideshow-information-page {
    position: absolute;
    max-width: 40.5rem;
    top: calc(50% + 1.25rem);
    right: 50%;
    left: 4.1666666667%;
    transform: translateY(-50%);
  }

  .section-common-slideshow .information-name {
    font-size: 3.125rem;
    margin-bottom: 0.5625rem;
  }

  .section-common-slideshow .information-name-page {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .section-common-slideshow .information-detail {
    font-size: 2rem;
    margin-bottom: 1.6875rem;
  }

  .section-common-slideshow .information-detail-page {
    font-size: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .section-common-slideshow .owl-dots {
    bottom: 12.7777777778%;
  }

  .section-common-slideshow .nav-slideshow {
    bottom: 11.3333333333%;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-common-slideshow .button-common-primary {
    width: 250px;
    height: 50px;
  }

  .section-common-slideshow .button-common-primary .button-text {
    font-size: 1.25rem;
  }
}

@media print,
(min-width: 768px) and (max-width: 1024px) {
  .section-common-slideshow .slideshow-information {
    right: 4.1666666667%;
  }

  .section-common-slideshow .information-name {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .section-common-slideshow .information-name-page {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
  }

  .section-common-slideshow .information-detail {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
  }

  .section-common-slideshow .information-detail-page {
    font-size: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-slideshow .slideshow-information {
    right: 0.9375rem;
    left: 0.9375rem;
    bottom: 9.7188rem;
    text-align: center;
  }

  .section-common-slideshow .slideshow-information-page {
    right: 0.9375rem;
    left: 0.9375rem;
    bottom: 0.625rem;
    text-align: center;
  }

  .section-common-slideshow .information-name {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .section-common-slideshow .information-name-page {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .section-common-slideshow .information-line-page {
    margin: 0 auto;
  }

  .section-common-slideshow .information-detail {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .section-common-slideshow .information-detail-page {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .section-common-slideshow .owl-dots {
    bottom: 6.75rem;
  }
}

.section-top-aboutus {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position-x: 0%;
}

.section-top-aboutus .information-title {
  font-family: var(--font-SVN-Gilroy-B);
  line-height: 1.5;
  color: var(--color-blue);
  text-transform: uppercase;
}

.section-top-aboutus .information-detail {
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-blue-primary);
}

.section-top-aboutus .information-detail p:last-child {
  margin-bottom: 0;
}

.section-top-aboutus .image-aboutus {
  position: relative;
  cursor: pointer;
  border-radius: 1.25rem;
  overflow: hidden;
}

.section-top-aboutus .image-aboutus::before {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2509803922);
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}

@media print,
(min-width: 768px) {
  .section-top-aboutus {
    padding: 5rem 0 5rem 0;
    background-image: url("../images/bg_about_pc.png");
    background-position-y: 28px;
  }

  .section-top-aboutus .block-aboutus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 23px;
  }

  .section-top-aboutus .block-images {
    width: 46.2121212121%;
    flex: 0 0 auto;
    margin-right: 4.696969697%;
  }

  .section-top-aboutus .block-information {
    flex: 1;
    padding-top: 22px;
  }

  .section-top-aboutus .information-title {
    margin-bottom: 18px;
    font-size: 2.5rem;
  }

  .section-top-aboutus .information-detail {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 24px;
  }

  .section-top-aboutus .button-common-primary {
    width: 200px;
  }
}

@media print,
(min-width: 768px) and (max-width: 1190px) {
  .section-top-aboutus .block-information {
    padding-top: 10px;
  }

  .section-top-aboutus .information-title {
    font-size: 1.8125rem;
  }
}

@media print,
(min-width: 768px) and (max-width: 1024px) {
  .section-top-aboutus .block-information {
    padding-top: 5px;
  }

  .section-top-aboutus .information-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .section-top-aboutus .information-detail {
    font-size: 1.0625rem;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-aboutus {
    padding: 2rem 0 1.9375rem 0;
    background-image: url("../images/bg_about_sp.png");
    background-size: contain;
    background-position-y: 5.8125rem;
  }

  .section-top-aboutus .block-aboutus {
    margin-bottom: 1.5rem;
  }

  .section-top-aboutus .block-images {
    width: 100%;
  }

  .section-top-aboutus .block-information {
    width: 100%;
  }

  .section-top-aboutus .information-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .section-top-aboutus .image-aboutus {
    margin-bottom: 0.8rem;
  }

  .section-top-aboutus .information-detail {
    font-size: 1rem;
    margin-bottom: 1.1rem;
    line-height: 1.5;
  }

  .section-top-aboutus .button-common-primary {
    width: 100%;
  }
}

.section-top-immigration {
  position: relative;
  z-index: 1;
}

@media print,
(min-width: 768px) {
  .section-top-immigration {
    padding: 74px 0 80px;
    background: url("../images/deco_service_01.png") no-repeat 0% 75px, url("../images/deco_service_02.png") no-repeat 100% calc(100% - 71.6px);
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-immigration {
    padding: 2rem 0;
    background: url("../images/deco_service_sp.png") no-repeat 0% 0%/cover;
  }
}

.section-top-study {
  position: relative;
  background-color: var(--color-white);
}

.section-top-study::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.section-top-study .wrapper {
  position: relative;
  z-index: 2;
}

.section-top-study .study-heading {
  position: relative;
}

.section-top-study .study-heading::before {
  position: absolute;
  content: "";
  background-color: var(--color-blue-secondary);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media print,
(min-width: 768px) {
  .section-top-study {
    padding: 165px 0;
  }

  .section-top-study::before {
    background-image: url("../images/bg_study_pc.png");
    border-radius: 150px 40px 150px 40px;
    top: 99px;
    right: 21px;
    bottom: 80px;
    left: 21px;
  }

  .section-top-study .study-heading {
    max-width: 700px;
    margin: 0 auto 56px;
    padding-bottom: 24px;
  }

  .section-top-study .study-heading::before {
    width: 66%;
    height: 2px;
  }

  .section-top-study .title-common-primary {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-study {
    padding: 3.8125rem 0px 5.1875rem;
  }

  .section-top-study::before {
    background-image: url("../images/bg_study_sp.png");
    border-radius: 1.25rem;
    top: 2rem;
    right: 0.5rem;
    bottom: 2rem;
    left: 0.5rem;
  }

  .section-top-study .study-heading {
    margin-bottom: 0.8125rem;
    padding-bottom: 1rem;
  }

  .section-top-study .study-heading::before {
    width: 16.5rem;
    height: 1px;
  }

  .section-top-study .title-common-primary {
    margin-bottom: 0.5188rem;
  }

  .section-top-study .heading-controller .button-common-primary {
    width: 100%;
  }
}

@media print,
(min-width: 768px) {
  .section-top-location {
    padding: 60px 0 40px;
  }

  .section-top-location .title-common-primary {
    margin-bottom: 52px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-location {
    padding: 1.8125rem 0 0;
  }

  .section-top-location .title-common-primary {
    margin-bottom: 3.9375rem;
  }
}

.block-feedback .owl-dots {
  counter-reset: dot-counter;
  display: flex;
  position: absolute;
  justify-content: center;
}

.block-feedback .owl-dot {
  background: none;
  border: none;
  margin: 0 5px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.block-feedback .owl-dot span {
  display: none !important;
}

.block-feedback .owl-dot::before {
  content: "0" counter(dot-counter);
  counter-increment: dot-counter;
  font-family: var(--font-SVN-Gilroy-SM);
  color: var(--color-black);
  background-color: var(--color-white);
  font-size: 1rem;
  border-radius: 0.5rem;
  width: 3.25rem;
  height: 2.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.block-feedback .owl-dot.active::before {
  color: var(--color-white);
  background-color: var(--color-red);
}

.block-feedback .nav-feedback {
  position: absolute;
  z-index: 3;
}

.block-feedback .nav-feedback button {
  padding: 5px 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: solid 0.0625rem var(--color-blue-secondary);
  border-radius: 0.3125rem;
}

.block-feedback .nav-feedback svg {
  stroke: var(--color-black);
}

.block-feedback .nav-feedback .owl-prev {
  transform: translateX(calc(-50% - 147px));
}

.block-feedback .nav-feedback .owl-next {
  transform: translateX(calc(-50% + 147px));
}

@media print,
(min-width: 768px) {
  .block-feedback .nav-feedback {
    bottom: 14.6252285192%;
    left: 50%;
    transform: translateX(-50%);
  }

  .block-feedback .owl-dots {
    top: calc(100% + 95px);
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 7px;
  }
}

@media print,
(min-width: 768px) and (max-width: 1260px) {
  .block-feedback .nav-feedback {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-feedback .owl-dots {
    display: none;
  }
}

@media print,
(min-width: 768px) {
  .section-top-news {
    position: relative;
    padding: 74px 0 90px;
    background: url("../images/bg_top_news.svg") no-repeat 0% 100%/cover;
  }

  .section-top-news::before {
    position: absolute;
    content: "";
    background: url("../images/deco_top_news.png") no-repeat 0 100%/cover;
    left: 0;
    top: 0;
    width: 24.6527777778%;
    padding-top: 13.1944444444%;
  }

  .section-top-news .news-viewport {
    margin-bottom: 56px;
  }

  .section-top-news .title-common-primary {
    max-width: 605px;
    margin: 0 auto;
    margin-bottom: 53px;
  }

  .section-top-news .news-controller {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0 0 7.125rem;
  }

  .section-top-news .news-viewport {
    margin-bottom: 1.5rem;
  }

  .section-top-news .button-common-primary {
    width: 100%;
  }
}

.form-top-newsletter {
  background: linear-gradient(180deg, rgb(203, 241, 250) 10%, rgb(255, 255, 255) 35%);
}

.form-top-newsletter .newsletter-input {
  margin-bottom: 1rem;
}

.form-top-newsletter .newsletter-input.is-largue {
  margin-bottom: 2rem;
}

.form-top-newsletter .newsletter-input.js-orther-show {
  display: none;
}

.form-top-newsletter .newsletter-input input,
.form-top-newsletter .newsletter-input select {
  height: 2.75rem;
  background-color: var(--color-background);
}

.form-top-newsletter .newsletter-input label {
  font-family: var(--font-SVN-Gilroy-M);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-blue-primary);
  margin-bottom: 0.375rem;
}

.form-top-newsletter .newsletter-input textarea {
  background-color: var(--color-background);
}

.form-top-newsletter .newsletter-button input {
  border-radius: 0.5rem;
  font-family: var(--font-SVN-Gilroy-M);
  color: var(--color-white);
  background-color: var(--color-red);
}

.form-top-newsletter .input-face {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/icn_face.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-top-newsletter .input-phone {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/icn_phone.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-top-newsletter .input-email {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/icn_mail.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-top-newsletter .select-visa {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/icn_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media print,
(min-width: 768px) {
  .form-top-newsletter {
    padding: 56px 32px;
    border-radius: 20px;
  }

  .form-top-newsletter .newsletter-button {
    display: flex;
    justify-content: end;
  }

  .form-top-newsletter .newsletter-button input {
    width: 226px;
    height: 40px;
    font-size: 1rem;
  }
}

@media print,
(min-width: 768px) and (max-width: 1024px) {
  .form-top-newsletter {
    padding: 20px 32px;
  }

  .form-top-newsletter .title-common-primary {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-top-newsletter {
    padding: 2rem 1rem 2rem;
  }

  .form-top-newsletter .newsletter-button input {
    width: 100%;
  }
}

.section-top-newsletter {
  background: url("../images/bg_top_contact.png") no-repeat 50% 50%/cover;
}

@media print,
(min-width: 768px) {
  .section-top-newsletter {
    padding: 70px 0;
  }

  .section-top-newsletter .newsletter-image {
    margin-bottom: -70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-newsletter {
    padding: 2rem 0;
  }

  .section-top-newsletter .newsletter-inner {
    flex-direction: column-reverse;
  }

  .section-top-newsletter .newsletter-image {
    margin-bottom: -2rem;
  }

  .section-top-newsletter .newsletter-form {
    margin-bottom: 2rem;
  }
}

@media print,
(min-width: 768px) and (max-width: 1024px) {
  .section-top-newsletter .newsletter-inner {
    flex-direction: column-reverse;
  }

  .section-top-newsletter .newsletter-image {
    max-width: 50%;
    margin: 20px auto -70px;
  }
}

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