:root {
  --color-white: #fff;
  --color-black: #000;
  --color-black-50: #00000080;
  --color-yellow: #ffc81e;
  --color-yellow-45: rgba(255, 200, 30, 0.45);
  --font-p: "Playfair Display";
  --font-d: "DM Sans", sans-serif;
  --font-m: "Momo Signature", cursive;
}

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

body * {
  max-height: 99999em;
  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;
}

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

@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 {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  color: #000;
  font-family: "Oxygen", sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
}

.hidden {
  display: none;
}

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

.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 print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

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

.list-contact__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.16rem;
}
.list-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.16rem;
  color: var(--color-white);
}
.list-contact--hight .list-contact__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-contact--hight .list-contact__icon {
  color: var(--color-yellow);
}
.list-contact--hight .list-contact__text {
  color: var(--color-black);
}
.list-social__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.16rem;
}
.list-social__item {
  color: var(--color-white);
}
.list-menu__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-menu__links {
  text-transform: uppercase;
}
@media print, (min-width: 768px) {
  .list-menu__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-menu__links {
    display: inline-block;
    padding: 15px 20px;
    font-size: 0.16rem;
    color: var(--color-white);
  }
  .list-menu__links--active, .list-menu__links:hover {
    color: var(--color-black);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-menu {
    background-color: var(--color-white);
  }
  .list-menu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-menu__links {
    display: block;
    padding: 0.15rem 0;
    font-size: 0.14rem;
    color: var(--color-black);
    text-align: center;
  }
  .list-menu__links--active {
    color: var(--color-white);
    background-color: var(--color-yellow);
  }
}

.list-criteria__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-criteria__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-criteria__icon {
  color: var(--color-yellow);
}
.list-criteria__title {
  font-weight: 400;
  color: #1a1a1a;
  font-family: var(--font-d);
}
.list-criteria__detail {
  text-align: center;
  color: #1a1a1a;
  font-family: var(--font-d);
  opacity: 0.5;
}
@media print, (min-width: 768px) {
  .list-criteria__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .list-criteria__item {
    padding: 10px;
  }
  .list-criteria__title {
    font-size: 0.24rem;
  }
  .list-criteria__detail {
    padding: 0px 50px;
    font-size: 0.16rem;
    letter-spacing: 1.2px;
  }
  .list-criteria__icon {
    font-size: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-criteria__item {
    margin-bottom: 0.25rem;
  }
  .list-criteria__icon {
    font-size: 0.42rem;
  }
  .list-criteria__title {
    font-size: 0.21rem;
    margin-bottom: 0.1rem;
  }
  .list-criteria__detail {
    padding: 0 0.5rem;
    font-size: 0.14rem;
    letter-spacing: 1.2px;
  }
}

.list-real__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-real__title {
  text-align: center;
  font-style: italic;
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
@media print, (min-width: 768px) {
  .list-real__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5rem;
  }
  .list-real__title {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-real__item {
    margin-bottom: 0.1rem;
  }
  .list-real__title {
    font-size: 0.14rem;
  }
}

.list-video__wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.2rem;
}
@media print, (min-width: 768px) {
  .list-video__item {
    width: calc((100% - 0.6rem) / 4);
  }
}
@media only screen and (max-width: 767.98px) {
  .list-video__item {
    width: calc((100% - 0.2rem) / 2);
  }
}

.list-client__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-client__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-client__thumbnail {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}
.list-client__info {
  text-align: center;
}
.list-client__title {
  margin-bottom: 0.2rem;
}
.list-client__detail {
  font-weight: 200;
  letter-spacing: 1.2px;
}
@media print, (min-width: 768px) {
  .list-client__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-client__item {
    padding: 0.05rem 0.3rem;
    width: 33.3333333333%;
  }
  .list-client__item:nth-child(2) {
    border-left: solid 1px var(--color-yellow);
    border-right: solid 1px var(--color-yellow);
  }
  .list-client__thumbnail {
    margin-bottom: 0.55rem;
  }
  .list-client__title {
    font-size: 0.19rem;
    min-height: 0.7rem;
  }
  .list-client__detail {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-client__item {
    padding: 0.3rem 0.3rem;
  }
  .list-client__item:nth-child(2) {
    border-top: solid 1px var(--color-yellow);
    border-bottom: solid 1px var(--color-yellow);
  }
  .list-client__thumbnail {
    margin-bottom: 0.15rem;
  }
  .list-client__title {
    font-size: 0.18rem;
  }
  .list-client__detail {
    font-size: 0.14rem;
  }
}

.list-work__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-work__title {
  color: var(--color-yellow);
  margin-bottom: 0.2rem;
  text-align: center;
  font-weight: 200;
}
.list-work__detail {
  font-weight: 200;
  text-align: center;
  opacity: 0.7;
  margin: auto;
  margin-bottom: 0.2rem;
}
.list-work__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .list-work__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 55px;
    padding: 40px 0;
    margin-bottom: 100px;
  }
  .list-work__item::before {
    content: "";
    position: absolute;
    background-color: var(--color-yellow);
    width: 100vw;
    height: 100%;
    top: 50%;
    left: calc(100% - 125px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
  .list-work__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-work__item:nth-child(2)::before {
    left: unset;
    right: calc(100% - 125px);
  }
  .list-work__item:last-child::before {
    display: none;
  }
  .list-work__thumbnail {
    width: 43.75%;
    padding: 0px 25px;
  }
  .list-work__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .list-work__title {
    font-size: 0.3rem;
  }
  .list-work__detail {
    font-size: 0.18rem;
    max-width: 335px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-work__item {
    padding: 0.2rem 0;
  }
  .list-work__thumbnail {
    margin-bottom: 0.2rem;
  }
}

.list-brand__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
@media print, (min-width: 768px) {
  .list-brand__wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-brand__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.25rem 0.5rem;
  }
}

.list-press__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-press__heading {
  margin-bottom: 0.2rem;
}
.list-press__item {
  width: 0.8rem;
}

.list-connect__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.15rem;
}
.list-connect__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  color: var(--color-white);
  background-color: var(--color-yellow);
}

.list-ourteam__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.2rem;
}
.list-ourteam__thumbnail {
  margin-bottom: 0.2rem;
}
.list-ourteam__title {
  font-weight: 200;
  text-align: center;
  margin-bottom: 0.15rem;
}
.list-ourteam__regency {
  font-weight: 200;
  text-align: center;
  letter-spacing: 1.2px;
  margin-bottom: 0.225rem;
}
.list-ourteam__detail {
  font-weight: 200;
  text-align: justify;
  letter-spacing: 1.2px;
}
@media print, (min-width: 768px) {
  .list-ourteam__item {
    width: calc((100% - 0.4rem) / 3);
  }
  .list-ourteam__title {
    font-size: 0.25rem;
  }
  .list-ourteam__regency {
    font-size: 0.15rem;
  }
  .list-ourteam__detail {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-ourteam__item {
    width: 100%;
  }
  .list-ourteam__title {
    font-size: 0.23rem;
  }
  .list-ourteam__regency {
    font-size: 0.14rem;
  }
  .list-ourteam__detail {
    font-size: 0.14rem;
  }
}

.list-ourpackages__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.24rem;
}
.list-ourpackages__item {
  border-radius: 0.12rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
}
.list-ourpackages__thumbnail {
  margin-bottom: 0.2rem;
}
.list-ourpackages__title {
  color: var(--color-yellow);
  font-weight: 200;
  text-align: center;
  margin-bottom: 0.15rem;
}
.list-ourpackages__detail {
  color: #1a1a1a;
  font-style: italic;
  font-weight: 200;
  text-align: center;
  margin-bottom: 0.25rem;
}
.list-ourpackages__btn {
  text-align: center;
}
@media print, (min-width: 768px) {
  .list-ourpackages__item {
    width: calc((100% - 0.48rem) / 3);
    padding: 0.24rem 0.24rem 0.18rem 0.24rem;
  }
  .list-ourpackages__title {
    font-size: 0.26rem;
  }
  .list-ourpackages__detail {
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-ourpackages__item {
    width: 100%;
    padding: 0.18rem 0.18rem 0.14rem 0.18rem;
  }
}

.list-plan__wrapper {
  list-style: disc;
  font-size: 0.13rem;
  padding-left: 0.15rem;
}
@media print, (min-width: 768px) {
  .list-plan__wrapper {
    padding-left: 0.33rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-plan__wrapper {
    padding-left: 0.2rem;
  }
}

.btn-common {
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-yellow);
}
@media print, (min-width: 768px) {
  .btn-common {
    font-size: 0.15rem;
    padding: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn-common {
    font-size: 0.12rem;
    padding: 0.12rem 0.24rem;
  }
}

.btn-hamburger {
  color: var(--color-white);
  font-size: 0.2rem;
}

.form-common__heading {
  text-align: center;
  text-transform: capitalize;
}
.form-common__control {
  margin-bottom: 0.15rem;
}
@media print, (min-width: 768px) {
  .form-common__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.1rem;
  }
  .form-common__group-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common__heading {
    font-size: 0.18rem;
  }
}

.input-common__wrapper {
  width: 100%;
  border: solid 1px var(--color-black);
  height: 0.4rem;
  font-size: 0.16rem;
  padding: 0 0.1rem;
}
@media only screen and (max-width: 767.98px) {
  .input-common__wrapper {
    margin-bottom: 0.1rem;
  }
}

.textarea-common__wrapper {
  width: 100%;
  border: solid 1px var(--color-black);
  font-size: 0.16rem;
  padding: 0 0.1rem;
  resize: vertical;
}

.btn-common-primary__wrapper {
  color: var(--color-white);
  background-color: var(--color-yellow);
  height: 0.4rem;
  padding: 0 0.1rem;
}
@media only screen and (max-width: 767.98px) {
  .btn-common-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.btn-common-secondary {
  display: inline-block;
  color: var(--color-white);
  background-color: var(--color-yellow);
  border-radius: 0.05rem;
}
@media print, (min-width: 768px) {
  .btn-common-secondary {
    font-size: 0.15rem;
    padding: 0.1rem 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn-common-secondary {
    font-size: 0.12rem;
    padding: 0.12rem 0.24rem;
  }
}

.title-common {
  font-weight: 300;
  text-align: center;
}
.title-common--white {
  color: var(--color-white);
}
@media print, (min-width: 768px) {
  .title-common {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common {
    font-size: 0.16rem;
  }
}

.title-common-primary {
  font-weight: 300;
  text-align: center;
  color: var(--color-yellow);
  margin-bottom: 0.1rem;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.22rem;
  }
}

.slogan-common {
  font-family: var(--font-d);
  color: #1a1a1a;
  text-align: center;
  opacity: 0.5;
}
@media print, (min-width: 768px) {
  .slogan-common {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slogan-common {
    font-size: 0.16rem;
  }
}

.video-common__wrapper {
  width: 100%;
}

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

.header-common {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
}
@media print, (min-width: 768px) {
  .header-common__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0;
  }
  .header-common__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common__inner {
    width: 55%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0;
  }
}

.logo_footer {
  width: 1rem;
  margin: 0 auto 0.5rem;
}

.footer-common {
  background-color: #f7f7f7;
}
.footer-common__heading {
  margin-bottom: 0.35rem;
}
.footer-common__content {
  padding: 0.3rem 0;
}
.footer-common__title {
  text-align: center;
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
  font-weight: 200;
}
.footer-common__connect {
  padding: 0.25rem 0;
}
.footer-common__copyright {
  text-align: center;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.4rem 0 0;
  }
}

.section-connect__heading {
  margin-bottom: 0.25rem;
}
@media print, (min-width: 768px) {
  .section-connect {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-connect {
    padding: 0.35rem 0;
  }
}
/*# sourceMappingURL=contact.css.map */