/*
Theme Name: original
*/
@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

li {
  list-style: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

a {
  transition: 0.3s;
}

body {
  background-color: #ffffff;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 768px) {
  .l-header {
    height: 6rem;
    padding: 0;
    /*height: 100%;*/
  }
}
.l-header__inner {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .l-header__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-header__inner {
  height: 100%;
}
.l-header__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-header__container {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-header__nav {
    height: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .l-header__list-item {
    text-align: center;
    line-height: 2;
  }
}
.l-header__list-item {
  position: relative;
  text-align: center;
  float: left;
  width: 24%;
}
.l-header__list-item:hover .header__submenu {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.l-header__title {
  position: fixed;
  z-index: 3;
  top: 3rem;
  left: 2rem;
}
@media (max-width: 768px) {
  .l-header__title {
    top: 2.3rem;
  }
}
.l-header__title a {
  font-size: 1.5rem;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}

.p-global-nav {
  width: 800px;
  margin-top: 1rem;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-global-nav {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .p-global-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f0ed;
    transition: 0.7s;
  }
}
@media (max-width: 768px) {
  .p-global-nav.active {
    opacity: 1;
    visibility: visible;
  }
}
.p-global-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-global-nav__list {
    position: absolute;
    top: 7rem;
    width: 100%;
    display: block;
  }
}
.p-global-nav__item {
  position: relative;
  width: 20%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-global-nav__item {
    text-align: center;
    line-height: 2;
    float: initial;
    width: 100%;
    float: none;
  }
}
.p-global-nav__item:hover .p-global-nav__list--secondary {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.p-global-nav__item a {
  font-weight: 600;
  display: block;
}
@media (max-width: 768px) {
  .p-global-nav__item a {
    line-height: 3;
  }
}
.p-global-nav__item--contact {
  background-color: #042f50;
  color: #ffffff;
  border-radius: 100px;
  width: 12rem;
  height: 3rem;
}
.p-global-nav__item--contact a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  line-height: 2.8;
}
@media (max-width: 768px) {
  .p-global-nav__item--contact {
    margin: 0 auto;
  }
}

.p-hero {
  background-image: url(./img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  height: 600px;
}
@media (max-width: 768px) {
  .p-hero {
    height: 30rem;
  }
}
.p-hero__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.6rem;
  position: absolute;
  top: 40%;
  left: 2rem;
}

.c-section-heading {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .c-section-heading {
    text-align: center;
  }
}

.c-text {
  line-height: 1.9;
  letter-spacing: 0.01rem;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  font-weight: 700;
  color: #ffffff;
}
.c-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .c-btn {
    margin: 0 auto;
  }
}
.c-btn--header {
  display: block;
  background-color: #4f6c83;
  padding: 1.2rem 1.5rem;
  width: 15rem;
  position: fixed;
  z-index: 3;
  right: 2rem;
  top: 10rem;
}
@media (max-width: 768px) {
  .c-btn--header.active {
    opacity: 1;
    visibility: visible;
  }
}
.c-btn--contact {
  background-color: #042f50;
  color: #ffffff;
  top: 6rem;
}
@media (max-width: 768px) {
  .c-btn--header:nth-of-type(1) {
    position: fixed;
    z-index: 3;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: inherit;
  }
}
@media (max-width: 768px) {
  .c-btn--header:nth-of-type(2) {
    position: fixed;
    z-index: 3;
    top: inherit;
    bottom: 0;
    right: 0;
    width: 50%;
    margin: inherit;
  }
}

.c-btn-menu {
  position: fixed;
  z-index: 10;
  top: 3rem;
  right: 2rem;
  width: 40px;
  height: 21px;
}
.c-btn-menu.open .c-btn-menu__line:nth-of-type(1) {
  width: 40px;
  top: 16px;
  transform: rotate(45deg);
}
.c-btn-menu.open .c-btn-menu__line:nth-of-type(2) {
  opacity: 0;
}
.c-btn-menu.open .c-btn-menu__line:nth-of-type(3) {
  width: 40px;
  top: 16px;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .c-btn-menu {
    display: block;
    width: 44px;
    height: 26px;
    position: fixed;
    z-index: 10;
    top: 2.3rem;
    right: 3vw;
  }
}
.c-btn-menu__line {
  background-color: #ccc;
  left: 0;
  height: 1px;
  transition: 0.7s;
  position: absolute;
  width: 30px;
}
.c-btn-menu__line:nth-of-type(1) {
  width: 20px;
  top: 0;
}
.c-btn-menu__line:nth-of-type(2) {
  width: 30px;
  top: 10px;
}
.c-btn-menu__line:nth-of-type(3) {
  width: 40px;
  top: 20px;
}
@media (max-width: 768px) {
  .c-btn--news {
    margin: 0 auto;
  }
}
.c-btn--link {
  width: 10rem;
  line-height: 3;
  width: 8.1rem;
  color: #042f50;
}
.c-btn--link:after {
  content: "→";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #042f50;
  color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 0.6rem;
}
.c-btn--private, .c-btn--corporate {
  color: #ffffff;
}
.c-btn--private:after {
  background-color: #ffffff;
  color: #042f50;
}
.c-btn--corporate:after {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.c-btn--footer {
  line-height: 3.5;
}
.c-btn--tel {
  background-color: #4f6c83;
}

.l-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .l-inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.p-top-aboutus {
  background-color: #f1f0ed;
  padding-bottom: 6rem;
}
.p-top-aboutus__content {
  background-color: #ffffff;
  padding: 2rem 2.3rem 1.8rem 7rem;
  position: absolute;
  top: 5rem;
  right: 5rem;
  width: 51%;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-top-aboutus__content {
    position: initial;
    width: 100%;
    padding: 1.8rem 0.8rem;
  }
}
.p-top-aboutus__wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-aboutus__wrapper {
    flex-direction: column-reverse;
  }
}
.p-top-aboutus__wrapper img {
  width: 47%;
  margin-right: auto;
  height: 30rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .p-top-aboutus__wrapper img {
    width: 100%;
    height: auto;
  }
}
.p-top-aboutus__text {
  margin-bottom: 1.1rem;
}

.p-top-bussiness {
  margin: 6rem 0;
}
.p-top-bussiness__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-top-bussiness__list {
    flex-direction: column;
  }
}
.p-top-bussiness__title {
  color: #ffffff;
  font-size: 1.4rem;
}
.p-top-bussiness__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.p-top-bussiness__item {
  width: 33%;
}
@media (max-width: 768px) {
  .p-top-bussiness__item {
    width: 100%;
  }
}
.p-top-bussiness__item a {
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25rem;
  position: relative;
}
.p-top-bussiness__item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.p-top-bussiness__item a img, .p-top-bussiness__item a .p-top-bussiness__title {
  position: relative;
  z-index: 2;
}
.p-top-bussiness__item a img {
  width: 7rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
.p-top-bussiness__item a:hover:after {
  background-color: rgba(4, 47, 80, 0.95);
}
.p-top-bussiness__item:nth-of-type(1) a {
  background-image: url(./img/business-img1.jpg);
}
.p-top-bussiness__item:nth-of-type(2) a {
  background-image: url(./img/business-img2.jpg);
}
.p-top-bussiness__item:nth-of-type(3) a {
  background-image: url(./img/business-img3-1.jpg);
}
.p-top-bussiness__item:nth-of-type(4) a {
  background-image: url(./img/business-img3.jpg);
}
.p-top-bussiness__item:nth-of-type(5) a {
  background-image: url(./img/business-img5.jpg);
}
.p-top-bussiness__item:nth-of-type(6) a {
  background-image: url(./img/business-img6.jpg);
}
.p-top-bussiness__item:nth-of-type(7) a {
  background-image: url(./img/business-img7.jpg);
}

.p-top-message {
  position: relative;
  z-index: 2;
  padding-bottom: 6rem;
}
.p-top-message__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-top-message__inner {
    flex-direction: column;
  }
}
.p-top-message__inner img {
  width: 47%;
  height: 33rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-top-message__inner img {
    width: 100%;
  }
}
.p-top-message__content {
  width: 47%;
}
@media (max-width: 768px) {
  .p-top-message__content {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-top-message__text {
  margin-top: 1.8rem;
  margin-bottom: 1.2rem;
}
.p-top-message:after {
  content: "";
  background-image: url(./img/simulate-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 170px;
  z-index: -2;
}
@media (max-width: 768px) {
  .p-top-message:after {
    height: 120px;
    bottom: 4rem;
  }
}
.p-top-message:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-top-message:before {
    height: 120px;
    bottom: 4rem;
  }
}

.p-top-initiated {
  margin: 9rem 0;
  background-color: #042f50;
  color: #ffffff;
  padding: 4rem 0;
}
.p-top-initiated__inner {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-initiated__inner {
    flex-direction: column;
  }
}
.p-top-initiated__content {
  margin-right: auto;
  width: 52%;
}
@media (max-width: 768px) {
  .p-top-initiated__content {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-top-initiated img {
  position: absolute;
  top: -11rem;
  right: 0;
  width: 40%;
  height: auto;
}
@media (max-width: 1024px) {
  .p-top-initiated img {
    top: -3rem;
  }
}
@media (max-width: 1024px) {
  .p-top-initiated img {
    top: -2rem;
  }
}
@media (max-width: 768px) {
  .p-top-initiated img {
    width: 100%;
    position: initial;
  }
}
.p-top-initiated__text {
  margin-bottom: 1.5rem;
}
.p-top-initiated__button {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.p-top-work__heading {
  text-align: center;
}
.p-top-work__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .p-top-work__list {
    flex-direction: column;
  }
}
.p-top-work__list-tag {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0.8rem 0;
}
.p-top-work__item {
  width: 49%;
}
@media (max-width: 768px) {
  .p-top-work__item {
    width: 100%;
  }
}
.p-top-work__item-tag {
  padding: 0.3rem 0.8rem;
  color: #042f50;
  border: 1px solid #042f50;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .p-top-work__item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.p-top-work__item:nth-child(n+3) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-top-work__item:nth-child(n+3) {
    margin-top: 0;
  }
}
.p-top-work__title {
  font-size: 1.4rem;
  text-align: center;
}
.p-top-work__button a {
  margin: 0 auto;
}

.p-top-news {
  margin: 6rem 0 0;
  padding: 6rem 0;
  background-color: #f1f0ed;
}
.p-top-news__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-top-news__inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-top-news__headline {
    margin: 0 auto;
  }
}
.p-top-news__content {
  width: 600px;
}
@media (max-width: 1024px) {
  .p-top-news__content {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .p-top-news__content {
    width: 100%;
    margin-top: 3rem;
  }
}

.c-top-news__item a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-top-news__item a img {
  width: 4rem;
  height: 4rem;
}
.c-top-news__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.c-top-news__tag {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.c-top-news__label {
  padding: 0.3rem 0.8rem;
  color: #042f50;
  border: 1px solid #042f50;
  font-size: 0.8rem;
}
.c-top-news__date {
  font-size: 0.8rem;
}
.c-top-news__title {
  margin-top: 0.8rem;
}

.l-contact {
  background-image: url(./img/AdobeStock_168971272_Preview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.l-contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.l-contact__inner {
  position: relative;
  z-index: 2;
}
.l-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 1.5rem;
  gap: 0.6rem;
}
.l-contact__tel img {
  width: 4rem;
  height: auto;
}
.l-contact__number {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.l-contact__text {
  margin-top: 1.5rem;
}
.l-contact__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .l-contact__list {
    flex-direction: column;
  }
}
.l-contact__item {
  width: 49%;
}
@media (max-width: 768px) {
  .l-contact__item {
    width: 100%;
  }
}
.l-contact__item:nth-of-type(1) {
  margin-bottom: 0.4rem;
}

.l-footer {
  background-color: #042f50;
  color: #ffffff;
}
.l-footer__inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    padding-bottom: 7rem;
  }
}
.l-footer__inner dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 8px;
}
.l-footer__title {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.l-footer__list--secondary {
  padding-left: 0.8rem;
}
@media (max-width: 768px) {
  .l-footer__list--secondary {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .l-footer__list {
    width: 100%;
  }
}
.l-footer__item, .l-footer__item--secondary {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .l-footer__item, .l-footer__item--secondary {
    width: 100%;
    text-align: center;
  }
}

.p-global {
  position: fixed;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  background-color: #042f50;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 3rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-global.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-global__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  top: 27%;
  position: relative;
  transform: none;
}
@media (max-width: 768px) {
  .p-global__inner {
    flex-direction: column;
    gap: 2rem;
    top: initial;
  }
}
.p-global__inner dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 8px;
}
.p-global__title {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-global__list {
    width: 100%;
  }
}
.p-global__list--secondary {
  padding-left: 0.8rem;
}
@media (max-width: 768px) {
  .p-global__list--secondary {
    padding-left: 0;
  }
}
.p-global__item, .p-global__item--secondary {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-global__item, .p-global__item--secondary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-global__info {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */