@charset "UTF-8";
/*　*/
/*=============================================================================*/
section h2.type-01 > div {
  position: relative;
}

section h2.type-01 span.text {
  display: inline-block;
  font-size: 6.375rem;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 1.0;
}

section p {
  font-size: 1rem;
}

section p.lead {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

section#section-mv {
  padding: 0 0 9.375rem 0;
  z-index: 1;
}

section#section-mv > .inner {
  padding: 3.375rem 3.375rem 0 3.375rem;
}

section#section-mv .box-contents-grid {
  max-width: inherit;
}

section#section-mv .box-mainvisual {
  position: relative;
  height: calc(75vh - 3.375rem);
  max-height: 636px;
}

section#section-mv .box-mainvisual #mainvisual {
  width: 100%;
  height: 100%;
}

section#section-mv .box-mainvisual #mainvisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 26% 10%;
     object-position: 26% 10%;
  font-family: 'object-fit: cover; object-position: 50% 10%;';
}

section#section-mv .box-mainvisual .mark {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.75rem;
  margin: -2rem -2rem 0 0;
}

section#section-mv .box-mainvisual .mark picture img {
  position: relative;
}

section#section-mv .box-mainvisual .mark picture::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222011;
  border-radius: 50%;
}

section#section-mv .box-mainvisual h1.logo {
  position: absolute;
  right: 3.375rem;
  bottom: 0;
  width: 47.82609%;
  -webkit-transform: translate(0, 3.75rem);
          transform: translate(0, 3.75rem);
}

section#section-mv .box-mainvisual nav {
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  margin-right: -3.375rem;
}

section#section-mv .box-mainvisual nav ul {
  position: relative;
}

section#section-mv .box-mainvisual nav ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section#section-mv .box-mainvisual nav ul > li + li {
  margin-top: 0.6875rem;
}

section#section-mv .box-mainvisual nav a {
  display: inline-block;
  position: relative;
  font-size: 1.875rem;
  color: #ffffff;
}

section#section-mv .box-mainvisual nav a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

section#section-mv .box-mainvisual nav a span {
  display: inline-block;
  position: relative;
}

section#section-mv .box-mainvisual nav a span.text {
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  letter-spacing: -0.0125;
}

section#section-mv .box-mainvisual nav a span.icon {
  width: 9.625rem;
  height: 1px;
  margin-left: 1.25rem;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

section#section-mv .box-mainvisual nav a:link, section#section-mv .box-mainvisual nav a:active, section#section-mv .box-mainvisual nav a:hover, section#section-mv .box-mainvisual nav a:visited {
  color: #222011;
}

section#section-mv .box-mainvisual nav a:hover {
  color: #bcbbac;
}

section#section-mv .box-mainvisual nav a:hover span.text {
  color: #ffffff;
}

section#section-mv .box-mainvisual nav a:hover span.icon {
  background-color: #ffffff;
}

section#section-about {
  padding: 0 0 6.25rem 0;
}

section#section-about p {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2.0;
}

section#section-about p.lead {
  font-size: 2rem;
  line-height: 1.4;
}

section#section-system {
  padding: 0 0 6.25rem 0;
}

section#section-system > .inner {
  padding: 3.75rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0) saturate(190%);
          backdrop-filter: blur(0) saturate(190%);
}

section#section-system .box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

section#section-system .box-items > .item:nth-of-type(1) {
  margin-left: 6.75rem;
}

section#section-system .box-items > .item:nth-of-type(2) {
  width: 52.63158%;
}

section#section-system table.table-company {
  width: 100%;
  padding: 0;
  margin: 0;
}

section#section-system table.table-company th, section#section-system table.table-company td {
  font-size: 1rem;
  text-align: left;
  margin: 0;
  vertical-align: top;
}

section#section-system table.table-company th {
  padding: 0.5em 0.75em;
  font-weight: 700;
  white-space: nowrap;
}

section#section-system table.table-company td {
  padding: 0.5em 0.75em;
}

section#section-system table.table-company tr + tr {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}

section#section-system p {
  margin-top: 1rem;
}

section#section-system p .notes {
  color: #cf6bb6;
}

section#section-access {
  padding: 0 0 9.375rem 0;
}

section#section-access .box-items {
  position: relative;
}

section#section-access .box-items .item + .item {
  margin-top: 1.875rem;
}

section#section-access ul.adress > li {
  display: block;
  font-size: 0.9375rem;
}

section#section-access ul.adress > li + li {
  margin-top: 0.1em;
}

section#section-access a.btn-type-01 {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
}

@media screen and (max-width: 760px) {
  /*------------------------------------------------------------*/
  section h2.type-01 span.text {
    font-size: 3.75rem;
  }
  section p {
    font-size: 0.75rem;
  }
  section p.lead {
    font-size: 1rem;
  }
  section#section-mv {
    padding: 0 0 0 0;
  }
  section#section-mv > .inner {
    padding: 1.56281rem 0.9375rem 1.875rem 0;
  }
  section#section-mv .box-mainvisual {
    position: relative;
    height: calc(55vh - 1.875rem);
    max-height: inherit;
  }
  section#section-mv .box-mainvisual #mainvisual {
    overflow: hidden;
  }
  section#section-mv .box-mainvisual #mainvisual img {
    -o-object-position: 20% 0%;
       object-position: 20% 0%;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  section#section-mv .box-mainvisual .mark {
    width: 3.75rem;
    margin: -0.5rem -0.5rem 0 0;
  }
  section#section-mv .box-mainvisual h1.logo {
    width: 73.91304%;
    right: auto;
    left: 1.875rem;
    -webkit-transform: translate(0, 3.4375rem);
            transform: translate(0, 3.4375rem);
  }
  section#section-mv .box-mainvisual nav {
    top: 25%;
    margin-right: -0.9375rem;
  }
  section#section-mv .box-mainvisual nav ul > li + li {
    margin-top: 0.625rem;
  }
  section#section-mv .box-mainvisual nav a {
    font-size: 1rem;
    color: #222011;
  }
  section#section-mv .box-mainvisual nav a span.icon {
    width: 4.6875rem;
    margin-left: 0.9375rem;
  }
  section#section-about {
    padding: 0 0 4.6875rem 0;
  }
  section#section-about .box-contents-grid > .box-contents-grid_item:nth-of-type(2) {
    margin-top: -9.375rem;
  }
  section#section-about p {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
  section#section-about p.lead {
    font-size: 1rem;
    line-height: 1.7;
  }
  section#section-system {
    padding: 0 0 4.6875rem 0;
  }
  section#section-system > .inner {
    padding: 3.125rem 0;
  }
  section#section-system .box-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section#section-system .box-items > .item:nth-of-type(1) {
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
  section#section-system .box-items > .item:nth-of-type(2) {
    width: 100%;
    margin-top: 1.25rem;
  }
  section#section-system table.table-company {
    width: 100%;
    margin-top: 0.9375rem;
  }
  section#section-system table.table-company th, section#section-system table.table-company td {
    font-size: 0.8125rem;
  }
  section#section-system p {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
  section#section-access {
    padding: 0 0 5.625rem 0;
  }
  section#section-access .box-items .item {
    margin-top: 0;
  }
  section#section-access .box-items .item + .item {
    margin-top: 1.25rem;
  }
  section#section-access ul.adress > li {
    font-size: 0.75rem;
    letter-spacing: 0.0025em;
  }
  section#section-access ul.adress > li + li {
    margin-top: 0.125em;
  }
  section#section-access a.btn-type-01 {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
  }
  /*------------------------------------------------------------*/
}
/*# sourceMappingURL=index.css.map */