/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

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

/**
 * 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

html, body {
  width: 100%;
  background: transparent linear-gradient(247deg, #000000 0%, #011C24 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  font-size: 62.5%;
}

body.entry header, body.single header {
  height: 156px;
}

.wrapper {
  position: relative;
}
.wrapper a {
  cursor: pointer;
}

header {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 266px;
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
header .header-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px 20px 0;
}
header .header-contents .site-title {
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #ABD0DB;
}
header .header-contents .site-title .site-logo > img {
  display: block;
  width: 100%;
  max-width: 209px;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: auto;
}
header .header-contents .global-navigation ul {
  display: flex;
  gap: 0 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "century-gothic", sans-serif;
}

footer {
  padding: 44px 20px 22px;
  border-top: 1px solid #ABD0DB;
}
footer .footer-contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
}
footer .footer-contents .left-contents {
  display: flex;
  align-items: baseline;
  width: 100%;
  gap: 0 46px;
}
footer .footer-contents .left-contents .site-name {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ABD0DB;
  font-style: normal;
  font-weight: 700;
  font-size: 4.6rem;
  font-family: fot-chiaro-std, sans-serif;
  text-align: right;
}
footer .footer-contents .left-contents .site-name a {
  display: block;
  width: 209px;
}
footer .footer-contents .left-contents .site-name a img {
  width: 100%;
}
footer .footer-contents .left-contents .footer-navigation {
  display: flex;
  gap: 0 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: century-gothic, sans-serif;
}
footer .footer-contents .right-contents {
  padding-top: 150px;
  padding-right: 20px;
}
footer .footer-contents .right-contents > span {
  display: block;
  width: 350px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ABD0DB;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: century-gothic, sans-serif;
}
footer .footer-contents .right-contents .office-list {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: fot-chiaro-std, sans-serif;
}
footer .footer-contents .right-contents .office-list li {
  margin-bottom: 10px;
}
footer .copyright {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .copyright > span {
  position: absolute;
  top: -20px;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: century-gothic, sans-serif;
}

.menu-toggle {
  display: none;
  z-index: 10;
  position: fixed;
  top: 10px;
  right: 20px;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 6px;
  border-radius: 2px;
  background-color: #fff;
}

@media screen and (min-width: 2000px) {
  footer .footer-contents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1039px) {
  header {
    height: 200px;
  }
  header .header-contents .global-navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  header .header-contents .global-navigation.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-contents .global-navigation.active ul {
    display: block;
  }
  header .header-contents .global-navigation.active ul li {
    margin: 10px 0;
    text-align: center;
  }
  footer {
    padding-right: 0;
    padding-left: 0;
  }
  footer .footer-contents {
    display: block;
    margin-bottom: 98px;
  }
  footer .footer-contents .left-contents {
    display: block;
    margin-bottom: 110px;
  }
  footer .footer-contents .left-contents .site-name {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
    padding-bottom: 15px;
    text-align: initial;
  }
  footer .footer-contents .left-contents .footer-navigation {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  footer .footer-contents .right-contents {
    max-width: 300px;
    margin-right: 10px;
    margin-left: auto;
    padding-top: initial;
    padding-right: initial;
  }
  footer .footer-contents .right-contents > span {
    width: initial;
    min-height: 0vw;
    font-size: calc(1.4rem + (1vw - 0.36rem) * 0.4556);
  }
  footer .footer-contents .right-contents .office-list {
    min-height: 0vw;
    font-size: calc(2.4rem + (1vw - 0.36rem) * 0.9112);
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright > span {
    position: relative;
    top: initial;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@media screen and (max-width: 600px) {
  header {
    height: 140px;
  }
  header .header-contents {
    padding: initial;
    padding-top: 10px;
  }
  header .header-contents .site-title {
    max-width: 170px;
  }
  header .header-contents .site-title .site-logo > img {
    max-width: 128px;
    margin-right: initial;
    margin-left: 22px;
  }
}
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

main {
  display: flex;
  z-index: 1;
  position: relative;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
main .auth-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
main .auth-container h2 {
  margin-bottom: 38px;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  font-family: fot-chiaro-std, sans-serif;
}
main .auth-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .auth-container .input-field {
  width: 524px;
  height: 64px;
  margin-bottom: 54px;
  padding: 5px 20px;
  border: 1px solid #ABD0DB;
  border-radius: 10px;
  font-size: 1.6rem;
}
main .auth-container .submit-button {
  width: 114px;
  height: 44px;
  border: 1px solid #ABD0DB;
  border-radius: 10px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 723px) {
  header {
    height: 122px;
  }
  main .auth-container h2 {
    font-size: calc(1.375rem + (1vw - 0.24375rem) * 2.4024);
  }
  main .auth-container .input-field {
    width: 300px;
    height: 54px;
  }
}
@media screen and (max-width: 600px) {
  header {
    height: 122px;
  }
  main .auth-container h2 {
    font-size: 2.2rem;
  }
}