@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,300,400);
@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
}

/* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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] {
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  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;
  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;
  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;
}

body {
  font-family: "ヒラギノ角ゴシック";
  color: #00212e;
}

.l-banner {
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 100;
}

.l-copyright-top {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.l-footer {
  position: relative;
  z-index: 5;
}

.l-header {
  position: fixed;
  z-index: 20;
}

.l-main {
  width: 100%;
  background-color: #fcfcfc;
  background-image: url(../e004b4740014160cf6bb.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.l-main--page {
  padding: 0 12.5%;
}
@media (max-width: 649px) {
  .l-main--page {
    padding: 0 28px;
  }
}

.l-recruit-article:nth-of-type(2) {
  margin-top: 120px;
}
@media (max-width: 649px) {
  .l-recruit-article:nth-of-type(2) {
    margin-top: 80px;
  }
}

.l-scroll {
  position: absolute;
}
.l-scroll--right {
  top: 140px;
  right: 40px;
  -webkit-transform: translateX(100%) rotate(90deg);
          transform: translateX(100%) rotate(90deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
@media (max-width: 649px) {
  .l-scroll--right {
    right: 6px;
  }
}
.l-scroll--left {
  position: fixed;
  bottom: 40px;
  left: 40px;
  -webkit-transform: translateX(-100%) rotate(90deg);
          transform: translateX(-100%) rotate(90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  z-index: 30;
}
@media (max-width: 649px) {
  .l-scroll--left {
    left: 6px;
  }
}
.l-scroll--breadcrumb {
  background-color: rgba(250, 250, 250, 0.4);
  position: fixed;
  top: 130px;
  left: 80px;
  z-index: 5;
}
@media (max-width: 899px) {
  .l-scroll--breadcrumb {
    top: 80px;
  }
}
@media (max-width: 899px) {
  .l-scroll--breadcrumb {
    left: 28px;
    top: 75px;
  }
}

.l-section-top-text {
  margin-top: 80px;
}
@media (max-width: 899px) {
  .l-section-top-text {
    margin-top: 0;
  }
}

.l-section-top {
  z-index: 20;
  margin: 120px 7.5vw;
}
@media (max-width: 1499px) {
  .l-section-top {
    margin: 120px 40px;
  }
}
@media (max-width: 899px) {
  .l-section-top {
    margin: 40px 28px;
  }
}

.l-section {
  margin-top: 200px;
}
@media (max-width: 899px) {
  .l-section {
    margin-top: 120px;
  }
}
@media (max-width: 649px) {
  .l-section {
    margin-top: 80px;
  }
}
.l-section .l-section--content {
  margin-top: 160px;
}
@media (max-width: 649px) {
  .l-section .l-section--content {
    margin-top: 40px;
  }
}
.l-section.l-section--contact {
  margin: 0;
}

.l-site-title-tokos {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  margin-left: 80px;
}
@media (max-width: 649px) {
  .l-site-title-tokos {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    margin: 40px 0 0 120px;
  }
}

.c-banner-text {
  color: #fee005;
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  vertical-align: baseline;
}
.c-banner-text--normal {
  color: #ffffff;
  font-size: 16px;
}

.c-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1ba690;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 320px;
  width: 220px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-banner__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 0;
  width: 100%;
}
.c-banner__close__input {
  display: none;
}
.c-banner__close__input:checked + .c-banner {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-banner__close-icon {
  color: #ffffff;
  width: 20px;
  height: 20px;
}
.c-banner__figure {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-banner__img {
  display: block;
  height: auto;
  margin: 20px auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100px;
}
.c-banner__btn {
  background-color: #ffffff;
  border-radius: 14px;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 24px;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00212e;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c-button:hover {
  color: #00212e;
}
.c-button--contact {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media (max-width: 649px) {
  .c-button--contact {
    width: calc(100vw - 56px);
  }
}
.c-button--contact:hover {
  color: #00212e;
}
.c-button::before {
  background-color: #ffffff;
  border: 1px solid #333333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.c-button:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-button--contact::before {
  border: none;
}
.c-button--contact:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-button .c-button__text {
  display: block;
  padding: 20px 80px;
}
.c-button .c-button__icon {
  position: absolute;
  right: 60px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 449px) {
  .c-button .c-button__icon {
    right: 40px;
  }
}
.c-button .c-button__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 80px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-company-logo {
  font-family: "Helvetica Neue";
  font-weight: bold;
}
.c-company-logo__inc {
  font-weight: 300;
}

.c-contact-form {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
}
@media (max-width: 899px) {
  .c-contact-form {
    margin-top: 40px;
  }
}
.c-contact-form .c-contact-form__label {
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}
.c-contact-form .c-contact-form__input {
  border: 1px solid #212121;
  margin-top: 8px;
  padding: 24px;
  width: 100%;
}
@media (max-width: 449px) {
  .c-contact-form .c-contact-form__input {
    padding: 16px;
  }
}
.c-contact-form .c-contact-form__input--area {
  resize: none;
}
.c-contact-form .c-contact-form__submit {
  margin-top: 40px;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 449px) {
  .c-contact-form .c-contact-form__submit {
    font-size: 16px;
  }
}
.c-contact-form .c-contact-form__notice {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 12px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 40px;
}

.c-copyright {
  font-size: 12px;
  font-family: "Helvetica Neue";
  font-weight: lighter;
}

.c-drawer-btn {
  border: 1px solid #00212e;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 8px 20px;
  position: relative;
  z-index: 50;
}

.c-footer-nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-nav__list {
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
  overflow: hidden;
  position: relative;
  width: 200px;
}
@media (max-width: 449px) {
  .c-footer-nav__list {
    font-size: 16px;
    margin-top: 16px;
    width: 160px;
  }
}
.c-footer-nav__list::after {
  background-color: #ffffff;
  content: "";
  height: 1px;
  margin-left: 4px;
  position: absolute;
  top: 50%;
  width: 200px;
}
@media (max-width: 449px) {
  .c-footer-nav__list::after {
    width: 160px;
  }
}
.c-footer-nav__list-ja {
  display: block;
  margin-top: 12px;
  margin-left: 8px;
}
@media (max-width: 449px) {
  .c-footer-nav__list-ja {
    margin-top: 20px;
  }
}

.c-footer {
  background-color: #00212e;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 7.5vw 20px;
}
.c-footer__items {
  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;
  max-width: 640px;
}
@media screen and (max-width: 1340px) {
  .c-footer__items {
    width: 400px;
  }
}
.c-footer__item {
  height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 846px) {
  .c-footer__item {
    margin-top: 40px;
  }
}
@media (max-width: 449px) {
  .c-footer__item {
    margin-top: 20px;
  }
}
.c-footer__item--logo {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 449px) {
  .c-footer__item--logo {
    font-size: 40px;
    line-height: 40px;
  }
}
.c-footer__item--text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 449px) {
  .c-footer__item--text {
    font-size: 12px;
  }
}
.c-footer__nav {
  padding: 0 0 0 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1340px) {
  .c-footer__nav {
    padding-left: 0;
  }
}
@media screen and (max-width: 846px) {
  .c-footer__nav {
    margin-top: 40px;
  }
}
@media (max-width: 449px) {
  .c-footer__nav {
    font-size: 12px;
    margin-top: 20px;
  }
}
.c-footer__copyright {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
@media (max-width: 449px) {
  .c-footer__copyright {
    font-size: 12px;
    margin-top: 80px;
  }
}

.c-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  width: 100vw;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 899px) {
  .c-header {
    height: 60px;
    padding: 0 28px;
  }
}
.c-header__icon {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav-drawer {
  display: none;
}
@media (max-width: 899px) {
  .c-nav-drawer {
    display: block;
  }
}
.c-nav-drawer .c-nav-drawer__btn {
  border: 1px solid #00212e;
  display: block;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  overflow: hidden;
  padding: 8px 20px;
  position: relative;
  z-index: 50;
}
.c-nav-drawer .c-nav-drawer__btn::before {
  color: #ffffff;
  content: "CLOSE";
  background-color: #00212e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-nav-drawer .c-nav-drawer__lists {
  background-color: #ffffff;
  font-size: 20px;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 40px;
  position: fixed;
  top: 60px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  width: 100vw;
  z-index: 40;
}
.c-nav-drawer .c-nav-drawer__list {
  padding: 12px 20px 12px 0;
  margin: 8px 0;
}
.c-nav-drawer .c-nav-drawer__list-area {
  position: relative;
  display: block;
}
.c-nav-drawer .c-nav-drawer__list-area::after {
  content: attr(data-ja);
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: -100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav-drawer .js-drawer-btn {
  color: #ffffff;
}
.c-nav-drawer .js-drawer-btn::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#menu {
  display: none;
}

#menu:checked + .c-nav-drawer__lists {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (max-width: 899px) {
  .c-nav {
    display: none;
  }
}
.c-nav .c-nav__lists {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Helvetica Neue";
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-nav .c-nav__list-area {
  margin: 0 10px;
  position: relative;
}
.c-nav .c-nav__list-area::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #00212e;
}
.c-nav .c-nav__list-area:hover::after {
  -webkit-animation: nav-effect 0.3s ease-in 0s 1 normal forwards;
          animation: nav-effect 0.3s ease-in 0s 1 normal forwards;
}
.c-nav .c-nav__list {
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
}
.c-nav .c-nav__list--contact {
  border: 1px solid #00212e;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 40px;
}

@-webkit-keyframes nav-effect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes nav-effect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.c-page-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 649px) {
  .c-page-section {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-page-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 649px) {
  .c-page-title {
    padding: 20px 40px;
  }
}
@media (max-width: 449px) {
  .c-page-title {
    padding: 16px 24px;
  }
}
.c-page-title__title {
  font-family: "Helvetica Neue";
  font-size: 80px;
  font-weight: bold;
}
@media (max-width: 1499px) {
  .c-page-title__title {
    font-size: 68px;
  }
}
@media (max-width: 899px) {
  .c-page-title__title {
    font-size: 60px;
  }
}
@media (max-width: 649px) {
  .c-page-title__title {
    font-size: 40px;
  }
}
@media (max-width: 449px) {
  .c-page-title__title {
    font-size: 32px;
  }
}
.c-page-title__sub {
  font-family: "ヒラギノ角ゴシック";
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 649px) {
  .c-page-title__sub {
    font-size: 16px;
  }
}

.c-page-view {
  height: 100vh;
  padding: 240px 0;
  position: relative;
}
@media (max-width: 1499px) {
  .c-page-view {
    height: 720px;
    padding: 160px 0;
  }
}
@media (max-width: 899px) {
  .c-page-view {
    height: 520px;
    padding: 120px 0;
  }
}
@media (max-width: 649px) {
  .c-page-view {
    height: 400px;
    padding: 100px 0 40px;
  }
}
@media (max-width: 449px) {
  .c-page-view {
    height: 320px;
  }
}
.c-page-view__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 649px) {
  .c-page-view__title {
    top: calc(50% + 30px);
  }
}
.c-page-view__img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 75vw;
  height: calc(100vh - 480px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 1499px) {
  .c-page-view__img {
    height: 400px;
  }
}
@media (max-width: 899px) {
  .c-page-view__img {
    height: 280px;
  }
}
@media (max-width: 649px) {
  .c-page-view__img {
    height: 260px;
    width: calc(100vw - 56px);
  }
}
@media (max-width: 449px) {
  .c-page-view__img {
    height: 180px;
  }
}

.c-recruit-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-recruit-article__head {
  font-family: "ヒラギノ角ゴシック";
  font-size: 24px;
  margin-top: 40px;
}
@media (max-width: 649px) {
  .c-recruit-article__head:nth-of-type(1) {
    margin-top: 20px;
  }
}
.c-recruit-article__data {
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.c-scroll {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 4px 8px;
}
.c-scroll--breadcrumb {
  color: #807f7f;
}
.c-scroll__line {
  display: inline-block;
  margin: 0 20px;
  width: 80px;
  position: relative;
}
.c-scroll__line::after {
  content: "";
  background-color: #00212e;
  position: absolute;
  -webkit-animation: scroll-bar 1.4s ease-out infinite;
          animation: scroll-bar 1.4s ease-out infinite;
  height: 2px;
}

@-webkit-keyframes scroll-bar {
  0% {
    opacity: 1;
    width: 0px;
  }
  80% {
    opacity: 1;
    width: 80px;
  }
  100% {
    opacity: 0;
    width: 80px;
  }
}

@keyframes scroll-bar {
  0% {
    opacity: 1;
    width: 0px;
  }
  80% {
    opacity: 1;
    width: 80px;
  }
  100% {
    opacity: 0;
    width: 80px;
  }
}
.c-section-bnr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../44e54df8e6cc93c45a8b.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 160px 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
@media (max-width: 899px) {
  .c-section-bnr {
    padding: 120px 0;
  }
}
@media (max-width: 649px) {
  .c-section-bnr {
    padding: 40px 0;
  }
}
.c-section-bnr .c-section-bnr__title {
  font-family: "ヒラギノ角ゴシック";
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 649px) {
  .c-section-bnr .c-section-bnr__title {
    font-size: 20px;
  }
}
.c-section-bnr .c-section-bnr__text {
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 649px) {
  .c-section-bnr .c-section-bnr__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    width: calc(100vw - 56px);
  }
}
.c-section-bnr .c-section-bnr__btn {
  margin-top: 80px;
}
@media (max-width: 649px) {
  .c-section-bnr .c-section-bnr__btn {
    margin-top: 40px;
  }
}

.c-section-company {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media (max-width: 649px) {
  .c-section-company {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-section-company--top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
  padding: 80px;
  position: relative;
  width: 100%;
}
@media (max-width: 899px) {
  .c-section-company--top {
    padding: 40px 20px;
  }
}

.c-section-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-section-contact .c-section-contact__title {
  font-family: "ヒラギノ角ゴシック";
  font-size: 36px;
  font-weight: bold;
  line-height: 54px;
}
@media (max-width: 899px) {
  .c-section-contact .c-section-contact__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.c-section-contact .c-section-contact__notice {
  font-family: "ヒラギノ角ゴシック";
  font-size: 14px;
  line-height: 32px;
  margin-top: 60px;
}
@media (max-width: 899px) {
  .c-section-contact .c-section-contact__notice {
    line-height: 28px;
    margin-top: 40px;
  }
}
.c-section-contact .c-section-contact__form {
  width: 100%;
}

.c-section-pripoli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 200px auto;
  position: relative;
}
@media (max-width: 899px) {
  .c-section-pripoli {
    margin-top: 160px;
  }
}
.c-section-pripoli__title {
  text-align: center;
}
@media (max-width: 649px) {
  .c-section-pripoli__title {
    text-align: left;
  }
}

.c-section-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-section-table {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-section-table--top {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 80px 160px;
  position: relative;
  top: -240px;
}
.c-section-table__title {
  font-family: "Helvetica Neue";
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}
.c-section-table__title-sub {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}
.c-section-table__table {
  margin-top: 60px;
}

.c-section-top-aboutus {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 720px;
}
@media (max-width: 1499px) {
  .c-section-top-aboutus {
    height: 680px;
  }
}
@media (max-width: 1199px) {
  .c-section-top-aboutus {
    height: 600px;
  }
}
@media (max-width: 899px) {
  .c-section-top-aboutus {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.c-section-top-aboutus .c-section-top-aboutus__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url(../a9ff8f756d8c5d0e56f3.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 0% 120%;
}
@media (max-width: 899px) {
  .c-section-top-aboutus .c-section-top-aboutus__title {
    background-image: unset;
  }
}
.c-section-top-aboutus .c-section-top-aboutus__figure {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  width: 85vw;
}
@media (max-width: 899px) {
  .c-section-top-aboutus .c-section-top-aboutus__figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}
.c-section-top-aboutus .c-section-top-aboutus__figure .c-section-top-aboutus__figure__img {
  bottom: 0;
  display: block;
  height: 400px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 70%;
     object-position: 0% 70%;
  position: absolute;
  width: 85vw;
}
@media (max-width: 1499px) {
  .c-section-top-aboutus .c-section-top-aboutus__figure .c-section-top-aboutus__figure__img {
    width: calc(100vw - 80px);
  }
}
@media (max-width: 899px) {
  .c-section-top-aboutus .c-section-top-aboutus__figure .c-section-top-aboutus__figure__img {
    width: 100vw;
    height: 360px;
    position: relative;
    left: unset;
    right: inset;
    bottom: unset;
    top: unset;
  }
}
.c-section-top-aboutus .c-section-top-aboutus__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 1;
}
@media (max-width: 899px) {
  .c-section-top-aboutus .c-section-top-aboutus__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    width: 100vw;
    left: -28px;
    position: relative;
  }
}

.c-section-top-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 700px;
}
@media (max-width: 899px) {
  .c-section-top-recruit {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.c-section-top-recruit .c-section-top-recruit__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-section-top-recruit .c-section-top-recruit__figure {
  margin-top: 200px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 899px) {
  .c-section-top-recruit .c-section-top-recruit__figure {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-section-top-recruit .c-section-top-recruit__figure .c-section-top-recruit__figure__img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-section-top-recruit .c-section-top-recruit__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 80px 80px 0 0;
}
@media (max-width: 1199px) {
  .c-section-top-recruit .c-section-top-recruit__text {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 899px) {
  .c-section-top-recruit .c-section-top-recruit__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
    width: 100vw;
    position: relative;
    left: -28px;
  }
}
.c-section-top-recruit .c-section-top-recruit__bg {
  height: 400px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  right: -7.5vw;
  width: 640px;
  z-index: -1;
}

.c-section-top-service {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  height: 860px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 900px;
}
@media (max-width: 899px) {
  .c-section-top-service {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-height: none;
  }
}
.c-section-top-service .c-section-top-service__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 964px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1499px) {
  .c-section-top-service .c-section-top-service__title {
    width: 820px;
  }
}
@media (max-width: 1199px) {
  .c-section-top-service .c-section-top-service__title {
    width: 540px;
  }
}
@media (max-width: 899px) {
  .c-section-top-service .c-section-top-service__title {
    width: 100%;
  }
}
.c-section-top-service .c-section-top-service__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 860px;
  max-height: 900px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  max-width: calc(85vw - 1024px);
}
@media (max-width: 1499px) {
  .c-section-top-service .c-section-top-service__figure {
    max-width: calc(100vw - 960px);
  }
}
@media (max-width: 1199px) {
  .c-section-top-service .c-section-top-service__figure {
    max-width: calc(100vw - 680px);
  }
}
@media (max-width: 899px) {
  .c-section-top-service .c-section-top-service__figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 240px;
    width: 100vw;
    left: -28px;
    display: block;
    max-width: unset;
    position: relative;
    margin-top: 20px;
  }
}
.c-section-top-service .c-section-top-service__figure .c-section-top-service__figure__img {
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 899px) {
  .c-section-top-service .c-section-top-service__figure .c-section-top-service__figure__img {
    width: 100%;
    height: 360px;
  }
}
.c-section-top-service .c-section-top-service__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 964px;
}
@media (max-width: 1499px) {
  .c-section-top-service .c-section-top-service__text {
    width: 820px;
  }
}
@media (max-width: 1199px) {
  .c-section-top-service .c-section-top-service__text {
    width: 540px;
  }
}
@media (max-width: 899px) {
  .c-section-top-service .c-section-top-service__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100vw;
  }
}

.c-section-top-text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
@media (max-width: 899px) {
  .c-section-top-text {
    width: 100%;
  }
}
.c-section-top-text.c-section-top-text--aboutus {
  background-color: #ffffff;
  padding: 60px;
  margin-right: 8%;
}
@media (max-width: 1199px) {
  .c-section-top-text.c-section-top-text--aboutus {
    padding: 40px 40px 40px 20px;
    margin-right: 4%;
  }
}
@media (max-width: 899px) {
  .c-section-top-text.c-section-top-text--aboutus {
    margin-right: 0;
    padding: 40px 48px 40px 20px;
    left: 28px;
  }
}
@media (max-width: 899px) {
  .c-section-top-text.c-section-top-text--service {
    padding: 40px 20px;
    background-color: #ffffff;
  }
}
.c-section-top-text.c-section-top-text--page {
  margin-top: 40px;
}
.c-section-top-text .c-section-top-text__title {
  font-size: 24px;
  line-height: 36px;
}
.c-section-top-text .c-section-top-text__body {
  font-size: 16px;
  line-height: 28px;
  margin-top: 40px;
}
@media (max-width: 649px) {
  .c-section-top-text .c-section-top-text__body {
    margin-top: 20px;
    line-height: 24px;
  }
}
.c-section-top-text .c-section-top-text__btn {
  border-bottom: 1px solid #00212e;
  display: block;
  font-size: 20px;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 899px) {
  .c-section-top-text--recruit {
    padding: 40px 48px 40px 20px;
    background-color: #ffffff;
    left: 28px;
  }
}

.c-section-top-text--page-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 649px) {
  .c-section-top-text--page-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 15vw);
}
@media (max-width: 1499px) {
  .c-section-top {
    width: calc(100% - 80px);
  }
}
@media (max-width: 899px) {
  .c-section-top {
    width: calc(100% - 56px);
  }
}
.c-section-top .c-section-top__title {
  width: 50%;
  height: 50%;
}
@media (max-width: 899px) {
  .c-section-top .c-section-top__title {
    width: 100%;
    height: auto;
  }
}
.c-section-top .c-section-top__img {
  width: 50%;
  height: 50%;
}
@media (max-width: 899px) {
  .c-section-top .c-section-top__img {
    width: 100vw;
    left: -28px;
    height: 240px;
    position: relative;
  }
}
.c-section-top .c-section-top__text {
  width: 50%;
  height: 50%;
}
@media (max-width: 899px) {
  .c-section-top .c-section-top__text {
    width: 100vw;
    height: auto;
  }
}

.c-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1040px;
  min-width: 720px;
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 899px) {
  .c-table {
    min-width: 0px;
  }
}
.c-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #807f7f;
}
.c-table__row:last-of-type {
  border-bottom: 1px solid #807f7f;
}
@media (max-width: 649px) {
  .c-table__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 0;
    width: 100%;
  }
}
.c-table__head {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  width: 35%;
}
@media (max-width: 649px) {
  .c-table__head {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
}
.c-table__data {
  font-size: 20px;
  font-weight: 300;
  width: 65%;
}
@media (max-width: 649px) {
  .c-table__data {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
    width: 100%;
  }
}

.c-title {
  font-family: "Helvetica Neue";
  font-size: 140px;
  font-weight: bold;
  line-height: 140px;
}
@media (max-width: 1499px) {
  .c-title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 1199px) {
  .c-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 649px) {
  .c-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 449px) {
  .c-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.c-title--top {
  font-size: 160px;
  line-height: 160px;
  padding-top: 140px;
}
@media (max-width: 1499px) {
  .c-title--top {
    font-size: 140px;
    line-height: 140px;
  }
}
@media (max-width: 1199px) {
  .c-title--top {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 649px) {
  .c-title--top {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 449px) {
  .c-title--top {
    font-size: 60px;
    line-height: 60px;
  }
}
.c-title__fill {
  color: #00212e;
  letter-spacing: -4px;
}
@media (max-width: 899px) {
  .c-title__fill {
    letter-spacing: 0px;
  }
}
.c-title__line {
  color: transparent;
  letter-spacing: -4px;
  -webkit-text-stroke: 1px #00212e;
}
@media (max-width: 899px) {
  .c-title__line {
    letter-spacing: 0px;
  }
}
.c-title__line--top {
  position: relative;
}
.c-title__line--top::after {
  color: rgba(0, 0, 0, 0.12);
  content: "ENJOY";
  left: 4px;
  position: absolute;
  top: 20px;
  -webkit-text-stroke: 0px;
}
@media (max-width: 649px) {
  .c-title__line--top::after {
    top: 12px;
  }
}
@media (max-width: 449px) {
  .c-title__line--top::after {
    top: 10px;
  }
}

.c-top-btn {
  width: 120px;
  height: 120px;
  background-color: #40c3f7;
  border-radius: 40% 50% 70% 60%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 30;
  display: none;
}
@media (max-width: 899px) {
  .c-top-btn {
    width: 80px;
    height: 80px;
    right: 16px;
    bottom: 40px;
  }
}
.c-top-btn::after {
  content: "RETURN TOP";
  color: #ffffff;
  display: none;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 899px) {
  .c-top-btn::after {
    font-size: 12px;
    line-height: 20px;
  }
}
.c-top-btn:hover {
  background-color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-top-btn:hover::after {
  display: block;
}

.c-top-view {
  background-image: url(../f9561e07369fde15c0f8.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 0 12.5vw;
  position: relative;
  z-index: 20;
}
@media (max-width: 899px) {
  .c-top-view {
    padding: 0 5vw;
  }
}

.u-company-bg {
  background-color: #00212e;
  position: absolute;
  top: 240px;
  left: -20%;
  right: -20%;
  bottom: 0;
  z-index: -1;
}

.u-dot-bg {
  background-image: url(../a9ff8f756d8c5d0e56f3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.u-google-map {
  height: 520px;
  margin-top: 80px;
  max-width: 980px;
  width: 100%;
}
@media (max-width: 649px) {
  .u-google-map {
    margin-top: 20px;
    height: 280px;
  }
}
@media (max-width: 449px) {
  .u-google-map {
    height: 200px;
  }
}

.u-illust-img {
  height: 70%;
  margin-top: 20px;
  max-height: 520px;
  max-width: 1440px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 899px) {
  .u-img-none {
    display: none;
  }
}

.u-pripoli-title {
  font-family: "ヒラギノ角ゴシック";
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 649px) {
  .u-pripoli-title {
    font-size: 20px;
    line-height: 32px;
  }
}

.u-pripoli-body {
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  text-align: left;
}
.u-pripoli-body--top {
  margin-top: 40px;
}

.u-section-title {
  font-family: "Helvetica Neue";
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 899px) {
  .u-section-title {
    font-size: 40px;
  }
}
@media (max-width: 649px) {
  .u-section-title {
    font-size: 32px;
  }
}
@media (max-width: 449px) {
  .u-section-title {
    font-size: 24px;
  }
}
.u-section-title--sub {
  font-family: "ヒラギノ角ゴシック";
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 899px) {
  .u-section-title--sub {
    font-size: 16px;
  }
}
@media (max-width: 449px) {
  .u-section-title--sub {
    font-size: 12px;
  }
}
.u-section-title--company {
  font-family: "ヒラギノ角ゴシック";
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}
@media (max-width: 899px) {
  .u-section-title--company {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .u-section-title--company {
    margin-top: 12px;
  }
}

.u-site-title-ja {
  font-size: 28px;
  font-weight: 300;
  display: inline-block;
}
@media (max-width: 1199px) {
  .u-site-title-ja {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 649px) {
  .u-site-title-ja {
    margin-top: 40px;
  }
}

.u-site-title-tokos {
  font-size: 48px;
  font-family: "HanziPen TC";
  display: inline-block;
}
@media (max-width: 1199px) {
  .u-site-title-tokos {
    font-size: 32px;
  }
}
@media (max-width: 649px) {
  .u-site-title-tokos {
    font-size: 24px;
  }
}

.u-text-br {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 649px) {
  .u-text-br--sp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 649px) {
  .u-text-display--sp {
    display: inline;
  }
}

@media (max-width: 649px) {
  .u-text-display--pc {
    display: none;
  }
}

.u-text-span {
  margin-left: 8px;
}
.u-text-span--large {
  margin-left: 32px;
}
@media (max-width: 1499px) {
  .u-text-span--large {
    margin-left: 16px;
  }
}
@media (max-width: 649px) {
  .u-text-span--none {
    margin-left: 0;
  }
}

.u-title-icon {
  background-color: #00212e;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 899px) {
  .u-title-icon {
    font-size: 12px;
  }
}

.js-fadein {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.js-header {
  background-color: rgba(250, 250, 250, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.js-section {
  opacity: 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.js-section--title {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}
.js-section--img {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.js-section--text {
  -webkit-transform: translate(100px, 50px);
          transform: translate(100px, 50px);
}

.js-top-btn {
  display: block;
}

.honeypot {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
