/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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: 1em;
  /* 2 */ }

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding 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 */ }

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

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

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

/* Add Coco-jet Custom
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Kanit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #f7f8f8;
  background-image: url(../img/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 1000px; }
  @media screen and (min-width: 1000px) {
    body {
      background-size: contain; } }

#svg-def {
  display: none; }

.inline-block {
  display: inline-block; }

.sp-only {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .sp-only {
      display: none; } }

.pc-only {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc-only {
      display: inline-block; } }

.hiro-area {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: calc(100vh - 11.6rem);
  position: relative;
  justify-content: flex-start;
  align-items: center; }
  .hiro-area h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .hiro-area h1 .hiro-logo {
      width: 74.67vw;
      height: 29.07vw;
      fill: #fff;
      filter: drop-shadow(0px 0px 26px rgba(0, 0, 51, 0.3)); }
    @media screen and (min-width: 768px) {
      .hiro-area h1 .hiro-logo {
        width: 648px;
        height: 252px; } }
  @media screen and (min-width: 768px) {
    .hiro-area {
      height: 100vh;
      justify-content: center; } }
  @media all and (-ms-high-contrast: none) {
    .hiro-area {
      background: url(../img/hiro_pt01.jpg) no-repeat;
      background-size: cover; } }

#slider {
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* ----- Icons ----- */
@font-face {
  font-family: 'artemis-icons';
  src: url("../fonts/icons.eot?") format("eot"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
[class*="icon-"]:before,
#header-weather:before {
  font-family: 'artemis-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-date:before {
  content: "\e600"; }

.icon-time:before {
  content: "\e601"; }

.icon-location:before {
  content: "\e604"; }

header .info-area {
  position: absolute;
  top: 6vw;
  right: 6vw;
  z-index: 50; }
  @media screen and (min-width: 768px) {
    header .info-area {
      top: 30px;
      right: 30px; } }

header .info-area p {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.2vw;
  margin: 0 0 0 4vw;
  line-height: 1;
  position: relative;
  opacity: 0;
  opacity: 1;
  color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 51, 0.6)); }
  @media screen and (min-width: 768px) {
    header .info-area p {
      font-size: 1.8rem;
      margin: 0 0 0 30px; } }

header .info-area p.location,
header .info-area p.date,
header .info-area p.time {
  margin-left: 3.5em; }

header .info-area p.location:before,
header .info-area p.date:before,
header .info-area p.time:before {
  font-size: 3.7vw;
  display: block;
  position: absolute;
  margin: 0 0.8vw 0 0;
  left: -1.7em; }
  @media screen and (min-width: 768px) {
    header .info-area p.location:before,
    header .info-area p.date:before,
    header .info-area p.time:before {
      font-size: 2.0rem;
      margin: 0 5px 0 0; } }

header .info-area p.location,
header .info-area p.date {
  letter-spacing: 0.05em; }

header .info-area p.time span {
  display: inline-block;
  width: 0.6em;
  text-align: center; }

.company {
  padding-top: 80px;
  text-align: center;
  color: #417699; }
  @media screen and (min-width: 768px) {
    .company {
      padding-top: 140px; } }

.company-inner {
  margin: 0 auto;
  padding: 0 20px; }
  .company-inner h2 {
    margin: 0 auto 40px;
    font-size: 9.4vw;
    font-weight: 700;
    letter-spacing: 0.05em; }
  @media screen and (min-width: 450px) {
    .company-inner h2 {
      font-size: 4.4rem; } }

.company-info {
  margin-bottom: 60px;
  letter-spacing: 0.2em; }
  .company-info dt {
    margin-bottom: 0.5em;
    font-size: 1.0rem; }
    @media screen and (min-width: 768px) {
      .company-info dt {
        font-size: 1.2rem; } }
  .company-info dd {
    margin: 0 0 1.5em;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .company-info dd {
        font-size: 1.6rem; } }

.company-details dt {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .company-details dt {
      font-size: 1.6rem; } }
.company-details dd {
  max-width: 710px;
  margin: 0 auto 1.5em;
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center; }
  @media screen and (min-width: 375px) {
    .company-details dd {
      font-size: 1.2rem; } }
  @media screen and (min-width: 768px) {
    .company-details dd {
      font-size: 1.6rem; } }
  .company-details dd p {
    margin: 0 0 0.6em; }

footer {
  padding: 320px 40px 40px;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 1000px) {
    footer {
      padding-top: 37vw; } }
  footer .footer-logo {
    margin-bottom: 10px; }
    footer .footer-logo svg {
      fill: #fff;
      width: 110px;
      height: 43px; }

@-webkit-keyframes loadingAnim {
  0% {
    width: 0; }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%); } }
@keyframes loadingAnim {
  0% {
    width: 0; }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%); } }
@-webkit-keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #ccc; }
  50% {
    color: #333; }
  100% {
    opacity: .5;
    color: #fff; } }
@keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #bfd1dd; }
  50% {
    color: #608da9; }
  100% {
    opacity: .5;
    color: #fff; } }
.loadingAnim {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }

.loadingAnim_line {
  line-height: 1;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 1.25em;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: .6s;
  text-align: center; }

.loadingAnim_line:after {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: auto  auto auto 0;
  content: ' ';
  -webkit-animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  background-color: #fff;
  will-change: transform, width; }

.loadingAnim_line:before {
  font-family: sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  display: block;
  content: 'LOADING';
  -webkit-animation: loadingAnim_text 1s ease .1s infinite alternate both;
  animation: loadingAnim_text 1s ease .1s infinite alternate both;
  letter-spacing: .5em;
  color: #fff;
  will-change: opacity; }

.loaded .loadingAnim_line {
  overflow: hidden;
  height: 0; }

.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before {
  -webkit-animation: none;
  animation: none; }

.loaded .loadingAnim_line:before {
  content: ''; }

.loadingAnim:before,
.loadingAnim:after {
  line-height: 1;
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  content: ' ';
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: .3s;
  background-color: #417699; }

.loadingAnim:before {
  top: 0; }

.loadingAnim:after {
  bottom: 0; }

.loaded .loadingAnim:before {
  height: 0;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%); }

.loaded .loadingAnim:after {
  height: 0;
  -webkit-transform: translateY(1%);
  -ms-transform: translateY(1%);
  transform: translateY(1%); }

.loaded .wrapper {
  -webkit-animation: contentScale 1.6s forwards;
  animation: contentScale 1.6s forwards; }

@keyframes contentScale {
  0% {
    -webkit-transform: scale(0.9) rotateX(5deg);
    transform: scale(0.9) rotateX(5deg); }
  100% {
    -webkit-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0); } }

/*# sourceMappingURL=style.css.map */
